Merge changes made in Gnus trunk.
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
bloba56aa9c44bdc93263370d94bfd817bdec3def4da
1 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * shr.el (shr-tag-font): Colorize the region.
4         (shr-tag-body): Ditto.
5         (shr-tag-font): Actually let the styles be inherited instead of
6         overwriting them.
7         (shr-tag-font): Get the background color right.
8         (shr-tag-style): Ignore all <style> tags for the moment.
10         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
11         a Message-ID to avoid having nnimap depend on gnus-sum.
13         * shr.el (shr-descend): Only colorize something if we have a node that
14         sets colors.
16 2010-12-06  Julien Danjou  <julien@danjou.info>
18         * shr.el (shr-render-td): Render td content with shr-descend, so style
19         will be applied to <td> too.
20         (shr-colorize-region): Colorize region even if we only have a background.
21         (shr-tag-body): Fix color and background color inheritance.
22         Do not recolorize after shr-generic.
23         (shr-tag-font): Let shr-generic colorize via inheritance.
25 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
27         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
29 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
31         * nnir.el (nnir-request-move-article): Remove obsolete code.
33 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
35         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
37 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
39         * gnus-sum.el (gnus-summary-respool-article): The completion function
40         expects a list instead of an alist.
42         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
43         string as the parameter.
45         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
47         * shr.el (shr-stylesheet): New dynamic variable for cascading the
48         styles.
49         (shr-colorize-region): New function.
50         (shr-insert-background-overlay): Remove.
51         (shr-render-td): Background setting should be taken care of on a higher
52         level.
53         (shr-tag-body): Use post-hoc colorizations.
54         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
55         (shr-put-color-1): Don't overwrite old colors.
56         (shr-colorize-region): When the background color isn't explicit, use
57         a fixed background.
59         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
60         nnmail variables.
62 2010-12-05  Bjørn Mork  <bjorn@mork.no>
64         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
65         unless necessary.
67 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
69         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
70         server.
72 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
75         so that TAB works.
77         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
78         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
80         * shr.el (shr-urlify): Show the URL before the title to avoid
81         misleading URLs.
83 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
85         * shr.el (shr-urlify): Display the title in <a> tags.
87 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
89         * nnir.el (nnir-categorize): Replace mapcar with mapc.
91 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
93         * nnir.el: Rearrange code to allow macros to be autoloaded by
94         gnus-sum.el.
95         (nnir-retrieve-headers-override-function): Make this variable
96         customizable.
97         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
99         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
100         from nnir.el.
102 2010-12-03  Julien Danjou  <julien@danjou.info>
104         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
106 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
108         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
109         allow optional argument `environment'.
111 2010-12-03  Glenn Morris  <rgm@gnu.org>
113         * mm-extern.el (message-goto-body): Update declaration.
115 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
117         * gnus-util.el (gnus-macroexpand-all): New function.
119         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
120         instead of macroexpand-all that is unavailable in XEmacs.
122 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
124         * nnir.el (nnir-summary-line-format): New variable.
125         (nnir-mode): Use it.
126         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
127         (nnir-article-ids): Reimplement as defsubst.
128         (nnir-retrieve-headers): Don't mangle the subject header.
129         (nnir-run-imap): Use 100 as RSV score.
130         (nnir-run-find-grep): Fix for full server searching.
131         (nnir-run-gmane): Better restriction to gmane groups.
133         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
134         summary buffers.
136 2010-12-02  Julien Danjou  <julien@danjou.info>
138         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
140         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
142         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
143         support.
145 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
147         * nnir.el: Update to handle the registry better.
148         (autoload): Silence byte-compiler.
149         (nnir-open-server): Add a hook for nnir groups.
150         (nnir-request-move-article): Don't mangle the header. Better to use
151         formating variables (which will be added in the future).
152         (nnir-registry-action): Update the registry using the original article
153         group name.
154         (nnir-mode): Install nnir-specific hooks for updating the registry.
156         * gnus-sum.el
157         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
158         obsolete variables.
159         (gnus-summary-move-article): Remove use of obsolete variables.
160         (gnus-summary-local-variables): Make move and delete hooks local to
161         summary buffers.
163 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165         * rtree.el: New file.
167 2010-12-01  Julien Danjou  <julien@danjou.info>
169         * message.el (message-user-organization): Do not use
170         gnus-local-organization.
172         * gnus.el: Remove gnus-local-organization.
174         * gnus-msg.el: Remove nastygram thing.
176 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
178         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
179         funcall.
181 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
183         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
184         names.
186         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
187         characters.
189         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
190         to t of inhibit-read-only since it is inside gnus-with-article-headers.
191         Suggested by Štěpán Němec <stepnem@gmail.com>.
192         (gnus-gravatar-transform-address): Use mail-extract-address-components
193         that supports non-ASCII names rather than mail-header-parse-addresses.
195 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197         * proto-stream.el (open-protocol-stream): All starttls connections are
198         handled by the network handler.
200 2010-11-30  Julien Danjou  <julien@danjou.info>
202         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
203         (nnimap-open-connection-1): Fix PREAUTH.
205         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
207 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
209         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
210         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
211         (shr-insert): Use them.
212         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
214 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
216         * nnir.el (nnir-request-move-article): Bail out if original group
217         doesn't support article moves.
218         (nnir-get-active): Improve active list retrieval.
220 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222         * shr.el (shr-find-fill-point): Don't break before apostrophes.
224 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
226         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
227         seem to accept strings-with-numbers as port numbers,
229 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
231         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
232         change the registry.
234 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
236         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
237         delete-dups that is not available in XEmacs 21.4.
239         * mm-util.el (mm-delete-duplicates): Add comment.
241 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
243         * nnir.el (nnir-ignored-newsgroups): New variable.
244         (nnir-get-active): Use it.
246 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248         * proto-stream.el (proto-stream-open-network): Add some comments.
250         * nntp.el (nntp-open-connection): Provide a :success condition.
252         * nnimap.el (nnimap-open-connection-1): Ditto.
254         * proto-stream.el (proto-stream-open-network): See what the response to
255         the STARTTLS command is.
257         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
258         backwards compatibility).
259         (nnimap-open-connection-1): Really respect nnimap-server-port.
261         * proto-stream.el (proto-stream-open-network): When doing opportunistic
262         TLS upgrades we don't really care about the identity of the peer.
263         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
264         that what we've checked for.
265         (proto-stream-always-use-starttls): Only default to t if
266         open-gnutls-stream exists.
267         (proto-stream-open-network): If STARTTLS failed, then just open a
268         normal connection.
269         (proto-stream-open-network): Wait until the greeting before doing
270         STARTTLS.
272         * nntp.el (nntp-open-connection): Report what the connection error is.
274         * proto-stream.el (open-protocol-stream): Renamed from
275         open-proto-stream.
277 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279         * nnimap.el (nnimap-stream): Change default to `undecided'.
280         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
281         first, and then network.
282         (nnimap-open-connection-1): Respect nnimap-server-port.
283         (nnimap-open-connection): Be more backwards-compatible.
285         * proto-stream.el (proto-stream-always-use-starttls): New variable.
286         (proto-stream-open-starttls): De-duplicate the starttls code.
287         (proto-stream-open-starttls): Folded back into the main function.
288         (proto-stream-open-network): Fix typo in the gnutls path.
289         (proto-stream-command): Refactor out.
291         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
293         * proto-stream.el (proto-stream-open-starttls): Actually implement the
294         starttls.el STARTTLS.
296         * color.el (color-lab->srgb): Fix function call name.
298         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
299         if we're using tls.el.
300         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
301         built in, then don't try to establish a STARTTLS connection.
303         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
304         servers.
306         * proto-stream.el (open-proto-stream): Use network, not stream.
307         (open-proto-stream): Add a way to specify what the end of a command is.
309         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
310         connections types.
311         (nntp-open-network-stream): Remove.
312         (nntp-open-ssl-stream): Remove.
313         (nntp-open-tls-stream): Remove.
314         (nntp-ssl-program): Remove.
316         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
318 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
320         * nnir.el: Fix typos.
321         (nnir-retrieve-headers-override-function): Rename variable to reflect
322         new semantics.
323         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
324         macros.
325         (nnir-request-article, nnir-request-move-article): Use them.
326         (nnir-categorize): New function.
327         (nnir-run-query): Use it.
328         (nnir-retrieve-headers): Rewrite to batch header retrieval.
329         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
330         sorted.
331         (nnir-group-full-name): Use gnus-group-full-name instead.
332         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
333         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
335 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
337         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
339         * proto-stream.el: New library to provide protocol-specific
340         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
341         protocols.
342         (open-proto-stream): Complete the documentation.
343         (proto-stream-open-network): Fix some typos.
345         * nnimap.el (nnimap-open-connection): Use it.
347 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
349         * pop3.el (pop3-open-server): Read server greeting before starting TLS
350         negotiation.
352 2010-11-26  Julien Danjou  <julien@danjou.info>
354         * color.el: Rename various rgb functions to srgb.
356 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
359         names.
361 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
363         * shr.el (shr-insert): Revert last change.
364         (shr-find-fill-point): Never leave point being at bol;
365         relax the kinsoku limitation when rendering tables.
367 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
369         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
370         results from -accept-article.
372         * shr-color.el: Require cl when compiling.
374         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
375         checkin.
377         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
379         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
381         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
382         'add and 'delete to set backend marks.
384         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
386         * nnheader.el (nnheader-update-marks-actions): Refactor out.
388         * nntp.el (nntp-request-set-mark): Use it.
390         * nnfolder.el (nnfolder-request-set-mark): Ditto.
392         * nnml.el (nnml-request-set-mark): Ditto.
394         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
395         introduces regressions in article selection.
396         (nnimap-find-uid-response): New function.
397         (nnimap-request-accept-article): Use the UID returned, if any.
398         (nnimap-request-move-article): Use the UID returned, if any.
399         (nnimap-get-groups): Reimplement to work with folded lines.
400         (nnimap-find-uid-response): The UID is the last element in the list.
401         (nnimap-request-set-mark): Extend syntax with 'set.
403         * nnml.el (nnml-request-set-mark): Ditto.
405         * nnfolder.el (nnfolder-request-set-mark): Ditto.
407         * nntp.el (nntp-request-set-mark): Ditto.
409 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
411         * message.el (message-called-interactively-p): A temporary macro.
412         (message-goto-body): Use it temporarily.
414 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
416         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
417         (nnimap-last-response-string): Unfold quoted lines, if they exist.
418         (nnimap-last-response-string): Fix last unfolding fix.
420 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
422         * shr.el (shr-insert): Fix the way to fold lines.
424 2010-11-25  Julien Danjou  <julien@danjou.info>
426         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
428         * color.el: Rename from color-lab.el
429         (color-rgb->hex): Add.
430         (color-complement): Add.
431         (color-complement-hex): Add.
433         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
435 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437         * shr-color.el (shr-color-visible): Don't bug out if the colour names
438         don't exist.
440 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
442         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
443         assuming that article displaying or another mml-preview may be
444         interrupted for an error or for the like.
446         * shr.el (shr-get-background): Fix argument name.
448 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
452         * gnus-sum.el (gnus-summary-include-articles): New function.
454         * message.el (message-goto-body): called-interactively-p needs a
455         parameter, so use `any'.
457         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
458         clear marks before moving, since they're synced from the Gnus side
459         first.
461         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
462         (gnus-summary-move-article): Copy over all marks before moving, so that
463         IMAP doesn't think a new article has arrived.
465 2010-11-24  Julien Danjou  <julien@danjou.info>
467         * shr.el (shr-insert-background-overlay): Fix typo.
468         (shr-render-td): Copy the background before rendering.
470         * shr-color.el (shr-color-visible): Fix docstring.
472         * shr.el (shr-tag-table): Add bgcolor support.
473         (shr-render-td): Add bgcolor support.
474         (shr-get-background): Add.
475         (shr-insert-foreground-overlay): Use shr-get-background.
477         * message.el (message-goto-body): Use called-interactively-p.
478         (message-in-body-p): message-goto-body returns point.
480 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
483         Fixes something or other in Emacs 23, and is backwards compatible.
485         * message.el (message-goto-body): Remove the <#secure special-casing,
486         which is too special.
488         * shr.el (shr-parse-style): Drop !important from styles.
490 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
492         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
493         this function to return incorrect results when calling it with an
494         explicit article argument different from
495         (gnus-summary-article-number).
497 2010-11-24  Julien Danjou  <julien@danjou.info>
499         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
500         (shr-tag-body): Add background support.
501         (shr-descend): Add background support.
502         (shr-tag-title): Add.
504         * shr-color.el (shr-color-visible): Really return original background
505         if fixed.
507 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509         * shr.el (shr-color-check): Protect against non-existant colour names.
511 2010-11-24  Julien Danjou  <julien@danjou.info>
513         * color-lab.el: Require 'cl when compiling.
515         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
517         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
518         matched part.
520         * color-lab.el: Fix all expt calls to use float type.
522 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
524         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
525         expression to shr-color-check as is.
527         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
529         * color-lab.el: Add coding cookie.
530         (float-pi): Use eval-and-compile.
532 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
534         * shr.el (shr-insert-color-overlay): Split stuff like
535         "#444444 !important" to find the real colour.
536         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
537         parse <font color="red"> entries.
539 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
541         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
542         point when parsing headers.
544         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
545         is positioned properly when parsing headers.
547 2010-11-23  Julien Danjou  <julien@danjou.info>
549         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
551         * shr-color.el (shr-color->hexadecimal): Add support for color names.
553         * shr.el (shr-parse-style): Replace \n with space in style parsing.
555         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
556         shr-color-hue-to-rgb.
557         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
559 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
561         * shr.el (shr-color->hexadecimal): Autoload.
562         (shr-descend): Add color to all tags.
564 2010-11-22  Julien Danjou  <julien@danjou.info>
566         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
567         shr-color->hexadecimal.
569         * shr-color.el (shr-color->hexadecimal): Add converting functions for
570         RGB() or HSL() color representation.
572         * shr.el (shr-tag-font): Add.
573         (shr-tag-color-check): New function to get better colors.
574         (shr-tag-insert-color-overlay): Factorize code between tag-font and
575         tag-span.
577         * shr-color.el: New file.
579         * color-lab.el: New file.
581         * gnus-art.el (gnus-url-mailto): Do not downcase args.
583 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
585         * nnir.el: Fix typo in comments.
586         (nnir-run-imap): Simplify code. No need to reverse artlist.
587         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
589 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
591         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
593         * nnimap.el (nnimap-get-capabilities): Refactor out.
594         (nnimap-open-connection): Re-request capabilities after STARTTLS.
596 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
598         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
599         appearing when `mm-uu-hide-markers' is nil.
601 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603         * nnimap.el (nnimap-unselect-group): Make into its own function.
604         (nnimap-request-rename-group): Unselect group before renaming.
605         This had gotten lost somewhere.
606         (nnimap-request-accept-article): Keep track of examined groups, and
607         unselect the group before APPENDing to read-only groups.
608         (nnimap-request-move-article): Clear flags before moving so that they
609         can be re-set later.
611 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
613         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
614         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
616 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
618         * gnus-art.el (gnus-mime-display-single)
619         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
620         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
621         parameter.
623 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
626         (shr-table-vertical-line): New variable.
627         (shr-insert-table): Use it.
629 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
631         * gnus-html.el (gnus-html-wash-images): Don't display images if
632         gnus-inhibit-images is non-nil; register displayer for cid images.
633         (gnus-html-display-image): Work for cid image.
634         (gnus-html-insert-image): Allow arguments.
635         (gnus-html-put-image): Inhibit read-only.
636         (gnus-html-prefetch-images): Don't prefetch images if
637         gnus-inhibit-images is non-nil.
639 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
641         * shr.el (shr-put-image): Break lines when inserting big pictures.
643 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
645         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
646         sender, thanks Katsumi Yamaoka.
648 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
650         * nnir.el (nnir-run-imap): Reverse the article list for each group
651         rather than the whole list.
653 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
655         * shr.el (shr-image-displayer): Protect function against non-existent
656         image source.
658         * gnus-art.el (gnus-inhibit-images): New user option.
659         (gnus-mime-display-single): Don't display image if it is non-nil.
661         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
662         gnus-inhibit-images.
664         * shr.el (shr-image-displayer): New function.
665         (shr-tag-img): Use it.
667 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
669         * mml2015.el (mml2015-epg-sign): Use From header.
671 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673         * gnus-html.el (gnus-html-wash-images): Register a displayer.
675         * gnus-util.el (gnus-find-text-property-region): Return markers.
677         * shr.el (shr-tag-img): Put a displayer in the text property.
679         * gnus-util.el (gnus-find-text-property-region): New utility function.
681         * gnus-html.el (gnus-html-display-image): Make the alt optional.
682         (gnus-html-show-images): Remove.
684         * gnus-art.el (gnus-article-show-images): New, more general function.
686         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
687         image url text properties.
689         * shr.el: Ditto.
691         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
692         gnus-agent-auto-agentize-methods is set.  Which it isn't.
694 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
696         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
697         work for two or more articles.
699 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
701         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
702         divide an image that's in an html article to two or more when washing
703         non-ASCII characters in alt text of it.
705 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
707         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
708         smime-decrypt-region using function argument.
709         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
711         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
713         * smime.el (smime-decrypt-region): Catch it.
715 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
717         * smime.el (smime-mode-map): Move initialization into declaration.
718         (gnus-run-mode-hooks): Don't autoload.
719         (smime-mode): Use define-derived-mode.
721 2010-11-11  Glenn Morris  <rgm@gnu.org>
723         * smime.el (from): Restrict declaration to XEmacs.
725         * nnir.el (gnus-group-topic-name): Autoload.
727 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
729         * shr.el (shr-insert): Don't break long line if it is because of
730         kinsoku-bol characters in the line end.
732 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
734         * nnir.el (nnir-request-move-article): Fix to provide original group
735         and subject.
736         (nnir-warp-to-article): Don't fail on articles whose headers haven't
737         been retrieved.
739         * gnus-sum.el (gnus-summary-move-article): Use original group and
740         subject for virtual articles such as those in an nnir summary buffer.
742 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
744         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
745         least 21.5).
747         * smime.el (from): Declare it again for XEmacs.
749 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751         * message.el (message-resend): Don't disable encoding unless it's
752         already encoded.
754         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
755         low-numbered articles.
757 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
759         * rfc2047.el (rfc2047-syntax-table): Simplify.
761         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
762         set-char-table-range for XEmacs.
764 2010-11-10  Glenn Morris  <rgm@gnu.org>
766         * smime.el (from): Remove unused declaration.
768         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
769         (gnus-float-time): On Emacs, always an alias.
771         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
772         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
774 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
776         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
778 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780         * shr.el (browse-url-mailto): Autoload.
782         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
784         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
785         regexp doesn't need quoting.
787 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
789         * message.el (message-subject-trailing-was-ask-regexp)
790         (message-subject-trailing-was-regexp): Match was: in addition to was.
792 2010-11-09  Glenn Morris  <rgm@gnu.org>
794         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
795         (nnbabyl-check-mbox): Use point-at-bol.
797 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
799         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
801         * message.el (message-mailto): New function.
802         (message-mailto): Should accept other parameters.
803         (message-mailto): Remove since it duplicates browse-url-mailto
804         functionality.
806 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
809         methods.
810         (gnus-read-active-file): Ditto.
812         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
813         ": " from the prompt.
814         (gnus-group-make-group): Ditto.
816 2010-11-07  Glenn Morris  <rgm@gnu.org>
818         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
819         (gnus-bookmark-kill-line): Use point-at-eol.
821 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
823         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
824         asterisks in From header.
826 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
828         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
829         string to avoid making the From headers syntactically invalid.
831         * message.el (message-send-mail): Don't insert courtesy messages if the
832         message already has List-Post and List-ID messages.
834 2010-11-06  Glenn Morris  <rgm@gnu.org>
836         * gnus-art.el (gnus-treat-article): Give dynamic local variables
837         `condition', `type', `length' a prefix.
838         (gnus-treat-predicate): Update for above name changes.
840 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
842         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
843         binding.  Handled by `gnus-summary-refer-thread' instead.
844         (nnir-warp-to-article): New backend function.
846         * nnimap.el (nnimap-request-thread): Force dependency updating.
848         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
849         (gnus-summary-refer-thread): Rework to improve thread-referral.
851         * gnus-int.el (gnus-warp-to-article): New function.
853         * gnus-sum.el (gnus-summary-article-map): Bind it.
855 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
857         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
858         gnus-summary-refer-thread.
860         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
861         headers.
862         (gnus-summary-limit-include-thread): Prevent articles in thread from
863         being cut in gnus-cut-threads.
864         (gnus-summary-refer-thread): Limit retrieved headers to those in
865         thread.
867 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
869         * message.el (message-send-mail): Use the value of
870         message-courtesy-message from the message buffer.
872         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
874         * shr.el (shr-browse-url): Implement mailto: URLs.
876         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
877         "raw".
879         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
880         if it's already selected.
882         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
884 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
886         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
887         to measure the length and truncate alt text.
889 2010-11-03  Glenn Morris  <rgm@gnu.org>
891         * nndiary.el (nndiary-generate-nov-databases-1)
892         (nndiary-generate-active-info): Rename dynamic variable `files' to
893         something less generic.
895 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
897         * nnir.el (nnir-request-move-article): Call the underlying backend to
898         move articles from nnir.
900 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
902         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
904 2010-11-02  Julien Danjou  <julien@danjou.info>
906         * nnir.el: Remove wais support.
908 2010-11-02  Glenn Morris  <rgm@gnu.org>
910         * gnus-html.el: Reorder requirements to quieten compiler.
912 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
914         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
915         properly for XEmacs as well.
916         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
917         (gnus-article-natural-long-line-p): Use window-width rather than
918         frame-width.
920 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
922         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
923         (nnir-read-parms): Don't modify query.
924         (nnir-run-query): Add ability to search topic on current line.
925         (nnir-get-active): Clean up.
927 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
930         degenerate articles.
932         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
933         (gnus-print-buffer): Just print the buffer as is, without any copying
934         to a buffer and then re-highlighting.
936         * nnimap.el (nnimap-request-group): Store the new updated info.
937         (nnimap-request-group): Select the group when we don't know whether it
938         exists or not.
940         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
941         groups.
943         * gnus-group.el (gnus-group-find-new-groups): Display all the new
944         groups.
946         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
947         groups.
949         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
950         long-lines case by only filling the long lines.
952         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
953         (bug #7311).
955 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
957         * shr.el: No need to declare `declare-function' since shr.el is for
958         only Emacsen that provide `libxml-parse-html-region'.
960 2010-11-01  Glenn Morris  <rgm@gnu.org>
962         * mm-util.el (gnus-completing-read): Autoload.
963         (mm-read-coding-system): Simplify Emacs definition.
965         * nnmail.el (gnus-activate-group):
966         * nnimap.el (gnutls-negotiate):
967         * nntp.el (netrc-parse): Fix declarations.
969 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
971         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
972         string-match-p in Emacs >=23.
974         * gnus-msg.el (gnus-configure-posting-styles)
975         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
977 2010-11-01  Glenn Morris  <rgm@gnu.org>
979         * nnir.el (declare-function): Add compat stub.
980         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
981         (nnir-run-gmane): Require 'mm-url.
983         * mm-util.el (mm-string-to-multibyte): Simplify.
985         * shr.el (declare-function): Add compat stub.
986         (url-cache-create-filename): Declare.
987         (mm-disable-multibyte, widget-convert-button): Autoload.
989         * smime.el (ldap-search): Declare.
990         (smime-cert-by-ldap-1): Require ldap on Emacs.
992         * nnimap.el: Require nnmail, and gnus-sum when compiling.
993         (nnimap-keepalive): Use gnus-float-time.
995         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
996         (mail-source-delete-crash-box): Use gnus-float-time.
998         * gnus-dired.el (gnus-completing-read): Autoload.
1000         * mm-view.el (gnus-rescale-image): Autoload.
1002         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1004         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1006         * sieve-manage.el: Require 'cl when compiling.
1008         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1009         (gnus-iswitchb-completing-read): Require iswitchb.
1010         (gnus-select-frame-set-input-focus): Silence compiler.
1012 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * message.el (message-subject-trailing-was-query): Change default to t,
1015         since I think that's what most people want.
1017         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1018         appending for easier debugging.
1019         (nnimap-wait-for-connection): Take a regexp.
1020         (nnimap-request-accept-article): Wait for the continuation line before
1021         sending anything unless we're streaming.
1023         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1024         leave the header washing to take place.
1026 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1028         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1029         regular expression match and replace in posting styles.
1031 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1033         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1034         an entire server.
1035         (nnir-get-active): New function.
1036         (nnir-run-imap): Use it.
1037         (nnir-run-gmane): Who knew, gmane search returns an article score!
1039         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1040         server on the current line with nnir.
1042 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1045         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1046         left edge.
1047         (gnus-article-foldable-buffer): Skip past the prefix when determining
1048         raggedness.
1050         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1051         the raw article, and change `C-u g' to show the article without doing
1052         treatments.
1054         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1055         on to `gnus-treat-article'.
1056         (gnus-inhibit-article-treatments): New variable.
1058         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1060         * gnus-art.el (gnus-treatment-function-alist): Have
1061         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1062         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1063         sections.
1065         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1066         parameter.
1067         (gnus-article-fill-cited-long-lines): New function.
1068         (gnus-article-fill-cited-article): Allow filling only long sections.
1070         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1071         and non-punctuation (like after the apostrophe in "'We").
1073         * gnus-sum.el (gnus-summary-select-article): Make sure
1074         gnus-original-article-buffer is alive.
1076         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1077         reflect the order they're in in the digest.
1079         * gnus.el (gnus-group-startup-message): Move point to the start of the
1080         buffer.
1082         * nnimap.el (nnimap-capability): New function.
1083         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1084         is set.
1086 2010-10-31  David Engster  <dengste@eml.cc>
1088         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1089         conform with changes to gnus-completing-read.
1091 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1093         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1095 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1097         * nnir.el: Move defvar, defcustom around to keep file organized
1098         and keep byte-compiler quiet.
1099         (nnir-read-parms): Accept search-engine as arg.
1100         (nnir-run-query): Pass search-engine as arg.
1101         (nnir-search-engine): Remove.
1103 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105         * shr.el (shr-generic): The text nodes should be text, not :text.
1107         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1108         later in the file.
1110 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1112         * nnir.el: General clean up.  Allow searching with multiple engines.
1113         Allow separate extra-parameters for each engine.
1114         Batch queries when possible.
1115         (nnir-imap-default-search-key,nnir-method-default-engines):
1116         Add customize interface.
1117         (nnir-run-gmane): New engine.
1118         (nnir-engines): Use it.  Qualify all prompts with engine name.
1119         (nnir-search-engine): Remove global variable.
1120         (nnir-run-hyrex): Restore for now.
1121         (nnir-extra-parms,nnir-search-history): New variables.
1122         (gnus-group-make-nnir-group): Use them.
1123         (nnir-group-server): Remove in favor of gnus-group-server.
1124         (nnir-request-group): Avoid searching twice.
1125         (nnir-sort-groups-by-server): New function.
1127 2010-10-30  Julien Danjou  <julien@danjou.info>
1129         * gnus-group.el: Remove gnus-group-fetch-control.
1131         * gnus-start.el (gnus-find-new-newsgroups):
1132         Remove gnus-check-first-time-used.
1134         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1136 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1138         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1139         set on groups that don't have \* permanentflags.
1141 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1144         control the background color.
1145         (shr-tag-img): Ignore very small web bug type images.
1146         (shr-put-image): Add help-echo alt texts to the images.
1147         (shr-tag-video): Show the video poster image.
1149 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151         * shr.el (shr-table-depth): New variable.
1152         (shr-tag-table-1): Only insert the images after the top-level table.
1154         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1156         * gnus-util.el (gnus-list-memq-of-list): New function.
1158         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1159         selected.
1160         (nnimap-unsplittable-articles): New slot.
1161         (nnimap-new-articles): Use it.
1163 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1165         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1166         move to the previous line on `M-g'.
1168 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1171         *-request-group, which seems unnecessary.
1173         * nnimap.el (nnimap-quote-specials): Function copied over from
1174         imap.el.
1175         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1176         they support that.  Suggested by Tom Regner.
1178 2010-10-29  Julien Danjou  <julien@danjou.info>
1180         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1181         defalias.
1182         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1184         * gnus.el: Remove `gnus-nntp-service' variable.
1185         (gnus-secondary-servers): Make obsolete.
1186         (gnus-nntp-server): Make obsolete.
1188         * gnus-start.el (gnus-1): Remove x-splash calls.
1190         * gnus-ems.el (gnus-x-splash): Remove.
1192         * gnus.el (gnus-group-startup-message): Simplify/update code.
1194         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1195         capability before doing anything.
1196         (gnus-group-insert-group-line): Remove useless
1197         gnus-group-remove-excess-properties.
1199 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1201         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1203 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1205         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1206         config after reselecting.
1208 2010-10-28  Julien Danjou  <julien@danjou.info>
1210         * shr.el (shr-put-image): Use point even if only inserting text.
1211         (shr-put-image): Save excursion when inserting alt text on non-graphic
1212         display, so the behaviour is the same when we are on a graphic display.
1214         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1216 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1218         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1219         (gnus-mime-copy-part): Check coding system, not charset.
1220         (gnus-mime-view-part-externally): Never remove part.
1221         (gnus-mime-view-part-internally): Don't remove part here.
1222         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1223         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1224         multipart/alternative.
1226         * mm-decode.el (mm-display-part): Take optional arg `force'.
1228 2010-10-26  Julien Danjou  <julien@danjou.info>
1230         * gnus-group.el (gnus-group-default-list-level): Add this function to
1231         compute the default list level.
1232         (gnus-group-default-list-level): Add possibility to use a function.
1234 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1236         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1238         * gnus-group.el (gnus-group-completing-read)
1239         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1240         gnus-replace-in-string.
1242 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1244         * shr.el (shr-tag-div): Add.
1246 2010-10-25  Julien Danjou  <julien@danjou.info>
1248         * gnus-util.el: Remove `gnus-with-local-quit'.
1250         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1252 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1254         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1255         the original article buffer.
1257 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1259         * nnimap.el (nnimap-request-head): New function.
1260         (nnimap-request-move-article): Try to be slighly faster by not
1261         requesting the entire message when moving.
1262         (nnimap-transform-headers): Don't bug out on bodiless articles.
1263         (nnimap-send-command): Have no outstanding messages if the IMAP server
1264         doesn't support streaming.
1265         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1267 2010-10-24  Julien Danjou  <julien@danjou.info>
1269         * message.el (message-default-headers): Fix type.
1271 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1274         prefetching images.
1276         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1277         backend for unknown groups.  This is mainly useful for nnimap groups.
1279         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1280         group isn't covered by the agent.
1282 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1284         * nnir.el (nnir-method-default-engines): New variable.
1285         (nnir-run-query): Use it.
1286         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1287         (gnus-summary-nnir-goto-thread): Change group if needed.
1289         * gnus-group.el (gnus-group-group-map): Add key binding for
1290         gnus-group-make-nnir-group.
1292 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294         * shr.el (shr-tag-object): Add.
1296         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1297         original article buffer live.
1298         (gnus-summary-select-article-buffer):
1299         Mention gnus-widen-article-buffer.
1301 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * shr.el (shr-tag-strong): Add.
1305 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1308         group names.  They mess up the group buffer badly.
1310         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1312         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1313         instead of the summary one.
1315 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1317         * mml.el (mml-preview): Work properly when editing article.
1319         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1320         gnus-have-read-active-file if it's already been in.
1322 2010-10-22  Tom Tromey  <tromey@redhat.com>
1324         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1325         gnus-group-completing-read.
1327 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1329         * message.el (message-mode-map): Don't bind M-; to comment region, to
1330         allow the global comment-dwim to work.
1332 2010-10-21  Julien Danjou  <julien@danjou.info>
1334         * message.el (message-setup-1): Allow message-default-headers to be a
1335         function.
1337 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1339         * shr.el (shr-tag-table): Simplify.
1341 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1343         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1344         to avoid trying to snarf invalid stuff.
1346         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1348         * gnus.el (gnus-message-archive-group): Quote value.
1349         (gnus-message-archive-group): Mark as changed.
1351         * shr.el (shr-add-font): Don't put the font properties on the newline
1352         or the indentation.
1354         * message.el (message-fix-before-sending): Change options when sending
1355         non-printable characters.
1357         * gnus.el (gnus-message-archive-method): Change the default to
1358         monthly outgoing groups.
1360         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1361         that have gotten new numbers.
1363         * nnimap.el (nnimap-request-replace-article): New function.
1365 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1367         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1368         (nnrss-request-article): Don't use special html washing code.
1370 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1372         * shr.el (shr-tag-table): Remove useless nconc.
1374 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376         * gnus-art.el (article-wash-html): Simplify and remove the charset
1377         stuff.  Use the normal html rendering code instead of the special html
1378         washing code.
1380         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1381         `gnus-w3m' symbols.
1382         (mm-text-html-washer-alist): Remove.
1384         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1385         (mm-inline-media-tests): Remove use.
1386         (mm-text-html-renderer): Change default to the `shr' symbol.
1388         * mm-view.el (mm-inline-text-html): Remove use.
1390         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1391         `gnus-blocked-images' to be a function.
1392         (gnus-article-wash-function): Remove.
1394 2010-10-20  Julien Danjou  <julien@danjou.info>
1396         * spam.el (spam-list-of-processors): Mark as obsolete.
1398         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1399         (nnimap-insert-partial-structure): Fix boundary detection.
1401 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1403         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1404         run file-truename on remote files.  This can be expensive and even
1405         prevent one from editing drafts if some unrelated buffer has a stale
1406         connection.
1408 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1410         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1411         kinsoku-eol regardless of shr-kinsoku-shorten.
1412         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1413         (shr-tag-table): Support caption, thead, and tfoot.
1415 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1418         lines.
1419         (shr-save-contents): New command and keystroke.
1421         * nndoc.el (nndoc-type-alist): Add git support.
1422         (nndoc-git-type-p): New function.
1423         (nndoc-transform-git-article): Ditto.
1424         (nndoc-transform-git-headers): Ditto.
1425         (nndoc-transform-git-headers): Generate Subject headers.
1427         * shr.el (shr-parse-style): New function.
1428         (shr-tag-span): Ditto.
1430         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1431         to `G G' to avoid collisions.
1433 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1435         * shr.el: Load kinsoku if necessary.
1436         (shr-kinsoku-shorten): New internal variable.
1437         (shr-find-fill-point): Make kinsoku shorten text line if
1438         shr-kinsoku-shorten is bound to non-nil.
1439         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1440         shr-indentation too when testing if table is wider than frame width.
1441         (shr-insert-table): Use `string-width' instead of `length' to measure
1442         text width.
1443         (shr-insert-table-ruler): Make sure indentation is done at bol.
1445 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1447         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1448         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1449         undecoded network data.
1451 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1453         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1454         name in the mode line spec so that the mode line menu works
1455         (bug #2431).
1457         * message.el (message-get-reply-headers): If we're fed `to-address',
1458         then always use that.
1460         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1461         aren't so wide as to need to switch off the edit menu.
1463         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1464         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1466         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1467         `M-g'.
1468         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1469         the permanent marks.
1471 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1473         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1474         Splitting according to references/in-reply-to obeys the ignore-groups
1475         variable, while splitting by sender and subject do not.
1477 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1479         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1480         alist, so that we can look for non-Unicode chars.
1481         (article-translate-strings): Allow both character and string maps.
1483 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1485         * shr.el (shr-insert): Don't insert space behind a wide character
1486         categorized as kinsoku-bol, or between characters both categorized as
1487         nospace.
1489 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1491         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1492         headers to gnus-newsgroup-headers.
1494 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1496         * shr.el (shr-tag-img): Don't align images -- since we're not
1497         rescaling, this often leads to ugly displays.
1499 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1501         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1502         duplicates.
1504 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1506         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1507         call.
1509 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * gnus.el: Autoload gnus-html-show-images.
1513         * nnimap.el: Use nnheader-message throughout.
1515         * shr.el (shr-tag-img): Ignore images with no data.
1517 2010-10-15  Julien Danjou  <julien@danjou.info>
1519         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1520         a possibility to disable format=flow encoding when using hard newlines.
1522 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1524         * shr.el (shr-insert): Remove space inserted before or after a
1525         breakable character or at the beginning or the end of a line.
1526         (shr-find-fill-point): Do kinsoku; find the second best point or give
1527         it up if there's no breakable point.
1529 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531         * nnimap.el (nnimap-open-connection): Message when opening connection
1532         for debugging purposes.
1534         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1535         on every setup buffer call to allow this to change from article to
1536         article.
1538         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1539         buffers where we have a wide table.
1541 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1543         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1544         uses *-request-thread.
1546 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1549         incantation, which is no longer valid.
1551 2010-10-14  Julien Danjou  <julien@danjou.info>
1553         * shr.el: Fix defcustom type (char -> character).
1555 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1558         programs.
1560 2010-10-14  Julien Danjou  <julien@danjou.info>
1562         * shr.el (shr-tag-a): Use url-link as widget type.
1564         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1565         `gnus-group-get-icon'.
1567 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1569         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1570         This should make server editing work better.
1572         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1574         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1575         (nnimap-parse-flags): Fix regexp.
1577         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1578         probably work for CJVK text, too.
1580         * nnimap.el (nnimap-extend-tls-programs): Remove.
1581         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1583 2010-10-13  Julien Danjou  <julien@danjou.info>
1585         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1586         responses.
1588 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1590         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1592         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1593         anything in Emacs.
1595         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1597 2010-10-13  Julien Danjou  <julien@danjou.info>
1599         * shr.el (shr-width): Make shr-width a defcustom with default to
1600         fill-column.
1601         (shr-tag-img): Use shr-width rather than fill-column.
1603 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1605         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1607         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1608         position when (X-)Faces exist.
1609         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1610         avatars when called interactively.
1612 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1614         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1615         gnus-article-x-face-too-ugly is bound.
1617 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1619         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1621         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1622         mailbox that doesn't exist.
1624 2010-10-12  Julien Danjou  <julien@danjou.info>
1626         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1627         (shr-get-image-data): Encode URL properly when fetching from cache.
1628         (shr-tag-img): Use aligned-to spaces to align correctly images.
1630         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1631         before inserting the Gravatar.
1633         * shr.el (shr-tag-img): Add align attribute support for <img>.
1635 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637         * gnus-gravatar.el (gnus-art): Require.
1639         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1640         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1641         Remove long obsoleted functions.
1643 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1647         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1648         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1649         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1650         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1651         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1652         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1653         Fix comment for declare-function.
1655 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657         * nnimap.el (nnimap-request-rename-group): Select group read-only
1658         before renaming it.
1660         * shr.el (shr-insert): Fix up the white space only regexp.
1662         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1663         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1665         * shr.el (shr-current-column): New function.
1666         (shr-find-fill-point): New function.
1668 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1670         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1671         numbers.
1673 2010-10-11  Julien Danjou  <julien@danjou.info>
1675         * shr.el (shr-hr-line): Add.
1676         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1677         display hr lines.
1678         (shr-max-columns): Do not change state to nil if we just inserting
1679         spaces.
1681 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1684         select the last group.
1686 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1688         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1690 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1693         for Gnus.
1694         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1695         (nnimap-update-qresync-info): Mark \Seen articles as read.
1697         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1698         non-variable, too.
1700         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1701         available.
1702         (nnimap-update-info): Rely more on the current active than the param
1703         active to avoid marking articles as read too much.
1705         * auth-source.el (auth-source-create): Use (user-login-name) for the
1706         user name default.
1708         * nnimap.el (nnimap-update-info): If the server doesn't return any
1709         useful info, just use the previous info.
1710         (nnimap-update-info): Prefer old info over start-article.
1711         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1713 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1715         * nnir.el (autoload): Clean up autoloads.
1716         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1717         Use key rather than value.
1718         (nnir-imap-search-other): New variable.
1719         (nnir-read-parm): Use it.
1720         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1721         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1723 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1725         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1726         the process, too.
1728 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1730         * spam.el (gnus-summary-mode-map): Bind to "$".
1731         Suggested by Russ Allbery.
1733         * shr.el: Rework the way things are indented by <li> slightly.
1735         * gnus.el (gnus-group-set-parameter): Fix typo.
1737         * nnimap.el: Start implementing QRESYNC support.
1739 2010-10-09  Julien Danjou  <julien@danjou.info>
1741         * nnir.el (nnir-engines): Fix too many arguments.
1743 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1746         group is the "last", so that the backends like nnfolder actually save
1747         their folders.
1749         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1750         try to use that for the tls stream.
1751         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1752         UIDVALIDITY and find out which groups are read-only and not.
1753         (nnimap-get-flags): Use the same marks parsing code as the rest of
1754         nnimap.
1756 2010-10-09  Julien Danjou  <julien@danjou.info>
1758         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1760         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1761         retrieving gravatars.
1763         * shr.el (shr-table-corner): Add.
1764         (shr-table-line): Add.
1765         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1767 2010-10-08  Julien Danjou  <julien@danjou.info>
1769         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1771 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1773         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1775         * gnus-sum.el (gnus-mark-article-as-unread)
1776         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1777         (gnus-summary-set-bookmark): Use it.
1779         * gnus-msg.el (gnus-setup-message): Use it.
1781         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1783         * gnus.el (gnus-group-remove-parameter): Use it.
1785         * gnus-group.el (gnus-group-make-web-group): Use it.
1787         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1789         * nnregistry.el: Update docs to mention manual.
1791         * gnus-registry.el: Update docs to mention nnregistry.el.
1792         (gnus-registry-initialize): Don't install nnregistry refer method
1793         automatically.
1794         (gnus-registry-install-nnregistry): Remove it.
1796 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798         * shr.el (shr-insert): Don't insert double spaces.
1800 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1802         * gnus-gravatar.el (gnus-treat-from-gravatar)
1803         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1804         called interactively.
1806         * gnus-art.el (gnus-mime-view-part-externally)
1807         (gnus-mime-view-part-internally): Make predicate function passed to
1808         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1809         of a mime type.
1811         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1813 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815         * shr.el (require): Require cl when compiling.
1816         (shr-tag-hr): New function.
1818         * nnimap.el (nnimap-update-info): Remove double setting of high.
1819         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1820         This makes nnimap work properly on Courier again.
1822         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1823         the variable for backwards compatability.
1825         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1826         the file name before using to avoid setting mm-default-directory to
1827         nil.
1829         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1830         bidning gnus-agent variables.
1832         * shr.el (shr-render-td): Use a cache for the table rendering function
1833         to avoid getting an exponential rendering behaviour in nested tables.
1834         (shr-insert): Rework the line-breaking algorithm.
1835         (shr-insert): Don't leave trailing spaces.
1836         (shr-insert-table): Also insert empty TDs.
1837         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1839 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1841         * gnus-sum.el (gnus-number): Rename from `number'.
1842         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1843         (gnus-summary-limit-children): Update uses correspondingly.
1845 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1847         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1848         (gnus-gravatar-transform-address): Don't show avatars of people of
1849         which mail addresses match gnus-gravatar-too-ugly.
1851 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853         * shr.el (shr-table-widths): Expand TD elements to fill available
1854         space.
1856 2010-10-07  Julien Danjou  <julien@danjou.info>
1858         * nnimap.el (nnimap-request-rename-group): Add this method.
1860 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1862         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1863         name from XEmacs' function-arglist.
1865         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1866         gravatar under XEmacs.
1868 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1870         * auth-source.el: Update docs with TODO items.
1872         * gnus-sync.el: Update docs to explain state and plans.
1874         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1875         Hooks for mark updates.
1876         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1878         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1879         hooks with arguments, which is needed for mark update hooks.
1881 2010-10-06  Julien Danjou  <julien@danjou.info>
1883         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1884         was matched.
1886         * sieve-manage.el: Update example in `Commentary'.
1888         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1890         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1891         not 2000.
1892         (sieve-manage-authenticate): Re-add function.
1894 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1896         * shr.el (shr-insert): Get 'space transition right.
1897         (shr-render-td): Only delete space at the end of the TD.
1899         * nnimap.el (nnimap-open-connection): Prepare to support
1900         open-gnutls-stream.
1902         * shr.el: Rearrange function order to be more logical.
1904 2010-10-06  Julien Danjou  <julien@danjou.info>
1906         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1907         (nnrss-discover-feed): Remove 404 URL in docstring.
1909         * nnir.el: Fix Swish-E URL.
1910         Fix Namazu URL.
1912         * message.el (message-change-subject): Remove 404 URL in a comment.
1914 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1916         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1917         called interactively.
1919         * gnus-util.el (gnus-remove-if): Allow hash table.
1920         (gnus-remove-if-not): New function.
1922         * gnus-art.el (gnus-mime-view-part-as-type)
1923         * gnus-score.el (gnus-summary-score-effect)
1924         * gnus-sum.el (gnus-read-move-group-name):
1925         Replace remove-if-not with gnus-remove-if-not.
1927         * gnus-group.el (gnus-group-completing-read):
1928         Regard collection as a hash table if it is not a list.
1930 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1932         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1934         * shr.el: Document the table-rendering algorithm.
1936         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1937         invalid URLs.
1939         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1940         line-broken.
1941         (shr-tag-img): Ignore image fetching errors.
1942         (shr-overlays-in-region): Compute overlay positions correctly.
1944         * mm-decode.el (mm-shr): Require shr.
1946         * gnus-art.el (gnus-blocked-images): Move variable here.
1948         * shr.el (shr-insert-table): Bind free variable.
1950         * mm-decode.el (mm-shr): Bind shr-content-function.
1952         * shr.el (shr-content-function): New variable.
1954         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1955         added for symmetry.
1957         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1959         * gnus-group.el (gnus-group-make-group): Doc fix.
1961         * nnimap.el (nnimap-request-newgroups): Return success.
1963         * shr.el (shr-find-elements): New function.
1964         (shr-tag-table): Put all the images after the table.
1965         (shr-tag-table): Really inhibit images inside the table.
1966         (shr-collect-overlays): Copy over overlays from the TD elements to the
1967         main document.
1969         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1970         gnus-blocked-images.
1972 2010-10-05  Julien Danjou  <julien@danjou.info>
1974         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1976         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1977         (gnus-html-maximum-image-size): Add this function.
1978         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1980         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1981         server-value of the capability is nil.
1983 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1985         * shr.el (shr-tag-em): Add <EM> tag.
1987 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1989         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1990         customizable.
1992         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1993         handing broken links to browse-url.
1995 2010-10-05  Julien Danjou  <julien@danjou.info>
1997         * gnus-util.el (gnus-emacs-completing-read)
1998         (gnus-iswitchb-completing-read): Use autoload rather than require.
2000 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2002         * gnus-util.el (gnus-completing-read-function): Exclude
2003         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2004         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2005         XEmacs.
2007         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2008         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2010         * gnus-html.el: Don't require help-fns under XEmacs.
2011         (gnus-html-schedule-image-fetching): Work for XEmacs.
2013         * mm-decode.el (mm-shr): Decode contents by charset.
2015 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2018         unknown.
2020         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2021         (shr-get-image-data): Ensure against the cache file missing.
2023         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2024         for data.
2026         * spam-report.el (spam-report-url-ping-plain): Don't query about
2027         killing the process.
2029         * shr.el (shr-render-td): Protect against too-wide text.
2031 2010-10-04  Julien Danjou  <julien@danjou.info>
2033         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2034         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2036         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2037         retrieved.
2039 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041         * shr.el (browse-url): Require.
2042         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2043         lines.
2044         (shr-show-alt-text, shr-browse-image): New commands.
2045         (shr-browse-url, shr-copy-url): New commands.
2047         * gnus-sum.el (gnus-widen-article-window): New variable.
2048         (gnus-summary-select-article-buffer): Use it.
2050         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2051         without @ signs.
2053 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2055         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2057 2010-10-04  Julien Danjou  <julien@danjou.info>
2059         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2060         for XEmacs.
2062 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2064         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2066         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2067         (nnimap-close-server): Implement.
2069         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2070         (shr-insert): Tweak line breaking.
2071         (shr-insert): Handle <pre> better.
2072         (shr-tag-li): Get <li> indentation right.
2073         (shr-tag-li): Get <li> indentation even righter.
2074         (shr-tag-blockquote): Ensure paragraph start.
2075         (shr-make-table): Tweak table generation.
2076         (shr-make-table): Fix typo.
2078         * shr.el: Implement table rendering.
2080 2010-10-04  Julien Danjou  <julien@danjou.info>
2082         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2084 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2086         * shr.el (shr-insert): Use string anchors instead of line anchors.
2088 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2090         * shr.el: Add headings.
2091         (shr-ensure-paragraph): Actually work.
2092         (shr-tag-li): Make <ul> prettier.
2093         (shr-insert): Get white space at the beginning/end of elements right.
2094         (shr-tag-p): Collapse subsequent <p>s.
2095         (shr-ensure-paragraph): Don't insert double line feeds after blank
2096         lines.
2097         (shr-insert): \t is also space.
2098         (shr-tag-s): Fix "s" tag name function.
2099         (shr-tag-s): Fix face prop name.
2101 2010-10-03  Julien Danjou  <julien@danjou.info>
2103         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2105         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2106         gnus-window-inside-pixel-edges.
2108         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2109         gnus-ems.
2111         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2113         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2114         function.
2116         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2117         resize choice.
2119 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2121         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2122         beginning of the buffer.
2124         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2125         article buffer again.
2127         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2129         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2130         when it's at the start of the buffer.
2132         * shr.el (shr-tag-blockquote): Convert name.
2133         (shr-rescale-image): Use the right image-size variant.
2135         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2136         buffer isn't shown, then select the current article first instead of
2137         bugging out.
2138         (gnus-summary-select-article-buffer): Show both the article and summary
2139         buffers again.
2141         * shr.el (shr-fontize-cont): Protect against regions with no text.
2142         Rename tag functions to shr-tag-* for enhanced security.
2143         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2145 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2147         * shr.el (shr-insert):
2148         * pop3.el (pop3-movemail):
2149         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2150         loaded.
2152 2010-10-03  Glenn Morris  <rgm@gnu.org>
2154         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2156         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2158         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2160         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2162         * gnus-util.el (gnus-make-local-hook): Simplify.
2164 2010-10-02  Julien Danjou  <julien@danjou.info>
2166         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2167         (gnus-ido-completing-read): New function.
2168         (gnus-emacs-completing-read): New function.
2169         (gnus-completing-read): Use gnus-completing-read-function.
2170         Add gnus-completing-read-function.
2172 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174         * shr.el (shr-insert-document): Autoload.
2175         (shr-img): Be silent.
2176         (shr-insert): Add a newline after every picture before text.
2177         (shr-add-font): Use overlays for combining faces.
2178         (shr-insert): Pass upwards the text start point.
2180         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2181         possible.
2182         (mm-shr): New function.
2184 2010-10-02  Julien Danjou  <julien@danjou.info>
2186         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2187         should go backward.
2189 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2191         * shr.el (shr): Fix typo in provide call.
2193 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195         * shr.el: New file.
2197         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2199         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2200         completing read.
2202 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2204         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2205         we're being queried about.  Suggested by Dan Jacobson.
2207         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2208         Suggested by Jason Eisner.
2210         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2211         table, too.  Suggested by Stefan Wiens.
2212         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2213         the table unnecessary.  Suggested by Stefan Wiens.
2215         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2216         longer needed, and probably doesn't work either, as pointed out by
2217         Stefan Wiens.
2218         (gnus-summary-exit): Remove call to the clearing function.
2219         (gnus-summary-exit-no-update): Ditto.
2221         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2222         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2223         Reported by Stefan Monnier.
2224         (gnus-summary-save-in-rmail): Ditto.
2226         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2227         article buffer, instead of both the article buffer and the summary
2228         buffer.  Sort of suggested by Dan Jacobson.
2230         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2232         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2233         Suggested by Dan Jacobson.
2235         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2236         documentation clearer.
2238         * message.el (message-shorten-references): Comment on the number "21".
2239         Suggested by Stefan Monnier.
2241         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2242         Suggested by Dan Jacobson.
2244         * gnus.el (gnus-large-newsgroup):
2245         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2247         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2248         externalize attachments.  Bug reported by Steve Wen.
2250         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2251         really message anything to the user.
2253         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2254         directly.
2256         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2257         messages in empty groups.
2259 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2261         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2262         non-UIDNEXT group.
2264 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2267         not the value from the collection.
2269         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2270         values.  This sometimes happens on some groups that have no info.
2271         (nnimap-request-newgroups): New function.
2273 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2275         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2276         check into `gnus-registry-initialize'.
2277         (gnus-registry-initialize): Ditto.
2278         Fix and extend header docs.
2280 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2282         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2283         regexp backtrace overflows.
2285         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2286         for starttls that tls.el implements; i.e. openssl.
2288 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2290         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2291         (gravatar-create-image): New function that's an alias to
2292         gnus-xmas-create-image, gnus-create-image, or create-image.
2293         (gravatar-data->image): Use it.
2295 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2297         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2298         install the nnregistry refer method.
2299         (gnus-registry-install-hooks): Use it.
2300         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2301         unfollowed groups.
2303 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2305         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2306         expanding threads.
2308 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2310         * nnir.el: Use the server names without suffixes (bug #7009).
2312         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2313         unencrypted to STARTTLS, if possible.
2315 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2317         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2318         headers before superseding.
2320 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2322         * nnrss.el (nnrss-use-local): Add documentation.
2324         * nnimap.el (nnimap-extend-tls-programs): New function.
2325         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2326         (nnimap-wait-for-connection): Accept the greeting from the stupid
2327         output from openssl s_client -starttls, too.
2329         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2330         article number.
2331         (nnimap-split-fancy): New variable.
2332         (nnimap-split-incoming-mail): Use it.
2334         * nntp.el (nntp-server-list-active-group): Document.
2336         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2337         SELECT to get the message-id.
2339         * mail-source.el (mail-sources): Remove webmail support.
2340         (defvar): Ditto.
2341         (mail-source-fetcher-alist): Ditto.
2342         (mail-source-fetch-webmail): Remove.
2344         * webmail.el: Remove -- doesn't seem relevant any more.
2346         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2348         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2349         the \r.
2351 2010-09-30  Julien Danjou  <julien@danjou.info>
2353         * gnus-agent.el (gnus-agent-add-group): Fix call to
2354         gnus-completing-read.
2356 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2358         * nndoc.el (nndoc-retrieve-groups): New function.
2360         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2361         `default', use nnmail-split-methods.
2362         (nnimap-request-article): Downcase the NILs so that they are nil.
2364         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2365         symbol.
2367         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2368         code, since if the user has requested network, that's what they ought
2369         to get.
2370         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2371         (nnimap-split-rule): Mark as obsolete.
2373         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2374         New variable.
2376         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2377         correct slot, too.
2379 2010-09-29  Julien Danjou  <julien@danjou.info>
2381         * gnus.el (gnus-local-domain): Declare variable obsolete.
2383         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2384         Fix history computing.
2385         (gnus-ido-completing-read): Require ido.
2387 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2390         build Gnus.
2392         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2393         when interpreting the structures.
2394         (nnimap-request-accept-article): Add \r\n to the lines to make this
2395         work with Cyrus.
2397         * nndraft.el (nndraft-request-expire-articles): Use the group name
2398         instead if "nndraft".  Fix found by Nils Ackermann.
2400 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2402         * nnregistry.el: Add.
2404 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2406         * nnmail.el (group, group-art-list, group-art):
2407         Remove unneeded directives.
2409 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2411         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2412         (mm-mime-charset)
2413         * rfc2047.el (rfc2047-syntax-table)
2414         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2416         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2417         rather than `insert-file-contents' and `eval-region'.
2419 2010-09-29  Julien Danjou  <julien@danjou.info>
2421         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2422         replacement of `gnus-gravatar-relief' to mimic
2423         `gnus-faces-properties-alist'.
2424         Add :version property.
2426 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2428         * mail-source.el (mail-source-report-new-mail)
2429         * message.el (message-default-mail-headers)
2430         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2432         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2434 2010-09-28  Julien Danjou  <julien@danjou.info>
2436         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2437         mail-address contains the same string as real-name.
2439         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2440         non-blank in header, otherwise it'll get stripped.
2442         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2443         real-name, and then for mail address rather than doing : or , search.
2445 2010-09-27  Julien Danjou  <julien@danjou.info>
2447         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2448         right completing-read function.
2449         (gnus-use-ido): New variable
2450         (gnus-completing-read-with-default): Remove.
2451         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2452         (gnus-agent-add-group):
2453         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2454         * mm-view.el (mm-view-pkcs7-decrypt):
2455         * mm-util.el (mm-codepage-setup):
2456         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2457         * mml-smime.el (mml-smime-openssl-sign-query):
2458         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2459         (mml-insert-multipart):
2460         * gnus-msg.el (gnus-summary-yank-message):
2461         * gnus-int.el (gnus-start-news-server):
2462         * mm-decode.el (mm-interactively-view-part):
2463         * gnus-dired.el (gnus-dired-attach):
2464         * gnus.el (gnus-read-method):
2465         * gnus-bookmark.el (gnus-bookmark-jump):
2466         * gnus-art.el (gnus-mime-view-part-as-type)
2467         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2468         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2469         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2470         * nnmairix.el (nnmairix-create-server-and-default-group)
2471         (nnmairix-update-groups, nnmairix-get-server)
2472         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2473         (nnmairix-get-group-from-file-path):
2474         * nnrss.el (nnrss-find-rss-via-syndic8):
2475         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2476         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2477         (gnus-group-browse-foreign-server):
2478         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2479         (gnus-summary-execute-command, gnus-summary-respool-article)
2480         (gnus-read-move-group-name):
2481         * gnus-score.el (gnus-summary-increase-score)
2482         (gnus-summary-score-effect):
2483         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2485 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2487         * nnimap.el (auth-source-forget-user-or-password)
2488         (auth-source-user-or-password): Autoload.
2490         * message.el (message-from-style, message-interactive)
2491         (message-signature): Remove comment.
2492         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2493         always.
2494         (message-sendmail-envelope-from): Comment fix.
2495         (message-yank-prefix): Default to mail-yank-prefix always.
2496         (message-indentation-spaces):
2497         Default to mail-indentation-spaces always.
2498         (message-signature-file): Default to mail-signature-file always.
2500 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2503         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2504         new articles.
2506         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2507         parts.
2508         (nnimap-request-article): Work with the t setting, too.
2510         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2511         that you don't get flashes of other buffers.
2512         (gnus-summary-show-complete-article): Intern before setting.
2514 2010-09-27  David Engster  <dengste@eml.cc>
2516         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2517         well as HEADERS.
2518         (nnmairix-retrieve-headers): Provide new argument for the above.
2520 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2522         * gnus-sum.el (gnus-summary-move-article): Don't alter
2523         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2524         group.
2526         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2528         * message.el (message-cite-prefix-regexp): Revert my last edit.
2530         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2531         variable instead of the Gnus variable.
2533         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2535         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2537         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2538         since some servers don't like it.
2539         (nnimap-open-connection): Forget credentials if the server says the
2540         password was wrong.
2541         (nnimap-parse-line): Protect against invalid data.
2543         * gnus-sum.el (gnus-summary-move-article): Add comment.
2544         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2545         nothing alters it while scanning for new messages.
2547         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2548         which may or may not help.
2549         (nnimap-open-connection): If we're doing a stream connection, and then
2550         discover we're on a STARTTLS-capable server, then open a STARTTLS
2551         connection instead.
2553 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2555         * nnimap.el (utf7): Require.
2557         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2558         prefix.
2560 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2562         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2564 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566         * nnimap.el (nnimap-request-accept-article): Message the error on
2567         error.
2569 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2573 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575         * nndoc.el (nndoc-request-list): Return success always.
2577         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2578         `fetch-old' -- we only want to fetch the articles we've requested.
2579         The rest are in the agent, probably.
2580         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2581         disappeared server" to something low.  It's not important.
2583         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2584         arrived before the FETCH data.
2586         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2587         target here, because we don't know the Gnus name of the group.
2589         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2590         for the correct group.
2592         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2594         * gnus.el (gnus): Give a final warning after startup.
2596         * gnus-util.el (gnus-action-message-log): New variable.
2597         (gnus-message): Use it.
2598         (gnus-final-warning): New function.
2600         * nnimap.el (nnimap-open-connection): Record the greeting.
2601         (nnimap): Add greeting.
2603 2010-09-26  Julien Danjou  <julien@danjou.info>
2605         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2606         arguments.
2607         (gnus-html-wash-images): Fix spec computing to include start/end.
2609         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2611 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2613         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2614         deletion.
2615         (nnimap-retrieve-headers): Don't select the group, because that's
2616         already done by nnimap-possibly-change-group.
2618         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2619         (gnus-picon-transform-address): Use it.
2621         * mail-source.el (mail-source-value): Revert previous patch.
2623         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2624         on failure.
2625         (nnimap-open-connection): Look up both virtual and physical server name
2626         credentials.
2628         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2630 2009-02-08  Dave Love  <fx@gnu.org>
2632         * gnus-win.el (gnus-window-to-buffer-helper)
2633         (gnus-all-windows-visible-p): Function needn't be a symbol.
2635         * mail-source.el (mail-source-value): Function needn't be a symbol.
2637 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639         * message.el (message-cite-prefix-regexp): Remove } from the cite
2640         prefix.
2642         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2643         highlight again, so that the highlight is correct.
2645         * gnus-picon.el (gnus-picon): Remove again.
2646         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2648         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2649         doing the header highlightling, so that the background colour of the
2650         picon is correct.
2652         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2653         (gnus-picon): Ditto.
2654         (gnus-picon): Reinstate.  The background colour for picons is white.
2655         (gnus-picon-insert-glyph): Make the background white.
2657         * nnml.el (nnml-open-nov): Don't return dead buffers.
2659         * auth-source.el (auth-source-create): Query the user for whether to
2660         store the credentials.
2662         * auth-source.el (auth-source-user-or-password): Use the existing auth
2663         sources, if any, for creation.
2665         * gnus.el (gnus-group-fast-parameter): Return the last matching
2666         parameter instead of the first matching parameter.
2668 2010-09-26  Julien Danjou  <julien@danjou.info>
2670         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2672 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674         * mml2015.el (mml2015-use): Remove gpg support.
2676         * mml1991.el (mml1991-function-alist): Remove gpg function.
2677         (mml1991-gpg-sign): Remove.
2679 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2681         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2682         (gnus-browse-unsubscribe-current-group): Document it.
2683         (gnus-browse-unsubscribe-group): Use it.
2685 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2687         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2688         address to the To list for easier response.
2690         * gnus.el (gnus-play-startup-jingle): Remove.
2691         (gnus-splash): Don't play jingle.
2692         (gnus): Silence gnus-load message.
2694         * gnus-art.el (gnus-treat-play-sounds): Remove.
2696         * gnus.el (gnus-play-jingle): Remove audio support.
2698         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2700         * earcon.el: Remove -- no users.
2702         * gnus-audio.el: Remove -- no users of this package.
2704         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2706         * gnus-start.el (gnus-setup-news): Remove nocem support.
2708         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2710         * gnus.el (gnus-use-nocem): Remove.
2712         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2713         Remove.
2715         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2716         uses NoCeM any more.
2718         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2719         (gnus-button-ctan-handler): Ditto.
2720         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2721         (gnus-button-ctan-directory-regexp): Ditto.
2722         (gnus-button-handle-ctan): Ditto.
2723         (gnus-button-tex-level): Ditto.
2724         (gnus-button-alist): Remove CTAN stuff.
2726 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2728         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2729         nnimap-streaming test.
2731         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2732         servers twice.
2734         * nnimap.el (nnimap-open-connection): Add more error reporting when
2735         nnimap fails early.
2737         * nnheader.el (nnheader-get-report-string): New function.
2738         (nnheader-get-report): Use it.
2740         * gnus-int.el (gnus-check-server): Say what the error was when opening
2741         failed.
2743         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2744         using streaming.
2746 2010-09-25  Julien Danjou  <julien@danjou.info>
2748         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2749         gnus-window-inside-pixel-edges.
2751 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2753         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2755         * mm-decode.el (mm-save-part): Allow saving to other directories the
2756         normal Emacs way.
2758         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2759         Suggested by Jay Berkenbilt.
2761         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2762         there isn't a single byte.
2764         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2765         just do it.  It doesn't really seem to matter what the user responds
2766         here, I think, so it's just a confusing question.
2768         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2769         non-streaming case.
2771         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2772         (gnus-article-encrypt-body): Use it.
2774         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2775         keystroke.
2777         * nnimap.el (nnimap-find-wanted-parts-1):
2778         Use gnus-fetch-partial-articles.
2780         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2782         * nnimap.el (nnimap-insert-partial-structure): New function.
2783         (nnimap-get-partial-article): New function.
2784         (nnimap-request-article): Use it.
2785         (nnimap-wait-for-response): Return whether the wait was successful.
2786         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2787         retrieval wasn't successful.
2788         (nnimap-retrieve-group-data-early): Allow throttling servers.
2789         (nnimap-streaming): New variable.
2790         (nnimap-fetch-partial-articles): Remove.
2792         * mm-decode.el (mm-with-part): Protect against killed buffers.
2794         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2795         for prettier summary display.
2797 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2799         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2801 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2804         apparently third-party libraries depend on it.
2806         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2807         before starting negotiation.
2809         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2810         privacy reasons.
2811         (gnus-treat-mail-gravatar): Ditto.
2813         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2814         buffer when inserting images.  Inserting text into the headers, for
2815         instance, can make them invalid.
2817 2010-09-25  Julien Danjou  <julien@danjou.info>
2819         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2820         variables.
2822         * nnheader.el: Remove useless variables news-reply-yank-from and
2823         news-reply-yank-message-id.
2825         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2826         variables.
2828         * mml1991.el: Remove useless mml1991-verbose.
2830         * gnus.el: Remove useless variable gnus-use-generic-from.
2831         Remove obsolete variable gnus-topic-indentation.
2833         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2835         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2837         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2839         * gnus-group.el: Remove useless gnus-group-icon-cache.
2840         Remove useless gnus-ephemeral-group-server.
2842         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2844         * mml2015.el: Remove useless mml2015-verbose.
2846         * mml-smime.el: Remove useless mml-smime-verbose.
2848         * gnus.el: Remove useless gnus-local-domain.
2850         * gnus-gravatar.el (gnus-gravatar-transform-address):
2851         Use gnus-gravatar-size.
2853         * gnus-art.el: Remove useless gnus-treat-translate.
2855 2010-09-24  Julien Danjou  <julien@danjou.info>
2857         * gnus-sum.el: Add support for Gravatars.
2859         * gnus-art.el: Add support for Gravatars.
2861         * gnus-gravatar.el: Add this file.
2863         * gravatar.el: Add this file.
2865 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2867         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2869         * gnus-group.el (gnus-group-fetch-faq): Remove.
2871         * gnus.el (gnus-group-faq-directory): Remove.
2873         * gnus-group.el (gnus-group-fetch-charter): Remove.
2875         * gnus.el (gnus-group-charter-alist): Remove.
2877         * gnus-group.el (gnus-group-archive-directory): Remove.
2878         (gnus-group-recent-archive-directory): Ditto.
2879         (gnus-group-make-archive-group): Remove.
2881         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2883         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2884         use the same article number for all the cached articles.
2886         * nnimap.el (nnimap-command): Register the last command time so
2887         that we can use it for idling NOOPs.
2888         (nnimap-open-connection): Start the keeplive timer.
2889         (nnimap-make-process-buffer): Store all the process buffers.
2890         (nnimap-keepalive): New function.
2892         * starttls.el (starttls-open-stream): Add autoload cookie.
2894 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2896         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2897         handling.
2899 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2901         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2902         its data structures.
2904         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2905         instead of the cl.el copy-list.
2906         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2907         equalp.
2909 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2912         and tool-bar-local-item-from-menu.
2914         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2915         mode-line-highlight face for Emacs.
2917         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2918         loading gnus-sum.elc; fix comment for canlock-verify.
2919         (gnus-article-jump-to-part): Use read-number.
2920         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2921         Remove Emacs pre-21 compatible code for help-echo.
2922         (gnus-article-next-page-1): No need to adjust the number of lines.
2923         (gnus-article-describe-bindings): Always use help-buffer.
2925         * gnus-audio.el (gnus-audio-inline-sound)
2926         * gnus-cus.el (gnus-custom-mode)
2927         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2929         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2931         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2932         compatible code.
2934 2010-09-24  Glenn Morris  <rgm@gnu.org>
2936         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2937         visiting the fcc file in rmail-mode.
2939 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2941         * nnir.el: Silence the byte compiler.
2943         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2944         alias to browse-url-url-encode-chars if any.
2945         (gnus-html-encode-url): Use it.
2947 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949         * gnus-start.el (gnus-use-backend-marks): New variable.
2950         (gnus-get-unread-articles-in-group): Use it.
2952         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2953         makeover.
2955 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2957         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2959 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2962         Remove.
2963         (gnus-setup-news-hook):
2964         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2966         * gnus-int.el (gnus-request-update-info): Protect against backends not
2967         having the function.
2969         * nnimap.el (nnimap-stream): Mention starttls.
2970         (nnimap-open-connection): Add starttls support.
2972 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2974         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2976 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2978         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2979         BODYSTRUCTUREs.
2980         (nnimap-transform-headers): Unfold quoted {42} headers.
2982         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2983         the info.
2984         (gnus-get-unread-articles): Only call updatep on backends that support
2985         it.
2987         * nnweb.el (nnweb-request-update-info): NOOP.
2989         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2991         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2992         since it only deals with marks.
2994         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2995         gnus-request-marks, and make a new gnus-request-update-info.
2997         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2998         the active instead of the high number, which is usually too low.
3000 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3002         * encrypt.el: Remove.
3004 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3007         server in symbolic form.
3009         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3011 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3013         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3014         (nnimap-update-info): Fix up code slightly.
3016         * gnus-int.el (gnus-open-server): Add tracing for performance
3017         debugging.
3019         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3020         (gnus-group-insert-group-line): Pass the real group name so that it
3021         gets the right data.
3023         * gnus-start.el (gnus-get-unread-articles): Don't have
3024         `gnus-get-unread-articles-in-group' update info, since that can be
3025         really slow and doesn't seem to be needed?
3027 2010-09-22  Julien Danjou  <julien@danjou.info>
3029         * gnus-group.el (gnus-group-insert-group-line):
3030         Call gnus-group-highlight-line.
3031         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3032         default hook list.
3033         (gnus-group-update-eval-form): Add new function.
3034         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3035         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3037 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3039         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3040         immediate, then expire all articles.
3041         (nnimap-update-info): Fix off-by-one errors.
3042         (nnimap-flags-to-marks): Would return no marks lists for group with no
3043         flags.  Instead return the other data.
3045 2010-09-22  Julien Danjou  <julien@danjou.info>
3047         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3048         Only return an icon.
3049         (gnus-group-insert-group-line): Compute icon to return.
3051         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3052         (gnus-html-image-fetched): Only cache if
3053         gnus-html-image-automatic-caching is set.
3054         (gnus-html-image-fetched): Check for errors.
3056 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3059         once per method on `g'.  This ensures that backends like nnfolder don't
3060         open all their folders.
3062         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3063         (nnimap-request-list): Nix out group in the correct buffer.
3064         (nnimap-parse-flags): Implement by using `read' instead of
3065         hand-parsing.
3066         (nnimap-flags-to-marks): Pass on permanent-flags.
3067         (nnimap-make-process-buffer): Record the server name.
3068         (nnimap-parse-flags): Fix typo.
3069         (nnimap-request-scan): Run split on the server in general, not just a
3070         single group.
3072         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3073         parameter, and propagate this downwards.
3075         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3076         since EXAMINE changes it on the server.
3078         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3079         this command might take a while.
3081 2010-09-22  Julien Danjou  <julien@danjou.info>
3083         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3084         harmful if you have 2 images side-by-side, they can't be properly
3085         update on text deletion.  Using text-property is safer here.
3086         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3087         data.
3089 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091         * nnimap.el (nnimap-expunge-inbox): Remove.
3092         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3093         (nnimap-expunge): Flip default to t.
3095         * gnus.el (gnus-method-to-server): Don't push things to the cache
3096         unless it's unique.
3097         (gnus-server-to-method): Ditto.
3099 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3101         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3103 2010-09-22  Julien Danjou  <julien@danjou.info>
3105         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3106         get the start of data.
3107         (gnus-html-encode-url): Add this function to encode special chars in
3108         URL.
3109         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3110         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3112         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3113         default.
3114         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3116         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3117         images alt-text.
3118         (gnus-html-put-image): Put alt-text as help-echo.
3120 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3122         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3123         * mm-util.el (mm-decompress-buffer)
3124         * nnir.el (nnir-run-find-grep)
3125         * pop3.el (pop3-list): Use 3rd arg of split-string.
3127 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3130         outside the active range.  Suggested by Dan Christensen.
3132         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3133         slightly later to avoid double-getting it.
3135         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3136         previous patch.
3138         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3140 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3142         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3144 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146         * gnus-int.el (gnus-open-server): Give a better error message in the
3147         "go offline" case.
3149         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3150         marks for nnimap, which is seldom the right thing to do.
3152         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3153         (gnus-same-method-different-name): New function.
3155         * nnimap.el (parse-time): Require.
3157         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3158         method in the presence of many similar methods.
3160         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3162         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3163         nnml-inhibit-expiry.
3165         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3166         find out whether methods are equal.
3168         * nnimap.el (nnimap-find-expired-articles): New function.
3169         (nnimap-process-expiry-targets): New function.
3170         (nnimap-request-move-article): Request the article before looking at
3171         what the Message-ID is.  Fix found by Andrew Cohen.
3172         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3174         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3175         for oldness in addition to being a predicate.
3177         * nnimap.el (nnimap-request-group): When we have zero articles, return
3178         the right data to Gnus.
3179         (nnimap-request-expire-articles): Only delete articles immediately if
3180         the target is 'delete.
3182         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3183         method, this would bug out.
3185         * gnus-group.el (gnus-group-expunge-group): Rename from
3186         gnus-group-nnimap-expunge, and implemented as a normal interface
3187         function.
3189         * gnus-int.el (gnus-request-expunge-group): New function.
3191         * nnimap.el (nnimap-request-create-group): Implement.
3192         (nnimap-request-expunge-group): New function.
3194 2010-09-21  Julien Danjou  <julien@danjou.info>
3196         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3197         (gnus-html-cache-expired): Add new function.
3198         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3199         wethever we should display image for fetch it.
3200         Compute alt-text earlier to pass it to the fetching function too.
3201         (gnus-html-schedule-image-fetching): Change function argument to only
3202         get one image at a time, not a list.
3203         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3204         cache.
3205         (gnus-html-get-image-data): New function to retrieve image data from
3206         cache.
3207         (gnus-html-put-image): Change buffer argument to use image data rather
3208         than file, and place image above region rather than inserting a new
3209         one.  Do not take alt-text as argument, since it's useless now: we place
3210         the image above alt-text.
3211         (gnus-html-prune-cache): Remove.
3212         (gnus-html-show-images): Start to fetch image when we find one, do not
3213         push into a temporary list.
3214         (gnus-html-prefetch-images): Only fetch image if they have expired.
3215         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3216         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3218 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3220         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3222 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3225         spec inser "*" if the group isn't active instead of 0.
3227         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3228         opening the server.
3229         (nnimap-request-delete-group): Implement group deletion.
3230         (nnimap-transform-headers): Return the size of the entire message in
3231         the Bytes header, not just the size of the first part.
3232         (nnimap-request-move-article): When moving an article from nnimap,
3233         request the article first so the accepting form has an article to
3234         accept.  Reported by Dan Christensen.
3235         (nnimap-command): Make sure that the error message doesn't error out.
3237 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3239         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3240         we haven't requested anything.
3242 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3245         "".  Fix found by Andrew Cohen.
3247         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3248         instead of -encode-string.
3250 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3252         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3254         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3255         by mm-subst-char-in-string.
3257 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3260         waiting for the connection string.
3262         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3263         arriving.
3265         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3266         bogus characters.  This allows selecting certain Gmail groups.
3268         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3269         (nnimap-fetch-partial-articles): New variable.
3270         (nnimap-open-connection): When looking for credentials, also use the
3271         nnimap-server-port.
3272         (nnimap-request-article): Return the group/article number, so that Gnus
3273         `^' works as expected.
3274         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3276         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3277         comments.
3278         (gnus-methods-sloppily-equal): New function.
3279         (gnus): When using the development version of Gnus, load the gnus-load
3280         file.
3282         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3283         `gnus-open-server' on each method before trying to scan them etc.
3284         This ensures that all the backend parameters are set correctly.
3286         * nnimap.el (nnimap-authenticator): New variable.
3287         (nnimap-open-connection): Allow anonymous login.
3288         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3289         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3291         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3292         patch, found by Knut Anders Hatlen.
3294 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3296         * gnus-agent.el (gnus-agent-batch-confirmation)
3297         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3298         to gnus-message.
3299         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3300         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3301         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3302         * gnus-int.el (gnus-open-server): Likewise.
3303         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3304         (gnus-score-check-syntax): Likewise.
3305         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3306         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3307         Likewise.
3308         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3310 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3312         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3313         calling conventions so that prefetch doesn't bug out.
3315 2010-09-19  Julien Danjou  <julien@danjou.info>
3317         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3318         rather than `subst-char-in-region' in order to be able to replace ASCII
3319         char by UTF-8 ones.
3321         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3322         than curl.
3323         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3324         the right URL and ALT text on images.
3325         (gnus-html-wash-tags): Fix tag case.
3326         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3327         (gnus-article-html): Add -o display_ins_del=2 option.
3328         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3330 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3333         the extra mail headers, which sometimes seem to happen for unknown
3334         reasons.
3336         * mail-parse.el (mail-header-encode-parameter): Define as
3337         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3338         (or most, perhaps?) mail readers don't understand the latter, but do
3339         understand the former.
3341         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3342         to nil, so that no methods are automatically agentized.  I think this
3343         is probably what most users want.
3345         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3346         from url-retrieve, for instance about invalid URLs.
3348         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3349         groups that have no articles.
3350         (nnimap-request-article): Check that we really got an article when we
3351         requested one.
3353         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3354         doesn't exist.
3356         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3357         nntp buffer so the agent can save it.
3358         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3359         that CRLF doesn't get translated to \n.
3360         (nnimap-open-connection): Don't make 'shell commands only send \n.
3362 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3364         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3365         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3366         Update var name.
3367         (nnml-generate-nov-file): Use dolist.
3368         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3369         Use with-current-buffer.
3371 2010-09-18  Julien Danjou  <julien@danjou.info>
3373         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3374         parallel.
3376 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3379         the range update right.
3380         (nnimap-request-group): Don't make `M-g' bug out on group with no
3381         marks.
3382         (nnoo): Require, so that other packages can require nnimap.
3383         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3384         command we're looking for.  This helps when the server sends more
3385         responses after we've gotten everything we expected.
3386         (nnimap): Add a `newlinep' field to keep track of end-of-line
3387         conventions.
3388         Don't send CRLF to things that don't want it.
3389         (nnimap-request-accept-article): Ditto.
3391 2010-09-18  Julien Danjou  <julien@danjou.info>
3393         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3394         than curl to retrieve images.
3396 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3398         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3399         the marks.
3400         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3401         (nnimap-wait-for-connection): New function.
3402         (nnimap-open-connection): If we have PREAUTH, don't query for login
3403         credentials.
3404         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3405         when doing a partial update.
3407 2010-09-18  Julien Danjou  <julien@danjou.info>
3409         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3410         tags.
3412 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414         * nnimap.el (nnimap-credentials): New function.
3415         (nnimap-open-connection): Use the new function to look for credentials
3416         also on the numeric equivalents of "imap" and "imaps".
3418         * gnus-start.el (gnus-activate-group): Send the info to
3419         gnus-request-group.
3421         * nnimap.el (nnimap-request-group): Have the "check" version of the
3422         function parse flags and update the info, so that a `M-g' get a total
3423         resync of all flags from the group.
3425         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3426         to allow backends to alter the info on group selection.  Also alter all
3427         the backend -request-group functions to take the parameter.
3429         * nnimap.el (nnimap-store-info): New function.
3430         (nnimap-update-info): Store the info for later usage.
3431         (nnimap-request-group): Use the stored info for the dont-check case, so
3432         that we don't retrieve all marks when we enter a group.
3434         * nnimap.el: Use deffoo instead of defun for interface functions.
3436         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3437         update the group info.  This makes the nndraft groups, for instance, go
3438         back to their old behaviour.
3440         * gnus-sum.el (gnus-select-newsgroup): Indent.
3442         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3443         in.
3444         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3445         nothing.
3447         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3448         from methods that are denied.
3450         * gnus-int.el (gnus-method-denied-p): New function.
3452         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3453         store the password instead of netrc.
3454         (nnimap-open-connection): Don't error out when we can't make a
3455         connections.
3457         * auth-source.el (auth-source-create): In the password prompt, say what
3458         we're querying for.  Also prompt for user name if that hasn't been
3459         given.
3461         * nnimap.el (nnimap-with-process-buffer): Remove.
3463 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3466         method when we're reading from the agent.
3468         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3470         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3471         that's probably most useful for users.
3473         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3474         "failed" all the time.
3476         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3477         ...)) with (with-current-buffer ... ).
3479         * nntp.el (nntp-open-server): Return whether the open was successful or
3480         not.
3482         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3483         select an unread unseen article first.
3485         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3486         /etc/services, supply some sensible port defaults.
3488 2010-09-17  Julien Danjou  <julien@danjou.info>
3490         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3492 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3494         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3495         doesn't have any parameters.
3497 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3499         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3500         only upcased checks.
3502         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3504         * nnimap.el (nnimap-open-shell-stream): New function.
3505         (nnimap-open-connection): Use it.
3506         (nnimap-transform-headers): Get the number of lines in each message.
3507         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3508         number of lines.
3509         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3510         problem.
3512         * utf7.el (utf7-encode): Autoload.
3514         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3515         to allow the mail splitting to not return a default group.  This is
3516         useful for nnimap, which will leave unmatched mail in the inbox.
3518         * nnimap.el: Rewritten.
3520         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3521         nnimap usage.
3523         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3524         if the move is internal, so that nnimap can do fast internal moves.
3526         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3527         data.
3528         (gnus-read-active-for-groups): Support finishing the early retrieval of
3529         data.
3531         * gnus-range.el (gnus-range-nconcat): New function.
3533         * gnus-int.el (gnus-finish-retrieve-group-infos)
3534         (gnus-retrieve-group-data-early): New functions.
3536 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3538         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3539         (nnrss-retrieve-groups):
3540         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3541         (pop3-quit): Use with-current-buffer.
3543 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3545         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3546         instead of nnheader-accept-process-output.
3548         * gnus-html.el (gnus-html-schedule-image-fetching)
3549         (gnus-html-prefetch-images): Replace process-kill-without-query by
3550         gnus-set-process-query-on-exit-flag.
3552 2010-09-16  Romain Francoise  <romain@orebokech.com>
3554         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3556 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3558         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3559         parameter to unintern is mandatory-ish in Emacs 24.
3561         * gnus-html.el (gnus-html-schedule-image-fetching)
3562         (gnus-html-prefetch-images): Check for curl before using it.
3564         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3565         depend on curl, which isn't essential.
3567         * imap.el: Revert back to version
3568         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3569         seem problematic.
3571 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3573         * gnus-registry.el (gnus-registry-install-shortcuts):
3574         Explicitly pass `obarray' to `unintern' to avoid a warning.
3576 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3579         change.
3581         * nnrss.el (nnrss-request-list): Remove this function and related
3582         functions, including the moreover stuff.
3584 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586         * nnrss.el (nnrss-retrieve-groups): New function.
3588 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3590         * .dir-locals.el: Add no-byte-compile cookie.
3592 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3594         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3595         for back end that doesn't support request-scan.
3597 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3599         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3600         then do request scans from the backends.
3602         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3603         avoid running a hook per line, since this takes a lot of time,
3604         profiling shows.
3605         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3606         directly if gnus-visual-p is true.
3608 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3610         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3611         groups; replace mapcar with dolist which is a bit faster; pass groups
3612         info to gnus-read-active-file-1.
3613         (gnus-read-active-file-1): Scan only specified groups if the new
3614         optional arg `infos' is given.
3616 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3618         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3620         * pop3.el (pop3-movemail): Remove.
3621         (pop3-streaming-movemail): Rename to pop3-movemail.
3623         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3624         don't restrict end-tag searches to the end of the line.
3626 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3628         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3629         articles of every unchecked group to t, which means unknown since the
3630         server has never been opened.
3632 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634         * gnus-html.el (gnus-html-show-alt-text): New command.
3635         (gnus-html-browse-image): Ditto.
3636         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3637         to browse the image directly.
3638         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3639         better.
3641         * gnus-async.el (gnus-async-article-callback):
3642         Call `gnus-html-prefetch-images' unconditionally.
3644         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3645         before feeding URLs to curl.
3647 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3649         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3650         internal images as deletable by `W D D'.
3652         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3653         (gnus-async-article-callback): Fix typo.
3655 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3658         current line to work around bugs in the output from w3m.
3660         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3661         for groups that want that.
3663         * nntp.el (nntp-wait-for-string): Supply a timeout for
3664         accept-process-output to ensure progress.
3666         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3667         level to get unread articles from, then use that for foreign groups,
3668         too.
3670         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3671         confuses the rest of the function.
3673         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3674         for the methods that support -retrieve-groups, too.
3676         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3678 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3680         * pop3.el: Require cl when compiling.
3681         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3683 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3685         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3686         that aren't going to be activated.
3687         (gnus-get-unread-articles): Fix up the last commit.
3689         * gnus-html.el (gnus-article-html): Allow calling without specifying
3690         the handle.  In that case, dissect the buffer first.
3692         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3694         * nnimap.el (nnimap-open-connection): Revert the change that would look
3695         into authinfo for imaps instead of imap.
3697         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3698         say that you don't want to call gnus-request-group with don-check, but
3699         do check the reponse.  This is for virtual groups only.
3700         (gnus-get-unread-articles): Count the archive groups as secondary, so
3701         that they're activated the same way as before.
3703         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3704         case-insensitively.
3705         (nnimap-debug): Remove.
3707         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3708         mail from a file, and the file doesn't exist.
3710         * pop3.el (pop3-streaming-movemail): Return t for success.
3712         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3713         .authinfo if we're using ssl connection.
3715         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3716         already have if we're in a main Gnus `g' run.
3718         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3720 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3722         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3724         * nnmh.el (nnmh-request-list-1): Bind `file'.
3726         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3727         alias to set-process-query-on-exit-flag or process-kill-without-query.
3728         (pop3-open-server): Use it.
3730 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3732         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3733         box to the Incoming file.  Fixes mistake in previous checkin.
3735         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3736         request loop (for debugging purposes) removed.
3738         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3739         culprit is more visible.
3740         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3741         (nnml-add-incremental-nov): New functions to do "incremental" nov
3742         updates, where we just append to the end of the existing nov files
3743         without reading/writing them in full.
3745         * mail-source.el (mail-source-delete-crash-box): Really only check the
3746         incoming files once in a while.
3748         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3750         * mail-source.el (mail-source-delete-crash-box): Only check the
3751         incoming files for deletion once per day to save a lot of file
3752         accesses.
3754         * pop3.el (pop3-logon): Fix up unbound variable typo.
3756         * mail-source.el (pop3-streaming-movemail): Autoload.
3758         * pop3.el (pop3-streaming-movemail):
3759         Respect pop3-leave-mail-on-server.
3761         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3762         retrieval.
3764         * pop3.el (pop3-process-filter): Remove unused function.
3765         (pop3-streaming-movemail, pop3-send-streaming-command)
3766         (pop3-wait-for-messages, pop3-write-to-file)
3767         (pop3-number-of-responses): New functions for streaming pop3
3768         retrieval.
3770         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3771         come from no known methods.
3772         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3773         list.
3775         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3776         message sizes.
3777         (pop3-movemail): Use erase-buffer instead of looping and deleting
3778         regions, which seems rather odd.
3780         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3781         file once per `g' run.
3783         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3784         directories.  This makes the draft queue directory work.
3786         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3787         data from the backends, so that we only request the list of groups from
3788         each method once.  This should speed things up considerably.
3790         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3791         detect that it's not implemented.
3793         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3794         we actually do recurse down into the tree, but don't stat all leaf
3795         nodes.
3797         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3798         then say so instead of bugging out.
3800         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3801         files exist before trying to read them.
3803         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3804         around <pre_int>.
3806         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3808         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3810 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812         * mm-util.el (mm-image-load-path): Just return the image directories,
3813         not all directories in the path in addition to the image directories.
3814         (mm-image-load-path): Maintain a cache of the image directories so that
3815         the `g' command in Gnus doesn't have to stat dozens of directories each
3816         time.
3818         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3819         (gnus-html-wash-tags): Add a new `i' command to insert images.
3820         (gnus-html-insert-image): New command and keystroke.
3821         (gnus-html-redisplay-with-images): New command and keystroke.
3822         (gnus-html-show-images): Rename command.
3823         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3824         spacers.
3825         (gnus-html-wash-tags): Decode entities at the end, so that entities
3826         inside the tags don't mess up the rest of the "parsing".
3828         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3829         so that nnimap methods aren't agentized by default.  There's apparently
3830         many problems related to agent/imap behaviour.
3832         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3834         * gnus-html.el: Doc fix.
3836 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3838         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3839         glyph-width and glyph-height instead of display-graphic-p and
3840         image-size; make avoidance of displaying small images work for XEmacs.
3842         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3843         for XEmacs.
3845         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3846         of symbol that holds plist data.
3847         (gnus-process-plist): Remove plist of process after getting it.
3849 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3851         * message.el (message-generate-hashcash): Change default to
3852         'opportunistic if hashcash is installed.
3854         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3855         (gnus-html-put-image): Only call image-size once, since it's somewhat
3856         time-consuming on remote X servers.
3858 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3860         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3861         decoded contents.
3862         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3864 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3867         group line format, since it isn't very interesting.
3869         * gnus-agent.el (gnus-agent-short-article),
3870         (gnus-agent-long-article): Increase values for these two variables,
3871         since most people are likely to have more network connection and
3872         storage than before.
3874         * gnus.el (gnus-refer-article-method): Change default to 'current.
3875         When referring an article, the common behaviour is to refer it from the
3876         current select method, not the native select method.  The chances of
3877         the native select method having the message in question is rather slim
3878         these days.
3880         * gnus-sum.el (gnus-auto-select-subject): Change default to
3881         `unseen-or-unread'.  I think it's likely that most people want to
3882         select an unseen article over a previously seen, but unread one.
3884         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3885         means that in the article buffer none of the minor mode elements will
3886         be shown, usually, and this is not desirable in most cases.
3888         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3889         that commands like `d' (and the like) go to the next line in the
3890         buffer, instead of the next unread article.  I think this is the
3891         behaviour that is most natural for most users.
3892         (gnus-single-article-buffer): Change default to nil, so that people can
3893         have as many article buffers open as they have summary buffer.  I think
3894         this is the most natural way for the groups to behave.
3896         * message.el (message-generate-new-buffers): Change default to
3897         `unsent', so that all new message buffers start their names with the
3898         string "*unsent", and it's easier to find the buffers if you move from
3899         them.
3901 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3903         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3904         small.  They're probably tracking images.
3905         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3906         (gnus-html-rescale-image): Yet another try at getting the image sizing
3907         right.
3909         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3910         nntp-marks-file-name is nil.
3912 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3914         * gnus-html.el (gnus-html-wash-tags)
3915         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3916         Better logging.
3918 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3922         * gnus-html.el (gnus-html-wash-tags): Check the value of
3923         gnus-blocked-images in the summary buffer.
3925 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3927         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3929 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3931         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3932         like "a", it seems like.
3933         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3934         since it needs to be picked from the correct buffer.
3936         * nnwfm.el: Remove.
3938         * nnlistserv.el: Remove.
3940 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3942         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3943         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3945 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947         * nnkiboze.el: Remove.
3949         * nndb.el: Remove.
3951         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3952         alt text.
3953         (gnus-html-rescale-image): Try to get the rescaling logic right for
3954         images that are just wide and not tall.
3956         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3957         overshadow variable bindings.
3959 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3961         * gnus-html.el (gnus-html-wash-tags)
3962         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3963         Add extra logging.
3965 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3968         (gnus-max-image-proportion): New variable.
3969         (gnus-html-rescale-image): New function.
3970         (gnus-html-put-image): Rescale images.
3972 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3974         Fix up some byte-compiler warnings.
3975         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3976         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3977         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3978         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3979         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3980         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3981         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3983 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3985         * gnus-html.el (gnus-article-html): Decode contents by charset.
3987 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3989         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3990         (gnus-html-frame-width, gnus-blocked-images)
3991         * message.el (message-prune-recipient-rules): Add custom version.
3992         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3994         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3995         functions.
3997         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3998         gnus-process-get.
4000 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4002         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4003         instead of lsub directly.
4005 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4007         * nnwarchive.el: Remove.
4009         * gnus-soup.el: Remove.
4011         * nnsoup.el: Remove.
4013         * nnultimate.el: Remove.
4015         * gnus-html.el (gnus-blocked-images): New variable.
4017         * message.el (message-prune-recipients): New function.
4018         (message-prune-recipient-rules): New variable.
4020         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4021         guess whether a long line is natural text or not.
4023         * gnus-html.el (gnus-html-schedule-image-fetching):
4024         Use gnus-process-plist and friends for compatibility.
4026 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4028         * gnus-html.el: Require packages that define macros used in this file.
4029         (gnus-article-mouse-face): Declare to silence byte-compiler.
4030         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4031         process-get.
4032         (gnus-html-put-image): Use plist-get to avoid getf.
4033         (gnus-html-prefetch-images): Use with-current-buffer.
4035 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4037         * gnus-ems.el: Provide compatibility functions for
4038         gnus-set-process-plist.
4040         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4041         * gnus.el (gnus-valid-select-methods)
4042         * message.el (message-send-mail-partially-limit)
4043         * mm-decode.el (mm-text-html-renderer)
4044         * mml.el (mml-insert-mime-headers-always)
4045         * smiley.el (smiley-regexp-alist): Bump custom version.
4047 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4049         * gnus-html.el: require mm-url.
4050         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4051         with the url to `url'.
4052         (gnus-html-wash-tags): Support cid: URLs/images.
4054 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4057         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4058         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4060         * gnus-move.el: Remove file, since it doesn't really work.
4062         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4063         UTF-8.  This seems to fix problems with some German web feeds.
4065         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4066         at the top so that the proper colours are applied.
4068         * gnus-art.el (gnus-article-view-part): Doc fix.
4070         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4071         XEmacs-compatible.
4072         (gnus-html-put-image): Don't do images on non-graphic displays.
4074         * nnslashdot.el: Remove this unused backend.
4076         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4077         actions.
4078         (gnus-undo-register-1): Revert last change.
4080         * gnus-group.el (gnus-group-completing-read): Protect against not
4081         having completion-styles bound.
4083         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4084         make broken recipients happier.
4086         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4088         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4089         point parameter.
4091         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4092         completion-styles for group selection.
4094 2009-02-04  Andreas Schwab  <schwab@suse.de>
4096         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4097         headers and regexp-quote the match if necessary.
4099 2009-03-24  Miles Bader  <miles@gnu.org>
4101         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4102         the blinking smiley.
4104 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4106         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4107         blink smiley.
4109 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4111         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4112         where the dribbel file lives exists.
4114         * message.el (message-send-mail-partially-limit): Change the default to
4115         nil, since most people don't want this.
4117         * mm-url.el (mm-url-decode-entities): Also decode entities like
4118         &#x3212.
4120 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4122         * gnus-sum.el (gnus-summary-idna-message):
4123         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4124         Hyperlink urls in docstrings with URL `...'.
4126 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4128         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4129         functions.
4131 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4133         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4134         say what the mouseover text should be.
4136         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4137         version of the mm-w3m-safe-url-regexp variable to only download images
4138         in the groups where we want that to happen.
4140         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4142         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4143         easier debugging.
4144         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4145         big pictures in the article buffer.
4147         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4148         gnus-article-html.
4149         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4150         w3m.
4152         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4154 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4157         which doesn't exist.
4159         * message.el (message-inhibit-ecomplete): New variable to allow some
4160         function to inhibit ecomplete address storage.
4161         (message-resend): Disable ecomplete message storage when resending
4162         messages.
4164         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4166 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4168         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4169         Save excursion while copying, moving, and deleting articles in order to
4170         prevent the cursor from jumping to unforeseen place.
4172 2010-08-17  Glenn Morris  <rgm@gnu.org>
4174         * gnus-sync.el: Require gnus components whose functions are used.
4176         * gnus-art.el (bookmark-make-record-function):
4177         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4178         Declare for compiler.
4180         * mm-url.el (mml-compute-boundary): Autoload.
4182 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4184         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4186 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4188         Typo fix "hoo4a" -> "hook".
4190         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4192 2010-08-14  Glenn Morris  <rgm@gnu.org>
4194         * gnus-sync.el (gnus-sync): Fix defgroup version.
4196 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4198         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4200         * gnus-sync.el: Fix docs.
4201         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4202         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4204 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4206         Optimizations for gnus-sync.el.
4208         * gnus-sync.el: Add docs about gnus-sync-backend
4209         possibilities.
4210         (gnus-sync-save): Remove unnecessary message.
4211         (gnus-sync-read): Optimize and show what groups were skipped.
4213 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4215         Minor bug fixes for gnus-sync.el.
4217         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4218         Don't read the sync on get-new-news.
4220         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4221         quiet.
4223         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4224         (fix typo).
4226 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4228         Make saving and restoring of hidden threads work with overlays.
4229         Patch applied by Ted Zlatanov.
4231         * gnus-sum.el (gnus-hidden-threads-configuration)
4232         (gnus-restore-hidden-threads-configuration): Update to deal with text
4233         properties, rather than searching for a magic character.
4235 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4237         New gnus-sync.el library for synchronization of marks.
4239         * gnus-sync.el: New library for synchronization of marks.
4241         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4242         renamed from `gnus-registry-grep-in-list'.
4244         * gnus-registry.el (gnus-registry-follow-group-p):
4245         Use `gnus-grep-in-list'.
4247         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4249 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4251         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4252         determining charset of text fails.
4254 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4256         * nnmail.el (nnmail-get-new-mail-1): Revert.
4258         * nnml.el (nnml-active-number): Make sure names of newly created groups
4259         in nnml-group-alist are encoded.
4261 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4263         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4264         containing non-ASCII characters in active file for nnml back end.
4266 2010-07-24  David Engster  <dengste@eml.cc>
4268         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4269         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4271 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4273         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4274         tag (Bug#6654).
4276 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4278         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4279         the article buffer, not the summary buffer.
4281 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4283         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4284         Emacs 23 as well.
4286 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4288         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4289         Patch applied by Karl Fogel.
4291         * gnus-sum.el (gnus-summary-bookmark-make-record):
4292         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4294 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4296         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4297         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4298         C-w still not working correctly from Article buffers; Thierry's
4299         patch to fix that will be applied after this.
4301         * gnus-art.el (bookmark-make-record-function): New local variable.
4303         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4304         article buffer.
4305         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4307 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4309         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4310         on changes in bookmark.el.
4312 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4314         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4315         the *other* type of HTML form submission.
4317 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4319         * auth-source.el (auth-source-pick): If choice does not contain a
4320         questioned keyword, set the check to t.
4322 2010-06-12  Romain Francoise  <romain@orebokech.com>
4324         * gnus-util.el (gnus-date-get-time): Move up before first use.
4326 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4328         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4329         (gnus-article-edit-part): Bind it to make last part that is substituted
4330         or deleted visible.
4331         (gnus-mime-display-single): Buttonize part of which id equals to
4332         gnus-mime-buttonized-part-id.
4334 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4336         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4337         (gnus-dd-mmm): Use gnus-date-get-time.
4338         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4339         simplify logic.
4340         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4341         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4343 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4345         * auth-source.el (top): Autoload `secrets-list-collections',
4346         `secrets-create-item', `secrets-delete-item'.
4347         (auth-sources): Fix tag string.
4348         (auth-get-source, auth-source-retrieve, auth-source-create)
4349         (auth-source-delete): New defuns.
4350         (auth-source-pick): Rewrite in order to avoid 2 passes.
4351         (auth-source-forget-user-or-password): New parameter USERNAME.
4352         (auth-source-user-or-password): New parameters CREATE-MISSING and
4353         DELETE-EXISTING.  Retrieve password interactively, if needed.
4355 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4357         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4358         deleting unused directories when gnus-expert-user is t.
4360 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4362         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4363         for each temp file when gnus-article-browse-delete-temp is ask.
4365 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4367         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4369 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4371         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4372         article unless decoding article to be saved.
4374 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4376         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4377         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4378         generated within the mm-with-unibyte-current-buffer macro.
4380 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4382         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4383         to nil when we're in a mml-preview buffer and no group is selected.
4385 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4387         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4388         when catching the `C-g'.  Reported by "Leo".
4390 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4392         * message.el (message-forward-make-body-plain)
4393         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4394         multibyte-string-p.
4396 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4398         * message.el (message-forward-make-body-mml): Assume original message
4399         is multibyte string; error on unibyte.
4400         (message-forward-make-body-plain): Ditto; don't add excessive newline
4401         in body end.
4403 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4405         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4406         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4408 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4410         * mm-extern.el (mm-extern-url): Don't use
4411         mm-with-unibyte-current-buffer.
4412         (mm-extern-cache-contents): Use with-current-buffer instead of
4413         save-excursion + set-buffer.
4415 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4417         * mm-util.el (mm-emacs-mule): Remove.
4419 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4421         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4422         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4423         change.
4425 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4427         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4428         bind the default value of enable-multibyte-characters to nil.
4430 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4432         * message.el (message-forward-make-body-plain)
4433         (message-forward-make-body-mml):
4434         Don't use mm-with-unibyte-current-buffer.
4436 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4438         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4439         (Bug#5592).
4441 2010-05-07  Julien Danjou  <julien@danjou.info>
4443         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4444         it to mm-pipe-part.
4446         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4447         it is given.
4449 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * nnweb.el (nnweb-gmane-search)
4452         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4453         XEmacs.
4455         * gnus-art.el (gnus-article-browse-html-parts)
4456         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4457         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4458         make-temp-file.
4460         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4461         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4462         compiling.
4464         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4465         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4466         XEmacs when compiling.
4468         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4469         gnus-pick-mode-off-hook for XEmacs when compiling.
4470         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4471         gnus-binary-mode-off-hook for XEmacs when compiling.
4473         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4474         Return nil if char-charset is not available.
4476         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4477         macro.
4479         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4480         instead of encode-coding-string.
4482         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4483         'xemacs) instead of mm-emacs-mule to switch function definitions.
4484         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4486 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4488         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4490 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4492         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4493         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4495 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4497         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4498         alias `jka-compr-delete-temp-file' no longer exists.
4500 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4502         Use define-minor-mode in Gnus where applicable.
4503         * mml.el (mml-mode): Use define-minor-mode.
4504         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4505         (gnus-undo-mode): Use define-minor-mode.
4506         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4507         (gnus-dead-summary-mode): Use define-minor-mode.
4508         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4509         Initialize in declaration.
4510         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4511         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4512         (gnus-mailing-list-mode): Use define-minor-mode.
4513         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4514         (gnus-draft-mode): Use define-minor-mode.
4515         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4516         (gnus-dired-mode): Use define-minor-mode.
4518 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4520         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4521         handles on recursive mml-to-mime translation and check them for
4522         boundary delimiter collisions.  Reported by Greg Troxel.
4524 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4526         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4528 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4530         * mm-util.el (mm-find-buffer-file-coding-system):
4531         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4533 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4535         * message.el (message-generate-headers): Record insertion of optional
4536         headers as well.  Otherwise the check to prevent repeated insertion of
4537         optional headers is a no-op.
4539 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4541         * smime.el: Don't mention CVS.
4543         * nnrss.el (nnrss-fetch): Don't mention CVS.
4545         * nnir.el: Don't mention CVS.
4547 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4549         * gnus-sum.el (gnus-summary-bookmark-make-record):
4550         Add `location' field.
4552 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4554         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4555         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4556         Use with-current-buffer to silence the byte-compiler.
4557         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4558         bother to require `gnus'.
4559         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4561 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4563         * gnus-sum.el (gnus-summary-bookmark-make-record)
4564         (gnus-summary-bookmark-jump): New functions.
4565         (gnus-summary-mode): Setup bookmark support.
4567 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4569         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4570         if set.
4572 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4574         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4575         gnus-article-browse-html-save-cid-image; make it work recursively for
4576         forwarded messages as well.
4577         (gnus-article-browse-html-parts): Work when prefix arg is given.
4578         (gnus-article-browse-html-article): Doc fix.
4580 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4582         * message.el (message-default-mail-headers):
4583         (message-default-headers): Carry the value mail-default-headers over
4584         into message-default-mail-headers, rather than message-default-headers.
4586 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4588         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4589         charset.
4591         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4592         charset into the <meta> tag when the article is encoded to utf-8.
4594 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4596         * gnus-art.el (gnus-article-browse-delete-temp-files):
4597         Delete directories as well.
4598         (gnus-article-browse-html-parts): Work for images that do not specify
4599         file names; delete temp directory when quitting; insert header at the
4600         right place; use file: scheme for image files.
4602 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4604         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4605         (gnus-article-browse-html-parts): Use it to make temporary cid image
4606         files in addition to html file so that browser may display them.
4608 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4610         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4612 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4614         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4616 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4618         * auth-source.el (auth-sources): Change default to be simpler.
4619         Explain about Secret Service API sources.  Improve Customize options.
4620         (auth-source-pick): Change to accept any number of search parameters.
4621         Implement fallbacks iteratively, not recursively.  Add scoring on the
4622         second pass and sort by score.  Call Secret Service API when needed.
4623         (auth-source-user-or-password): Use it.  Call Secret Service API
4624         directly when needed to get the user name and the password.
4626 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4628         * message.el (message-interactive): Doc fix.
4629         (message-qmail-inject-args): Reflow.
4630         (message-kill-to-signature): Fix typo in docstring.
4632         * smiley.el (smiley-buffer): Fix typo in docstring.
4634 2010-03-24  Glenn Morris  <rgm@gnu.org>
4636         * mail-source.el (gnus-message): Declare.
4637         (mail-source-delete-old-incoming): Require gnus-util.
4639 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4641         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4643         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4645         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4646         password-cache's default if it is not bound.
4647         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4648         password-cache-expiry's default if it is not bound.
4650         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4651         available in Emacs 21.
4653 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4655         * auth-source.el (auth-sources): Fix up definition so extra parameters
4656         are always inline.
4658 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4660         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4661         wasn't updated after mismatch.  Clear cached mailbox info correctly
4662         when uidvalidity changes.
4663         (nnimap-group-prefixed-name): New function to avoid some code
4664         duplication.
4665         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4666         (nnimap-request-group): Use it.
4667         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4668         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4669         with many imap folders.  This is done by caching the group status from
4670         the imap server persistently in a group parameter `imap-status'.  (This
4671         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4672         but not persistently, so every Gnus startup was still very slow.)
4674 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4676         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4677         secrets.el dependency.
4678         (auth-sources): Add optional user name.  Add secrets.el configuration
4679         choice (unused right now).
4681 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4683         * gnus-sum.el (gnus-summary-make-menu-bar):
4684         Let `gnus-registry-install-shortcuts' fill in the functions.
4686         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4687         warnings.
4688         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4689         (gnus-registry-install-shortcuts): Populate and use it in a
4690         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4692 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4694         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4695         In-place substitutions for the group name encoding/decoding.
4696         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4697         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4698         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4699         (nnimap-update-unseen, nnimap-request-list)
4700         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4701         (nnimap-request-set-mark, nnimap-split-to-groups)
4702         (nnimap-split-articles, nnimap-request-newgroups)
4703         (nnimap-request-create-group, nnimap-request-accept-article)
4704         (nnimap-request-delete-group, nnimap-request-rename-group)
4705         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4706         `encoded-mbx' for consistency.
4707         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4708         variable `imap-current-mailbox'.
4710         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4711         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4713 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4715         * pop3.el (pop3-display-message-size-flag): Display message size byte
4716         counts during POP3 download.
4717         (pop3-movemail): Use it.
4718         (pop3-list): Implement listing of available messages.
4720 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4722         * nnir.el (nnir-get-article-nov-override-function): New function to
4723         override the normal NOV retrieval.
4724         (nnir-retrieve-headers): Use it.
4726 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4728         * auth-source.el (netrc-machine-user-or-password): Autoload.
4730 2010-03-19  Glenn Morris  <rgm@gnu.org>
4732         Stop message.el from loading about 40 libraries it doesn't always need.
4733         The general approach is to autoload rather than require, and to
4734         require in the specific functions rather than the file.  (Bug#5642)
4736         * gmm-utils.el: Don't require wid-edit.
4737         (widget-create-child-value, widget-convert, widget-default-get):
4738         Autoload.
4740         * gnus-util.el: Don't require time-date, netrc.
4741         (message-fetch-field, gnus-group-name-decode): Declare rather than
4742         autoloading.
4743         (gnus-fetch-field): Require message.
4744         (gnus-decode-newsgroups): Require gnus-group.
4746         * ietf-drums.el: Don't require time-date.
4748         * message.el: Don't require hashcash, canlock, ecomplete.
4749         Do require mail-utils.  Require nnheader only when compiling.
4750         (smtpmail-default-smtp-server): Remove declaration.
4751         (message-send-mail-function): Check smtpmail-default-smtp-server
4752         is bound rather than requiring smtpmail.
4753         (message-auto-save-directory, message-insert-signature):
4754         Use expand-file-name rather than nnheader-concat.
4755         (nnheader-insert-file-contents): Autoload.
4756         (hashcash-wait-async): Declare.
4757         (message-send-mail): Only call gnus-setup-posting-charset if
4758         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4759         (message-send-mail-with-sendmail): Require sendmail.
4760         (canlock-password, canlock-password-for-verify): Declare.
4761         (message-canlock-password): Require canlock.
4762         (nnheader-get-report): Autoload.
4763         (gnus-setup-posting-charset): Declare.
4764         (message-send-news): Require gnus-msg.
4765         (message-make-references, message-make-in-reply-to): Use mail-header-id
4766         rather than the alias mail-header-message-id.
4767         (ecomplete-add-item, ecomplete-save): Declare.
4768         (message-put-addresses-in-ecomplete): Require ecomplete.
4769         (ecomplete-display-matches): Autoload.
4771         * mm-decode.el: Don't require mailcap, gnus-util.
4772         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4773         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4774         Autoload.
4775         (mailcap-mime-extensions): Declare.
4777         * mm-encode.el: Don't require mailcap.
4778         (mailcap-extension-to-mime): Autoload.
4780         * mml-sec.el: Don't require password-cache.
4782         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4783         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4784         (mml-minibuffer-read-type): Require mailcap.
4785         (mml-preview): Require gnus-msg.
4787         * mml1991.el: Require password-cache.
4788         (password-cache-expiry): Remove declaration.
4790         * mml2015.el: Require password-cache.
4791         (password-cache-expiry): Remove declaration.
4793         * nneething.el (mailcap): Require mailcap.
4795         * nnheader.el (declare-function): Add compatibility stub.
4796         (message-remove-header): Declare rather than autoload.
4797         (nnheader-replace-header): Require message.
4799         * nnimap.el (declare-function): Add compatibility stub.
4800         (netrc-parse, netrc-machine-user-or-password): Declare.
4801         (nnimap-open-connection): Require netrc.
4803         * nntp.el (declare-function): Add compatibility stub.
4804         (netrc-parse, netrc-machine, netrc-get): Declare.
4805         (nntp-send-authinfo): Require netrc.
4807         * rfc2047.el: Don't require qp.
4808         (quoted-printable-encode-region, quoted-printable-decode-string):
4809         Autoload.
4811         * sieve-mode.el: Don't require easymenu.
4812         (easy-menu-add-item): Autoload it.
4814         * spam-stat.el (time-to-number-of-days): Autoload it.
4816 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4818         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4819         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4820         value if any backslash escapes).
4822 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4824         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4825         if it is available.  (bug#5647)
4827 2010-02-26  Glenn Morris  <rgm@gnu.org>
4829         * message.el (message-send-mail-function): Change the default, so that
4830         it inherits from a customized send-mail-function.  (Bug#5643)
4832 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4834         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4835         shell-command-to-string signals an error (bug#5299).
4837 2010-02-24  Glenn Morris  <rgm@gnu.org>
4839         * message.el (message-smtpmail-send-it)
4840         (message-send-mail-with-mailclient): Doc fixes.
4842 2010-02-16  Glenn Morris  <rgm@gnu.org>
4844         * message.el (message-default-mail-headers): Change the default value
4845         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4847 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4849         * message.el (message-mail): Just pass yank-action on to message-setup.
4850         (message-setup): Handle (FUN . ARGS) form of yank-action.
4851         (message-with-reply-buffer, message-widen-reply)
4852         (message-yank-original): Handle non-buffer values of
4853         message-reply-buffer (Bug#4080).
4854         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4856 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4858         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4859         Fix typo in docstring.
4861 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4863         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4864         response.
4866 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4868         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4870         * message.el (message-check-news-header-syntax): Protect against a
4871         string that `rfc822-addresses' returns when parsing fails.
4873 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4875         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4876         (gnus-previous-char-property-change): New functions.
4878         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4880 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4882         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4883         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4885 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4887         * message.el (message-exchange-point-and-mark): Rework last change to
4888         avoid using optional arg of exchange-point-and-mark, for backward
4889         compatibility.
4891 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4893         * message.el (message-exchange-point-and-mark):
4894         Call exchange-point-and-mark with an argument rather than setting
4895         mark-active by hand (Bug#5175).
4897 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4899         * nntp.el (nntp-service-to-port): Work for service expressed with
4900         numeric string; replace [:digit:] with [0-9] for XEmacs.
4902 2009-12-17  Glenn Morris  <rgm@gnu.org>
4904         * gnus-group.el (gnus-bug-group-download-format-alist):
4905         Change emacs entry to debbugs.gnu.org.  Bump :version.
4907 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4909         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4911 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4913         * message.el (message-info): Explain why we use `Info-goto-node'.
4915 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4917         * message.el (message-completion-in-region): New compatibility function.
4918         (message-expand-group): Use it.
4920 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4922         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4923         with no unread article should be listed if the 2nd arg `predicate' is
4924         given.
4926 2009-11-29  Juri Linkov  <juri@jurta.org>
4928         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4929         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4930         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4932 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4934         * message.el (message-from-style, message-interactive)
4935         (message-signature): Always set default values from the corresponding
4936         mail-* variables.
4937         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4938         (message-yank-prefix, message-indentation-spaces)
4939         (message-signature-file, message-default-headers): Use boundp rather
4940         than (featurep 'xemacs) to check if the corresponding mail-* variables
4941         exist.
4943 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4945         * message.el (message-send-mail-with-sendmail): Revert last change.
4947 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4949         * message.el (message-from-style, message-interactive)
4950         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4951         (message-yank-prefix, message-indentation-spaces, message-signature)
4952         (message-signature-file, message-default-headers): For GNU Emacs, set
4953         default values from the corresponding mail-* variables.
4954         (message-send-mail-with-sendmail): Use envelope-from only if
4955         mail-specify-envelope-from is non-nil.
4957 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4959         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4960         containing tspecial characters if they have been already quoted.
4962 2009-10-24  Glenn Morris  <rgm@gnu.org>
4964         * gnus-art.el (help-xref-stack-item): Define for compiler.
4966 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4968         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4970 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4972         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4973         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4975 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4977         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4978         (gnus-overlays-in): New alias to overlays-in.
4980         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4981         gnus-overlay-get, and gnus-delete-overlay.
4982         (gnus-summary-show-thread): Make it work as well for systems in which
4983         next-single-char-property-change is not available.
4984         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4986 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4988         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4990 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4992         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4993         and XEmacs that don't have `remove-overlays'.
4995 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4997         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4998         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4999         selective display.  Use overlays instead.
5001 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5003         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5005 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5007         * spam-stat.el (spam-stat-load): Fix typo in message.
5009 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5011         * gnus-art.el (gnus-article-encrypt-body):
5012         * message.el (message-check-recipients):
5013         * mm-util.el (mm-codepage-setup):
5014         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5015         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5017 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5019         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5020         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5021         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5022         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5023         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5025 2009-09-18  Glenn Morris  <rgm@gnu.org>
5027         * gnus-diary.el (gnus-diary-check-message):
5028         * message.el (message-insert-formatted-citation-line):
5029         * nnbabyl.el (top-level):
5030         * nndiary.el (nndiary-schedule):
5031         Fix typos in condition-case handlers.
5033 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5035         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5036         configuration that provides the sole article window in a frame;
5037         position point correctly after deleting a part.
5039 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5041         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5042         (spam-resolve-registrations-routine): Use it to unregister articles
5043         that change status.
5045 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5047         * nnrss.el (nnrss-request-article): Remove binding of
5048         default-enable-multibyte-characters that has gotten needless by
5049         the 2007-07-13 change in rfc2047-encode-message-header.
5051         * mml.el (mml-insert-multipart): Error on the message header.
5052         (mml-insert-part): Error on the message header; position point at
5053         the end of a MIME tag.
5055 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5057         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5058         (gnus-float-time): Alias to float-time if it exists.
5060         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5061         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5062         float-time is available; suppress compile warning for time-to-seconds.
5064 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5066         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5067         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5068         Add the optional argument `encoding' that overrides the default.
5070         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5071         mm-encode-buffer.
5073 2009-09-04  Glenn Morris  <rgm@gnu.org>
5075         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5076         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5077         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5078         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5079         * mm-util.el (mm-with-unibyte-current-buffer)
5080         (mm-find-buffer-file-coding-system):
5081         * yenc.el (yenc-decode-region): Use default-value rather than
5082         default-enable-multibyte-characters.
5084 2009-09-03  Glenn Morris  <rgm@gnu.org>
5086         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5087         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5088         than default-enable-multibyte-characters.
5090 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5092         * gnus-art.el (gnus-article-read-summary-keys):
5093         Fix gnus-buffer-configuration's value temporarily used.
5095 2009-09-02  Glenn Morris  <rgm@gnu.org>
5097         * gnus-util.el (gnus-float-time): New function.
5098         * gnus-delay.el (gnus-delay-article):
5099         * gnus-sum.el (gnus-thread-latest-date):
5100         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5101         * nnspool.el (nnspool-request-newgroups):
5102         Use gnus-float-time rather than time-to-seconds.
5103         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5105         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5106         (gnus-header-subject-face, gnus-header-newsgroups-face)
5107         (gnus-header-name-face, gnus-header-content-face):
5108         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5109         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5110         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5111         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5112         (gnus-cite-face-11):
5113         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5114         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5115         (gnus-server-closed-face, gnus-server-denied-face)
5116         (gnus-server-offline-face):
5117         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5118         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5119         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5120         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5121         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5122         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5123         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5124         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5125         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5126         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5127         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5128         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5129         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5130         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5131         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5132         (gnus-summary-high-undownloaded-face)
5133         (gnus-summary-low-undownloaded-face)
5134         (gnus-summary-normal-undownloaded-face)
5135         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5136         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5137         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5138         (gnus-splash-face):
5139         * message.el (message-header-to-face, message-header-cc-face)
5140         (message-header-subject-face, message-header-newsgroups-face)
5141         (message-header-other-face, message-header-name-face)
5142         (message-header-xheader-face, message-separator-face)
5143         (message-cited-text-face, message-mml-face):
5144         * sieve-mode.el (sieve-control-commands-face)
5145         (sieve-action-commands-face, sieve-test-commands-face)
5146         (sieve-tagged-arguments-face):
5147         * spam.el (spam-face):
5148         Mark face aliases with "-face" in the name as obsolete.
5150 2009-09-01  Glenn Morris  <rgm@gnu.org>
5152         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5153         than goto-line.
5155 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5157         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5158         Don't move point if the command is invoked inside the message header.
5160 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5162         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5163         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5164         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5165         * nnir.el (nnir-swish-e-index-file):
5166         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5167         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5168         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5169         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5170         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5171         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5173 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5175         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5176         Don't save excursion.
5178 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5180         * nnheader.el (nnheader-find-file-noselect):
5181         * mm-util.el (mm-insert-file-contents):
5182         Use (default-value 'major-mode) instead of default-major-mode.
5184 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5186         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5188 2009-08-25  Glenn Morris  <rgm@gnu.org>
5190         * nnir.el (top-level): Don't require cl at run-time.
5191         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5192         Replace cl-function substitute with gnus-replace-in-string.
5193         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5194         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5195         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5196         simplified expansions.
5198 2009-08-22  Glenn Morris  <rgm@gnu.org>
5200         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5201         goto-line.
5203 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5205         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5207         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5208         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5209         (gnus-mm-display-part, gnus-mime-display-single)
5210         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5211         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5213         * gnus-sum.el
5214         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5215         (gnus-summary-move-article): Add expirable mark to articles copied or
5216         moved to group that has auto-expire turned on if the option is non-nil.
5218 2009-07-24  Glenn Morris  <rgm@gnu.org>
5220         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5221         Fix typo.  (Bug#3903)
5223 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5225         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5226         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5227         that should not be used for draft articles.
5228         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5229         that has no concern in minor mode keys.
5230         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5231         Abolish.
5233 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5235         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5236         article without making inquiry to a user for unknown encoding.
5238         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5239         (nnmaildir--scan): Assume i-node and device number that file-attributes
5240         returns might be cons-cell.
5242 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5244         * auth-source.el: Remove docs now in auth.texi.  Don't use
5245         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5246         `auth-source-hide-passwords' and use them.
5248 2009-07-15  Glenn Morris  <rgm@gnu.org>
5250         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5252 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5255         excessive whitespace from the default values of title and description.
5257 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5259         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5260         mail-fetch-field to fetch Content-Description header in order to
5261         exclude newlines.
5263 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5265         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5266         to deleted part.
5268 2009-05-30  David Engster  <dengste@eml.cc>
5270         * nnmairix.el: Remove old documentation in the commentary block.
5271         (nnmairix-request-group): Do not update active file for nnml back ends.
5272         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5273         end so that overview files are ignored.
5274         (nnmairix-update-groups): Make updating the groups more robust by using
5275         marks.
5276         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5277         with dollar characters in message-id.
5279 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5281         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5282         2008-12-25 in dns.el.
5284 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5286         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5287         could happen if the text is only composed of spaces and/or tabs.
5289 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5291         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5292         when sending a queued message to avoid extra mml tags.
5294 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5296         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5298 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5300         * gnus-dired.el: Remove autoload for gnus-setup-message.
5301         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5302         displaying Gnus logo; always use compose-mail.
5304 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5306         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5308 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5310         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5311         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5312         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5313         available.
5314         (gnus-nocem-epg-verify): New function.
5316 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5318         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5320 2009-02-15  Glenn Morris  <rgm@gnu.org>
5322         * gnus-util.el (rmail-insert-rmail-file-header)
5323         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5324         autoloads.
5325         (rmail-default-rmail-file): Remove unnecessary declaration.
5326         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5328 2009-02-14  Glenn Morris  <rgm@gnu.org>
5330         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5331         variable (only used in gnus-util, which declares it anyway).
5332         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5333         which was only needed by gnus-art (changed to not use it any more).
5334         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5335         only used in gnus-util, which autoloads it itself.
5336         (rmail-update-summary): Fix autoload.
5338         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5339         rather than rmail-output-to-rmail-file.
5341 2009-02-07  Glenn Morris  <rgm@gnu.org>
5343         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5344         autoload of function that no longer exists.
5345         (rmail-toggle-header): Declare.
5346         (message-forward-rmail-make-body): Handle mbox Rmail.
5348 2009-01-31  Glenn Morris  <rgm@gnu.org>
5350         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5351         2009-01-09 change.
5353 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5355         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5356         (auth-source-forget-all-cached): New convenience function.
5357         (auth-source-user-or-password): Accept list of modes or a single mode.
5359         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5360         auth-source modes.
5362         * nnimap.el (nnimap-open-connection): Use list of
5363         auth-source modes.
5365         * nntp.el (nntp-send-authinfo): Use list of
5366         auth-source modes.
5368 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5370         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5371         now.
5373 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5375         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5376         coding system in XEmacs; add a workaround for XEmacs.
5378 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5380         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5381         of current-language-environment.
5383 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5385         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5386         available at runtime.
5388 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5392 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5394         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5395         the greatest positive fixnum value doesn't work under an XEmacs with
5396         bignum support; use the most-positive-fixnum constant instead,
5397         available since Emacs 21.1 with cl and XEmacs 21.1.
5399 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5401         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5402         XEmacs gets not to work.
5404 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5406         * mm-util.el (mm-coding-system-priorities): Allow the value like
5407         "Japanese (UTF-8)" of current-language-environment.
5409 2009-01-09  Glenn Morris  <rgm@gnu.org>
5411         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5412         with last-command-event.
5414 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5416         * message.el (message-fix-before-sending): Amend comment.
5418 2009-01-07  David Engster  <dengste@eml.cc>
5420         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5421         simplified server definitions by converting it via
5422         gnus-server-to-method.
5424 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5426         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5427         parameter's operands.
5429 2009-01-06  David Engster  <dengste@eml.cc>
5431         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5432         primary select method (for gnus-group-mark-article-as-read).
5434 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5436         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5437         `(gnus)Face', not `(gnus)X-Face'.
5439 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5441         * mm-util.el (mm-ucs-to-char): New function.
5443         * mm-url.el (mm-url-decode-entities): Use it.
5445 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5447         * message.el (message-fix-before-sending): Add `eight-bit' to
5448         illegible-text check.
5450 2009-01-03  Michael Olson  <mwolson@gnu.org>
5452         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5453         `headers' is nil.  This can occur if the IMAP server does not have
5454         permissions to read messages from a folder, but can write new messages
5455         to the folder.
5456         (nnimap-request-article-part): Do not insert `data' if it is nil.
5458 2009-01-01  Dave Love  <fx@gnu.org>
5460         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5462         * nnimap.el: Fix author email.
5463         (nnimap-split-rule): Add FIXME comment.
5464         (nnimap-debug): Fix doc string.
5466 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5468         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5469         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5470         to check if those variables exist (first appeared in Emacs 18.50).
5472 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5474         * mm-util.el (mm-line-number-at-pos): New function.
5476         * spam-report.el (spam-report-process-queue): Use it.
5478 2008-12-24  David Engster  <dengste@eml.cc>
5480         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5481         parameters that haven't existed as variables as buffer-local variables.
5483 2008-12-23  Dave Love  <fx@gnu.org>
5485         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5486         cadar.
5488         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5489         imap-starttls-p.
5490         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5492 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5494         * spam-report.el (spam-report-gmane-max-requests): New constant.
5495         (spam-report-gmane-wait): New variable.
5496         (spam-report-gmane-ham, spam-report-gmane-spam)
5497         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5498         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5499         the server.
5501         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5502         Add explanations.
5504         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5505         nnheader-accept-process-output and nnheader-read-timeout if available.
5506         (pop3-movemail): Use it.
5508         * message.el (message-check-news-body-syntax): Fix signature check if
5509         there's an attachment.
5511 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5513         * mm-util.el: Add comments to the mm- emulating functions.
5515 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5517         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5518         Reported by Stephen Berman <stephen.berman@gmx.net>.
5520 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5522         * mm-util.el (mm-substring-no-properties): New function.
5523         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5524         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5525         (mm-string-to-multibyte): Doc fix.
5527         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5529 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5531         * mml.el (mml-attach-file): Strip text properties from file name.
5532         (Bug#1574)
5534 2008-12-16  Glenn Morris  <rgm@gnu.org>
5536         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5538 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5540         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5541         knows since the charset specified might be a bogus alias that
5542         mm-charset-synonym-alist provides.
5544 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5547         "ISO_8859-1".
5549         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5551 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5553         * mm-util.el (mm-charset-eval-alist):
5554         Define it before mm-charset-to-coding-system.
5555         (mm-charset-to-coding-system): Add optional argument `silent';
5556         define it before mm-charset-override-alist.
5557         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5558         default value if it can be used in Emacs currently running;
5559         silence mm-charset-to-coding-system.
5561 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5563         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5564         `allow-override' which says whether to use `mm-charset-override-alist'.
5565         (rfc2047-decode-encoded-words): Use it.
5567         * mm-util.el (mm-charset-override-alist): Fix custom type;
5568         add `(gb2312 . gbk)' to choices.
5570 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5572         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5573         fast.
5575         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5577 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5579         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5580         on links.
5582         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5584 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5586         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5587         users' addresses that don't have domain parts.
5588         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5589         rather than message-narrow-to-head since there will be the message
5590         header separator.
5592 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5594         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5595         since the result is inserted in a unibyte buffer anyway.
5596         (nnimap-demule-use-string-to-multibyte): Remove.
5597         (nnimap-demule): Alias it to mm-string-to-multibyte.
5599 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5601         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5602         variable for debugging bug#464 and bug#1174.
5603         (nnimap-demule): Use it.
5605 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5607         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5608         score calculation correctly.
5610 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5612         * message.el (message-send-mail): Just set the buffer to unibyte
5613         rather than use mm-with-unibyte-current-buffer which does a lot more.
5614         (message-send-mail-partially): Don't bother with
5615         mm-with-unibyte-current-buffer since it's already been made unibyte by
5616         message-send-mail.
5618 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5620         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5622 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5624         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5626 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5628         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5629         require itself and to remove `with-no-warnings'.
5631 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5633         * starttls.el (starttls-any-program-available): Get the name of the
5634         available TLS layer program.
5635         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5636         well as the host name in the "opening" message.
5638         * auth-source.el (auth-source-cache, auth-source-do-cache)
5639         (auth-source-user-or-password): Cache passwords and logins by default,
5640         allow override with `auth-source-do-cache'.
5641         (auth-source-forget-user-or-password): Allow users to remove cache
5642         entries if needed.
5644 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5646         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5647         condition-case to only the forward-sexp call.
5649 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5651         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5652         quotes contained.  Make it more robust regardless by an extra
5653         condition-case wrapper.
5655 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5657         * nnml.el (nnml-request-expire-articles): Check if the function set to
5658         `nnmail-expiry-target' returns the symbol `delete'.
5660         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5662         * nnmail.el (nnmail-expiry-target): Fix custom type.
5664 2008-10-02  Glenn Morris  <rgm@gnu.org>
5666         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5667         Silence compiler warning.
5669 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5671         * mml.el (mml-menu): Don't assume mml2015 is bound.
5673 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5675         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5676         exists.
5678 2008-09-27  Glenn Morris  <rgm@gnu.org>
5680         * gnus-util.el (mail-header-remove-comments): Autoload it.
5682 2008-09-27  Andreas Schwab  <schwab@suse.de>
5684         * gnus-util.el (gnus-split-references): Strip comments.
5685         (gnus-parent-id): Likewise.
5687 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5689         * message.el (message-confirm-send): Fix version.
5691 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * message.el (message-idna-to-ascii-rhs-1): Use
5694         mail-extract-address-components rather than mail-header-parse-addresses
5695         that is an alias by default to ietf-drums-parse-addresses that does not
5696         support non-ASCII names in headers' contents.
5698 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5700         * message.el (message-confirm-send): Fix variable documentation to
5701         avoid the "y/n" wording.
5703 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5705         * message.el (message-set-auto-save-file-name): Save to a different
5706         filename so multiple messages (especially drafts) can be recovered.
5708 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5710         * message.el (message-confirm-send): Add appropriate version.
5712 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5714         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5715         defvar.
5717 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5719         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5720         (mm-pkcs7-enveloped-magic): Ditto.
5722 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5724         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5725         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5727 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5729         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5730         default, it's better.
5732 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5734         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5735         summary line gnus-number property and ignore them (with a warning
5736         message).
5738 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5740         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5741         macro caddr in the interactive form since it won't be expanded.
5743 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5745         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5746         `charset'; fix name of function called recursively.
5747         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5749 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5751         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5752         (gnus-mime-set-charset-parameters): New function.
5753         (gnus-mime-view-part-as-charset): Use it to correctly display part
5754         specifying wrong charset.
5756 2008-09-08  David Engster  <dengste@eml.cc>
5758         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5759         in completing-read for back end server.
5761 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5763         * message.el (message-confirm-send): New variable to confirm sending a
5764         message.
5765         (message-send): Use it.
5767 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5769         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5771 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5773         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5775 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5777         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5778         prevent tracking too many groups.
5779         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5780         Use it.
5782 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5784         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5785         moving point to the bottom of the window in order to avoid recentering.
5787 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5789         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5790         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5791         (gnus-article-beginning-of-window): Fix calculation.
5793 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5795         * gnus-msg.el (gnus-summary-supersede-article)
5796         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5797         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5798         message header.
5800 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5802         * message.el:
5803         * gnus-start.el:
5804         * gnus-registry.el: Remove VMS support.
5806 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5808         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5809         macro.
5810         (rfc2104-hash): Use it.
5812 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5814         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5815         (gnus-summary-sort-by-most-recent-date): New commands.
5816         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5817         and menu entries.
5819 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5821         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5822         don't redisplay article for raw contents; remove plural articles stuff.
5824         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5825         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5826         on gnus-summary-save-article; display results properly.
5828 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5830         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5832 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5834         * gnus-art.el (gnus-summary-save-in-pipe):
5835         Consider gnus-save-all-headers.
5837 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5839         * gnus-util.el (ns-focus-frame): Remove declaration.
5840         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5841         like x.
5843 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5845         * rfc2104.el (rfc2104-zero): Delete defconst.
5846         (rfc2104-hex-alist): Likewise.
5847         (rfc2104-hex-to-int): Delete func.
5848         (rfc2104-hexstring-to-bitstring): Likewise.
5849         (rfc2104-nybbles): New defconst.
5850         (rfc2104-hash): Rewrite for speed.
5852 2008-07-16  Glenn Morris  <rgm@gnu.org>
5854         * gnus-util.el (ns-focus-frame): Declare for compiler.
5856 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5858         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5859         set as a group parameter.
5860         (gnus-summary-save-in-pipe): Work when it is called independently.
5861         (gnus-summary-pipe-to-muttprint): Don't modify
5862         gnus-summary-pipe-output-default-command.
5864 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5866         * message.el (message-send-mail-with-sendmail):
5867         Display the error message.
5869 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5871         * gnus-art.el (gnus-default-article-saver):
5872         Add gnus-summary-save-in-pipe to choices.
5873         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5874         gnus-summary-pipe-output-default-command as the default command.
5875         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5876         instead of gnus-last-shell-command.
5878         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5879         New user option.
5880         (gnus-summary-muttprint-program): Mention the value will be changed.
5881         (gnus-summary-save-article): Force showing of all headers.
5882         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5884 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5886         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5888 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5890         * nnimap.el (nnimap-id):
5891         * sieve-manage.el (sieve-manage-open): Doc fixes.
5893 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5895         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5896         if available.
5898 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5900         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5902         * nnkiboze.el (nnkiboze-generate-group):
5903         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5905         * nnmairix.el: Require CL.
5907 2008-06-15  David Engster  <dengste@eml.cc>
5909         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5911 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5913         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5914         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5915         runtime choice under XEmacs.
5917         * gnus-sum.el (gnus-summary-set-display-table):
5918         Use `gnus-put-display-table', `gnus-get-display-table',
5919         `gnus-set-display-table' for the display table, instead of `aset'.
5921 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5923         * nnmairix.el: Add autoloads.
5925 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5927         * nnmairix.el (nnmairix-delete-recreate-group)
5928         (nnmairix-update-and-clear-marks): Fix error messages.
5930 2008-06-14  David Engster  <dengste@eml.cc>
5932         * nnmairix.el: Upgrade to version 0.6.
5933         (nnmairix-group-toggle-propmarks-this-group)
5934         (nnmairix-group-toggle-readmarks-this-group)
5935         (nnmairix-group-delete-recreate-this-group)
5936         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5937         (nnmairix-remove-tick-mark-original-article): New commands.
5938         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5939         (nnmairix-propagate-marks-to-nnmairix-groups)
5940         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5941         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5942         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5943         functions needed for marks propagation and manipulation of read marks.
5944         (nnmairix-update-groups): New function.
5945         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5946         (nnmairix-determine-original-group-from-registry)
5947         (nnmairix-determine-original-group-from-path)
5948         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5949         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5950         New helper functions.
5951         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5952         keystrokes for new commands.
5953         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5954         (nnmairix-request-group): Check allow-fast group parameter.
5955         (nnmairix-request-create-group): Set allow-fast group parameter if
5956         nnmairix-allowfast-default is set.
5957         (nnmairix-close-group): Propagate marks upon closing if needed.
5958         (nnmairix-group-toggle-threads-this-group): Use new.
5959         nnmairix-group-toggle-parameter helper function.
5960         (nnmairix-search): Better check for empty search result.
5961         (nnmairix-goto-original-article): Use new helper functions for
5962         determining original article.
5963         (nnmairix-show-original-article): Make sure message-id is in brackets.
5964         (nnmairix-call-mairix-binary): Change variable name.
5965         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5966         helper function.
5967         (nnmairix-widget-toggle-activate): Fix doc string.
5969 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5971         * nnir.el: Require edmacro when compiling with XEmacs.
5972         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5973         available in Emacs 21.
5975 2008-06-11  Glenn Morris  <rgm@gnu.org>
5977         * gnus-util.el (x-focus-frame):
5978         * gnus.el (image-size):
5979         * mm-decode.el (image-size): Declare.
5981         * gnus-picon.el (declare-function): Add compat definition.
5982         (image-size): Declare.
5984         * gnus-group.el (tool-bar-map):
5985         * gnus-sum.el (tool-bar-map): Define for compiler.
5987         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5989         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5991         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5992         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5993         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5994         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5995         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5996         * sieve-manage.el, spam-report.el, spam.el:
5997         Remove unnecessary eval-and-compile of autoloads.
5999 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6001         * auth-source.el: Precise Tramp doc.
6003 2008-06-07  Glenn Morris  <rgm@gnu.org>
6005         * nnmairix.el: Remove unnecessary eval-when-compile.
6007 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6009         * nnir.el: New file.
6011 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6013         * gnus-util.el (gnus-read-shell-command): New function.
6014         * mm-decode.el (mm-pipe-part):
6015         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6017 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6019         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6021 2008-06-03  Glenn Morris  <rgm@gnu.org>
6023         * pop3.el (nnheader-accept-process-output): Autoload it.
6025 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6027         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6028         are not 2-digit hexadecimal characters that follow `%'s.
6030 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6032         * message.el (message-bogus-recipient-p): Fix type in doc string.
6033         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6034         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6035         Improve custom options.
6036         (message-bogus-recipient-p): Adjust accordingly.
6038 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6040         * nnmairix.el: Require edmacro when compiling with XEmacs.
6042 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6044         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6045         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6047 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6049         * auth-source.el: Add more docs.
6051 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6053         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6054         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6055         retrieval faster in some cases, but might make CPU usage larger.
6056         If this has any bad side effects, we might revert this change.
6058         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6059         seems to make mail retrieval much, much faster.
6060         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6061         unconditionally.
6063         * gnus-draft.el (gnus-group-send-queue):
6064         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6066 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6068         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6070         * message.el (message-bogus-address-regexp): Fix and improve custom
6071         type.
6072         (message-setup-hook): Add message-check-recipients as custom option.
6074 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6076         * message.el (message-cite-function): Remove bogus autoload which crept
6077         in during merge from v5-10.
6079 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6081         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6083         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6085         * auth-source.el: Preliminary Tramp docs.
6086         (auth-sources): Change the default auth-sources to use
6087         EPA .gpg files.
6089 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6091         * nntp.el: Autoload `auth-source-user-or-password'.
6092         (nntp-send-authinfo): Use it.
6094         * nnimap.el: Autoload `auth-source-user-or-password'.
6095         (nnimap-open-connection): Use it.
6097         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6098         for the gnus-message function.
6099         (auth-source-user-or-password): Use it.
6101 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6103         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6104         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6105         (rfc2104-hash): Use it.
6107 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6109         * gnus-art.el (gnus-article-toggle-truncate-lines):
6110         Don't use `iff' in docstring.
6112 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6114         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6116         * gnus-util.el (gnus-extract-address-component-name)
6117         (gnus-extract-address-component-email): Convenience functions around
6118         `gnus-extract-address-components'.
6120         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6121         Use `gnus-extract-address-component-email' to fix bug of comparing full
6122         sender name to `user-mail-address'.
6124 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6126         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6127         catch/throw to optimize.
6128         (gnus-registry-find-keywords): Just use member to find a keyword.
6130 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6132         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6133         is current before calling gnus-server-prepare.
6134         (gnus-server-setup-buffer, gnus-server-update-server)
6135         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6137 2008-05-04  Juri Linkov  <juri@jurta.org>
6139         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6140         (mailcap-file-default-commands): Use mailcap-replace-in-string
6141         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6142         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6144 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6146         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6148 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6151         hooks.
6152         (gnus-update-read-articles): Speed up non-marks-using users.
6153         (gnus-use-marks): Define gnus-use-marks.
6154         (gnus-propagate-marks): Rename variable to something more sensible.
6156 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6158         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6159         (gmm-image-load-path-for-library): Fix typos in docstrings.
6160         (gmm-message): Reflow docstring.
6162 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6164         * mail-source.el (mail-source-set-1, mail-source-bind):
6165         Move auth-source code out of the macro to clean it up and fix bugs.
6167 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6169         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6170         by sender if it's equal to user-mail-address, it's likely to be
6171         useless.
6173         * mail-source.el (mail-source-bind): Don't use user or password if they
6174         are not bound.  Unintern them if they are nil.  Don't use server unless
6175         it's bound, and default it to empty string otherwise.
6177 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6179         * mail-source.el: Load auth-source.el.
6180         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6181         get user name or password, if auth-sources is set up.
6183         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6184         strategy of splitting with parent.
6185         (gnus-registry-split-fancy-with-parent)
6186         (gnus-registry-post-process-groups): Use it and fix prior
6187         bug (returning a list as the split result).
6189         * auth-source.el (auth-sources): Remove server parameter.
6190         (auth-source-pick, auth-source-user-or-password)
6191         (auth-source-user-or-password-imap)
6192         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6193         (auth-source-user-or-password-sftp)
6194         (auth-source-user-or-password-smtp): Remove server parameter.
6196 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6198         * smime.el (smime-sign-region, smime-encrypt-region)
6199         (smime-decrypt-region):
6200         Remove redundant calls to `generate-new-buffer-name'.
6202 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6204         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6205         Don't use QP for message/rfc822.
6206         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6208 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6210         * sieve-manage.el (sieve-string-bytes): Remove.
6211         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6212         correct byte-length only if the process's coding-system is the same as
6213         the one used internally by Emacs to represent strings.
6215 2008-04-22  Juri Linkov  <juri@jurta.org>
6217         * mailcap.el (mailcap-file-default-commands): New function.
6219 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6221         * message.el (message-signature-separator, message-cite-function):
6222         Change custom version.
6224 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6226         * mm-decode.el (mm-display-external): Make temp file read-only.
6228 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6230         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6231         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6232         `C-c C-f d'.
6234 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6236         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6238 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6240         * auth-source.el: Add docs.
6241         (auth-sources): Modify format to support server.
6242         (auth-source-pick, auth-source-user-or-password)
6243         (auth-source-user-or-password-imap)
6244         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6245         (auth-source-user-or-password-sftp)
6246         (auth-source-user-or-password-smtp): Add server parameter.
6248 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6250         * gnus-registry.el: Initialize the registry when gnus-registry-install
6251         is t.
6253 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6255         * compface.el (uncompface): Make buffer unibyte.
6257 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6259         * mail-source.el (mail-source-value):
6260         Prefer fboundp to functionp so it works with macros as well.
6262 2008-04-05  Glenn Morris  <rgm@gnu.org>
6264         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6266 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6268         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6269         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6271         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6272         multibyteness after rather than before erasing it.
6274         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6275         mm-with-multibyte.
6276         (gnus-request-article-this-buffer): Make sure the proper decoding is
6277         used if gnus-original-article-buffer happens to be unibyte.
6279         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6280         default-enable-multibyte-characters.
6282         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6283         default-enable-multibyte-characters.
6285         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6287         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6289 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6291         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6292         Fix last change in case the element is not even a symbol.
6294 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6296         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6297         imap-enable-exchange-bug-workaround.
6298         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6300 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6302         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6303         a 100 byte status-checks into a 2-3MB transfer for each group.
6304         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6305         to enable bug workaround or not.
6306         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6308 2008-03-31  Glenn Morris  <rgm@gnu.org>
6310         * message.el (mml2015-use): Declare for compiler.
6311         (message-info): Require mml2015 when appropriate.
6313 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6315         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6316         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6317         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6318         (nntp-service-to-port): New function.
6319         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6320         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6321         (nntp-open-netcat-stream): New function.
6322         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6324 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6326         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6328 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6332 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6334         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6336 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6338         * message.el (message-signature-separator): Change default.
6339         Improve custom type.
6340         (message-cite-function): Change default to
6341         message-cite-original-without-signature.
6343         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6344         toggle.
6346         * message.el (message-check-news-body-syntax): Fix signature check.
6347         (message-setup-1): Mark buffer as unmodified _after_ running
6348         message-setup-hook and handling message-alternative-emails.
6349         (message-shorten-references): Be more strict when building list of
6350         valid references to comply with GNKSA.
6352         * gnus-group.el (gnus-read-ephemeral-bug-group)
6353         (gnus-read-ephemeral-debian-bug-group)
6354         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6356         * message.el (message-info): Don't use booleanp which isn't supported
6357         in Emacs 21 and XEmacs.
6359 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6361         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6362         gnus-group-gmane-group-download-format.
6363         (gnus-group-read-ephemeral-gmane-group): Rename from
6364         gnus-group-read-ephemeral-gmane-group.
6365         (gnus-read-ephemeral-gmane-group-url): Rename from
6366         gnus-group-read-ephemeral-gmane-group-url.
6367         (gnus-bug-group-download-format-alist): New variable.
6368         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6369         (gnus-read-ephemeral-emacs-bug-group): New commands.
6371 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6373         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6374         (gnus-visible-headers): Improve custom type.
6376 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6378         * mml.el (mml-menu): Add workarounds for XEmacs.
6380         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6381         X-Boundary header.
6383         * message.el (message-simplify-recipients): Fix previous commit.
6385 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6387         * mm-util.el (mm-set-buffer-multibyte): New function.
6388         * mm-decode.el (mm-copy-to-buffer): Use it.
6390         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6391         Prefer fboundp to functionp so it works with macros as well.
6393 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6395         * message.el (message-alter-recipients-discard-bogus-full-name):
6396         New function.
6397         (message-alter-recipients-function): New variable.
6398         (message-get-reply-headers): Use it.
6399         (message-replace-header): New helper function.
6400         (message-recipients-without-full-name): New variable.
6401         (message-simplify-recipients): New command.
6403         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6405         * message.el (message-info): Handle EasyPG manual.
6407         * mml.el (mml-menu): Add entry for EasyPG.
6409 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6411         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6412         parameter.
6414         * message.el (message-disassociate-draft): Specify drafts group name
6415         fully.
6417 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6419         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6420         Eliminate unnecessary duplicates from the match list.
6422 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6425         args of `how-many' of which the XEmacs version doesn't take; declare
6426         Info-index-next as function.
6428 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6430         * gnus-score.el (gnus-score-headers): Fix handling of
6431         gnus-inhibit-slow-scoring.
6433         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6434         string.
6435         (gnus-button-url-regexp): Improve handling of parenthesis.
6436         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6437         (gnus-button-handle-info-keystrokes): Handle index entries.
6439 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6441         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6442         Incoming* files.
6444 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6446         * auth-source.el (auth-sources): Rename from auth-source-choices.
6447         (auth-source-pick): Use it.
6449 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6451         * auth-source.el (auth-source-protocols)
6452         (auth-source-protocols-customize, auth-source-choices): Add and
6453         modified variable customizations and defaults.
6454         (auth-source-pick, auth-source-user-or-password)
6455         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6456         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6457         (auth-source-user-or-password-sftp)
6458         (auth-source-user-or-password-smtp): Use new variables and provide an
6459         interface to netrc.el.
6461 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6463         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6464         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6465         Make sure the nntp port to specify is a string.
6467 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6469         * nntp.el: Use with-current-buffer.
6470         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6471         dubious mm-with-unibyte-current-buffer.
6472         (nntp-with-open-group-function): New function extracted from
6473         nntp-with-open-group macro.
6474         (nntp-with-open-group): Use the function, so it's easier to debug.
6475         Add indentation and debugging info.
6476         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6477         Recommend the use of the netcat alternatives.
6479         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6480         Avoid mm-string-as-multibyte as well.
6482         * nnweb.el (nnweb-insert-html):
6483         Remove use of nnheader-string-as-multibyte.
6485         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6486         (nnheader-string-as-multibyte): Remove.
6488         * mm-view.el: Use inhibit-read-only.
6489         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6490         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6491         or unibyte-string.
6493         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6494         (mm-uu-yenc-extract): Use with-current-buffer.
6496         * gnus-soup.el (gnus-soup-send-packet): Don't use
6497         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6499         * nnmh.el: Use with-current-buffer.
6500         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6501         mm-string-as-multibyte on the output of mm-encode-coding-string.
6503         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6504         (nnimap-request-move-article): Use with-current-buffer.
6506         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6507         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6508         conversion uses string-make-unibyte rather than string-as-unibyte.
6510         * gnus-msg.el: Use with-current-buffer.
6512         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6514 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6516         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6517         string for caching if it is 'PIN.
6519 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6521         * mail-source.el (mail-source-delete-old-incoming-confirm):
6522         Change default to nil.
6523         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6525 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6527         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6528         (gnus-article-goto-prev-page): Work for articles having ^L's.
6530         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6532         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6534 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6536         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6537         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6538         (gnus-bookmark-jump): Adjust some variable names.
6540 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6542         * auth-source.el: New package.
6543         (auth-source-choices): Add customization entry point variable.
6545         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6546         bug.
6548 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6550         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6551         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6552         (gnus-registry-install-shortcuts): Rename from
6553         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6554         the `gnus-registry-mark-map' keymap dynamically from
6555         `gnus-registry-marks'.  The generated functions update the summary line
6556         when a registry mark is added or deleted, and will call
6557         `gnus-registry-install-p' (see the comments in the code).
6558         (gnus-registry-user-format-function-M): Use concat intelligently.
6560         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6561         the registry mark functions.
6563 2008-03-05  Glenn Morris  <rgm@gnu.org>
6565         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6566         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6567         gnus-art.
6568         (top-level): No need to load own source when compiling.
6570 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6572         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6573         Suggested by <chris.anderton@zetnet.co.uk>.
6575 2008-03-04  Glenn Morris  <rgm@gnu.org>
6577         * gnus-sum.el (top-level): No need to require gnus when compiling,
6578         since unconditionally required near start of file.
6579         (gnus-summary-display-while-building): Move definition before use.
6581 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6583         * gnus-registry.el (gnus-registry-user-format-function-M):
6584         Add formatting function.
6586 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6588         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6589         with plists.
6590         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6591         Use new format.
6593 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6595         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6596         `where-is-internal' that returns a range of key sequences.
6598 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6600         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6602         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6603         (gnus-summary-jump-to-group): Consider windows on other displayed
6604         frames as well.  Similar changes might be needed elsewhere, but that's
6605         the one I've bumped into during my use.
6607         * nndoc.el (nndoc-oe-dbx-type-p):
6608         * gnus-msg.el (gnus-debug):
6609         * gnus-group.el (gnus-update-group-mark-positions):
6610         Use mm-string-to-multibyte.
6612 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6614         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6615         doesn't handle NotDashEscaped.
6617         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6618         (mml-dnd-attach-options): Fix typo in custom choice.
6620         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6621         Change nndoc-article-type to mbox.
6622         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6624         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6625         to nil, instead of html2text.
6627         * imap.el (imap-debug): Add `imap-ping-server'.
6629         * gnus-bookmark.el: Add FIXMEs.
6631         * message.el (message-form-letter-separator)
6632         (message-send-form-letter-delay): New variables.
6633         (message-send-form-letter): Use them.  New command to send form
6634         letters.  Requested by Uwe Siart.
6635         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6637 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6639         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6640         empty author.
6642 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6644         * gnus-registry.el (gnus-registry-marks): Add variable for
6645         customization of marks and their appearance.
6646         (gnus-registry-read-mark): Use it.
6647         (gnus-registry-do-marks): Add utility function to loop through
6648         `gnus-registry-marks'.
6649         (gnus-registry-install-shortcuts-and-menus): Add function to install
6650         shortcuts and menus.
6651         (gnus-registry-initialize): Use it.
6652         (gnus-registry-default-mark): Clarify documentation.
6654 2008-02-29  Glenn Morris  <rgm@gnu.org>
6656         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6657         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6658         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6659         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6660         Change defcustom :version from 23.0 to 23.1.
6662 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6664         * gnus-registry.el (gnus-registry-follow-group-p)
6665         (gnus-registry-post-process-groups): Add functions to aid registry
6666         splitting and improve logging.  Clarify behavior in function
6667         documentation.
6668         (gnus-registry-split-fancy-with-parent): Use them.
6670 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6672         * gnus-art.el: Use with-current-buffer.
6674 2008-02-27  David Engster  <dengste@eml.cc>
6676         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6677         Express real group name in the response.
6679 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6681         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6682         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6683         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6684         autoload gnus-registry-fetch-group when compiling.
6685         (nnmairix-request-group-with-article-number-correction):
6686         Remove unreferenced argument passed to nnmairix-call-backend.
6688 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6690         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6691         (mm-uu-extract): Improve face for low color ttys.
6692         Reported by Sascha Wilde.
6694 2008-02-27  Glenn Morris  <rgm@gnu.org>
6696         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6697         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6698         variables to defconsts.  Convert comments to doc-strings.
6699         (nnmairix-last-server, nnmairix-current-server): Convert from free
6700         variables to defvars.  Convert comments to doc-strings.
6701         (gnus-registry-fetch-group): Autoload.
6702         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6703         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6704         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6705         caddr.
6706         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6707         nnmairix-request-group-with-article-number-correction call.
6708         (nnmairix-fast, nnmairix-group): New, less general names, for free
6709         variables passed from nnmairix-request-group to
6710         nnmairix-request-group-with-article-number-correction.  Declare.
6711         (nnmairix-request-group-with-article-number-correction):
6712         Use nnmairix-fast, nnmairix-group rather than fast, group.
6714 2008-02-26  David Engster  <dengste@eml.cc>
6716         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6717         version 0.5.
6719 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6721         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6722         instead of making an extra function call.  Don't add the current group
6723         to articles only when they have the group.  Use
6724         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6725         Reported by David <de_bb@arcor.de>.
6727 2008-02-24  Miles Bader  <miles@gnu.org>
6729         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6730         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6731         (mm-find-mime-charset-region):
6732         * mm-bodies.el (mm-encode-body):
6733         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6735 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6737         * mail-source.el (mail-source-delete-incoming): Change default.
6738         Supplement doc string.
6740         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6742 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6744         * nnmail.el (nnmail-message-id-cache-file): Derive from
6745         `gnus-home-directory'.
6747 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6749         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6750         Document negative prefix.
6752         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6754 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6756         * message.el (message-unsent-separator): Add the Exim bounce
6757         separator.
6759 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6761         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6762         list.
6763         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6764         recipient/signer list.
6766 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6768         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6769         fbound (Emacs 23 unicode), signal an error.
6771 2008-02-08  Glenn Morris  <rgm@gnu.org>
6773         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6775 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6777         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6778         ports to the calls to `netrc-machine-user-or-password' in addition to
6779         "imap" and "imaps".
6781 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6783         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6784         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6785         <hanche@math.ntnu.no>.
6787 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6789         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6791 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6793         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6795         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6797 2008-02-01  Miles Bader  <miles@gnu.org>
6799         * mml.el (mml-parse-1): Remove apparently vestigial use of
6800         `mm-hack-charsets'.
6801         * mm-bodies.el (mm-encode-body): Likewise.
6803 2008-02-01  Kenichi Handa  <handa@m17n.org>
6805         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6806         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6807         (rfc2104-hash): Convert the result of concat to unibyte string.
6809 2008-02-01  Dave Love  <fx@gnu.org>
6811         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6812         coding-system-for-read.
6813         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6815         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6816         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6817         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6819 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6821         * mail-source.el (mail-sources): Add `group' choice.
6823         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6824         parameter `in-group' to control into which group the articles go.
6825         Add treatment of `group' mail-source.
6827 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6829         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6830         * message.el (message-beginning-of-line): Use featurep instead of bound
6831         tests in order to resolve conditionals at compile time.
6833 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6835         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6837         * mm-decode.el (mm-dissect-buffer): Decode description.
6839         * mml.el (mml-to-mime): Encode message header first.
6841 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6843         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6844         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6846 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6848         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6850 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6853         prefix keys.
6854         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6855         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6856         gnus-xmas.el.
6858 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6860         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6861         Add new variables for article mark management.
6862         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6863         list of extra data entries which, when present, will indicate that the
6864         article ID should not be trimmed from the registry.
6865         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6866         functions.
6867         (gnus-registry-read-mark): New function to read a mark name from the
6868         user.
6869         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6870         (gnus-registry-set-article-mark-internal): New functions to add and
6871         remove marks.
6872         (gnus-registry-get-article-marks): New function to show the marks for
6873         an article, or retrieve them for further use.
6875 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6877         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6878         keys when no argument is given.
6880 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6882         * gnus-sum.el (gnus-article-sort-by-random)
6883         (gnus-thread-sort-by-random): Fix doc strings.
6884         Reported by jidanni@jidanni.org.
6886 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6888         * gnus-art.el (gnus-article-describe-bindings): New function.
6889         (gnus-article-read-summary-keys): Use it.
6890         (gnus-article-mode-map): Bind `C-h b' to it.
6892 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6894         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6895         XEmacs.
6896         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6897         Protect against non-character events.
6899 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6901         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6902         New command.
6903         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6904         instead of END.  Change name of the temp file.
6905         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6906         customizable.
6908 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6910         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6911         bind `S W' to gnus-article-wide-reply-with-original; set default
6912         binding to gnus-article-read-summary-send-keys.
6913         (gnus-article-read-summary-keys): Fix the order of keys; display
6914         continuation keys correctly in the echo area; describe bindings
6915         correctly when keys end with `C-h'.
6916         (gnus-article-read-summary-send-keys): New function.
6917         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6918         Work for gnus-article-read-summary-send-keys; display continuation keys
6919         correctly in the echo area.
6920         (gnus-article-reply-with-original): Ignore prefix argument.
6921         (gnus-article-wide-reply-with-original): New function.
6923 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6925         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6926         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6928 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6930         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6931         (gnus-group-read-ephemeral-gmane-group): New command.
6933 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6935         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6937 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6939         * message.el (message-send-mail-function): Increase custom version.
6941         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6942         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6944 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6946         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6947         html parts correctly; support forwarded messages.
6948         (gnus-article-browse-html-article): Remove work buffers.
6950         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6951         compiling.
6952         (netrc-bound-and-true-p): New macro.
6953         (netrc-parse): Use it instead of bound-and-true-p that is not available
6954         in XEmacs 21.4.
6956 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6958         * gnus-registry.el (gnus-registry-mark-article)
6959         (gnus-registry-article-marks): Add functionality to mark articles
6960         through the Gnus registry.
6962         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6963         (netrc-parse): Use encrypt-file-alist to determine if
6964         encrypt-find-model or encrypt-insert-file-contents should be used.
6966 2007-12-19  Glenn Morris  <rgm@gnu.org>
6968         * mml.el (message-options-set, message-narrow-to-head)
6969         (message-in-body-p, message-mail-p, message-encode-message-body):
6970         Autoload.
6971         (message-remove-header, message-narrow-to-headers-or-head)
6972         (message-subscribed-p, message-make-mail-followup-to)
6973         (message-position-on-field, message-news-p)
6974         (message-options-set-recipient, message-generate-headers)
6975         (message-sort-headers): Declare as functions.
6977 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6979         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6980         convention in doc string.
6982 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6984         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6985         title to html parts.
6986         (gnus-article-browse-html-article): Pass message header to it.
6988         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6990 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6992         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6993         or password compatible with XEmacs.
6995 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6997         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6998         format document.
6999         (gnus-mime-delete-part): Don't write description line if empty.
7000         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7002 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7004         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7005         (gnus-summary-mark-read-and-unread-as-read)
7006         (gnus-summary-mark-current-read-and-unread-as-read)
7007         (gnus-summary-mark-unread-as-ticked): Doc fix.
7008         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7010 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7012         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7013         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7015 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7017         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7018         yes-or-no-p.
7020 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7022         * mm-decode.el (mm-add-meta-html-tag): New function.
7023         (mm-save-part-to-file, mm-pipe-part): Use it.
7025         * gnus-art.el (gnus-article-browse-delete-temp-files):
7026         Use gnus-y-or-n-p instead of y-or-n-p.
7027         (gnus-article-browse-html-parts): Work with message/external-body; use
7028         mm-add-meta-html-tag.
7030 2007-12-11  Glenn Morris  <rgm@gnu.org>
7032         * gnus-cache.el: Require gnus-sum not just when compiling.
7034         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7036         * gnus-int.el (gnus-server-opened, gnus-status-message):
7037         Move definitions before use.
7039         * mm-decode.el: Require gnus-util.
7040         (mm-remove-part): Only call delete-annotation on XEmacs.
7042         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7044         * nnmail.el: Require gnus-int.
7046         * spam.el: Move `require's before `eval-when-compile's.
7048         * gnus-ems.el (gnus-alive-p):
7049         * gnus-fun.el (message-goto-eoh):
7050         * gnus-util.el (gnus-group-name-decode):
7051         * mail-source.el (gnus-compress-sequence):
7052         * message.el (Info-goto-node, format-spec):
7053         * mm-bodies.el (message-options-get):
7054         * mm-decode.el (mm-view-pkcs7):
7055         * mm-util.el (gmm-write-region):
7056         * mml-smime.el (mml-compute-boundary)
7057         (gnus-completing-read-with-default):
7058         * mml.el (widget-button-press, gnus-make-hashtable):
7059         * mml1991.el (mm-decode-content-transfer-encoding)
7060         (mm-encode-content-transfer-encoding)
7061         (message-options-get, message-options-set):
7062         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7063         * nnfolder.el (gnus-request-group):
7064         * nnheader.el (ietf-drums-unfold-fws):
7065         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7066         * smime.el (gnus-run-mode-hooks):
7067         * spam-stat.el (gnus-message): Autoload.
7069         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7070         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7071         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7072         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7073         Add declare-function compatibility definition.
7075         * gnus-cache.el (nnvirtual-find-group-art):
7076         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7077         (gnus-add-image, gnus-add-wash-type):
7078         * gnus-group.el (nnkiboze-score-file):
7079         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7080         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7081         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7082         (message-tokenize-header, gnus-get-buffer-create)
7083         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7084         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7085         * gnus.el (gnus-group-decoded-name):
7086         * mail-source.el (imap-capability):
7087         * mm-bodies.el (message-options-set):
7088         * mm-decode.el (gnus-configure-windows):
7089         * mm-extern.el (message-goto-body):
7090         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7091         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7092         (epg-sub-key-validity, message-options-set):
7093         * mml.el (widget-event-point, gnus-configure-windows):
7094         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7095         * mml2015.el (epg-check-configuration, epg-configuration)
7096         (message-options-set):
7097         * nndb.el (nndb-request-article):
7098         * nnfolder.el (gnus-request-create-group):
7099         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7100         * nnmaildir.el (gnus-group-mark-article-read):
7101         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7102         * rfc1843.el (message-fetch-field):
7103         * spam.el (gnus-extract-address-components):
7104         Declare as functions.
7106 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7108         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7110 2007-12-09  Glenn Morris  <rgm@gnu.org>
7112         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7114         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7115         * message.el, mm-view.el, sieve-manage.el, smime.el:
7116         Add declare-function compatibility definition.
7118         * gnus-art.el (w3-region, w3m-region, Info-menu):
7119         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7120         * gnus-sum.el (gnus-get-predicate):
7121         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7122         * message.el (mail-abbrev-in-expansion-header-p):
7123         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7124         (w3m-detect-meta-charset, w3m-region):
7125         * sieve-manage.el (password-read, password-cache-add)
7126         (password-cache-remove):
7127         * smime.el (password-read-and-add): Declare as functions.
7129 2007-12-08  David Kastrup  <dak@gnu.org>
7131         * gnus-sum.el (gnus-summary-simplify-subject-query):
7132         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7133         `message'.
7135 2007-12-07  Glenn Morris  <rgm@gnu.org>
7137         * gnus-art.el (article-make-date-line): Revert previous change.
7139 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7141         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7143 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7145         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7146         Call gnus-add-to-range ranges only once with a prepared article-list.
7148 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7150         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7151         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7152         group names with backslashes.
7153         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7155 2007-12-06  Deepak Goel  <deego3@gmail.com>
7157         * gnus-art.el (article-make-date-line):
7158         * gnus-start.el (gnus-load):
7159         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7161 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * gnus-art.el (gnus-use-idna)
7164         * gnus-start.el (gnus-site-init-file)
7165         * message.el (message-use-idna)
7166         * mm-uu.el (mm-uu-hide-markers)
7167         * smiley.el (smiley-style): Revert changes that suppress warnings.
7169 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7171         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7172         specify charset to html source.
7173         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7175 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7177         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7178         idna-program in order to suppress byte compile warning issued by XEmacs
7179         that came to byte compile the default value section of defcustom forms
7180         recently.
7182         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7183         value of installation-directory.
7185         * message.el (message-use-idna): Don't directly refer to the value of
7186         idna-program.
7188         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7190         * smiley.el (smiley-style): Don't directly call face-attribute.
7192 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7194         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7196         * gnus-dired.el: Reduce Gnus dependencies.
7197         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7198         Don't require.  Use autoloads instead.
7199         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7200         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7201         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7202         (gnus-dired-mode): Adjust doc string.
7203         (gnus-dired-mail-mode): New variable.
7204         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7205         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7206         (gnus-dired-mail-buffers): New function.  Return mail or message
7207         composition buffers.
7208         (gnus-dired-attach): Use it.
7209         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7210         NO-DECODE.
7211         (gnus-dired-print): Use `gnus-print-buffer' depending on
7212         `gnus-dired-mail-mode'.
7214 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7216         * rfc2047.el (rfc2047-encoded-word-regexp)
7217         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7218         explaining what regexp patterns are for.
7220 2007-12-04  Glenn Morris  <rgm@gnu.org>
7222         * password.el: Move to ../password-cache.el.
7224         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7225         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7226         * mml-smime.el (password-read, password-cache-add)
7227         (password-cache-remove):
7228         No need to autoload, since mml-sec requires password.
7230         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7231         * message.el (gnus-extract-address-components):
7232         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7234         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7235         password.
7237 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7239         * mailcap.el: Reduce dependencies.
7240         (mail-header-parse-content-type): Autoload.
7241         (mailcap-delete-duplicates): New alias.
7242         (mailcap-mime-info): Add optional argument NO-DECODE.
7243         (mailcap-mime-types): Use mailcap-delete-duplicates.
7245         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7247 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7249         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7250         function.
7252         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7253         (gnus-uu-yenc-article): New function.
7255         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7257         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7259 2007-12-02  Glenn Morris  <rgm@gnu.org>
7261         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7262         Move to ../net.
7264         * binhex.el, uudecode.el: Move to ../mail.
7266         * encrypt.el: Remove file.
7268 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7270         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7271         matches on patches.
7273         * gnus-art.el (gnus-article-browse-html-article):
7274         Mention `mm-text-html-renderer' in the doc string.
7276         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7277         string.  Add comments.
7279         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7280         if rhs is ASCII.
7282 2007-12-01  Glenn Morris  <rgm@gnu.org>
7284         * dig.el, dns.el: Move to ../net.
7285         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7287         * mail-source.el (top-level): Require format-spec before
7288         eval-when-compile.
7290 2007-11-30  Glenn Morris  <rgm@gnu.org>
7292         * encrypt.el: Require password, rather than autoloading password-read.
7294 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7296         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7297         caller can indicate whether the cache should be disregarded for this
7298         call.  This way the result of the call is reproducible at all times and
7299         can be considered a canonical server name for the supplied method.
7300         (gnus-agent-method-p): Canonicalize server names by pushing their
7301         method through `gnus-method-to-server' using the no-cache argument.
7303         * gnus-srvr.el (gnus-server-insert-server-line):
7304         Call `gnus-method-to-server' with `no-cache' argument.
7306         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7307         gnus-agent-possibly-synchronize-flags as this should be called when the
7308         server is actually being opened.
7309         (gnus-agent-possibly-synchronize-flags)
7310         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7311         flags file of an agentized server to the latter function.
7313         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7314         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7315         after a connection has been established successfully.
7317 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7319         * gnus-art.el (article-display-face): Force to display face if called
7320         interactively; check if gnus-article-x-face-too-ugly matches author.
7321         (article-display-x-face): Display face even if From header is missing
7322         as article-display-face does.
7324 2007-11-28  Richard Stallman  <rms@gnu.org>
7326         * md4.el: Move to ../.
7327         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7329 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7331         * mail-source.el (mail-sources): Default to fetch from file for
7332         compatibility with default of nnmail-spool-file.
7334 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7336         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7337         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7338         to look for encoded word that should be encoded again.
7339         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7340         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7341         encoding pattern.
7342         (rfc2047-decode-region): Switch strict regexp and loose one according
7343         to rfc2047-allow-irregular-q-encoded-words.
7345 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7347         * imap.el: Move to ../net directory.
7349 2007-11-25  Romain Francoise  <romain@orebokech.com>
7351         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7353 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7355         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7356         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7358         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7359         `nnmail-spool-file'.
7361         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7362         `nnmail-spool-file'.
7364         * gnus-move.el (gnus-change-server): Ditto.
7366         * gnus-kill.el (gnus-batch-score): Ditto.
7368         * gnus-cache.el (gnus-jog-cache): Ditto.
7370         * gnus-msg.el (gnus-summary-reply):
7371         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7373 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7375         * gnus-cache.el (gnus-cache-generate-nov-databases):
7376         Use nnml-generate-nov-databases-directory instead of
7377         nnml-generate-nov-databases-1.
7379 2007-11-24  Glenn Morris  <rgm@gnu.org>
7381         * message.el (message-tool-bar-retro): Update for rename
7382         mail_send.xpm->mail-send.xpm.
7384 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7386         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7387         `smime-ldap-search' for Emacs 22 and up.
7389 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7391         * hashcash.el: Move to ../mail directory.
7393         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7395         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7396         `smime-ldap-search' for Emacs 22 and up.
7398 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7400         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7402         * message.el (message-send-mail-function): Fix error convention.
7403         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7404         (message-widen-reply, message-send-mail, message-talkative-question)
7405         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7406         (message-clone-locals, message-send-news): Use with-current-buffer.
7407         (message-insert-or-toggle-importance): Remove unused var `valid'.
7408         (message-make-references): Remove unused var `new-references'.
7409         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7411 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7413         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7414         (spam-split-symbolic-return-positive): Reflow docstring.
7415         (spam-backends, spam-summary-exit-behavior)
7416         (spam-mark-ham-unread-before-move-from-spam-group)
7417         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7418         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7419         (spam-clear-cache, spam-backend-check, spam-install-backend)
7420         (spam-install-statistical-backend, spam-list-of-processors)
7421         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7422         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7423         (spam-check-crm114, spam-initialize, spam-unload-hook):
7424         Fix typos in docstrings.
7426 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7428         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7429         been checked if they have never been read and those group levels are
7430         higher than the one that a user specified.
7432 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7434         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7435         foreign groups unless a group level is specified by a user.
7436         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7438 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7440         * message.el (message-send-mail-function): Require sendmail.
7442 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7444         * message.el (message-send-mail-function): Check for smtpmail too.
7446         * utf7.el (utf7-encode, utf7-decode): Use coding system
7447         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7449         * message.el (message-send-mail-function): New function.
7450         (message-send-mail-function): Set default using
7451         message-send-mail-function.  Adjust doc string.
7452         (message-send-mail-with-mailclient): New function.
7454 2007-11-17  Richard Stallman  <rms@gnu.org>
7456         * assistant.el: Remove file.
7458 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7460         * smime.el (from):
7461         * rfc2047.el (message-posting-charset):
7462         * qp.el (mm-use-ultra-safe-encoding):
7463         * pop3.el (parse-time-months):
7464         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7465         * nnml.el (files):
7466         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7467         (jka-compr-compression-info-list, ange-ftp-path-format)
7468         (efs-path-regexp):
7469         * nndiary.el (files):
7470         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7471         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7472         (epg-digest-algorithm-alist, inhibit-redisplay)
7473         (password-cache-expiry):
7474         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7475         (pgg-output-buffer, password-cache-expiry):
7476         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7477         (efs-path-regexp):
7478         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7479         (inhibit-redisplay):
7480         * mm-uu.el (file-name, start-point, end-point, entry)
7481         (gnus-newsgroup-name, gnus-newsgroup-charset):
7482         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7483         (latin-unity-ucs-list):
7484         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7485         (mm-uu-binhex-decode-function):
7486         * message.el (gnus-message-group-art, gnus-list-identifiers)
7487         (rmail-enable-mime-composing, gnus-local-organization)
7488         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7489         (gnus-read-active-file, facemenu-add-face-function)
7490         (facemenu-remove-face-function, gnus-article-decoded-p)
7491         (tool-bar-mode):
7492         * mail-source.el (display-time-mail-function):
7493         * gnus-util.el (nnmail-pathname-coding-system)
7494         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7495         (gnus-original-article-buffer, gnus-user-agent)
7496         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7497         (xemacs-codename, sxemacs-codename, emacs-program-version):
7498         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7499         * gnus-start.el (gnus-agent-covered-methods)
7500         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7501         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7502         (gnus-newsgroup-headers, gnus-group-list-mode)
7503         (gnus-group-mark-positions, gnus-newsgroup-data)
7504         (gnus-newsgroup-unreads, nnoo-state-alist)
7505         (gnus-current-select-method, mail-sources)
7506         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7507         (nnmail-spool-file, gnus-cache-active-hashtb):
7508         * gnus-mh.el (mh-lib-progs):
7509         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7510         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7511         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7512         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7513         (gnus-group-buffer):
7514         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7515         (font-lock-set-defaults):
7516         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7517         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7518         (gnus-summary-post-menu, total-parts, type, condition, length):
7519         * gnus-agent.el (gnus-agent-read-agentview):
7520         * flow-fill.el (show-trailing-whitespace):
7521         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7522         eval-and-compile wrappers for byte compiler pacifiers.
7524         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7525         (mm-display-inline-fontify): Check for featurep 'xemacs not
7526         extent-list.
7528         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7529         itimer-list.
7530         (mm-create-image-xemacs): Only do something for XEmacs.
7531         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7533         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7535         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7536         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7538 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7540         * nnimap.el (nnimap-split-download-body):
7541         * gnus-demon.el (gnus-demon):
7542         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7544 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7546         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7547         New macros.
7548         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7549         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7550         copy data from unibyte buffer to multibyte current buffer.
7551         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7552         to copy data from unibyte current buffer to multibyte buffer.
7553         (nntp-make-process-buffer): Make process buffer unibyte.
7555         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7557 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7559         * pop3.el (pop3-open-server): Accept and process data more robustly at
7560         connexion start to avoid spurious "POP SSL connexion failed" errors.
7562 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7564         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7565         read group names.
7567 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7569         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7571 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7573         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7574         (nnmail-save-active): Use a unibyte buffer when saving active file,
7575         which may contain non-ASCII group names.
7577         * nnml.el (nnml-request-group): Decode group names in messages.
7579 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7581         * message.el (message-citation-line-function)
7582         (message-insert-formatted-citation-line): Fix spelling of
7583         `message-insert-formated-citation-line'.
7585 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7587         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7589 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7591         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7592         nnmail-pathname-coding-system.
7594         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7595         that a user enters; decode group names in messages.
7597         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7599 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7601         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7603         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7605         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7606         risky local variable.
7608         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7610 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7612         * encrypt.el: Improve documentation to fix function name typo.
7613         Reported by Daiki Ueno <ueno@unixuser.org>.
7615 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7617         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7618         even if the point is not in the last page of an article.
7619         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7620         back to the previous page.
7622 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7624         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7626 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7630 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7632         * message.el (message-check-news-body-syntax):
7633         Avoid mm-string-as-multibyte.
7634         (message-hide-headers): Don't assume (point-min)==1.
7636 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7638         * message.el (message-remove-blank-cited-lines): Fix if remove is
7639         given.
7640         (message-bogus-address-regexp): New variable.
7641         (message-bogus-recipient-p): New function.
7642         (message-check-recipients): New command.
7643         (message-syntax-checks): Add `bogus-recipient'.
7644         (message-fix-before-sending): Add `bogus-recipient'.
7646         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7647         (gnus-treat-body-boundary): Don't test window-system.
7649 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7651         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7653 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7655         * gnus.el: Bump version to Gnus v5.13.
7657 2007-10-28  Miles Bader  <miles@gnu.org>
7659         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7660         at compile-time too.
7662 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7664         * gnus-msg.el (gnus-message-setup-hook):
7665         Add `message-remove-blank-cited-lines' to options.
7667 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7669         * message.el (message-remove-blank-cited-lines): New function.
7670         Suggested by Karl Plästerer.
7672 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7674         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7675         mapc.
7677         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7678         (top-level): Use mapc to set functions to be traced for debugging.
7680         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7681         called for effect with while loop.
7683         * message.el (message-talkative-question): Replace mapcar called for
7684         effect with mapc.
7686         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7687         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7688         called for effect with dolist.
7690         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7692         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7693         gnus-extra-headers and nnmail-extra-headers.
7695         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7696         called for effect with dolist.
7697         (top-level): Use mapc to set functions to be traced for debugging.
7699         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7700         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7701         dolist.
7703         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7704         Replace mapcar called for effect with mapc.
7705         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7706         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7707         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7708         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7710         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7711         remove-if that's a cl function.
7713         * webmail.el (webmail-debug): Replace mapcar called for effect with
7714         dolist.
7716 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7718         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7719         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7720         with while loop.
7722         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7723         functions from article-* functions.
7724         (gnus-multi-decode-header): Replace mapcar called for effect with
7725         dolist.
7727         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7728         (gnus-bookmark-show-details): Replace mapcar called for effect with
7729         while loop.
7731         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7732         called for effect with while loop.
7734         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7735         with dolist.
7737         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7738         Replace mapcar called for effect with dolist.
7740         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7742         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7743         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7744         Replace mapcar called for effect with dolist.
7745         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7746         mapc.
7748         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7749         Replace mapcar called for effect with dolist.
7750         (gnus-topic-list): Replace mapcar called for effect with mapc.
7752         * gnus.el: Use mapc instead of mapcar to add autoloads.
7754 2007-10-23  Richard Stallman  <rms@gnu.org>
7756         * gnus-group.el (gnus-group-highlight): Mark as risky.
7758 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7760         * gnus.el (gnus-server-to-method): Return method found first in
7761         gnus-newsrc-alist.
7763         * gnus-art.el (gnus-article-highlight-signature)
7764         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7765         button overlay without the front stickiness.
7767 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7769         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7770         overview buffer needed a catch to receive its throw.
7771         (gnus-agent-flush-cache): Declare as interactive to make this function
7772         easier to use.
7774 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7776         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7777         `next-line'.
7779 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7781         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7782         exclude address matching message-dont-reply-to-names.
7784 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7786         * gnus-util.el (gnus-string<): New function.
7788         * gnus-sum.el (gnus-article-sort-by-author)
7789         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7791 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7793         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7794         the frame-focus tag is set in gnus-buffer-configuration.
7796 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7798         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7799         the front stickiness.
7801 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7803         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7804         url pattern; remove duplicate one.
7805         (gnus-article-extend-url-button): New function.
7806         (gnus-article-add-buttons): Use it.
7807         (gnus-button-push): Use concatenated url that it makes.
7809 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7811         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7812         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7814 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7816         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7817         Don't hardcode point-min==1.
7819 2007-09-30  David Kastrup  <dak@gnu.org>
7821         * gnus-art.el (gnus-article-reply-with-original)
7822         (gnus-article-followup-with-original): When `transient-mark-mode' is
7823         off, refrain from active-region behavior for followups.
7825 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7827         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7828         Fix comment about "iso8859-1".
7830 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7832         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7833         ones returned from the verify-function.
7835         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7836         Call mml2015-extract-cleartext-signature if extraction failed.
7838 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7840         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7841         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7842         failed.
7844 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7846         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7848 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7850         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7851         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7852         thread for both the null and zero (kill/expire thread) universal prefix
7853         cases.
7854         (gnus-summary-expire-thread): Add new function to expire a thread,
7855         using gnus-summary-kill-thread.
7856         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7857         shortcuts for gnus-summary-expire-thread.
7858         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7859         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7861 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7863         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7864         extras value, so an extras entry can be deleted.
7865         (gnus-registry-delete-extra-entry): Use it.
7866         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7867         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7868         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7869         storage through the gnus-registry, and provide an appropriate API for
7870         it.
7872 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7874         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7875         Suggested by Leo <sdl.web@gmail.com>.
7877         * gnus.el: Do.
7879 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7881         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7882         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7884         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7886         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7887         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7889 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7892         newline.
7893         (nnmbox-request-accept-article): Don't change article in source buffer;
7894         narrow to header to use message-fetch-field rather than
7895         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7896         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7897         as delimiters; make sure article ends with newline.
7898         (nnmbox-delete-mail): Correct last position of article to be deleted;
7899         ignore X-Gnus-Newsgroup header in article body.
7900         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7901         positions; make sure article ends with newline.
7903         * message.el (message-display-abbrev): Don't infloop when a user
7904         inserts SPC in the beginning of header.
7906 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7908         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7909         list of groups not followed by default.  Fix type to be regexp.
7910         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7912 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7914         * hmac-def.el (define-hmac-function): Switch from old-style to
7915         new-style backquotes.
7917         * md4.el (md4-make-step): Likewise.
7919 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7921         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7922         raw-text coding system when saving .newsrc file, which may contain
7923         non-ASCII group names.
7925 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7927         * gnus-cus.el (gnus-score-extra): New widget.
7928         (gnus-score-extra-convert): New function.
7929         (gnus-score-customize): Use it for Extra.
7931 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7933         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7934         (mml2015-mailcrypt-clear-verify): Use it.
7935         (mml2015-gpg-clear-verify): Use it.
7936         (mml2015-pgg-clear-verify): Use it.
7937         (mml2015-epg-clear-verify): Replace the current part with the output
7938         from GnuPG; don't extract the plaintext by itself.
7940         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7941         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7942         mml2015-clear-verify-function; don't touch the armor headers or
7943         dash-escaped text here.
7945 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7947         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7948         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7949         parts, or application/octet-stream as a last resort.
7950         (gnus-mime-view-part-as-type): Don't toggle display.
7951         (gnus-mime-view-part-as-charset): Don't turn off display before
7952         querying charset.
7954         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7955         stuff to undisplayer function in Emacs.
7956         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7958         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7959         text/calendar parts.
7961 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7963         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7964         decoding text/calendar parts.
7966         * message.el (message-forward-make-body-mime): Always mark body as
7967         having no illegible text; remove signed-or-encrypted argument.
7968         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7970         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7971         (mml-generate-mime-1): Don't encode body if it is specified to be in
7972         raw form; don't make buffer be unibyte when inserting multibyte string.
7974 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7976         * sha1.el: Fix up comment style.
7977         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7978         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7980         * hex-util.el: Fix up comment style.
7981         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7983         * gnus-salt.el: Use with-current-buffer.
7984         (gnus-pick-setup-message): Fix long-standing typo.
7986 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7988         * imap.el (imap-logout-timeout): New variable.
7989         (imap-logout, imap-logout-wait): New functions.
7990         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
7992         * nnimap.el (nnimap-logout-timeout): New server variable.
7993         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
7994         nnimap-logout-timeout.
7996         * gnus-art.el (gnus-article-summary-command-nosave)
7997         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
7999 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8001         * gnus.el (gnus-maximum-newsgroup): New variable.
8003         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8004         according to gnus-maximum-newsgroup.
8006         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8007         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8008         Limit the range of articles according to gnus-maximum-newsgroup.
8010 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8012         * gnus-art.el (gnus-sticky-article): Fix problems described in
8013         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8014         Don't perform gnus-configure-windows here; reuse existing sticky
8015         article buffer.
8017         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8018         it doesn't exist in gnus-article-mode.
8020 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8022         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8023         (gnus-agent-decoded-group-name): New function.
8024         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8025         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8027 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8029         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8030         Add binding for gnus-sticky-article.
8031         (gnus-summary-exit): Don't kill sticky article buffers.
8033         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8034         article buffer.
8035         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8036         (gnus-kill-sticky-article-buffers): New commands.
8038 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8040         * nntp.el (nntp-xref-number-is-evil): New server variable.
8041         (nntp-find-group-and-number): If it is non-nil, don't trust article
8042         numbers in the Xref header.
8044 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8046         * gnus-agent.el (gnus-agent-read-group): New function.
8047         (gnus-agent-flush-group, gnus-agent-expire-group)
8048         (gnus-agent-regenerate-group): Use it.
8049         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8050         nnmail-pathname-coding-system.
8052 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8054         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8056         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8057         that are unread as unread, and also as selected so that information of
8058         marks having been changed by a user may be updated when exiting group.
8060 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8062         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8064 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8066         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8067         calculated ignoring signature parts to gnus-treat-article.
8069 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8071         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8072         a point here in order to keep the window start.
8073         (gnus-insert-mime-security-button): Make a button overlay without the
8074         front stickiness.
8075         (gnus-mime-display-security): Goto the end of a button.
8077         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8079 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8081         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8082         group-name-at-point.
8083         (gnus-group-completing-read): New function that offers decoded
8084         non-ASCII group names for completion.
8085         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8086         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8087         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8088         (gnus-group-fetch-control): Use it.
8089         (gnus-fetch-group): Use group-name-at-point for the initial value
8090         rather than the default value; use gnus-alive-p.
8092         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8093         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8094         (gnus-summary-post-news): Use gnus-group-completing-read.
8096         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8097         (gnus-read-move-group-name): Decode group name for completion.
8099 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8101         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8102         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8103         Yamaoka slightly modified the code).
8105 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8107         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8108         (nnmail-split-incoming): Bind it.
8110         * nnml.el (nnml-group-name-charset): New function.
8111         (nnml-decoded-group-name): Use it; don't decode group name if
8112         nnmail-group-names-not-encoded-p is non-nil.
8113         (nnml-encoded-group-name): New function.
8114         (nnml-group-pathname): Inline nnml-decoded-group-name.
8115         (nnml-request-expire-articles): Decode group name in message.
8116         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8117         nnmail-pathname-coding-system.
8118         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8119         not decoded ones according to nnmail-group-names-not-encoded-p.
8120         (nnml-generate-active-info): Use nnml-encoded-group-name.
8122 2007-08-08  Glenn Morris  <rgm@gnu.org>
8124         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8125         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8126         doc-strings and comments.
8128 2007-07-25  Glenn Morris  <rgm@gnu.org>
8130         * Relicense all FSF files to GPLv3 or later.
8132 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8134         * gnus-sum.el (gnus-summary-move-article):
8135         Make gnus-summary-respool-article work.
8137 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8139         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8140         string.
8142 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8144         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8145         that should be ignored when comparing distant RSS articles with local
8146         ones.
8147         (nnrss-make-hash-index): New function.  Create a hash index according
8148         to the ignored fields.
8149         (nnrss-check-group): Use it.
8151 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8153         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8155         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8157         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8158         the new optional argument ENCODED is non-nil.
8159         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8160         coding system for encoding group name.
8161         (gnus-group-make-rss-group): Pass un-encoded group name to
8162         gnus-group-make-group.
8163         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8164         encoded.
8166         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8167         Encode group name to which articles are moved or copied.
8168         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8169         coding system for encoding Newsgroup, Followup-To and Xref headers.
8171         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8172         marks; use nnheader-file-coding-system to write a file.
8173         (nnagent-retrieve-headers): Bind file-name-coding-system to
8174         nnmail-pathname-coding-system.
8176         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8178         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8179         (nnml-request-article, nnml-request-create-group)
8180         (nnml-request-rename-group, nnml-find-id)
8181         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8182         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8183         (nnml-save-marks): Use nnml-group-pathname instead of
8184         nnmail-group-pathname.
8186         (nnml-request-create-group, nnml-request-expire-articles)
8187         (nnml-request-move-article, nnml-request-delete-group)
8188         (nnml-deletable-article-p, nnml-possibly-create-directory)
8189         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8190         (nnml-open-marks): Bind file-name-coding-system to
8191         nnmail-pathname-coding-system.
8193         (nnml-request-article): Pass server argument to nnml-find-group-number.
8194         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8195         Pass server argument to nnml-possibly-create-directory.
8196         (nnml-request-accept-article): Pass server argument to
8197         nnml-active-number and nnml-save-mail.
8198         (nnml-find-group-number): Pass server argument to nnml-find-id.
8199         (nnml-request-update-info): Pass server argument to
8200         nnml-marks-changed-p.
8202         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8203         (nnml-save-mail, nnml-active-number): Add server argument.
8205         (nnml-request-delete-group): Warn if group is missing.
8206         (nnml-get-nov-buffer): Decode group name.
8207         (nnml-generate-active-info): Encode group name.
8208         (nnml-open-marks): Decode group name in messages.
8210 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8212         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8213         if it is not specified.
8214         (gnus-article-pipe-part, gnus-article-save-part)
8215         (gnus-article-interactively-view-part, gnus-article-copy-part)
8216         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8217         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8218         (gnus-article-replace-part, gnus-article-delete-part)
8219         (gnus-article-view-part-as-type): Pass raw prefix argument to
8220         gnus-article-part-wrapper.
8222 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8224         * gnus-agent.el (gnus-agent-save-active):
8225         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8227         * gnus-cache.el (gnus-cache-save-buffers)
8228         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8229         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8230         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8231         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8232         (gnus-cache-generate-active, gnus-cache-rename-group)
8233         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8234         (gnus-cache-update-overview-total-fetched-for):
8235         Bind file-name-coding-system to nnmail-pathname-coding-system.
8236         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8237         New variables.
8238         (gnus-cache-decoded-group-name): New function.
8239         (gnus-cache-file-name): Use it.
8240         (gnus-cache-generate-active): Use non-decoded group name for active.
8242         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8243         right place.
8244         (gnus-write-active-file): Don't break non-ASCII group names.
8246         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8247         nnmail-pathname-coding-system.
8249         * gnus-uu.el (gnus-uu-decode-save): Typo.
8251 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8253         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8255 2007-07-14  David Kastrup  <dak@gnu.org>
8257         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8258         finishing actions if we did not edit the article.
8260 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8262         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8263         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8264         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8265         (gnus-agent-flush-group, gnus-agent-flush-cache)
8266         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8267         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8268         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8269         (gnus-agent-regenerate-group)
8270         (gnus-agent-update-files-total-fetched-for)
8271         (gnus-agent-update-view-total-fetched-for):
8272         Bind file-name-coding-system to nnmail-pathname-coding-system.
8273         (gnus-agent-group-pathname): Don't encode file names by
8274         nnmail-pathname-coding-system.
8275         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8276         coding-system-for-write instead of buffer-file-coding-system to
8277         gnus-agent-file-coding-system.
8279         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8280         Decode group name.
8282         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8284         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8285         (gnus-read-newsrc-el-file): Make group names unibyte.
8287         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8288         nnmail-pathname-coding-system.
8290         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8291         (nnrss-request-delete-group): Bind file-name-coding-system to
8292         nnmail-pathname-coding-system.
8293         (nnrss-read-server-data, nnrss-read-group-data):
8294         Bind file-name-coding-system correctly.
8295         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8297         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8298         (nntp-server-to-method-cache): New variable.
8299         (nntp-group-pathname): New function that decodes non-ASCII group names.
8300         (nntp-possibly-create-directory, nntp-marks-changed-p)
8301         (nntp-save-marks, nntp-open-marks): Use it.
8302         (nntp-possibly-create-directory, nntp-open-marks):
8303         Bind file-name-coding-system to nnmail-pathname-coding-system.
8304         (nntp-open-marks): Decode group names when bootstrapping marks.
8306         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8307         Newsgroups and Folowup-To headers.
8309 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8311         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8312         (gnus-server-closed-face, gnus-server-denied-face)
8313         (gnus-server-offline-face): Remove variable.
8314         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8316         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8317         of modifying message-stack directly for XEmacs.
8319         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8320         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8321         if the coding-system argument is nil for XEmacs.
8323         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8324         mm-charset-override-alist.
8326         * rfc2047.el: Don't require base64; require rfc2045 for the function
8327         rfc2045-encode-string.
8328         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8329         to quote the parameter value.
8331 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8333         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8334         form in gnus-group-name-charset-method-alist.
8336         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8337         overrides the default layout edit-form.
8339         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8341         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8343 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8345         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8346         as unfetched articles.
8348 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8350         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8352 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8354         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8355         original back end that keeps marks in the local system.
8357 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8359         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8360         arg of pop-to-buffer for XEmacs.
8361         (gnus-article-read-summary-keys): Ditto; don't restore window
8362         configuration if summary command ends up with neither article buffer
8363         nor summary buffer; describe bindings if summary keys end with C-h.
8365 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8367         * message.el (message-fix-before-sending): Skip raw message part to be
8368         forwarded while checking illegible text.
8369         (message-forward-make-body-mime, message-forward-make-body):
8370         Mark signed or encrypted raw message as having no illegible text.
8372 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8374         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8375         (gnus-message-with-timestamp-1): New macro.
8376         (gnus-message-with-timestamp): New function.
8377         (gnus-message): Use them.
8379         * nnheader.el (nnheader-message): Use them.
8381 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8383         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8384         .newsrc.eld file.
8386 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8388         * gnus-agent.el (gnus-agent-fetch-headers)
8389         (gnus-agent-retrieve-headers):
8390         Bind gnus-decode-encoded-address-function to identity.
8392         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8393         available also when the server returns simply a dot.
8395         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8397 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8399         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8401 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8403         * gnus-ems.el (gnus-x-splash): Make it work.
8405         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8406         from being used.
8408 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8410         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8411         the front stickiness.
8412         (gnus-article-summary-command-nosave): Correct the order of the
8413         arguments passed to pop-to-buffer.
8414         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8415         summary command ends up with the article buffer.
8417         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8418         the same faces.
8420 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8422         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8424 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8426         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8427         * gnus-sum.el (gnus-summary-highlight):
8428         * mail-source.el (mail-source-delete-old-incoming-confirm):
8429         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8431 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8433         * gnus-art.el (gnus-mime-view-part-externally)
8434         (gnus-mime-view-part-internally): Fix predicate function passed to
8435         completing-read.
8437         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8439         * gnus.el (gnus-update-message-archive-method): Add :version.
8441 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8443         * gnus.el (gnus-update-message-archive-method): New variable.
8445         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8446         according to gnus-message-archive-method if
8447         gnus-update-message-archive-method is non-nil.
8449 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8451         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8452         Suggested by Loic Dachary <loic@dachary.org>.
8453         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8455 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8457         * message.el (message-pop-to-buffer): Add switch-function argument.
8458         (message-mail): Pass switch-function argument to it.
8460 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8462         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8463         Improve doc string.
8465 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8468         (gnus-header-content)
8469         * gnus-cite.el (gnus-cite-10)
8470         * gnus-srvr.el (gnus-server-closed)
8471         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8472         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8473         (gnus-group-mail-3-empty, gnus-group-mail-low)
8474         (gnus-group-mail-low-empty, gnus-splash)
8475         * message.el (message-header-to, message-header-cc)
8476         (message-header-subject, message-header-other, message-header-name)
8477         (message-header-xheader, message-separator, message-cited-text)
8478         (message-mml): Lighten colors of faces used for dark background.
8480 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8482         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8483         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8485 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8487         * message.el (message-narrow-to-headers-or-head):
8488         Ignore mail-header-separator in the body.
8490 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8492         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8493         same as window size.
8495 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8497         * message.el (message-font-lock-keywords): Use message-header-xheader
8498         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8499         ahead of the anything pattern, to get it recognised.
8501 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8503         * gnus-sum.el (gnus-articles-to-read)
8504         (gnus-summary-insert-old-articles): Don't truncate group name for
8505         `read-string'.
8507         * gnus-util.el (gnus-limit-string): Delete this function.
8509         * gnus-sum.el (gnus-simplify-subject-fully):
8510         Use `truncate-string-to-width' instead.
8512 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8514         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8515         Tell if, on summary exit, the next group has to be selected.
8516         (gnus-summary-exit): Use it.
8518 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8520         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8521         non-break space.
8523 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8525         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8526         Check if group is not a directory.
8527         (nnfolder-request-expire-articles): Don't delete articles if the target
8528         group is not available.
8530         * nnml.el (nnml-request-create-group): Properly check if group is not a
8531         file.
8532         (nnml-request-expire-articles): Don't delete articles if the target
8533         group is not available.
8535         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8536         Don't quote characters that are within parentheses.
8538 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8540         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8541         (gnus-handle-ephemeral-exit): Select article according to it.
8543 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8545         * message.el (message-insert-formated-citation-line): Remove newline.
8546         (message-citation-line-format): Add final \n here so that the user can
8547         avoid a blank line.
8549 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8551         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8552         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8553         Update lanl/arXiv support.
8555 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8557         * gnus.el: Bump version number.
8559 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8561         * gnus.el (gnus-version-number): Bump version.
8563 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8565         * gnus.el: No Gnus v0.6 is released.
8567 2007-04-27  Didier Verna  <didier@xemacs.org>
8569         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8570         * gmm-utils.el (gmm-regexp-concat): ... here.
8571         * message.el: Don't require 'gnus-util.
8572         (message-dont-reply-to-names): Handle name change above.
8573         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8575 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8577         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8578         since the initial value varies according to the system.
8580 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8584 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8586         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8588 2007-04-24  Didier Verna  <didier@xemacs.org>
8590         Improve the type of gnus-ignored-from-addresses.
8591         * gnus-util.el (gnus-orify-regexp): New function.
8592         * message.el (gnus-util): Require it.
8593         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8594         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8595         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8597 2007-04-24  Didier Verna  <didier@xemacs.org>
8599         * gnus-sum.el:
8600         * gnus-utils.el: Fix some trailing whitespaces.
8602 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8604         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8605         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8606         article's Message-ID; refer parent article in summary buffer.
8608         * message.el (message-bounce): Call mime-to-mml.
8610 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8612         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8614 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8616         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8617         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8618         displayed of multipart/alternative part if it is invoked from summary
8619         buffer.
8621         * mm-view.el (mm-inline-text-html-render-with-w3m)
8622         (mm-inline-text-html-render-with-w3m-standalone)
8623         (mm-inline-render-with-function): Use mail-parse-charset by default.
8625 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8627         * parse-time.el (parse-time-string-chars): Check if CHAR
8628         is less than the length of parse-time-syntax.
8630 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8632         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8633         from gnus-newsgroup-processable.
8635 2007-04-16  Didier Verna  <didier@xemacs.org>
8637         * gnus-msg.el (gnus-configure-posting-styles):
8638         Handle message-signature-directory properly with :file syntax.
8639         Reported by "Leo".
8641 2007-04-11  Didier Verna  <didier@xemacs.org>
8643         New user option: message-signature-directory.
8644         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8645         * message.el (message-insert-signature): Ditto.
8646         * message.el (message-signature-file): Doc update.
8647         * message.el (message-signature-directory): New.
8649 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8651         * gnus-msg.el (gnus-inews-yank-articles):
8652         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8654 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8656         * message.el (message-yank-original): Make sure cited text ends with
8657         newline; don't exchange point and mark.
8659 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8661         * tls.el (open-tls-stream): Properly handle case where there
8662         is no associated buffer.
8664 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8666         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8667         message-yank-original, make sure (< mark TEXT point).
8669 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8671         * message.el (message-fill-column): New variable.
8672         (message-mode): Use it.  Add comment on a possible new hook.
8674         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8675         (nnmail-get-new-mail): Reformat.
8677         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8679         * gmm-utils.el: Fix Commentary.
8680         (gmm-tool-bar-from-list): Fix typo in doc string.
8682 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8684         * message.el (message-yank-original): Don't switch point and mark
8685         unnecessarily to put point and mark as documented.
8687 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8689         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8690         from the message heads.
8692 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8694         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8695         article buffer does not have a window.  This may not be the best
8696         solution but is certainly better than setting the start of the null,
8697         that is the current, window.
8699 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8701         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8702         (gnus-draft-setup): Run it.
8704         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8705         gnus-score-fast-scoring.  Allow regexp.
8706         (gnus-score-headers): Use it.
8708         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8709         XEmacs.
8711         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8712         string.
8713         (gnus-button-alist): Also catch `<f1> k ...'.
8714         (gnus-treat-display-x-face): Fix doc string.
8716 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8718         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8719         evaluation of gnus-extended-version to ensure correct generation of the
8720         User-Agent header when message-generate-headers-first is used.
8722 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8724         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8725         hashcash-path is nil.  Don't call callback with incorrect number of
8726         parameters if val is 0.
8728 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8730         * message.el (message-required-news-headers):
8731         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8733 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8735         * message.el (message-generate-new-buffers): Change the meaning of the
8736         nil value; add `standard' to the choices; treat t as `unique'; improve
8737         doc string.
8738         (gnus-select-frame-set-input-focus): Autoload.
8739         (message-buffer-name): Search for the existing message buffer if
8740         message-generate-new-buffers is nil or `standard'; treat the value t of
8741         message-generate-new-buffers as `unique'.
8742         (message-pop-to-buffer): Raise the frame already displaying the message
8743         buffer; clear the echo area after querying.
8744         (message-setup): Pass the `continue' argument to compose-mail.
8745         (message-mail): Prefer `switch-function' if it is given; search for the
8746         existing message buffer if the `continue' argument is non-nil; pass
8747         continue and switch-function arguments to compose-mail by way of
8748         message-setup.
8749         (message-mail-other-window): Adjust argument of message-setup.
8750         (message-mail-other-frame): Ditto.
8752 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8754         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8755         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8756         to turn font-lock on when turning gnus-message-citation-mode on.
8758 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8760         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8761         (mml-smime-function-alist): New variable; add epg as the backend.
8762         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8763         mml-smime- functions instead.
8764         * mm-view.el: Require smime.
8766 2007-03-05  Didier Verna  <didier@xemacs.org>
8768         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8769         instead of just inheritance for posting styles.
8770         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8772 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8774         * tls.el (tls-certtool-program): Fix custom type.
8776 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8778         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8779         and point-at-eol instead of line-(beginning|end)-position.
8781         * assistant.el (assistant-parse-buffer): Ditto.
8783 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8785         * mml2015.el (mml2015-epg-find-usable-key): New function.
8786         (mml2015-epg-sign): Use it.
8787         (mml2015-epg-encrypt): Use it.
8789 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8791         * message.el (message-make-in-reply-to): Quote name containing
8792         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8793         if there are special characters.  Reported by NAKAJI Hiroyuki
8794         <nakaji@jp.freebsd.org>.
8796 2007-02-27  Didier Verna  <didier@xemacs.org>
8798         Include the group parameters as well as the topic ones in the
8799         inheritance filter process.
8800         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8801         argument GROUP-PARAMS-LIST.
8802         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8804 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * nntp.el (nntp-never-echoes-commands)
8807         (nntp-open-connection-functions-never-echo-commands): New variables.
8808         (nntp-send-command): Use them.
8810 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8812         * mml2015.el (mml2015-epg-verify): Simplify.
8814 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * mml.el (mml-content-disposition-alist): New user option.
8817         (mml-content-disposition): New function.
8818         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8819         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8821 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8823         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8824         verification.
8826 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8828         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8829         articles posted in the last 24 hours.
8831 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8833         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8835 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8837         * nntp.el (nntp-send-command): Don't wait for echoes when
8838         nntp-open-ssl-stream is used.
8840 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8842         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8843         (gnus-message-add-citation-keywords)
8844         (gnus-message-remove-citation-keywords): Remove.
8845         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8846         directly, make the variables in font-lock-defaults buffer-local, add
8847         gnus-message-citation-keywords to them and then update the value of
8848         font-lock-keywords.
8850 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8852         * message.el (message-cite-original-1): Don't call
8853         gnus-article-highlight-citation.
8855         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8856         citations; fix line count.
8858 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8860         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8861         (gnus-message-add-citation-keywords)
8862         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8863         versions of font-lock-add-keywords and font-lock-remove-keywords to
8864         work with XEmacs correctly.
8866 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8868         * gnus-cite.el (gnus-cite-face-list): Set the values of
8869         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8870         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8871         (gnus-message-cite-prefix-regexp): New variable.
8872         (gnus-message-search-citation-line): Use it; protect against long
8873         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8874         the 0th match data for Emacs.
8875         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8876         (gnus-message-add-citation-keywords): Append keywords rather than
8877         prepending; emulate font-lock-add-keywords if it is not available.
8878         (gnus-message-remove-citation-keywords):
8879         Emulate font-lock-remove-keywords if it is not available.
8881         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8883         * message.el (message-cite-prefix-regexp): Set the value of
8884         gnus-message-cite-prefix-regexp.
8886 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8888         * nnweb.el (nnweb-google-parse-1): Update parser.
8890 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8892         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8894 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8896         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8897         regexp.
8899 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8901         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8902         string-to-multibyte.
8903         (uudecode-decode-region-internal): Use it.
8905 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8907         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8908         Fix custom choice.
8910         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8912 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8914         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8916         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8917         `write-region' to respect `mm-inhibit-file-name-handlers'.
8919 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8921         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8922         Use gnus-home-directory instead of "~/" or "$HOME".
8924 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8926         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8927         to mention filename.
8928         Add comments at beginning regarding usage.
8929         (encrypt-write-file-contents): Change interactive so a string is
8930         acceptable.  If the file has no associated model, show an error instead
8931         of a nonsense prompt.
8933 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8935         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8936         Thanks to Yoshihiko Yamada for kind notification of this typo.
8938 2007-01-12  Kenichi Handa  <handa@m17n.org>
8940         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8941         multibyte buffer.
8943 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8945         * gnus-score.el (gnus-score-fast-scoring): New variable.
8946         (gnus-score-headers): Use it.
8948         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8950         * message.el (message-cite-original-1):
8951         Call gnus-article-highlight-citation if requested.
8952         (message-make-from): Allow name and address as optional arguments.
8954         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8956         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8957         bugs to doc string.
8958         (gnus-button-alist): Add mid\\|message-id.
8959         (gnus-button-fetch-group): Extend for use in
8960         `browse-url-browser-function'.
8961         (gnus-button-url-regexp): Try to catch paired parentheses like in
8962         Wikipedia URLs.
8964         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8965         Suggested by Simon Krahnke <overlord@gmx.li>.
8967 2007-01-13  Romain Francoise  <romain@orebokech.com>
8969         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8970         Update copyright.
8972 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8974         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8976 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8978         * gnus-registry.el (gnus-registry-unfollowed-groups)
8979         (gnus-registry-split-fancy-with-parent): Fix documentation.
8981 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8983         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8984         from nnweb groups.
8986 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8988         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
8989         Xref urls.  Erase buffer before requesting head.
8991         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
8993 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
8995         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
8996         customizable.
8998 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9000         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9001         no signing key is found.
9002         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9003         no encrypting and/or signing key is found.
9005 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9007         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9009 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9011         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9012         headers read from disk with the ones newly found in the current search.
9013         This should no longer cause problems, because the article numbers in
9014         Gmane's `nov.php' output are ignored since the previous change.
9016 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9018         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9020 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9022         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9024 2007-01-01  Romain Francoise  <romain@orebokech.com>
9026         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9028 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9030         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9031         `define-minor-mode' macro definition expanded properly.
9032         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9033         exclude it there.
9035         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9036         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9037         `fboundp' test.
9038         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9039         This is OK to autoload in (S)XEmacs now.
9041 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9044         keystroke.
9045         (gnus-summary-limit-to-singletons): Fix typo.
9047         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9048         else fails.
9050 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9053         docstring.
9055         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9056         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9057         (gnus-summary-insert-dormant-articles): Fix typo in message.
9059 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9061         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9062         nil for XEmacs.
9063         (gnus-message-citation-mode): Don't autoload in XEmacs.
9065         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9067 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9069         * nnimap.el (nnimap-expunge-search-string):
9070         Mention nnimap-search-uids-not-since-is-evil in docstring.
9072 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9074         * spam.el: Revert to make-obsolete-variable because
9075         define-obsolete-variable-alias is not supported in Emacs 21.
9077         * spam.el (spam-ifile-path, spam-ifile-database-path)
9078         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9079         make-obsolete-variable.
9080         (spam-bsfilter-path, spam-bsfilter-program)
9081         (spam-spamassassin-path, spam-spamassassin-program)
9082         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9083         Don't use "path" inappropriately.
9084         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9085         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9086         variable names.
9088 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9090         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9091         summary buffer.
9093         * password.el (password-cache-remove): Use clear-string to burn
9094         password, if available.
9096 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9098         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9100         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9102         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9103         (gnus-message-highlight-citation): Move defcustom here from
9104         gnus-cite.el.
9105         (gnus-message-citation-mode): Autoload.
9107         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9108         checks to make it compile with XEmacs.
9109         (gnus-message-citation-mode): New minor mode.
9110         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9111         (gnus-message-highlight-citation): New variables.
9112         (gnus-message-search-citation-line)
9113         (gnus-message-add-citation-keywords)
9114         (gnus-message-remove-citation-keywords)
9115         (turn-on-gnus-message-citation-mode)
9116         (turn-off-gnus-message-citation-mode): New functions.
9118 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9120         * gnus-cite.el: Enable highlighting of different citation levels in
9121         message-mode.
9123 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9125         * message.el (message-make-fqdn): Fix comment.
9126         (message-bogus-system-names): Add ".local".
9128         * spam.el (spam-ifile-path, spam-ifile-program)
9129         (spam-ifile-database-path, spam-ifile-database)
9130         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9131         Don't use "path" inappropriately.
9132         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9133         strings.
9134         (spam-check-ifile, spam-ifile-register-with-ifile)
9135         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9136         Use new variable names.
9138         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9139         (gnus-treat-display-smileys): Simplify using
9140         gnus-image-type-available-p.
9142         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9143         available.
9145 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9147         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9148         one after turning on the buffer's multibyteness instead of decoding
9149         them directly in the unibyte buffer that causes unexpected conversion
9150         in Emacs 23 (unicode).
9152 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9154         * message.el (message-generate-hashcash): Fix custom type.
9156 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9158         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9160 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9162         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9163         disconnect icons.  Add help text.
9165 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9167         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9168         negated to be consistent with the others we handle.
9170 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9172         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9173         version of gnus-summary-buffer to something, so that we can use two
9174         article buffers at the same time.
9176 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9178         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9179         trigger all the extra headers.
9180         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9181         sorting.
9183 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9185         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9186         solid groups.
9188 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9190         * legacy-gnus-agent.el: Add Copyright notice.
9192 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9194         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9196 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9198         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9200         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9201         to make it work reliably in CVS Emacs.
9202         (gnus-summary-limit-strange-charsets-predicate)
9203         (gnus-summary-limit-to-predicate): New functions.
9205 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9207         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9208         specifying array size.
9209         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9210         array if it is too small.
9211         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9212         (gnus-sort-threads-loop): New function.
9214 2006-12-06  Chris Moore  <dooglus@gmail.com>
9216         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9217         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9219 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9221         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9222         options.
9224 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9226         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9227         DOS-ing the recipient.
9229         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9230         the headers when creating the mapping to avoid mismappings.
9231         (nnweb-gmane-create-mapping): Always nix out old mapping.
9233 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9235         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9236         and mm-verify-option to never.
9238 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9240         * message.el (message-signed-or-encrypted-p): New function.
9241         (message-forward-make-body): Use it.
9243         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9244         Replace encode-coding-string with mm-encode-coding-string.
9246 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9248         * nneething.el (nneething-decode-file-name):
9249         Replace decode-coding-string with mm-decode-coding-string.
9251         * gnus-int.el (gnus-open-server): Say failed server's name.
9253 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9255         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9256         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9258         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9259         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9260         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9261         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9262         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9263         (gnus-subscribe-newsgroup, gnus-1):
9264         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9265         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9266         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9267         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9269 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9271         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9272         keystroke.
9273         (gnus-summary-limit-to-bodies): Implement headersp.
9275 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9277         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9279 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9281         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9283 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9285         * message.el (message-generate-hashcash): Expand range of values to
9286         include `opportunistic'.
9287         (message-send-mail): Use it.
9289 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9291         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9292         and comment it.
9294         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9296 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9298         * gnus-util.el (gnus-extract-address-components): Improve comment.
9300 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9302         * gnus-util.el (gnus-extract-address-components): Work with address in
9303         which the name portion contains @.
9305 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9307         * gnus.el (gnus-start): Move custom group up.
9308         (gnus-select-method): Don't autoload, but make it available for
9309         `customize-variable'.
9310         (gnus-getenv-nntpserver): Don't autoload.
9312 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9314         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9316 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9318         * message.el (message-sendmail-extra-arguments): New variable.
9319         (message-send-mail-with-sendmail): Use it.
9321 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9323         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9324         mm-with-unibyte-current-buffer to make string unibyte.
9326         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9327         mm-string-as-multibyte.
9329 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9331         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9332         Reported by Werner Koch <wk@gnupg.org>.
9334 2006-11-14  Daiki Ueno  <ueno@p360>
9336         * mml2015.el: Autoload epa-select-keys when compiling.
9338 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9340         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9341         message-options.
9342         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9344 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9346         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9347         EasyPG (< 0.0.6).
9348         (mml2015-always-trust): New user option.
9349         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9350         prompt.
9352 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9354         * nntp.el (nntp-authinfo-force): New variable.
9355         (nntp-send-authinfo): Use it.
9357 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9359         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9360         decode encoded words.  Improve prompt.  Add comment about forwarding.
9361         (message-replacement-char): Move up.
9363 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9365         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9366         instead of gnus-intersection because arguments of gnus-sorted-nunion
9367         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9369 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9371         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9372         (message-simplify-subject-functions):
9373         Enable message-strip-subject-encoded-words by default.
9375 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9377         * message.el (message-strip-subject-encoded-words): New function.
9378         (message-simplify-subject-functions): New variable.
9379         (message-simplify-subject): Use it.  Fix typo in doc string.
9380         Support message-strip-subject-encoded-words.
9382 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9384         * gnus-diary.el (gnus-diary-delay-format-function):
9385         * nndiary.el (nndiary-reminders):
9386         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9388 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9390         * gnus-art.el (article-hide-boring-headers): Fetch date from
9391         gnus-original-article-buffer to avoid problems with localized date
9392         strings.
9394 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9396         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9398 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9400         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9401         New variables.
9402         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9403         (mm-charset-synonym-alist): Move some entries to
9404         mm-codepage-iso-8859-list.
9405         (mm-charset-synonym-alist, mm-charset-override-alist):
9406         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9408 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9410         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9412 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9414         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9415         with Emacs 21 and XEmacs.
9417 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9419         * spam.el (spam-parse-address): New function for better parsing,
9420         catching errors, etc.
9421         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9423 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425         * mm-view.el: Add interactive arg to html2text autoload.
9427 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9429         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9431 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9433         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9434         New variables.
9435         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9436         (mm-charset-synonym-alist): Move some entries to
9437         mm-codepage-iso-8859-list.
9439         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9441 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9443         * message.el (message-citation-line-format)
9444         (message-insert-formated-citation-line): Fix implementation of %E, %N
9445         and %n according to the doc string.
9447 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9449         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9450         Use car-safe to avoid bad parses.
9452 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9454         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9455         names.
9457         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9459 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9461         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9462         header.
9464         * message.el (message-draft-headers): Add Date.
9465         (message-headers-to-generate): Fix typo in docstring.
9467         * nndraft.el (nndraft-required-headers): New variable.
9468         (nndraft-generate-headers): Use it.
9470         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9472 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9474         * gnus-registry.el (gnus-registry-wash-for-keywords)
9475         (gnus-registry-find-keywords): New functions to allow easy searching of
9476         articles that are in the registry.
9478 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9480         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9481         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9482         Reported by Damien Elmes <damien@repose.cx>.
9484 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9486         * gnus.el (gnus-mime): Remove unused custom group.
9488 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9491         "blank line" when searching for end of armor headers.
9493 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9495         * gmm-utils.el (gmm-write-region): Fix variable name.
9497 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9499         * gmm-utils.el (gmm-write-region): New function based on compatibility
9500         code from `mm-make-temp-file'.
9502         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9504         * nnmaildir.el (nnmaildir--update-nov)
9505         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9506         Use `gmm-write-region'.
9508 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9510         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9511         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9513         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9515         * message.el (message-replacement-char): New variable.
9516         (message-fix-before-sending): Use it.
9517         (message-simplify-subject): New function to remove duplicate code.
9518         (message-reply, message-followup): Use it.
9520         * gnus-sum.el (gnus-summary-make-menu-bar):
9521         Clarify gnus-summary-limit-to-articles.
9523 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9525         * gnus-util.el (gnus-with-local-quit): New macro.
9527         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9529 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9531         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9532         ignore non-string data.
9534 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9536         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9537         non-string data (needs to be done in the registry too).
9539 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9541         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9542         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9543         (gnus-registry-split-fancy-with-parent)
9544         (gnus-registry-fetch-simplified-message-subject-fast)
9545         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9546         Remove text properties on ingress into the registry and when it's saved.
9547         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9548         registry from entries with no groups.
9550 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9552         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9553         function to remove string properties.
9555 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9557         * gmm-utils.el (gmm): Adjust custom version.
9559         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9560         Adjust custom version.
9562         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9564 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9566         * gnus-art.el (gnus-insert-prev-page-button)
9567         (gnus-insert-next-page-button): Simplify.  Reformat.
9569 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9571         * gnus-art.el (gnus-insert-prev-page-button)
9572         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9574 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9576         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9578 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9580         * gnus-art.el (gnus-insert-mime-button)
9581         (gnus-insert-mime-security-button):
9582         Apply gnus-article-button-face to MIME and security buttons.
9584 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9586         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9587         readable.
9589 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9591         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9592         `browse-url-of-file' instead of `browse-url'.
9594 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9596         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9597         regexp.  Articles containing quotation were cut prematurely.
9599 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9601         * message.el (message-cite-original-1): Use nobody by default for the
9602         value of From header.
9603         (message-reply): Ditto.
9605 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9607         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9608         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9609         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9611 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9613         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9614         mails in the doc string.  Add some URLs in comment.
9615         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9617 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9619         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9620         backslashes handling and the way to find boundaries of quoted strings.
9622 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9624         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9625         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9626         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9627         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9629 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9631         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9632         doc string.
9633         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9635 2006-09-06  Simon Josefsson  <jas@extundo.com>
9637         * mml2015.el (mml2015-use): Doc fix, mention epg.
9639 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9641         * mml2015.el (mml2015-use): Default to epg, if available.
9643 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9645         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9646         message-sender.
9647         (mml1991-epg-encrypt): Ditto.
9648         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9649         message-sender.
9650         (mml2015-epg-encrypt): Ditto.
9652 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9654         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9655         several common directories.
9657 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9659         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9660         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9662 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9664         * gnus-art.el (article-decode-encoded-words): Make it fast.
9666 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9668         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9670         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9671         in quoted string into `\'.
9673 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9675         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9676         Use standard-syntax-table.
9678 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9680         * gnus-art.el (gnus-decode-address-function): New variable.
9681         (article-decode-encoded-words): Use it to decode headers which are
9682         assumed to contain addresses.
9683         (gnus-mime-delete-part): Remove useless `or'.
9685         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9686         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9687         (gnus-nov-parse-line): Use it to decode From header.
9688         (gnus-get-newsgroup-headers): Ditto.
9689         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9691         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9692         (mail-decode-encoded-address-string): New alias.
9694         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9695         New function.
9696         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9697         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9698         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9699         (rfc2047-decode-string): Ditto.
9700         (rfc2047-decode-address-region): New function.
9701         (rfc2047-decode-address-string): New function.
9703 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9705         * message.el (message-caesar-buffer-body): Allow rotating headers.
9707         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9709         * message.el (message-insert-formated-citation-line): Fix %f.
9710         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9712 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9714         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9715         (gnus-bookmark-mouse-available-p): New macro.
9716         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9717         (gnus-bookmark-bmenu-show-infos): Use it.
9718         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9719         (gnus-bookmark-bmenu-hide-infos): Ditto.
9720         (gnus-bookmark-remove-properties): New function.
9721         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9722         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9723         (gnus-bookmark-write-file): Bind coding-system-for-write.
9724         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9725         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9726         group before selecting it.
9727         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9728         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9729         quit-window if it is not available; use gnus-mouse-2 and bind it to
9730         gnus-bookmark-bmenu-select-by-mouse.
9731         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9732         (gnus-bookmark-bmenu-select-by-mouse): New function.
9734 2006-08-13  Romain Francoise  <romain@orebokech.com>
9736         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9737         space.
9739 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9741         * compface.el (uncompface): Use binary rather than raw-text-unix.
9743 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9745         * compface.el (uncompface): Make sure the eol conversion doesn't take
9746         place when communicating with the external programs.
9747         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9749 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9751         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9753 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9755         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9756         Make it more robust by parsing author and date independently.
9758 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9760         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9762 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9764         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9765         first matching secret key.
9766         (mml2015-epg-encrypt): Ditto.
9768         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9769         first matching secret key.
9770         (mml1991-epg-encrypt): Ditto.
9772         * mml2015.el (mml2015-encrypt-to-self): New user option.
9773         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9774         mml2015-epg-encrypt-to-self is set.
9776         * mml1991.el (mml1991-encrypt-to-self): New variable.
9777         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9778         mml1991-epg-encrypt-to-self is set.
9780         * mml2015.el (mml2015-signers): New user option.
9781         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9782         (mml2015-epg-encrypt): Allow to select signing keys.
9784         * mml1991.el (mml1991-signers): New variable.
9785         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9786         (mml1991-epg-encrypt): Allow to select signing keys.
9788 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9790         * nnheader.el (nnheader-insert-head): Make it work even if the file
9791         uses CRLF for the line-break code.
9793 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9795         * mml2015.el: Require mml-sec instead of password.
9796         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9797         (mml2015-cache-passphrase): Inherit the default value from
9798         mml-secure-cache-passphrase.
9799         (mml2015-passphrase-cache-expiry): Inherit the default value from
9800         mml-secure-passphrase-cache-expiry.
9802         * mml1991.el: Require mml-sec instead of password.
9803         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9804         (mml1991-cache-passphrase): Inherit the default value from
9805         mml-secure-cache-passphrase.
9806         (mml1991-passphrase-cache-expiry): Inherit the default value from
9807         mml-secure-passphrase-cache-expiry.
9809         * mml-sec.el: Require password.
9810         (mml-secure-verbose): New user option.
9811         (mml-secure-cache-passphrase): New user option.
9812         (mml-secure-passphrase-cache-expiry): New user option.
9814 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9816         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9817         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9818         andreas@altroot.de (Andreas Vögele).
9820         FIXME: Use `tiny change'?
9822 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9824         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9825         workaround for the url package included with Emacs.
9827         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9829 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9831         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9832         correctly.  This fixes a bug caused by the 2006-05-12 change.
9834 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9836         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9837         some information about the error when saying that the `bogus' mail
9838         group will be used.
9840 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9842         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9843         string.
9845 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9847         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9849 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9851         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9853 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9855         * mml1991.el (mml1991-function-alist): Add epg.
9856         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9857         (mml1991-epg-encrypt): New functions.
9859 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9861         * mml2015.el (mml2015-verbose): New variable.
9862         (mml2015-cache-passphrase): Ditto.
9863         (mml2015-passphrase-cache-expiry): Ditto.
9864         (mml2015-function-alist): Add epg.
9865         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9866         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9867         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9868         New functions.
9870 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9872         * message.el (message-cite-original-1): Preserve region when removing
9873         quoted text due to X-No-Archive in order to avoid bogus attribution
9874         when citing multiple messages.
9876 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9878         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9879         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9881 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9883         * gnus-diary.el (gnus-user-format-function-d)
9884         (gnus-user-format-function-D): Autoload.
9886         * imap.el (Commentary): Fix typo.
9888         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9889         2006-04-22 contribution.
9891 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9893         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9894         It didn't really fix the bogosity I'm seeing with solid web groups.
9896 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9898         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9899         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9900         created using server names.  If we use the feature without declaring
9901         it, Gnus does not properly manage server and group state.
9903         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9904         bound.
9906 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9909         looking up the method using GROUP's prefix before inventing a new one.
9910         It is used on killed/unknown groups in various places where returning
9911         an all-new method isn't expected by the caller.
9913         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9914         and match semantics of gnus-group-real-prefix.
9916 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9918         * nnmail.el (nnmail-broken-references-mailers): New variable.
9919         (nnmail-ignore-broken-references): New function generalizing
9920         nnmail-fix-eudora-headers.
9921         (nnmail-fix-eudora-headers): Now obsolete.
9923         * gnus-art.el (gnus-button-handle-custom):
9924         Support `customize-apropos*'.
9926 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9928         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9930         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9931         articles.
9933 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9935         * message.el (message-cite-reply-above): New variable.
9936         (message-yank-original): Use it.
9938 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9942 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9944         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9945         as read.
9947         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9949 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9951         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9952         (gnus-bookmark-default-file): Use gnus-directory.
9953         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9954         Remove "*" in doc string.
9955         (gnus-bookmark-write-file): Simplify.
9956         (gnus-bookmark-maybe-sort-alist): Use `when'.
9957         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9958         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9959         Add FIXME about Emacs 21 and XEmacs compatibility.
9960         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9961         compatibility.
9962         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9963         compatibility.
9964         (gnus-bookmark-menu-heading): Fix version.
9966 2006-06-19  Bastien Guerry  <bzg@altern.org>
9968         * gnus-bookmark.el: New file.
9970 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9972         * message.el (message-syntax-checks): Doc fix.
9974 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9976         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9977         unsubscribed groups as if they were killed ones.  It causes duplicate
9978         entries in gnus-newsrc-alist.
9980 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9982         * message.el (message-syntax-checks): Doc fix.
9983         (message-send-mail): Add check for continuation headers.
9984         (message-check-news-header-syntax): Fix regexp used to check for
9985         continuation headers.
9987 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9989         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
9991 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
9993         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
9995 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9997         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
9998         default-truncate-lines.
10000 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10002         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10003         to fill the utf-8 entry.
10005 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10007         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10009 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10011         * gnus-agent.el (directory-files-and-attributes): Move all the way
10012         forward (the third and final move).
10013         (gnus-agent-read-agentview): Trap reconstruction errors due to
10014         nonexistent directory.  Handle by returning nil.
10016 2006-05-30  Didier Verna  <didier@xemacs.org>
10018         * message.el (message-dont-reply-to-names): Update the custom type.
10019         * message.el (message-dont-reply-to-names): New defsubst: potentially
10020         convert a list of regexps into a single one.
10021         * message.el (message-get-reply-headers): Use it.
10022         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10024 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10026         * gnus-agent.el (directory-files-and-attributes): Move forward.
10028 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10030         * gnus-ml.el (gnus-mailing-list-subscribe)
10031         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10032         (gnus-mailing-list-message): Fix doc strings.
10034 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10036         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10037         of doing it manually.
10039 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10041         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10042         comment.
10044 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10046         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10047         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10048         (gnus-agent-read-local): All symbols allocated in my-obarray.
10049         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10050         (gnus-agent-regenerate-group): Check numeric names to see if they are
10051         messages or groups.
10052         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10053         better way of do this...)
10055         * gnus-cache.el (gnus-agent-total-fetched-for):
10056         Ignore 'dummy.group' (there should be a better way of do this...)
10058 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10061         (gnus-saved-headers): Ditto.
10062         (gnus-default-article-saver): Mention functions may have properties.
10063         (gnus-article-save): Override gnus-save-all-headers and
10064         gnus-saved-headers by :headers property which saver function may have.
10065         (gnus-summary-save-in-file): Add :headers property.
10066         (gnus-summary-write-to-file): Ditto.
10068         * gnus-sum.el (gnus-summary-save-article): Bind
10069         gnus-prompt-before-saving to t when saving many articles in a file;
10070         always show all headers.
10072 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10074         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10075         marks.
10077         * message.el (message-indent-citation): Add optional arguments to allow
10078         using it outside of message buffers.
10080         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10081         (gnus-article-treat-unfold-headers): Use it.
10082         (gnus-article-truncate-lines): New variable.
10083         (gnus-article-mode): Use it.
10084         (gnus-article-toggle-truncate-lines): New function.
10086         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10087         Add gnus-article-toggle-truncate-lines.
10089         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10090         coding system in XEmacs, use binary.
10092 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10094         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10095         after-load-alist.
10097         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10098         this function should save decoded articles.
10099         (gnus-summary-write-to-file): Use property to specify this function
10100         should save decoded articles and specify gnus-summary-save-in-file
10101         should be used to save articles other than the first one when saving
10102         many articles.
10103         (gnus-summary-save-body-in-file): Use property to specify this
10104         function should save decoded articles.
10105         (gnus-summary-write-body-to-file): Use property to specify this
10106         function should save decoded articles and specify
10107         gnus-summary-save-body-in-file should be used to save articles other
10108         than the first one when saving many articles.
10110         * gnus-sum.el (gnus-summary-save-article): Simplify.
10112 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10114         * gnus-art.el (gnus-default-article-saver):
10115         Add gnus-summary-write-body-to-file.
10116         (gnus-article-save-coding-system): Don't use coding system object
10117         in XEmacs.
10118         (gnus-read-save-file-name): Add optional `dir-var' argument which
10119         specifies directory in which files are saved; work even if optional
10120         `variable' argument is not specified.
10121         (gnus-summary-write-to-file): Read file name.
10122         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10123         (gnus-summary-write-body-to-file): New function.
10125         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10126         (gnus-summary-local-variables): Add it.
10127         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10128         (gnus-summary-save-article): Remove optional `decode' argument;
10129         determine whether to decode articles by the value of
10130         gnus-default-article-saver; when saving many files using
10131         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10132         it first and use gnus-summary-save-in-file or
10133         gnus-summary-save-body-in-file thereafter unless
10134         gnus-prompt-before-saving is always; move point to article which
10135         will be saved.
10136         (gnus-summary-save-article-file): Revert.
10137         (gnus-summary-write-article-file): Revert.
10138         (gnus-summary-save-article-body-file): Revert.
10139         (gnus-summary-write-article-body-file): New function.
10141 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10143         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10145 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10147         * gnus-art.el (gnus-default-article-saver): Doc fix.
10148         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10149         from gnus-summary-save-article-coding-system, and default to a
10150         certain coding system.
10151         (gnus-output-to-file): Add coding cookie and encode text according
10152         to gnus-article-save-coding-system; don't use mm-append-to-file.
10154         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10155         gnus-art.el and rename to gnus-article-save-coding-system.
10156         (gnus-summary-save-article): Require gnus-art; don't show all
10157         headers if it decodes articles; don't add coding cookie here;
10158         don't bind mm-text-coding-system-for-write.
10159         (gnus-summary-save-article-file): Save decoded articles.
10160         (gnus-summary-write-article-file): When saving many files, use
10161         gnus-summary-write-to-file first and gnus-summary-save-in-file
10162         thereafter unless gnus-prompt-before-saving is always.
10163         (gnus-summary-save-article-body-file): Save decoded articles.
10165 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10167         * nnrss.el (nnrss-check-group): Bind hash-index.
10169 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10171         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10172         its hash index.  Store this hash in `nnrss-group-data'.
10173         (nnrss-read-group-data): Update accordingly.
10175 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10177         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10178         entry.
10180         * gnus-sum.el (gnus-summary-make-menu-bar):
10181         Add gnus-article-browse-html-article.
10183 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10185         * gnus-sum.el (gnus-summary-mime-map):
10186         Add gnus-article-browse-html-article.
10188 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10190         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10191         suitable coding systems in customize.
10193 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10195         * mail-source.el (mail-sources): Fix custom type.
10197 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10199         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10200         (gnus-summary-expire-articles-now): Shorten prompt.
10202         * gmm-utils.el (wid-edit): Require.
10203         (defun-gmm): Rename from `gmm-defun-compat'.
10204         (gmm-image-search-load-path): Use it.
10205         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10207 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10209         * gnus-sum.el (gnus-summary-save-article-coding-system):
10210         New variable.
10211         (gnus-summary-save-article): Add optional `decode' argument.
10212         If it is set and gnus-summary-save-article-coding-system is non-nil,
10213         save decoded article.
10214         (gnus-summary-write-article-file): Save decoded article if
10215         gnus-summary-save-article-coding-system is non-nil.
10217         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10218         type.
10220 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10222         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10224 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10226         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10227         first to test gnus-single-article-buffer which may be buffer-local.
10229         * gnus-sum.el (gnus-summary-setup-buffer):
10230         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10231         group; make gnus-article-buffer, gnus-article-current, and
10232         gnus-original-article-buffer always buffer-local.
10233         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10234         group.
10235         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10237 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10239         * nnml.el (nnml-request-compact-group): Compressed files might not
10240         have .gz extension.
10242 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10244         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10245         (mm-copy-to-buffer): Use with-current-buffer.
10246         (mm-display-part): Simplify.
10247         (mm-inlinable-p): Add optional arg `type'.
10249 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10251         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10252         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10253         Try harder to show the attachment internally or externally using
10254         gnus-mime-view-part-as-type.
10256 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10258         * message.el (message-from-style, message-signature-separator)
10259         (message-user-organization-file, message-send-mail-function)
10260         (message-citation-line-function, message-yank-prefix)
10261         (message-indent-citation-function, message-signature)
10262         (message-signature-file, message-signature-insert-empty-line):
10263         Remove autoloads.
10265         * gnus-art.el (gnus-buttonized-mime-types):
10266         Remove "multipart/signed".  Revert 2006-04-26 change.
10268 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10270         * gnus.el (gnus-version-number): Bump version.
10272 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10274         * gnus.el: No Gnus v0.5 is released.
10276 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10278         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10279         fetching articles by message-id.
10281 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283         * message.el (hashcash): Require hashcash as normal.
10285         * ecomplete.el (ecomplete-highlight-match-line):
10286         Use point-at-eol.
10287         (ecomplete-highlight-match-line): Use `highlight', because that
10288         face exists in both Emacs and XEmacs.
10290         * message.el (message-display-abbrev): Use point-at-bol.
10292         * mail-source.el: Don't require timer/timer-funcs.
10294         * gnus-async.el: Ditto.
10296         * password.el: Ditto.
10298         * mm-url.el: Ditto.
10300         * mm-util.el: Require timer/timer-funcs.
10302 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10305         Close.
10307 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10310         unibyte after clear-decrypt function runs.
10312         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10313         returns as a unibyte string.
10315 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10317         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10318         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10319         (mml1991-pgg-encrypt): Ditto.
10321 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10323         * message.el (message-user-organization-file): Check several
10324         locations of the organization file.
10326         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10327         Add gnus-article-view-part-as-type.
10329         * gnus-art.el (gnus-article-view-part-as-type): New function.
10331         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10332         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10334         * mml.el: Simplify autoload.
10335         (mml-mode): defvar dnd-protocol-alist instead of using
10336         symbol-value.
10337         (mml-default-directory): New variable.
10338         (mml-minibuffer-read-file): Use it.
10339         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10341         * message.el (message-citation-line-format): New variable.
10342         (message-insert-formated-citation-line): New function.
10343         (message-citation-line-function):
10344         Add `message-insert-formated-citation-line' to custom type.
10346         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10347         to doc string.
10349         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10350         depending on mm-verify-option.
10352 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10354         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10355         binding pgg-* variables; reimplement the section which prevents
10356         MIME header from being signed.
10357         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10358         pgg-text-mode; remove a blank line at the top of body.
10360         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10361         lines at the top of body; use gnus-newsgroup-charset if there's no
10362         Charset header.
10364 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10366         * message.el (message-self-insert-commands): Doc fix.
10368         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10369         (mm-uu-pgp-encrypted-test): Ditto.
10370         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10371         between header and body; return application/pgp-encrypted handle
10372         if decryption failed; decode decrypted body by charset.
10374         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10375         element match to application/pgp-*.
10377 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10379         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10380         HTML.
10382 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10384         * mail-source.el (mail-source-call-script): Message the error
10385         string.
10387 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10389         * gnus-util.el (gnus-byte-compile): Use it.
10391 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10393         * gnus-util.el (kill-empty-logs): New function.
10395 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397         * message.el (message-mail-alias-type): Doc fix.
10398         (message-mail-alias-type-p): New function.
10399         (message-send): Use it.
10400         (message-mode): Ditto.
10401         (message-strip-forbidden-properties): Ditto.
10403         * ecomplete.el (ecomplete-database-file-coding-system):
10404         New variable.
10405         (ecomplete-save): Use it.
10406         (ecomplete-setup): Use it.
10408 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10410         * message.el (message-self-insert-commands): New variable.
10411         (message-strip-forbidden-properties): Use it.
10413 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10415         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10416         that doesn't make XEmacs choke.
10418 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10420         * gnus-util.el (gnus-replace-in-string):
10421         Prefer replace-regexp-in-string over of replace-in-string.
10423 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10425         * gnus-util.el (gnus-select-frame-set-input-focus):
10426         Use select-frame-set-input-focus if it is available in XEmacs; use
10427         definition defined in Emacs 22 for old Emacsen.
10429 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10431         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10433 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10435         * gnus-registry.el (gnus-registry-cache-save): Remove text
10436         properties when saving via the temp buffer.
10438 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10440         * message.el (message-generate-hashcash): Honor custom type.
10442 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10444         * message.el (message-generate-hashcash): Default to non-nil when
10445         hashcash is found.
10447         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10448         (gnus-refer-thread-limit): Increase default to 500.
10450         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10452         * flow-fill.el (fill-flowed): Allow delete-space.
10454 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10456         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10457         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10458         Remove autoloads.
10460 2006-04-18  Simon Josefsson  <jas@extundo.com>
10462         * message.el (message-generate-hashcash): Default to.
10464 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10466         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10467         concatenating segments rather than before concatenating them.
10469 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10471         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10473         * imap.el (imap-quote-specials): New function.
10474         (imap-login-auth): Quote specials.
10476 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10478         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10480         * message.el (message-forward-make-body-plain):
10481         Allow message-forward-ignored-headers to be a list.
10482         (message-remove-ignored-headers): Factor out into function.
10483         (message-forward-make-body-mml): Use it.
10484         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10485         (rfc2231-parse-string): Allow concatanation of parameters that
10486         aren't contiguous.  The test case is
10487           (mail-header-parse-content-type "message/external-body;
10488             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10489             access-type=LOCAL-FILE;
10490             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10492 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10494         * nntp.el (nntp-accept-process-output): Return the value of
10495         `nnheader-accept-process-output'.
10497 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10499         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10500         (gnus-button-alist): Recognize more diff formats.
10501         (gnus-button-patch): Strip directory.
10503 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10505         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10506         Emacs 22 when setting focus.
10508 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10510         * gnus-art.el (gnus-article-treat-types): Do treatment of
10511         text/x-verbatim parts.
10512         (gnus-button-patch): New command.
10514         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10515         addresses that contain invalid characters.
10517 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10519         * message.el (message-put-addresses-in-ecomplete):
10520         Use gnus-replace-in-string.
10521         (message-is-yours-p): Use the more correct
10522         mail-header-parse-address instead of
10523         mail-extract-address-components.
10524         (message-put-addresses-in-ecomplete): Fix typo.
10526         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10527         keystroke.
10529         * gnus-art.el (gnus-treatment-function-alist): Change order of
10530         newsgroups/generic header folding to avoid double-folding.
10532         * message.el (message-hidden-headers): Add X-Draft-From.
10534         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10535         New command.
10536         (gnus-summary-repeat-search-article-backward): New command.
10538         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10539         groups in the parent topic.
10541 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10543         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10544         (spam-extra-header-to-number): Return the CRM114 number as a
10545         number instead of a string.
10547 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10549         * gnus-art.el (gnus-face-properties-alist): Move here from
10550         gnus-fun.
10552         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10554 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10556         * message.el (message-strip-forbidden-properties): Only display on
10557         self-insert-command.
10559         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10560         reindent.
10561         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10563 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10565         * smiley.el (smiley-style): Fix typo.
10567 2006-03-23  Kenichi Handa  <handa@m17n.org>
10569         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10570         instead of set-buffer-multibyte.
10572 2006-03-23  Kenichi Handa  <handa@m17n.org>
10574         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10575         buffer and then decode the buffer text if necessary.
10576         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10577         first, and after mm-encode-body, change the buffer to unibyte.
10579 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10581         * hashcash.el (hashcash-insert-payment-async-2):
10582         Use message-goto-eoh instead of doing it manually.
10583         (mail-add-payment): Use message-narrow-to-header instead of trying
10584         to do the same itself.
10586         * message.el (message-hidden-headers): Add Face.
10588         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10589         reparenting code.
10590         (gnus-summary-reparent-children): Refactored out code.
10591         (gnus-summary-thread-map): New keystroke.
10592         (gnus-summary-reparent-children): Make into command.
10594         * smiley.el (smiley-style): Default to `medium' if using a large
10595         font.
10597         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10598         does it itself.
10600         * message.el (message-point-in-header-p): Simplify definition.
10602 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10604         * nnagent.el (nnagent-request-set-mark): Silence log file
10605         writing.
10606         (nnagent-request-set-mark): Use write-region instead of
10607         append-to-file.
10609         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10610         strange select method.
10612         * ecomplete.el (ecomplete-display-matches): Get highlightling
10613         right.
10614         (ecomplete-display-matches): Use literals.
10615         (ecomplete-display-matches): Disable message logging.
10617         * message.el (message-display-abbrev): Small optimization.
10619         * ecomplete.el (ecomplete-display-matches): Allow automatic
10620         display.
10622         * message.el (message-strip-forbidden-properties):
10623         Display abbrevs.
10624         (message-display-abbrev): Get automatic display right.
10626         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10627         keystrokes.
10629 2006-04-13  Romain Francoise  <romain@orebokech.com>
10631         TODO: Backport to v5-10!
10633         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10634         Move here (and rename) from gnus-registry.el.
10636         * gnus-registry.el: Require gnus-util.
10637         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10639 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10641         * gnus-group.el (gnus-group-catchup-current):
10642         Change if-then-else-if-then-else into cond.
10643         (gnus-group-catchup): Indent.
10644         (group-name-at-point): New function.
10645         (gnus-fetch-group): Provide default from thing at point.
10647 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10649         * message.el (message-display-abbrev): Fix regexp.
10651         * ecomplete.el (ecomplete-highlight-match-line):
10652         Reimplement choosing.
10653         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10654         dead variables.
10656         * message.el (message-newline-and-indent): Remove debugging.
10657         (message-display-abbrev): Use new implementation.
10659 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10661         * gnus-art.el (gnus-article-mode):
10662         Set cursor-in-non-selected-windows to nil.
10664         * smiley.el: Revert previous change.
10665         (smiley-data-directory): defvar it before using it in the
10666         defcustom of `smiley-style'.
10668 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10670         * message.el (message-newline-and-indent): New function.
10672         * ecomplete.el: Implement more bits.
10674         * message.el (message-put-addresses-in-ecomplete): Clean up the
10675         string.
10677         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10679         * gnus-sum.el (gnus-summary-save-parts):
10680         Bind gnus-summary-save-parts-counter and use it to make unique file
10681         names.
10683         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10685         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10686         parameter to say whether to actually parse the individual
10687         addresses.
10689         * message.el (message-put-addresses-in-ecomplete): New function.
10690         (ecomplete): Require.
10691         (message-mail-alias-type): Add ecomplete as an option.
10693 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10695         * flow-fill.el (fill-flowed): Remove trailing space from blank
10696         quoted lines.
10698 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10700         * smiley.el (smiley-style): Move definition later to avoid a
10701         compilation warning.
10703 2006-04-12  Kenichi Handa  <handa@m17n.org>
10705         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10706         buffer and then decode the buffer text if necessary.
10707         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10708         first, and after mm-encode-body, change the buffer to unibyte.
10709         Use mm-disable-multibyte instead of set-buffer-multibyte.
10711 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10713         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10714         Content-Type header instead of Content-Disposition header.
10715         (gnus-mime-inline-part): Ditto.
10716         (gnus-mime-view-part-as-charset): Ignore charset that the part
10717         specifies.
10719         * mm-decode.el (mm-display-part): Work with external parts and
10720         usual parts similarly.
10722         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10723         instead of gnus-display-mime.
10725         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10726         instead of with-temp-buffer.
10728         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10729         tag to summarized topics part in order to encode non-ASCII text.
10731 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10733         * smiley.el (smiley-style): New variable.
10734         (smiley-directory): New function.
10735         (smiley-data-directory): Derive from `smiley-style' using
10736         `smiley-directory'.
10737         (smiley-regexp-alist): Add new entries.
10739         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10740         (gnus-article-browse-delete-temp): Add :version.
10742 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10744         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10745         the sieve region.
10747 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749         * gnus.el (gnus-version-number): Bump version.
10751 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10753         * gnus.el: No Gnus v0.4 is released.
10755 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10757         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10758         layout.
10760         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10761         unknown charset.
10763         * message.el (message-header-synonyms): Add Original-To to the
10764         default.
10766         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10767         optional parameter.
10769 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10771         * gnus-fun.el (gnus): Require it for gnus-directory.
10773 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10775         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10777 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10779         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10781 2006-04-05  Simon Josefsson  <jas@extundo.com>
10783         * password.el (password-reset): New function.
10785 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10787         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10788         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10790 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10792         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10793         Some whitespace was matched into the url, which broke browsing hits
10794         > 100 when mm-url-use-external was nil.
10796 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10798         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10799         Check gnus-extra-headers for 'Newsgroups.
10801         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10802         bound.
10804 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10806         * pgg-gpg.el: Clean up process buffers every time gpg processes
10807         complete.
10809 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10811         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10812         doc string.
10814 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10816         * pgg-gpg.el (pgg-gpg-process-filter)
10817         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10819         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10820         lines, temporary fix.
10822 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10824         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10826 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10828         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10829         default-enable-multibyte-characters.  This reverts the change from
10830         revision 6.17 which is no longer necessary because the passphrase
10831         is sent separately now.  GnuPG messages are unreadable under
10832         multibyte locales with default-enable-multibyte-characters set to
10833         nil.
10835 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10837         * message.el (message-tool-bar-gnome): Move "spell".
10839 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10841         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10842         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10843         instead.
10845 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10847         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10848         Improve newsgroups handling for NNTP overviews which don't include
10849         Newsgroups.
10851 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10853         * message.el (message-resend): Bind message-generate-hashcash to nil.
10855 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10857         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10858         when searching for already-paid recipients.
10860 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10862         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10863         passphrases when it is not needed.
10864         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10865         passphrase stuff from gpg, should only be necessary when you use
10866         gpg with a smartcard.
10868 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10870         * mml.el (mml-insert-mime): Ignore cached contents of
10871         message/external-body part.
10873         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10874         (mm-insert-part): Ditto.
10876 2006-03-23  Simon Josefsson  <jas@extundo.com>
10878         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10879         Reiner.
10880         (pgg-gpg-use-agent-p): Use it again.
10882 2006-03-23  Simon Josefsson  <jas@extundo.com>
10884         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10885         older emacsen.
10886         (pgg-gpg-use-agent-p): Don't use it.
10888 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10890         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10891         if we can.
10893 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10895         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10896         (pgg-gpg-update-agent): New function.
10897         (pgg-gpg-use-agent-p): New function.
10898         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10899         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10900         (pgg-gpg-sign-region): Use it.
10902 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10904         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10905         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10907 2006-03-21  Simon Josefsson  <jas@extundo.com>
10909         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10910         <wilde@sha-bang.de>.
10911         (pgg-gpg-use-agent): New variable.
10912         (pgg-gpg-process-region): Use it.
10913         (pgg-gpg-encrypt-region): Likewise.
10914         (pgg-gpg-encrypt-symmetric-region): Likewise.
10915         (pgg-gpg-decrypt-region): Likewise.
10916         (pgg-gpg-sign-region): Likewise.
10917         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10919 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10921         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10923         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10924         Add comment on version.
10926 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10928         * smiley.el: Add missing test smiley.
10930 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10932         * mm-decode.el (mm-with-part): New macro.
10933         (mm-get-part): Use it; work with message/external-body as well.
10934         (mm-save-part): Treat name and filename equally.
10936         * mm-extern.el (mm-extern-cache-contents): New function.
10937         (mm-inline-external-body): Use it; force the part to be displayed;
10938         move undisplayer added to the cached handle to the parent.
10940         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10941         (gnus-mime-view-part-as-type): Work with message/external-body.
10943         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10945 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10947         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10948         images in image-load-path.  [Sync with image.el, revision 1.60, in
10949         Emacs.]
10951 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10953         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10954         path rather than symbol.  Always return list of directories.
10955         Guarantee that image directory comes first.  [Sync with image.el,
10956         revision 1.59, in Emacs.]
10958         * message.el (message-make-tool-bar): Adjust to new API of
10959         `gmm-image-load-path-for-library'.
10961         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10963         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10965 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10967         * gnus-art.el (gnus-article-only-boring-p):
10968         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10969         intangible text.
10970         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10972 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10974         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10975         Use `defun' instead of `gmm-defun-compat'.
10977 2006-03-14  Simon Josefsson  <jas@extundo.com>
10979         * message.el (message-unique-id): Don't use message-number-base36
10980         if (user-uid) is a float.
10981         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10983 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10985         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
10987         * gnus-art.el (gnus-mime-display-single): Make sure there is an
10988         empty line between a part and a message part.
10990 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
10992         * smiley.el: Add more test smileys.
10993         (smiley-data-directory, smiley-regexp-alist)
10994         (gnus-smiley-file-types): Fix doc strings.
10995         (smiley-update-cache): Clear smiley-cached-regexp-alist before
10996         adding new elements.
10997         (smiley-mouse-map): Unused code.  Make it a comment.
10999 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11001         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11002         scan latest NoCeM messages instead of old ones.
11003         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11004         delimiters that are recently used.
11005         (gnus-nocem-load-cache): Add autoload cookie.
11007         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11009         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11010         level which is larger than gnus-use-nocem is specified.
11012         * gnus-group.el (gnus-group-get-new-news): Ditto.
11014 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11016         * gnus-util.el (gnus-tool-bar-update): New function.
11018         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11019         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11021         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11023         * gnus-group.el (gnus-group-redraw-when-idle)
11024         (gnus-group-redraw-check): Remove.
11025         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11027 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11029         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11030         if optional last element is specified in splits (FIELD VALUE...).
11032 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11034         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11035         to gmm-image-load-path-for-library.  Call with no-error argument.
11036         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11038         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11040         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11042         * gmm-utils.el (gmm-image-load-path): Remove alias.
11044 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11046         * gmm-utils.el (gmm-image-load-path): Add alias.
11048         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11049         nnml-generate-nov-databases-1.
11050         (nnml-generate-nov-databases): Use it.
11051         (nnml-generate-nov-databases-directory): Document no-active
11052         argument.
11054         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11055         directory if path is t.  Add no-error.
11057         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11058         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11060         * gnus-art.el (gnus-article-browse-delete-temp-files):
11061         Simplify resetting gnus-article-browse-html-temp-list.
11063         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11064         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11065         Add example to docstring.  Rename local variables.  Move error
11066         checks to default case in cond and simplify.
11068 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11070         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11071         handle is multipart when calling it recursively.
11072         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11074 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11076         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11077         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11079 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11081         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11082         is loaded.
11084         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11085         loaded.
11087 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11089         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11090         to "Emacs 23 (unicode)" in doc string.
11092         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11093         "Emacs 23 (unicode)" in comment.
11095 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11097         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11099         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11100         characters 160 through 255 in Emacs 23.
11102 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11104         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11105         gnus-article-browse-html-temp.
11106         (gnus-article-browse-delete-temp): Make it customizable.
11107         Add `file'.  Adjust doc string.
11108         (gnus-article-browse-delete-temp-files): Add argument.
11109         Allow query for each file.  Adjust doc string.
11110         (gnus-article-browse-html-parts):
11111         Add `gnus-article-browse-delete-temp-files' to
11112         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11114 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11116         * gnus-art.el (gnus-article-browse-html-temp)
11117         (gnus-article-browse-delete-temp): New variables.
11118         (gnus-article-browse-delete-temp-files): New function.
11119         (gnus-article-browse-html-parts): Use it.
11121 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11123         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11125         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11126         string.
11128         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11129         gnus-summary-insert-new-articles when unplugged.
11130         Remove gnus-summary-search-article-forward.
11132         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11133         display-visual-class instead of display-color-cells.
11135 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11137         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11138         message/* containing non-ASCII text properly.
11140 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11142         * message.el: Require gmm-utils, remove autoloads.
11143         (message-tool-bar): Set default based on
11144         gmm-tool-bar-style.
11145         (message-tool-bar-gnome): Add gmm-customize-mode.
11147         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11148         gmm-tool-bar-style.
11149         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11151         * gnus-group.el (gnus-group-tool-bar): Set default based on
11152         gmm-tool-bar-style.
11153         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11155         * gmm-utils.el (gmm-image-directory): Rename variable from
11156         gmm-image-load-path.
11157         (gmm-image-load-path): Use gmm-image-directory.
11158         (gmm-customize-mode): New function.
11159         (gmm-tool-bar-style): New variable.
11161         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11162         gnus-group-redraw-line-number.
11163         (gnus-group-redraw-check): Simplify.
11164         (gnus-group-tool-bar-update): Remove redraw check.
11165         (gnus-group-make-tool-bar): Add redraw check.
11167 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11169         * gnus-art.el (gnus-button): Add missing parentheses.
11171 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11173         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11175 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11177         * gnus-art.el (gnus-button): New face.
11178         (gnus-article-button-face): Use it.
11180         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11181         Add gnus-summary-next-page.  Re-order.
11183         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11184         next-node are now included.
11185         (gnus-group-redraw-line-number): New internal variable.
11186         (gnus-group-redraw-check): Helper function for updating the tool
11187         bar.
11188         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11190         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11192         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11193         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11194         Use it to match format of Spamassassin 3.0 and later.
11195         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11196         (spam-check-bogofilter)
11197         (spam-bogofilter-register-with-bogofilter): Fix args of
11198         `gnus-error' calls.
11200 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11202         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11203         unnecessary interaction when sending queued mails.
11204         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11206 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11208         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11209         first or last are nil.
11211 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11213         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11215 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11217         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11219 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11221         * dns.el (query-dns): Protect more against buggy tcp output.
11223 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11225         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11226         nov.php.
11228 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11230         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11231         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11232         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11233         output on the server side.
11234         (nnweb-google-create-mapping): Update regexps and add some
11235         progress indication.
11237 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11239         * gnus-group.el (gnus-group-tool-bar-gnome):
11240         Fix gnus-agent-toggle-plugged.  Re-order icons.
11241         (gnus-group-tool-bar-gnome):
11242         Add gnus-group-{prev,next}-unread-group.
11243         (gnus-group-tool-bar-gnome): Re-order icons.
11245         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11246         Move gnus-summary-insert-new-articles.
11248         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11249         Fix comments.
11251         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11252         also available in Emacs 21.3.
11254         * message.el (message-fix-before-sending): Change "Emacs 22" to
11255         "Emacs 23 (unicode)" in comment.
11257         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11258         "Emacs 23 (unicode)" in comment.
11260         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11261         comment.
11262         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11264         * mm-view.el (mm-fill-flowed): Add :version.
11266 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11268         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11269         and load-path.
11271 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * message.el: Autoload gmm-image-load-path.
11274         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11275         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11276         consitency.
11278         * gmm-utils.el (gmm-image-load-path): Also search in
11279         "../etc/images".  Don't set gmm-image-load-path if we don't find
11280         the image.
11282 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11284         * gmm-utils.el (gmm-image-load-path): Don't make
11285         `gmm-image-load-path' include subdirectories which the second arg
11286         `image' might specify.
11288         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11289         subdirectory to icon file names.
11291         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11293 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11295         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11296         gmm-image-load-path calls.
11298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11300         * message.el (message-make-tool-bar): Ditto.
11302         * mml.el (mml-preview): Add comment concerning tool bar icons.
11304         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11305         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11307         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11308         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11310         * message.el (message-tool-bar-gnome): Use new icon names.
11311         (message-make-tool-bar): Use `gmm-image-load-path'.
11313         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11314         New functions from MH-E.
11315         (gmm-image-load-path): New variable from MH-E.
11316         (gmm-image-load-path): New function from MH-E.  Add arguments
11317         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11318         *-image-load-path-called-flag.
11320 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11322         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11324 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11326         * nnimap.el (nnimap-request-move-article): Change folder back to
11327         source group before deleting.
11329 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11331         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11333         * gnus-art.el (mm-url-insert-file-contents-external):
11334         Autoload mm-url.
11336         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11338 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11340         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11341         coding system which mm-charset-to-coding-system returns for a
11342         given charset is valid.
11344 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11346         * html2text.el (html2text-remove-tag-list):
11347         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11349 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11351         * gnus-cus.el: Revert 2005-10-17 change.
11353 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11355         * gnus-art.el (article-strip-banner):
11356         Call article-really-strip-banner only when the regexp match is made.
11358 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11360         * gnus-art.el (article-strip-banner):
11361         Use gnus-extract-address-components instead of
11362         mail-header-parse-addresses to make it work with non-ASCII text;
11363         remove mail-encode-encoded-word-string.
11365         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11366         values which are surrounded with \"...\"; make it never cause a
11367         Lisp error; give up parsing of parameters if it failed in
11368         extracting type.
11370 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11372         * smime.el (smime-cert-by-ldap-1): Fix bug where
11373         `smime-ldap-search' returns results without userCertificates.
11375 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11377         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11379 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11381         * spam.el (spam-check-spamassassin-headers): Adapt format for
11382         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11383         <ari@mbf.ocn.ne.jp>.
11384         (spam-list-of-processors): Add spam-use-gmane.
11386 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11388         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11389         make-temp-file; make it work with XEmacs as well.
11391         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11392         mm-make-temp-file.
11394         * mm-decode.el (mm-display-external): Use the 3rd arg of
11395         mm-make-temp-file.
11396         (mm-create-image-xemacs): Ditto.
11398 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11400         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11401         with message-narrow-to-headers.
11402         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11403         (gnus-draft-check-draft-articles): New function.
11404         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11406 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11408         * gnus-art.el (gnus-article-browse-html-parts):
11409         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11410         Don't use suffix argument for mm-make-temp-file for Emacs 21
11411         compatibility.  Remove useless `format'.
11413 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11415         * nnweb.el (nnweb-google-wash-article): Update regexps.
11416         (nnweb-group-alist): Use defvoo instead of defvar.
11418 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11420         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11421         re-loading nn* modules.
11423 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11425         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11426         for `tool-bar-mode' and don't check it's default-value.
11428         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11430         * message.el (message-make-tool-bar): Ditto.
11432         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11433         `substring'.  Shorten tmp-file name.
11435         * gnus.el: Remove bogus comment.
11437 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11439         * gnus-art.el (gnus-article-browse-html-parts): New function.
11440         (gnus-article-browse-html-article): New function for viewing html
11441         articles with a browser.
11443 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11445         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11446         (mml2015-pgg-encrypt): Ditto.
11448         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11449         (mml1991-pgg-encrypt): Ditto.
11451 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11453         * nnfolder.el (nnfolder-insert-newsgroup-line):
11454         Use message-make-date instead of current-time-string.
11456         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11457         to gnus-decoded which mm-uu might set.
11459 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11461         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11462         don't decode quoted parameters; remove misimported Emacs code.
11463         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11464         (rfc2231-decode-encoded-string): Don't use split-string which
11465         behaves differently according to Emacs version; use
11466         mm-decode-coding-region to convert charset to coding-system.
11467         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11468         (rfc2231-encode-string): Remove misimported Emacs code.
11470 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11472         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11473         when calling mail-header-parse-content-type.
11474         (article-de-quoted-unreadable): Ditto.
11475         (article-de-base64-unreadable): Ditto.
11476         (article-wash-html): Ditto.
11478         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11479         calling mail-header-parse-content-type and
11480         mail-header-parse-content-disposition.
11481         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11482         mail-header-parse-content-type.
11484         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11485         insert charset and format parameters; encode description after
11486         inserting it to buffer.
11487         (mml-insert-parameter): Fold lines properly even if a parameter is
11488         segmented into two or more lines; change the max column to 76.
11490         * rfc1843.el (rfc1843-decode-article-body): Don't use
11491         ignore-errors when calling mail-header-parse-content-type.
11493         * rfc2231.el (rfc2231-parse-string): Return at least type if
11494         possible; don't cause an error even if it fails in parsing of
11495         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11496         (rfc2231-encode-string): Don't break lines at the beginning, leave
11497         it to mml-insert-parameter.
11499         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11500         calling mail-header-parse-content-type.
11502 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11504         * spam-report.el (spam-report-gmane-use-article-number):
11505         Improve doc string.
11506         (spam-report-gmane-internal): Check if a suitable header was found
11507         in the article.
11509 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11511         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11512         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11514 2006-02-05  Romain Francoise  <romain@orebokech.com>
11516         Update copyright notices of all files in the gnus directory.
11518 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11520         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11522 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11524         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11525         segmented lines of parameter value to cope with Thunderbird 1.5
11526         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11527         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11528         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11530 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11532         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11533         parts.
11535 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11537         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11538         there's only one active file for all servers.
11539         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11540         solid groups.  Gnus might have used a FAST request to select the group.
11541         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11542         and nnweb-search redundantly in the active file.
11543         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11544         (nnweb-request-create-group): Don't use ARGS.
11545         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11546         initialisations.  Let nnoo do the work.
11548 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11550         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11551         Say the part has been decoded.
11553         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11555 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11557         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11558         mailcap-viewer-test-cache when there's no 'test clause, since that
11559         will invert the meaning of a "nil" test previously determined by
11560         mailcap-mailcap-entry-passes-test.
11562 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11564         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11565         compiling.
11567         * gnus-sum.el: Ditto.
11569         * message.el: Don't bind tool-bar-map when compiling.
11571 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11573         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11575 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11577         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11578         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11579         current Google Groups.
11581 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11583         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11584         and tool-bar-mode.
11586         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11587         and tool-bar-mode.
11589         * message.el (message-tool-bar-update): Simplify.
11590         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11592         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11593         gnus-summary-buffer.
11594         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11595         gnus-summary-reply.
11597         * gmm-utils.el (gmm): Add :version.
11599 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11601         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11602         Don't autoload.
11604 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11606         * gmm-utils.el (gmm-verbose): Add :group.
11608 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11610         * message.el: Change some comments WRT tool-bars.
11612         * gnus-sum.el (gnus-summary-tool-bar)
11613         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11614         (gnus-summary-tool-bar-zap-list): New variables.
11615         (gnus-summary-make-tool-bar): Complete rewrite using
11616         `gmm-tool-bar-from-list'.
11618         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11619         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11620         New variables.
11621         (gnus-group-make-tool-bar): Complete rewrite using
11622         `gmm-tool-bar-from-list'.
11623         (gnus-group-tool-bar-update): New function.
11625         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11627 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11629         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11630         is dissected into a single part of which the type is the same as
11631         the given one; decode charset.
11633 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11635         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11636         into alists as symbol not string, since that's what
11637         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11638         look for.
11640 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11642         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11643         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11645         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11647 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11649         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11650         (gnus-mime-security-button-menu): New definition.
11651         (gnus-mime-security-button-map): Use them.
11652         (gnus-mime-security-button-menu): New function.
11653         (gnus-insert-mime-security-button): Addition to help echo.
11654         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11655         (gnus-mime-security-pipe-part): New functions.
11657         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11658         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11660         * mm-decode.el (mm-handle-set-disposition): Remove.
11661         (mm-handle-set-description): Remove.
11663 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11665         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11666         (mm-w3m-standalone-supports-m17n-p): New function.
11667         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11668         w3m usage.
11670         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11671         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11673 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11675         * message.el (message-tool-bar-zap-list):
11676         Use gmm-tool-bar-zap-list as custom type.
11677         (message-tool-bar-update): New function.
11678         (message-tool-bar, message-tool-bar-gnome)
11679         (message-tool-bar-retro): Add message-tool-bar-update.
11680         (message-tool-bar-gnome): Add flyspell-buffer.
11682         * gnus-util.el (gnus-error): Describe `args'.
11684         * gmm-utils.el (gmm-error): Describe `args'.
11685         (gmm-tool-bar-zap-list): New widget.
11686         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11688 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11690         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11691         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11692         the number of recursive calls.
11694         * mm-decode.el (mm-handle-set-disposition): New macro.
11695         (mm-handle-set-description): New macro.
11697 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11699         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11700         encoding.
11702 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11704         * message.el (message-tool-bar-zap-list, message-tool-bar)
11705         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11706         (message-tool-bar-local-item-from-menu): Remove.
11707         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11708         (message-make-tool-bar): New function.
11709         (message-mode): Use `message-make-tool-bar'.
11711         * gmm-utils.el: New file.
11712         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11713         (gmm-lazy): New widget copied from `nnmail.el'.
11714         (gmm-tool-bar-from-list): New function for creating customizable
11715         tool bars.
11716         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11717         output.
11718         (gmm): Add :prefix to defgroup.
11720 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11722         * gmm-utils.el (gmm-widget-p): New function.
11724 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11726         * mml.el (mml-attach-file): Describe `description' in doc string.
11727         (mml-menu): Add Emacs MIME manual and PGG manual.
11729 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11731         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11733 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11735         * nntp.el (nntp-end-of-line): Doc fix.
11737 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11739         * imap.el (imap-open): Handle case where buffer is a buffer
11740         object.
11742 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * gnus-delay.el (gnus-delay): Don't autoload.
11745         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11746         to be re-loaded when customizing the `gnus-delay' group.
11748 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11750         * message.el (message-insert-citation-line): Use newlines.
11752 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11754         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11756         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11758 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11760         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11762 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11764         * mm-decode.el (mm-inlined-types): Add application/pgp.
11765         (mm-automatic-display): Ditto.
11767         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11768         part as text.
11770 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11772         * nnrss.el: Update copyright.
11773         (nnrss-opml-import): Query whether to subscribe to each entry.
11775         * gnus-art.el:
11776         * gnus-sum.el:
11777         * mm-uu.el:
11778         * mm-view.el: Update copyright.
11780 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11782         * message.el (message-info): New function.
11783         (message-mode-menu): Add it.
11784         Update copyright.
11786         * ChangeLog: Fix and update copyright.
11788 2006-01-13  Romain Francoise  <romain@orebokech.com>
11790         * message.el (message-forward-subject-name-subject): Prefer the
11791         address to 'nowhere' if the sender has no name.
11792         Fix typo.  Update copyright year.
11794 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11796         * gnus-art.el (article-wash-html):
11797         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11798         (gnus-article-wash-html-with-w3m-standalone): New function.
11800         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11801         mm-inline-text-html-render-with-w3m-standalone.
11802         (mm-text-html-washer-alist): Map w3m-standalone to
11803         gnus-article-wash-html-with-w3m-standalone.
11804         (mm-inline-text-html-render-with-w3m-standalone): New function.
11806 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11808         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11809         Improve LaTeX.
11811 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11813         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11814         (nnrss-request-article): Render text/plain parts as HTML.
11816         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11817         the buffer.
11819 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11821         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11822         custom definition of `gnus-posting-styles'.
11824         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11825         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11827 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11829         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11830         Use nntp for bug archive.
11832 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11835         parts.
11836         (nnrss-normalize-date): New function converts ISO 8601 date into
11837         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11838         (nnrss-check-group): Use it.
11840 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11842         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11844         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11845         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11846         (nnrss-insert-w3): Ditto.
11848 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11850         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11851         the articles to be forwarded including the case where neither a
11852         number of articles nor a region is specified.
11854 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11856         * nnrss.el (nnrss-request-article): Fix last change; fill
11857         text/plain parts.
11859 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11861         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11862         in text/plain part.
11863         (nnrss-check-group): Don't add excessive newline to dc:subject.
11865 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11867         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11868         article.
11870 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11872         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11873         (nnml-use-compressed-files, nnml-save-mail): Support other
11874         comression programs such as bzip2.
11876 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11878         * dns.el (query-dns): Make sure we check the buffer size before
11879         removing tcp headers.
11881 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11883         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11884         remove MIME buttons associated with multipart/alternative parts.
11885         (gnus-mime-display-alternative): Tag buttons using `article-type'
11886         text property.
11888         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11889         associated with multipart/alternative parts.
11891         * gnus-art.el (gnus-signature-separator): Fix custom type.
11893         * mm-decode.el (mm-inlined-types): Fix custom type.
11894         (mm-keep-viewer-alive-types): Ditto.
11895         (mm-automatic-display): Ditto.
11896         (mm-attachment-override-types): Ditto.
11897         (mm-inline-override-types): Ditto.
11898         (mm-automatic-external-display): Ditto.
11900 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11902         * spam-report.el (spam-report-user-mail-address)
11903         (spam-report-user-agent): New variables.
11904         (spam-report-url-ping-plain): Use spam-report-user-agent.
11906 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11908         * gnus-art.el (gnus-button-handle-custom): Do not just use
11909         `customize-apropos' for any "M-x customize-*" button but the
11910         function called for.  Accept both the function name and its
11911         argument in order to achieve this.
11912         (gnus-button-alist): Remove support for "custom:" URL's.
11913         Pass function name to `gnus-button-handle-custom' in case of "M-x
11914         customize-*" buttons.
11916 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11918         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11919         multipart/alternative and add xref to mm-discouraged-alternatives
11920         in doc string.
11922         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11923         gnus-buttonized-mime-types in doc string.
11925 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11927         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11928         Suggest image/.* in the doc string.
11930 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11932         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11933         message-marks (Debian bug #342521).
11935 2005-12-12  Simon Josefsson  <jas@extundo.com>
11937         * password.el (password-read-from-cache): Add.
11938         (password-read): Use it.
11940 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11942         * rfc2047.el (rfc2047-charset-to-coding-system):
11943         Recognize us-ascii as a MIME charset.
11945         * mm-bodies.el (mm-decode-content-transfer-encoding):
11946         Protect against the case where the 2nd arg TYPE is nil.
11948 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11950         * pop3.el (pop3-stream-type): Fix custom version.
11952         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11954 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11956         * mm-decode.el (mm-display-external): Add missing cdr.
11958 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11960         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11961         RFC1524) if it is in mailcap or add a suffix according to
11962         mailcap-mime-extensions when generating a temp filename; postpone
11963         deleting a temp file for 2 seconds for some wrappers, shell
11964         scripts, and so on, which might exit right after having started a
11965         viewer command as a background job.
11967 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11969         * nntp.el (nntp-marks-directory): Fix custom group.
11971         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11972         steps when < 10.
11974         * gnus-start.el (gnus-no-server-1):
11975         Mention `gnus-level-default-subscribed' in doc string.
11977 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11979         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11980         parens.
11982 2005-11-26  Dave Love  <fx@gnu.org>
11984         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
11985         (tls-program, tls-success): Provide openssl alternative.
11987         * starttls.el: Doc fixes.
11988         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
11989         SERVICE to PORT.
11991         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
11992         port null or service name.
11993         (starttls-negotiate): Autoload.
11995 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11997         * message.el (message-kill-to-signature): Fix interactive spec.
11999 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         * pop3.el (pop3-open-server): Recognize a string as a service name.
12003 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12005         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12007 2005-11-23  Dave Love  <fx@gnu.org>
12009         Add pop3s, pop3/starttls.
12011         * pop3.el (pop3-authentication-scheme): Clarify doc.
12012         (open-tls-stream, starttls-open-stream): Autoload.
12013         (pop3-stream-type): New.
12014         (pop3-open-server): Use it.
12016         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12017         for POP.
12018         (mail-source-keyword-map): Add :stream for POP.
12019         (mail-source-fetch-pop): Use pop3-stream-type.
12021 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12023         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12024         of current-time-string.
12026 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12028         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12029         date header.
12031 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12033         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12034         it can seriously impact performance as it bypasses the agent's
12035         local caches.
12037 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12039         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12040         must be explicitly online rather than "not explicitly offline" for
12041         its flags to be synchronized.
12043         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12044         that gnus-uu-unmark-thread will function correctly.
12046         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12047         1024K is instead displayed as 1M.
12049 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12051         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12053 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12055         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12057 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12059         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12060         error message to display actual error condition.
12061         (gnus-agent-save-local): Avoid saving symbols that are bound to
12062         nil as they simply result in a warning message in
12063         gnus-agent-read-local.
12065 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12067         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12068         rather than make-variable-buffer-local for file-precious-flag.
12070 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12072         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12073         for duplicates which are removed.  The invalid sort check then
12074         triggers a rescan after the sort as sorting may have moved
12075         duplicate entries such that they can be cheaply detected.
12077 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12079         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12081 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12083         * gnus-agent.el (gnus-agent-article-alist-save-format):
12084         Change internal variable to a custom variable.  Change default value
12085         from compressed(2) to uncompressed(1).
12086         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12087         support for uncompressed agentview files.  Taken together, reading
12088         the agentview file should now be 6-7 times faster.
12090 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12092         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12093         as a buffer-local variable.  This avoids creating truncated
12094         dribble files as a result of a hang up, eg.
12096 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12098         * gnus-start.el (gnus-start-draft-setup):
12099         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12101         * gnus.el (gnus-splash): Change custom group.
12102         (gnus-group-get-parameter, gnus-group-parameter-value):
12103         Describe allow-list argument.
12105         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12106         string.
12108 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12110         * gnus-art.el (gnus-default-article-saver): Add user-defined
12111         `function' to custom type.
12113 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12115         * imap.el (imap-open): Handle case where buffer is a buffer
12116         object.
12118 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12120         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12121         long lines.
12122         (gnus-cache-delete-group): Wrap doc strings.
12124         * gnus-agent.el (gnus-agent-rename-group)
12125         (gnus-agent-delete-group): Wrap doc strings.
12127 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12129         * gnus-start.el (gnus-1): Add "native" to
12130         gnus-predefined-server-alist.
12132         * gnus.el (gnus-method-to-server): Don't add "native" to the
12133         lists here, because that leads to problems when
12134         gnus-select-method is bound.
12136 2005-11-09  Simon Josefsson  <jas@extundo.com>
12138         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12139         use (not sort-by-date) instead.
12141 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12143         * gnus-delay.el (gnus-delay-group): Don't autoload.
12144         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12145         to be re-loaded when customizing the `gnus-delay' group.
12147 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12149         * message.el: Revert last changes.
12150         (message-insert-citation-line): Use newlines.
12152 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12154         * message.el (message-courtesy-message)
12155         (message-mark-insert-begin, message-mark-insert-end)
12156         (message-elide-ellipsis, message-cancel-message)
12157         (message-add-header, message-change-subject)
12158         (message-cross-post-followup-to-header)
12159         (message-cross-post-insert-note, message-reduce-to-to-cc)
12160         (message-widen-reply, message-delete-not-region)
12161         (message-kill-to-signature, message-insert-signature)
12162         (message-insert-importance-high, message-insert-importance-low)
12163         (message-insert-or-toggle-importance)
12164         (message-insert-disposition-notification-to)
12165         (message-indent-citation, message-yank-original)
12166         (message-cite-original-without-signature, message-cite-original)
12167         (message-insert-citation-line, message-position-on-field)
12168         (message-fix-before-sending, message-send-mail-partially)
12169         (message-send-mail, message-send-mail-with-sendmail)
12170         (message-send-mail-with-qmail, message-send-news)
12171         (message-check-news-header-syntax, message-generate-headers)
12172         (message-insert-courtesy-copy, message-fill-address)
12173         (message-fill-header, message-shorten-references)
12174         (message-setup-1, message-cancel-news)
12175         (message-forward-make-body-plain, message-forward-make-body-mime)
12176         (message-forward-make-body-mml, message-encode-message-body)
12177         (message-forward-make-body-digest-plain)
12178         (message-forward-make-body-digest-mime)
12179         (message-use-alternative-email-as-from): Insert `hard-newline'
12180         instead of ordinary newlines.
12182 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * message.el (message-generate-headers): Downcase the argument
12185         given to message-check-element.
12187 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12189         * nntp.el (nntp-authinfo-rejected): New error condition.
12190         (nntp-wait-for): Use new error condition to signal authentication
12191         error.
12192         (nntp-retrieve-data): Rethrow new error condition to break out of
12193         recursive call to nntp-send-authinfo.
12195 2005-11-08  Romain Francoise  <romain@orebokech.com>
12197         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12198         (gnus-summary-exit-map): Bind to `Z p'.
12199         (gnus-summary-make-menu-bar): Add menu item.
12201 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12203         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12204         (gnus-treat-*): Add `first' in all doc strings.
12206         * gnus-group.el (gnus-group-compact-group): Fix typo.
12208 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12210         * gnus.el (gnus-parameters-case-fold-search): New variable.
12211         (gnus-parameters-get-parameter): Use it.
12213         * gnus-score.el (gnus-home-score-file): Doc fix.
12215 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12217         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12219 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12221         * mm-util.el (mm-special-display-p): New function.
12223         * mml.el (mml-preview): Use it; doc fix.
12225 2005-10-29  Romain Francoise  <romain@orebokech.com>
12227         * message.el (message-fix-before-sending): Fix comment.
12229 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12231         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12233 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12235         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12236         Used in gnus-score.el.
12238 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12240         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12242 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12244         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12245         whitespace removed in revision 7.8.  Use concatenated string to
12246         protect trailing whitespace.
12248 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12250         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12251         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12252         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12253         Courier IMAP ("some version from 2004").  Mostly based on similar
12254         code in the same function.
12256 2005-10-26  Didier Verna  <didier@xemacs.org>
12258         * gnus-group.el (gnus-group-compact-group): Invalidate original
12259         article buffer.
12260         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12261         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12262         NOV database and in article itself.
12263         Invalidate article backlog.
12265 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12267         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12269 2005-10-26  Simon Josefsson  <jas@extundo.com>
12271         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12272         part of 2004-07-25 change.
12274 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12276         * message.el (message-display-completion-list): New function.
12277         (message-expand-group): Use it; make sure the Completions buffer
12278         is modifiable.
12280 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12282         * imap.el (imap-open): Handle case where buffer is a buffer object.
12284 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12286         * pgg-def.el:
12287         * pgg-gpg.el:
12288         * pgg-parse.el:
12289         * pgg-pgp.el:
12290         * pgg-pgp5.el:
12291         * pgg.el: Move to the parent lisp directory.
12293 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12295         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12296         user-mail-name is an empty string.
12298 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12300         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12301         depending on gnus-score-decay-constant.
12303         * encrypt.el (encrypt-insert-file-contents)
12304         (encrypt-write-file-contents): Don't use `gnus-message'.
12306         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12307         arguments.
12308         (mm-uu-type-alist): Add message-marks and insert-marks.
12309         Pass arguments to mm-uu-verbatim-marks-extract.
12310         (mm-uu-hide-markers): New variable.
12311         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12313         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12314         (gnus-convert-image-to-face-command): Use "convert" by default to
12315         allow other input image formats.
12316         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12317         accordingly.
12319 2005-10-23  Simon Josefsson  <jas@extundo.com>
12321         * imap.el (imap-gssapi-program): Align command line parameters
12322         with latest GNU SASL.
12323         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12325 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12327         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12328         HTML.
12329         (nnslashdot-request-article): Ditto.
12331 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12333         * mail-source.el (mail-source-fetch-pop): Require pop3.
12334         (mail-source-check-pop): Ditto.
12336 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12338         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12339         errors.
12341 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12343         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12344         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12346         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12348         * mm-bodies.el (mm-decode-string):
12349         Call `mm-charset-to-coding-system' with allow-override argument.
12351 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12353         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12354         (rfc2047-charset-to-coding-system): New function.
12355         (rfc2047-decode-encoded-words): New function.
12356         (rfc2047-decode-region): Use them.
12357         (rfc2047-decode-cte): Remove.
12358         (rfc2047-parse-and-decode): Remove.
12359         (rfc2047-decode): Remove.
12361 2005-10-15  Kenichi Handa  <handa@m17n.org>
12363         * rfc2047.el (rfc2047-decode-cte): New function.
12364         (rfc2047-decode-region): Change the way to decode successive
12365         encoded-words: decode B- or Q-encoding in each encoded-word,
12366         concatenate them, and decode it as charset.
12368 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12370         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12371         widget-move-and-invoke.
12372         (gnus-custom-mode): Use gnus-custom-map.
12374 2005-10-15  Bill Wohler  <wohler@newt.com>
12376         * message.el (message-tool-bar-map): Rename image file from
12377         mail_send to mail/send.
12379 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12381         * message.el (message-expand-group): Pass the common
12382         prefix substring of completion to `display-completion-list'.
12384 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12386         * mml-sec.el (mml-secure-method): New internal variable.
12387         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12388         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12389         New functions using mml-secure-method.
12391         * mml.el (mml-mode-map): Add key bindings for those functions.
12392         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12393         Harder <harder@myrealbox.com>.
12394         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12395         Goto end of message if point is the headers of the message.
12397         * message.el (message-in-body-p): New function.
12399         * assistant.el: Autoload gnus-util and netrc.
12401         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12402         Use `mm-charset-override-alist' only when decoding.
12404         * mm-bodies.el (mm-decode-body):
12405         Call `mm-charset-to-coding-system' with allow-override argument.
12407         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12408         `filename' from Content-Disposition if Content-Type doesn't
12409         provide `name'.
12410         (gnus-mime-view-part-as-type): Set default instead of
12411         initial-input.
12413 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12415         * format-spec.el (format-spec): Propagate text properties of % spec.
12417 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12419         * gnus-art.el (gnus-treat-predicate): Add `first'.
12421 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12423         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12424         (mm-charset-override-alist): New variable.
12425         (mm-charset-to-coding-system): Use it.
12426         (mm-codepage-setup): New helper function.
12427         (mm-charset-eval-alist): New variable.
12428         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12429         Warn about unknown charsets.
12431 2005-10-04  David Hansen  <david.hansen@gmx.net>
12433         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12434         (nnrss-check-group): Ditto.
12436 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12438         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12439         Rename x-gnus-verbatim to x-verbatim.
12440         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12442         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12443         x-verbatim.
12445         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12447         * gnus-util.el (gnus-remove-duplicates): Remove.
12449         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12450         instead of gnus-remove-duplicates.
12452         * message.el (message-remove-duplicates): Remove.
12453         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12454         message-remove-duplicates.
12456         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12457         available, else use implementation from `delete-dups'.
12459         * message.el (message-insert-expires): New function.
12460         (message-mode-map): Add key binding.
12461         (message-mode-field-menu): Add menu entry.
12462         (message-mode): Document it.
12463         (message-make-expires-date): Use `message-make-date'.
12465 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12467         * message.el (message-make-expires-date): New function.
12469 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12471         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12473 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12475         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12476         function rather than the diff-mode.el package.
12477         (mm-display-external): Use with-current-buffer.
12478         (mm-viewer-completion-map, mm-viewer-completion-map):
12479         Move initialization inside declaration.
12481 2005-09-29  Simon Josefsson  <jas@extundo.com>
12483         * spam.el: Load hashcash when compiling, to avoid warnings.
12484         Don't autoload mail-check-payment.
12485         (spam-check-hashcash): Define unconditionally, since hashcash.el
12486         is part of Gnus now.  Ignore errors from payment checking.
12488 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12490         * message.el (message-bold-region, message-unbold-region):
12491         Rename from `bold-region' and `unbold-region'.
12493         * message.el: Remove useless autoloads.
12495 2005-09-28  Simon Josefsson  <jas@extundo.com>
12497         * message.el (message-use-idna): Default to t.
12498         (message-use-idna): Test whether encoding works too.  Doc fix.
12500 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12502         * nntp.el (nntp-warn-about-losing-connection): Remove.
12504 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12506         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12507         customizable.  Change default value.
12508         (mm-uu-diff-groups-regexp): Change default value.
12509         (mm-uu-type-alist): Add doc string.
12510         (mm-uu-configure): Add doc string.  Make it interactive.
12511         (mm-uu-tex-groups-regexp): New variable.
12512         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12513         (mm-uu-type-alist): Add LaTeX documents.
12514         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12515         of "text/verbatim".
12516         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12518         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12519         instead of "text/verbatim".
12521         * message.el (message-mark-inserted-region)
12522         (message-mark-insert-file): Use slrn style marks when called with
12523         prefix argument.
12525 2005-09-27  Simon Josefsson  <jas@extundo.com>
12527         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12529 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12531         * message.el (message-remove-duplicates): New function.
12532         Implementation borrowed from `gnus-remove-duplicates'.
12533         (message-idna-to-ascii-rhs): Also encode idna addresses in
12534         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12535         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12536         only ask about the same idna domain once per header and also tell
12537         in what header to replace the idna domain.
12539         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12540         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12541         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12542         a header is decoded and not just the last one.
12544 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12546         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12547         has been decoded.
12549         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12550         (mm-insert-part): Don't modify text if it has been decoded.
12552         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12553         decoded.
12555         * mm-view.el (mm-inline-text): Don't strip text props unless
12556         decoding enriched or richtext parts.
12558 2005-09-25  Romain Francoise  <romain@orebokech.com>
12560         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12561         * gnus-start.el (gnus-subscribe-interactively):
12562         * gnus-uu.el (gnus-uu-grab-articles):
12563         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12564         space.
12566 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12568         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12569         * mm-view.el (mm-view-pkcs7-decrypt):
12570         * gnus-sum.el (gnus-summary-limit-to-extra)
12571         (gnus-summary-respool-article, gnus-read-move-group-name):
12572         * gnus-score.el (gnus-summary-increase-score):
12573         * gnus-util.el (gnus-completing-read-with-default):
12574         * gnus-art.el (gnus-read-save-file-name)
12575         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12576         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12577         * message.el (message-check-news-header-syntax):
12578         Follow convention for reading with the minibuffer.
12580 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12582         * spam-report.el (spam-report-url-ping-plain):
12583         Use gnus-extended-version as User-Agent.
12585         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12586         default value is nil.
12588         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12589         (mm-uu-verbatim-marks-extract): New function.
12590         (mm-uu-extract): New face.
12591         (mm-uu-copy-to-buffer): Use it.
12593         * spam-report.el (spam-report-gmane-ham): Rename from
12594         `spam-report-gmane-unspam'.
12595         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12596         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12598         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12599         Autoload.
12600         (spam-report-gmane-unregister-routine):
12601         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12603 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12605         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12606         (spam-report-gmane-unregister-routine): Add support for gmane
12607         unregistration.
12609         * spam-report.el (spam-report-gmane-unspam)
12610         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12611         (spam-report-gmane): Change to take a single article and do unspam
12612         registration.
12614 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12616         * mm-url.el (mm-url-decode-entities): Fix regexp.
12618 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12620         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12621         default to nil, to be able to use Gnus at all.  If the default
12622         switches to something else, then the function should be fixed not
12623         be exceedingly slow.
12625 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12627         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12628         fail hard.
12630         * spam-report.el: Add better Keywords line.
12632         * spam.el: Add Maintainer and better Keywords line.
12634 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12636         * gnus-art.el (gnus-article-replace-part)
12637         (gnus-mime-replace-part): New functions.
12638         (gnus-mime-action-alist, gnus-mime-button-commands)
12639         (gnus-mime-save-part-and-strip): Add file argument.
12640         (gnus-article-part-wrapper): Add interactive argument.
12642         * gnus-sum.el (gnus-summary-mime-map):
12643         Add `gnus-article-replace-part'.
12645 2005-09-19  Didier Verna  <didier@xemacs.org>
12647         The nnml compaction feature:
12648         * nnml.el (nnml-request-compact-group): New function.
12649         * nnml.el (nnml-request-compact): New function.
12650         * gnus-int.el (gnus-request-compact-group): New function.
12651         * gnus-int.el (gnus-request-compact): New function.
12652         * gnus-group.el (gnus-group-compact-group): New function.
12653         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12654         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12655         * gnus-srvr.el (gnus-server-compact-server): New function.
12656         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12657         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12659 2005-09-18  Deepak Goel  <deego@gnufans.org>
12661         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12662         format spec.
12664 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12666         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12668 2005-09-15  Romain Francoise  <romain@orebokech.com>
12670         * message.el (message-fill-paragraph): Clarify docstring.
12672 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12674         * gnus-art.el (gnus-mime-display-part): Protect against broken
12675         MIME messages.
12677 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12679         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12680         before parsing header.
12682 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12684         * html2text.el (html2text-replace-list): Add new entities.
12686 2005-09-11  Romain Francoise  <romain@orebokech.com>
12688         * message.el (message-alternative-emails): Improve docstring.
12689         (message-setup-1): Call `message-use-alternative-email-as-from'
12690         after `message-setup-hook' to give it precedence over posting
12691         styles, etc.
12692         (message-use-alternative-email-as-from): Add docstring.
12693         Remove the original From header if present.
12695         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12696         (nnml-save-mail): Use it.
12698         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12699         articles.  Add new argument `silent'.
12700         (gnus-uu-mark-all): Report the total number of marked articles.
12702 2005-09-10  Romain Francoise  <romain@orebokech.com>
12704         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12705         (gnus-uu-mark-series): Likewise.
12707 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12709         * spam-report.el (spam-report-gmane): Fix generation of spam
12710         report URL.
12712 2005-09-10  Simon Josefsson  <jas@extundo.com>
12714         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12715         t, based on discussion on the ding list with Robert Epprecht
12716         <epprecht@solnet.ch>.
12718 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12720         * spam-report.el (spam-report-gmane): Make it work without
12721         X-Report-Spam header.  Gmane now only provides Archived-At.
12722         This is only used if `spam-report-gmane-use-article-number' is nil.
12723         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12725         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12726         make `gnus-summary-sort-by-recipient' work with threading.
12728         * nnweb.el (nnweb-google-wash-article): Print a message if article
12729         is not available.
12731 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12733         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12734         change.  Decode text/* parts content before displaying.
12736 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12738         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12740 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12742         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12744 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12746         * message.el (message-tab-body-function): Fix mismatched custom type.
12748         * gnus.el (gnus-group-change-level-function): Ditto.
12750         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12752         * gnus-art.el (gnus-signature-limit)
12753         (gnus-article-mime-part-function): Ditto.
12755 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12757         * mml.el (mml-mode): Silence the byte compiler.
12759         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12760         using `(sit-for 0)' before moving the point to the specified part;
12761         skip unbuttonized parts.
12762         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12763         return to the summary window if gnus-auto-select-part is non-nil.
12765 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12767         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12768         New variables.
12769         (mml-dnd-attach-file, mml-mode): Use them.
12771         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12772         Make fetching article by MID work again for Google Groups.
12773         Add FIXME concerning gnus-group-make-web-group.
12775         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12776         Don't depend on Gnus by using mail-extract-address-components if
12777         gnus-extract-address-components is not bound.
12779 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12781         * gnus-art.el (gnus-mime-display-security): Don't display the
12782         signature, but only the signed part.
12784 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12786         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12788         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12789         list, not listp.
12791 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12793         * mm-encode.el (mm-encode-content-transfer-encoding):
12794         Likewise when encoding.
12796         * mm-bodies.el (mm-decode-content-transfer-encoding):
12797         De-canonicalize CRLF for all text content types, not just
12798         text/plain.
12800 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12802         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12803         valid article; point arrow and cursor at the MIME button.
12805 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12808         Suggested by Dan Christensen <jdc@uwo.ca>.
12810         * mm-decode.el (mm-save-part): Enable change of prompt.
12812 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12814         * gnus-msg.el (gnus-inews-add-send-actions):
12815         Make `message-post-method' lambda parameter ARG `&optional'.
12817 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12819         * gnus-sum.el (gnus-summary-mime-map):
12820         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12821         gnus-article-jump-to-part.
12823         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12824         (gnus-article-edit-part): Use it.
12825         (gnus-article-part-wrapper): Add no-handle argument.
12826         (gnus-article-save-part-and-strip, gnus-article-delete-part):
12827         New functions.
12829 2005-08-29  Romain Francoise  <romain@orebokech.com>
12831         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12832         docstring.
12833         (gnus-face-from-file): Likewise.
12835 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12837         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12838         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12839         non-nil.
12840         (gnus-auto-select-part): New variable.
12841         (gnus-article-jump-to-part): New function.
12842         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12843         (gnus-mime-delete-part): Allow selecting specified part after
12844         deleting or stripping parts.
12845         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12846         part if argument is bogus.
12848 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12850         * gnus-art.el (w3m-minor-mode-map):
12851         * gnus-spec.el (gnus-newsrc-file-version):
12852         * gnus-util.el (nnmail-active-file-coding-system)
12853         (gnus-original-article-buffer, gnus-user-agent):
12854         * gnus.el (gnus-ham-process-destinations)
12855         (gnus-parameter-ham-marks-alist)
12856         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12857         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12858         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12859         * mm-decode.el (gnus-current-window-configuration):
12860         * mm-extern.el (gnus-article-mime-handles):
12861         * mm-url.el (url-current-object, url-package-name)
12862         (url-package-version):
12863         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12864         (smime-keys, w3m-cid-retrieve-function-alist)
12865         (w3m-current-buffer, w3m-display-inline-images)
12866         (w3m-minor-mode-map):
12867         * mml-smime.el (gnus-extract-address-components):
12868         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12869         (gnus-newsrc-hashtb, message-default-charset)
12870         (message-deletable-headers, message-options)
12871         (message-posting-charset, message-required-mail-headers)
12872         (message-required-news-headers):
12873         * mml1991.el (mc-pgp-always-sign):
12874         * mml2015.el (mc-pgp-always-sign):
12875         * nnheader.el (nnmail-extra-headers):
12876         * rfc1843.el (gnus-decode-encoded-word-function)
12877         (gnus-decode-header-function, gnus-newsgroup-name):
12878         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12880 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12882         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12883         the end of the date treatments.
12885 2005-08-15  Simon Josefsson  <jas@extundo.com>
12887         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12888         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12889         Capello and Romain Francoise.
12890         (pgg-fetch-key-function): Remove, not used?
12891         (pgg-insert-url-with-w3): Require url, to get
12892         url-insert-file-contents regardless of where it is defined.
12894 2005-08-13  Romain Francoise  <romain@orebokech.com>
12896         * message.el (message-cite-original-1): New function.
12897         (message-cite-original): Use it.
12898         (message-cite-original-without-signature): Ditto.
12900 2005-08-08  Romain Francoise  <romain@orebokech.com>
12902         * message.el (message-yank-empty-prefix): New variable.
12903         (message-indent-citation): Use it.
12904         (message-cite-original-without-signature): Respect X-No-Archive.
12906 2005-08-08  Simon Josefsson  <jas@extundo.com>
12908         * pgg.el: Autoload url-insert-file-contents instead of loading
12909         w3/url.
12910         (pgg-insert-url-with-w3): Don't load url here.
12912 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12914         * message.el (message-kill-to-signature): Don't insert newline at
12915         bol.
12916         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12918 2005-08-06  Romain Francoise  <romain@orebokech.com>
12920         * message.el (message-user-fqdn): Fix typo in docstring.
12922 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12924         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12926         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12928 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12930         * mm-bodies.el (mm-encode-body): Use coding system rather than
12931         charset to encode text.
12933         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12934         number of charsets if utf-8 is available (XEmacs).
12936 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12938         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12939         taken from `gnus-button-mid-or-mail-regexp'.
12940         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12941         (gnus-button-alist): Improve regexp for domain part of the MIDs
12942         for news:localpart@domain buttons.
12943         (gnus-button-ctan-directory-regexp): Update.
12945 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12947         * sieve-manage.el (sieve-manage-interactive-login):
12948         Use make-local-variable rather than make-variable-buffer-local.
12949         (sieve-manage-open): Ditto.
12950         (sieve-manage-authenticate): Ditto.
12952         * mml.el (mml-generate-mime-1): Make the content type default to
12953         text/plain if the filename is not specified.
12955 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12957         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12958         instead of insert-buffer.
12960         * message.el (message-yank-original): Ditto; set the mark at the
12961         end of the yanked message.
12963 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12965         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12966         lines to scroll rather than to stop it.
12968         * mml.el (mml-generate-default-type): Add doc string.
12969         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12970         default to application/octet-stream when determining the content
12971         type if it is not specified for the part or the mml contents; add
12972         a comment about mml-generate-default-type.
12974 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12976         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12977         make it default to application/octet-stream when determining the
12978         content type if it is not specified for the external contents.
12980 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12982         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12983         segmented parameter but also other parameters might be there.
12985 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12987         * mm-decode.el (mm-display-external): Delete temp file, directory
12988         and buffer immediately if the external process is exited.
12990 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12992         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
12993         fewer lines than that of scroll-margin.
12994         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
12996 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12998         * gnus-art.el (gnus-article-next-page): Revert.
12999         (gnus-article-beginning-of-window): New macro.
13000         (gnus-article-next-page-1): Use it.
13001         (gnus-article-prev-page): Ditto.
13002         (gnus-article-edit-part): Use insert-buffer-substring instead of
13003         insert-buffer.
13004         (gnus-article-edit-exit): Ditto.
13006         * gnus-util.el (gnus-beginning-of-window): Remove.
13007         (gnus-end-of-window): Remove.
13009 2005-07-25  Simon Josefsson  <jas@extundo.com>
13011         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13012         to have the url package without w3.  Reported by Daiki Ueno
13013         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13015 2005-07-20  Didier Verna  <didier@xemacs.org>
13017         * gnus-diary.el: Remove the description comment (nndiary is now
13018         properly documented in the Gnus manual).
13019         Fix the spelling of "Back End".
13020         * nndiary.el: Ditto.
13021         Fix the copyright notice.
13023 2005-07-18  Romain Francoise  <romain@orebokech.com>
13025         * gnus-sum.el (gnus-summary-to-prefix)
13026         (gnus-summary-newsgroup-prefix): New variables.
13027         (gnus-summary-from-or-to-or-newsgroups): Use them.
13029 2005-07-17  Romain Francoise  <romain@orebokech.com>
13031         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13032         space as it's generally not especially interesting to the user.
13034 2005-07-16  Romain Francoise  <romain@orebokech.com>
13036         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13037         nil to avoid prompting and file modification if one of the
13038         messages at the top of the nnfolder file contains a copyright
13039         notice.
13040         Update copyright notice.
13042         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13043         instead of `current-time-string' as the latter creates a time
13044         string that is not RFC 2822 compliant (it lacks the zone).
13045         Update copyright notice.
13047 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13049         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13050         for text/rtf.  Display default in prompt.  Pass default for M-n.
13052         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13054 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13056         * gnus-msg.el (gnus-button-mailto):
13057         Remove save-selected-window-window hackery because it relies on
13058         save-selected-window internals.
13060 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13062         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13063         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13064         (gnus-article-prev-page): Ditto.
13066         * gnus-util.el (gnus-beginning-of-window): New function.
13067         (gnus-end-of-window): New function.
13069 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13071         * gnus-score.el (gnus-score-edit-all-score):
13072         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13073         gnus-message.
13075 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13077         * gnus-msg.el (gnus-button-mailto):
13078         Remove save-selected-window-window hackery because it relies on
13079         save-selected-window internals.
13081 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13083         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13084         add-minor-mode.
13085         (gnus-binary-mode): Ditto.
13087         * gnus-topic.el (gnus-topic-mode): Ditto.
13089 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13091         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13092         (gnus-article-prev-page): Take scroll-margin into consideration.
13094 2005-07-04  Lute Kamstra  <lute@gnu.org>
13096         Update FSF's address in GPL notices.
13098 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13100         * gnus.el (gnus-exit):
13101         * gnus-group.el (gnus-group-icons):
13102         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13104         * gnus-nocem.el (gnus-nocem):
13105         * message.el (message-various, message-buffers, message-sending)
13106         (message-interface, message-forwarding, message-insertion)
13107         (message-headers, message-news, message-mail):
13108         * pgg-gpg.el (pgg-gpg):
13109         * pgg-parse.el (pgg-parse):
13110         * pgg-pgp.el (pgg-pgp):
13111         * pgg-pgp5.el (pgg-pgp5):
13112         * pop3.el (pop3): Finish `defgroup' description with period.
13114 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13116         * gnus-art.el (article-display-face): Improve the efficiency.
13117         (article-display-x-face): Ditto; remove grey x-face stuff.
13119 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13121         * gnus-art.el (article-display-face): Correct the position in
13122         which Faces are inserted.
13124 2005-06-29  Didier Verna  <didier@xemacs.org>
13126         * gnus-art.el (article-display-face): Display faces in correct
13127         order.
13129 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13131         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13132         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13133         (gnus-nocem-check-article): Fetch the Type header.
13134         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13135         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13136         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13137         make sure gnus-nocem-hashtb is initialized.
13138         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13139         (gnus-nocem-unwanted-article-p): Ditto.
13141         * pgg.el (pgg-verify): Return the verification result.
13143 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13145         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13146         is ascii.
13148 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13150         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13151         `show-nonbreak-escape'.
13153 2005-06-23  Lute Kamstra  <lute@gnu.org>
13155         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13157         * dig.el (dig-mode):
13158         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13160 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13162         * nnimap.el (nnimap-split-download-body): Fix spellings.
13164 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13166         * gnus-art.el (gnus-article-encrypt-body):
13167         * gnus-cus.el (gnus-score-customize):
13168         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13169         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13171 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13173         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13174         header by looking for magic "MII" at the beginnig.
13176 2005-06-16  Miles Bader  <miles@gnu.org>
13178         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13179         (assistant-field-face): New backward-compatibility alias for renamed
13180         face.
13181         (assistant-render-text): Use renamed assistant-field face.
13183         * spam.el (spam): Remove "-face" suffix from face name.
13184         (spam-face): New backward-compatibility alias for renamed face.
13185         (spam-face, spam-initialize): Use renamed spam face.
13187         * message.el (message-header-to, message-header-cc)
13188         (message-header-subject, message-header-newsgroups)
13189         (message-header-other, message-header-name)
13190         (message-header-xheader, message-separator, message-cited-text)
13191         (message-mml): Remove "-face" suffix from face names.
13192         (message-header-to-face, message-header-cc-face)
13193         (message-header-subject-face, message-header-newsgroups-face)
13194         (message-header-other-face, message-header-name-face)
13195         (message-header-xheader-face, message-separator-face)
13196         (message-cited-text-face, message-mml-face):
13197         New backward-compatibility aliases for renamed faces.
13198         (message-font-lock-keywords): Use renamed message faces.
13200         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13201         (sieve-test-commands, sieve-tagged-arguments):
13202         Remove "-face" suffix from face names.
13203         (sieve-control-commands-face, sieve-action-commands-face)
13204         (sieve-test-commands-face, sieve-tagged-arguments-face):
13205         New backward-compatibility aliases for renamed faces.
13206         (sieve-control-commands-face, sieve-action-commands-face)
13207         (sieve-test-commands-face, sieve-tagged-arguments-face):
13208         Use renamed sieve faces.
13210         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13211         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13212         (gnus-group-news-3-empty, gnus-group-news-4)
13213         (gnus-group-news-4-empty, gnus-group-news-5)
13214         (gnus-group-news-5-empty, gnus-group-news-6)
13215         (gnus-group-news-6-empty, gnus-group-news-low)
13216         (gnus-group-news-low-empty, gnus-group-mail-1)
13217         (gnus-group-mail-1-empty, gnus-group-mail-2)
13218         (gnus-group-mail-2-empty, gnus-group-mail-3)
13219         (gnus-group-mail-3-empty, gnus-group-mail-low)
13220         (gnus-group-mail-low-empty, gnus-summary-selected)
13221         (gnus-summary-cancelled, gnus-summary-high-ticked)
13222         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13223         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13224         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13225         (gnus-summary-low-undownloaded)
13226         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13227         (gnus-summary-low-unread, gnus-summary-normal-unread)
13228         (gnus-summary-high-read, gnus-summary-low-read)
13229         (gnus-summary-normal-read, gnus-splash):
13230         Remove "-face" suffix from face names.
13231         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13232         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13233         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13234         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13235         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13236         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13237         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13238         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13239         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13240         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13241         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13242         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13243         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13244         (gnus-summary-normal-ticked-face)
13245         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13246         (gnus-summary-normal-ancient-face)
13247         (gnus-summary-high-undownloaded-face)
13248         (gnus-summary-low-undownloaded-face)
13249         (gnus-summary-normal-undownloaded-face)
13250         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13251         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13252         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13253         (gnus-splash-face):
13254         New backward-compatibility aliases for renamed faces.
13255         (gnus-group-startup-message): Use renamed gnus faces.
13257         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13258         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13259         (gnus-server-agent): Remove "-face" suffix from face names.
13260         (gnus-server-agent-face, gnus-server-opened-face)
13261         (gnus-server-closed-face, gnus-server-denied-face)
13262         (gnus-server-offline-face):
13263         New backward-compatibility aliases for renamed faces.
13264         (gnus-server-agent-face, gnus-server-opened-face)
13265         (gnus-server-closed-face, gnus-server-denied-face)
13266         (gnus-server-offline-face): Use renamed gnus faces.
13268         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13269         Remove "-face" suffix from face names.
13270         (gnus-picon-xbm-face, gnus-picon-face):
13271         New backward-compatibility aliases for renamed faces.
13273         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13274         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13275         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13276         (gnus-cite-11): Remove "-face" suffix from face names.
13277         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13278         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13279         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13280         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13281         New backward-compatibility aliases for renamed faces.
13282         (gnus-cite-attribution-face, gnus-cite-face-list)
13283         (gnus-article-boring-faces): Use renamed gnus faces.
13285         * gnus-art.el (gnus-signature, gnus-header-from)
13286         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13287         (gnus-header-content): Remove "-face" suffix from face names.
13288         (gnus-signature-face, gnus-header-from-face)
13289         (gnus-header-subject-face, gnus-header-newsgroups-face)
13290         (gnus-header-name-face, gnus-header-content-face):
13291         New backward-compatibility aliases for renamed faces.
13292         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13294         * gnus-sum.el (gnus-summary-selected-face)
13295         (gnus-summary-highlight): Use renamed gnus faces.
13296         * gnus-group.el (gnus-group-highlight): Likewise.
13298 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13300         * gnus-sieve.el (gnus-sieve-article-add-rule):
13301         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13302         * spam-stat.el (spam-stat-buffer-change-to-spam)
13303         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13305         * message.el (message-is-yours-p):
13306         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13308 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13310         * mm-view.el (mm-inline-text): Withdraw the last change.
13312 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13314         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13315         executing enriched-decode.
13317 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13319         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13320         charset of tar files.
13322 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13324         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13326 2005-06-04  Lute Kamstra  <lute@gnu.org>
13328         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13329         information is never recorded.
13331 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13333         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13335 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * pop3.el (pop3-apop): Run md5 in the binary mode.
13339         * starttls.el (starttls-set-process-query-on-exit-flag):
13340         Use eval-and-compile.
13342 2005-05-31  Simon Josefsson  <jas@extundo.com>
13344         * smime.el (smime-replace-in-string): Define.
13345         (smime-cert-by-ldap-1): Use it.
13347 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13349         * gnus-art.el (article-display-x-face): Replace
13350         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13352         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13353         set-process-query-on-exit-flag or process-kill-without-query.
13355         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13356         loop instead of replace-regexp.
13358         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13359         instead of process-kill-without-query if it is available.
13361         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13362         instead of find-file-hooks if it is available.
13364         * mml1991.el: Bind pgg-default-user-id when compiling.
13366         * mml2015.el: Bind pgg-default-user-id when compiling.
13368         * nndraft.el (nndraft-request-associate-buffer):
13369         Use write-contents-functions instead of write-contents-hooks if it is
13370         available.
13372         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13373         instead of find-file-hooks if it is available.
13375         * nntp.el (nntp-open-connection): Replace
13376         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13377         (nntp-open-ssl-stream): Ditto.
13378         (nntp-open-tls-stream): Ditto.
13380         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13381         set-process-query-on-exit-flag or process-kill-without-query.
13382         (starttls-open-stream-gnutls): Use it instead of
13383         process-kill-without-query.
13384         (starttls-open-stream): Ditto.
13386 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13388         * smime.el (smime-cert-by-ldap-1): Don't use
13389         replace-regexp-in-string.
13391 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13393         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13395         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13396         in PEM format.  Adjust to the XEmacs compability.
13398 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13400         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13401         by `string-to-number'.
13402         * gnus-agent.el (gnus-agent-regenerate-group)
13403         (gnus-agent-fetch-articles): Ditto.
13404         * gnus-art.el (gnus-button-fetch-group): Ditto.
13405         * gnus-cache.el (gnus-cache-generate-active)
13406         (gnus-cache-articles-in-group): Ditto.
13407         * gnus-group.el (gnus-group-set-current-level)
13408         (gnus-group-insert-group-line): Ditto.
13409         * gnus-score.el (gnus-score-set-expunge-below)
13410         (gnus-score-set-mark-below, gnus-summary-score-effect)
13411         (gnus-summary-score-entry): Ditto.
13412         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13413         (gnus-soup-pack): Ditto.
13414         * gnus-spec.el (gnus-xmas-format): Ditto.
13415         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13416         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13417         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13418         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13419         * nndb.el (nndb-get-remote-expire-response): Ditto.
13420         * nndiary.el (nndiary-parse-schedule-value)
13421         (nndiary-string-to-number, nndiary-request-replace-article)
13422         (nndiary-request-article): Ditto.
13423         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13424         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13425         * nneething.el (nneething-make-head): Ditto.
13426         * nnfolder.el (nnfolder-request-article)
13427         (nnfolder-retrieve-headers): Ditto.
13428         * nnheader.el (nnheader-file-to-number): Ditto.
13429         * nnkiboze.el (nnkiboze-request-article): Ditto.
13430         * nnmail.el (nnmail-process-unix-mail-format)
13431         (nnmail-process-babyl-mail-format): Ditto.
13432         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13433         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13434         (nnmh-request-create-group, nnmh-request-list-1)
13435         (nnmh-request-group, nnmh-request-article): Ditto.
13436         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13437         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13438         * nnsoup.el (nnsoup-make-active): Ditto.
13439         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13440         * nntp.el (nntp-find-group-and-number)
13441         (nntp-retrieve-headers-with-xover): Ditto.
13442         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13443         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13444         (pgg-format-key-identifier): Ditto.
13445         * pop3.el (pop3-last, pop3-stat): Ditto.
13446         * qp.el (quoted-printable-decode-region): Ditto.
13448         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13449         of concat.
13451 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13453         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13455         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13457         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13459         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13461         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13463         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13465         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13466         (gnus-carpal-mode): Ditto.
13468         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13469         (gnus-browse-mode): Ditto.
13471         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13473         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13475 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13477         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13479 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13481         * gnus-util.el (gnus-run-mode-hooks): New function.
13483         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13485 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13487         * gnus-agent.el (gnus-agent-make-mode-line-string):
13488         Use mode-line-highlight as mouse-face.
13490 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13492         * canlock.el (canlock): Change the parent group to news.
13494         * deuglify.el (gnus-outlook-deuglify): Add :group.
13496         * dig.el (dig): Add :group.
13498         * dns-mode.el (dns-mode): Add :group.
13500         * encrypt.el (encrypt): Add :group.
13502         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13503         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13504         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13505         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13506         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13508         * gnus-diary.el (gnus-diary): Add :group.
13510         * gnus.el (gnus-group-news-1-face): Add :group.
13511         (gnus-group-news-1-empty-face): Ditto.
13512         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13513         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13514         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13515         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13516         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13517         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13518         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13519         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13520         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13521         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13522         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13523         (gnus-summary-high-ticked-face): Ditto.
13524         (gnus-summary-low-ticked-face): Ditto.
13525         (gnus-summary-normal-ticked-face): Ditto.
13526         (gnus-summary-high-ancient-face): Ditto.
13527         (gnus-summary-low-ancient-face): Ditto.
13528         (gnus-summary-normal-ancient-face): Ditto.
13529         (gnus-summary-high-undownloaded-face): Ditto.
13530         (gnus-summary-low-undownloaded-face): Ditto.
13531         (gnus-summary-normal-undownloaded-face): Ditto.
13532         (gnus-summary-high-unread-face): Ditto.
13533         (gnus-summary-low-unread-face): Ditto.
13534         (gnus-summary-normal-unread-face): Ditto.
13535         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13536         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13538         * hashcash.el (hashcash): New custom group.
13539         (hashcash-default-payment): Add :group.
13540         (hashcash-payment-alist): Ditto.
13541         (hashcash-default-accept-payment): Ditto.
13542         (hashcash-accept-resources): Ditto.
13543         (hashcash-path): Ditto.
13544         (hashcash-extra-generate-parameters): Ditto.
13545         (hashcash-double-spend-database): Ditto.
13546         (hashcash-in-news): Ditto.
13548         * message.el (message-minibuffer-local-map): Add :group.
13550         * netrc.el (netrc): Add :group.
13552         * sieve-manage.el (sieve-manage-log): Add :group.
13553         (sieve-manage-default-user): Diito.
13554         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13555         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13556         (sieve-manage-authenticators): Ditto.
13557         (sieve-manage-authenticator-alist): Ditto.
13558         (sieve-manage-default-port): Ditto.
13560         * sieve-mode.el (sieve-control-commands-face): Add :group.
13561         (sieve-action-commands-face): Ditto.
13562         (sieve-test-commands-face): Ditto.
13563         (sieve-tagged-arguments-face): Ditto.
13565         * smime.el (smime): Add :group.
13567         * spam-report.el (spam-report): Add :group.
13569         * spam.el (spam, spam-face): Add :group.
13571 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13573         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13574         return \n.\n.\n at the end of articles.  Protect against that.
13575         (nntp-with-open-group): Allow debugging.
13577         * nnheader.el (mail-header-set-extra): Make into a function
13578         because I just could't understand how to quote the list properly.
13580         * dns.el (query-dns-cached): New function.
13582 2005-05-26  Lute Kamstra  <lute@gnu.org>
13584         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13586 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13588         * gnus-art.el: Don't autoload mail-extract-address-components.
13590         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13591         eval-and-compile to evaluate it.
13593         * hashcash.el: Don't autoload executable-find.
13595         * nndb.el: Don't declare the nndb back end two or more times; don't
13596         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13598         * nntp.el: Autoload format-spec instead of format; use
13599         eval-and-compile to evaluate autoload forms.
13601 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13603         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13605 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13607         * gnus.el (gnus-version-number): Bump version.
13609 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13611         * gnus.el: No Gnus v0.3 is released.
13613 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13615         * gnus-art.el (gnus-article-edit-part): Disable undo.
13617 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13620         gnus-article-date-lapsed-new-header is t if date timer is active;
13621         skip headers in which the original date value is empty.
13622         (gnus-article-save-original-date): Redefine it as a macro.
13623         (gnus-display-mime): Use it.
13625 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13627         * gnus-art.el (article-date-ut): Support converting date in
13628         forwarded parts as well.
13629         (gnus-article-save-original-date): New function.
13630         (gnus-display-mime): Use it.
13632 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13634         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13635         enclosure element of <item>.
13637 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13639         * message.el (message-kill-buffer-query): Rename from
13640         `message-kill-buffer-query-if-modified'.  Add :version.
13642 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13644         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13645         window layout.
13647 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13649         * mml.el: Autoload dnd when compiling.
13651 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13653         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13654         x-dnd-*.
13656 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13658         * qp.el (quoted-printable-encode-region): Save excursion.
13660 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13662         * message.el (message-kill-buffer-query-if-modified): Add new variable
13663         so the user can kill a modified message buffer quickly.
13664         (message-kill-buffer): Use it.
13666 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13668         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13669         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13671 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13673         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13674         contained in text because xml.el decodes entities) with LFs.
13676 2005-04-11  Lute Kamstra  <lute@gnu.org>
13678         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13679         differently.
13681 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13683         * mm-util.el (mm-detect-coding-region): Typo.
13685 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13687         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13689 2005-04-06  Deepak Goel  <deego@gnufans.org>
13691         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13692         user-function allow user modifications of the scores.
13693         (spam-stat-score-buffer-user): New function, to allow
13694         user-computed modifications to the score.
13695         (spam-stat-score-buffer-user-functions): List of additional
13696         scoring functions.
13697         (spam-stat-error-holder): Global temporary error holder.
13698         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13699         variable.
13701 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13703         * gnus-registry.el (gnus-registry-clean-empty-function)
13704         (gnus-registry-trim, gnus-registry-fetch-groups)
13705         (gnus-registry-delete-group): Groups that match
13706         `gnus-registry-ignored-groups' are removed from the registry
13707         entries, not just ignored for splitting.  This helps clean up the
13708         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13709         to get all the groups a message ID is in.
13711         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13712         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13713         (spam-stat-score-buffer-user-functions): Add :number custom type.
13715 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13718         argument in XEmacs.
13720         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13721         (nnrss-request-group): Decode group name first.
13722         (nnrss-request-article): Make a text/plain article if mml-to-mime
13723         failed.
13724         (nnrss-get-encoding): Return a compatible encoding according to
13725         nnrss-compatible-encoding-alist.
13726         (nnrss-find-el): Use consp instead of listp.
13727         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13729 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13731         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13732         which Emacs 20 doesn't support.
13733         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13735 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13737         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13738         silence the byte compiler inside the defun.
13740         * gnus-demon.el (parse-time-string): Add autoload.
13742         * gnus-delay.el (parse-time-string): Add autoload.
13744         * gnus-art.el (parse-time-string): Add autoload.
13746         * nnultimate.el (parse-time): Require for `parse-time-string'.
13748 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13750         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13752         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13754         * smime.el (smime-ldap-host-list): Add :version.
13756 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13758         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13759         pass it to `gnus-browse-read-group'.
13760         (gnus-browse-read-group): Add NUMBER argument and pass it to
13761         `gnus-group-read-ephemeral-group'.
13763         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13764         argument and pass it to `gnus-group-read-group'.
13766 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13768         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13769         mm-xemacs-find-mime-charset-1 if we have the mule feature
13770         available at runtime.
13772 2005-03-25  Werner Lemberg  <wl@gnu.org>
13774         * nnmaildir.el: Replace `illegal' with `invalid'.
13776 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13778         * gnus-start.el (gnus-display-time-event-handler):
13779         Check display-time-timer at runtime rather than only at load time
13780         in case display-time-mode is turned off in the mean time.
13782 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13784         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13785         used.
13787         * nneething.el (nneething-map-file-directory): Derive from
13788         `gnus-directory'.
13790         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13791         the To/Cc button.
13793 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13795         * nnmaildir.el (nnmaildir-request-accept-article):
13796         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13798 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13800         * gnus-async.el: Require timer-funcs at compile time when in
13801         XEmacs for `run-with-idle-timer'.
13803 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13805         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13806         autoloaded function.
13808 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13810         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13812 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13814         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13816 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13818         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13819         Add gnus-expert-user to default.
13821 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13823         * nnimap.el (nnimap-open-server): Ditto.
13825         * imap.el (imap-authenticate): Fix typo.
13827 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13829         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13830         buffer (since IMAP server might return FETCH response out of
13831         order, and the nntp buffer must be sorted).
13833 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13835         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13836         comparison on string.
13838         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13839         (gnus-agent-score): Rename category keywords to match gnus-cus.
13840         (gnus-agent-summary-fetch-series): Modify to protect against
13841         gnus-agent-summary-fetch-group clearing processable flags.
13842         (gnus-agent-synchronize-group-flags): Update live group buffer as
13843         synchronization may occur due to the user toggle the plugged
13844         status.
13845         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13846         successfully downloaded.
13847         (gnus-agent-expire-group-1): Avoid using markers when the overview
13848         is in ascending order; greatly improves performance.
13849         (gnus-agent-regenerate-group):
13850         Use gnus-agent-synchronize-group-flags to reset read status in both
13851         gnus and server.
13852         (gnus-agent-update-files-total-fetched-for): Fix initial size.
13854 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13856         * message.el: Don't autoload former message-utils variables.
13857         (message-strip-subject-trailing-was): Change doc string.
13859         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13860         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13861         (nnweb-google-search): Add "hl=en" here.
13862         (nnweb-google-parse-1, nnweb-google-create-mapping):
13863         Don't hardcode URL.
13865 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13867         * message.el (message-get-reply-headers, message-followup):
13868         Mention related variables `message-use-followup-to' and
13869         `message-use-mail-followup-to', in the information buffer.
13871         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13872         of broken groups(-beta).google.com.
13874 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13876         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13877         parameter to invoked gnus-request-move-article; remove the
13878         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13879         all at once instead of once per article.
13880         (gnus-summary-remove-process-mark): Accept a list of articles as
13881         well as a single article for processing.
13883         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13884         parameter.
13886         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13888         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13890         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13891         parameter.
13893         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13894         parameter.
13896         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13897         parameter and remove the gnus-sum-hint-move-is-internal variable.
13899         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13900         parameter.
13902         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13903         parameter.
13905         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13906         parameter.
13908         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13910         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13911         parameter.
13913         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13914         parameter.
13916 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13918         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13919         a more conservative way.
13921 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13923         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13924         buffer, so it moves the window's cursor.
13926 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13928         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13929         `mm-dissect-multipart' and receive the from field as an (optional)
13930         argument from `mm-dissect-multipart'.
13931         (mm-dissect-multipart): Receive the from field as an argument and
13932         pass it on when we call `mm-dissect-buffer' on MIME parts.
13933         Fixes verification/decryption of signed/encrypted MIME parts.
13935 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13937         * gnus-sum.el (gnus-summary-move-article):
13938         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13939         whatever it calls (right now, only nnimap-request-move article
13940         respects it).
13942         * nnimap.el (nnimap-request-move-article):
13943         When gnus-sum-hint-move-is-internal is set, don't do the extra
13944         nnimap-request-article.
13946 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13948         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13950         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13951         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13953         * gnus-sum.el (gnus-summary-caesar-message):
13954         Apply `gnus-treat-article' after rotation.
13956         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13957         doc string.
13959 2005-02-22  Simon Josefsson  <jas@extundo.com>
13961         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13962         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13963         <arne@arnested.dk>.
13964         (encrypt): Add password-cache and password-cache-expiry as group
13965         members.
13967 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13969         * smime.el (smime-ldap-host-list): Doc fix.
13970         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13971         cache) password.
13972         (smime-sign-region): Use it.
13973         (smime-decrypt-region): Use it.
13974         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13975         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13976         fails.
13977         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13978         certificate from DER to PEM format rather than calling openssl.
13980         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13982         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13983         for signing/encryption.
13985         * mml.el (mml-parse-1): Use them.
13987 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
13989         * nnrss.el (nnrss-verbose): Remove.
13990         (nnrss-request-group): Use `nnheader-message' instead.
13992 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
13994         * nnrss.el (nnrss-verbose): New variable.
13995         (nnrss-request-group): Make it say nnrss is requesting a group.
13997 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13999         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14000         Handle news URL with given port correctly.
14002 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14004         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14005         containing special characters.
14007         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14009         * mml.el (mime-to-mml): Ditto.
14011         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14012         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14013         (rfc2047-decode-region): Quote decoded words containing special
14014         characters when rfc2047-quote-decoded-words-containing-tspecials
14015         is non-nil.
14017 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14019         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14021         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14023 2005-02-15  Simon Josefsson  <jas@extundo.com>
14025         * nnimap.el (nnimap-debug): Doc fix.
14027         * imap.el (imap-debug): Doc fix.
14029 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14031         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14033 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14035         * gnus.el (spam-contents): Improve docs for spam-contents
14036         parameter in its variable incarnation.
14038 2005-02-14  Simon Josefsson  <jas@extundo.com>
14040         * smime-ldap.el: Use require instead of load-library for ldap.
14041         (smime-ldap-search): Indent.
14042         (smime-ldap-search-internal): Shorten line.
14044         * smime.el (smime-cert-by-dns): Add doc-string.
14045         (smime-cert-by-ldap-1): Indent.
14047         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14048         mml-smime-get-dns-ldap.
14049         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14051 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14053         * smime.el: Require smime-ldap.
14054         (smime-ldap-host-list): New variable.
14055         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14057         * mml-smime.el (mml-smime-encrypt-query): New function.
14058         (mml-smime-encrypt-query): Use it.
14060         * smime-ldap.el: New file.
14062 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14064         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14066 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14068         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14069         argument in doc string.  Make query for type more clear.
14071 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14073         * gnus.el (gnus-group-startup-message): Search for gnus images in
14074         etc/images/gnus.
14075         * mm-util.el (mm-image-load-path): Likewise.
14076         * smiley.el (smiley-data-directory): Search for smilies in
14077         etc/images/smilies.
14079 2005-02-09  Kim F. Storm  <storm@cua.dk>
14081         Change Emacs release version from 21.4 to 22.1 throughout.
14082         Change Emacs development version from 21.3.50 to 22.0.50.
14084 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14086         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14088         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14089         non-Mule XEmacs as well.
14090         (mm-decompress-buffer): Signal an error intentionally if it does
14091         not decompress compressed data because auto-compression-mode is
14092         disabled.
14094 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14096         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14097         an ID in the registry even if it has no groups.
14099 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14101         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14102         merge it into mm-decompress-buffer.
14103         (gnus-mime-copy-part): Use the MIME part charset, the value which
14104         a user specified or gnus-newsgroup-charset for decoding, like
14105         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14106         save-buffer what was used.  Suggested by Kevin Ryde
14107         <user42@zip.com.au>.
14108         (gnus-mime-inline-part): Allow the name parameter as well as the
14109         filename parameter; force decompressing of compressed data; always
14110         display contents being not decoded as unibyte.
14112         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14113         as well as the filename parameter.
14115         * mm-util.el (mm-decompress-buffer):
14116         Merge gnus-mime-jka-compr-maybe-uncompress.
14117         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14118         of compressed data.
14120 2005-02-08  Simon Josefsson  <jas@extundo.com>
14122         * imap.el (imap-log): Doc fix.
14124 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14126         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14127         the coding cookies; decompress compressed parts.
14129         * mml.el (mml-generate-mime-1): Add the charset parameter according
14130         to the value which a user specified manually or the coding cookie.
14132         * mm-util.el (mm-string-to-multibyte): New function.
14133         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14134         (mm-coding-system-to-mime-charset): New function.
14135         (mm-decompress-buffer): New function.
14136         (mm-find-buffer-file-coding-system): New function.
14138         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14139         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14140         parts.
14142 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14144         * mm-view.el (mm-display-inline-fontify): Decode a part according
14145         to the charset parameter.
14147 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14149         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14150         prefix arg is neither nil nor a number, as info specifies.
14152 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14154         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14155         timestamps.
14157 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14159         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14160         groups error checking and notify user.
14162 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14164         * message.el (message-send-mail-function): Check existence of
14165         sendmail-program first before using default value
14166         `message-send-mail-with-sendmail'.  Otherwise use more generic
14167         `smtpmail-send-it'.
14169 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14171         * nntp.el (nntp-request-update-info): Always return nil.
14173 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14175         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14177 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14179         * message.el (message-beginning-of-line): Change the behavior when
14180         invoked between BOL and : so that it first moves backward.
14182 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14184         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14185         article buffer when editing of the article is discarded.
14186         (gnus-article-prepare): Revert.
14188 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14190         * gnus-art.el (gnus-article-prepare):
14191         Remove message-strip-forbidden-properties from the local hook.
14193 2005-01-27  Simon Josefsson  <jas@extundo.com>
14195         * password.el (password-cache-add): Only start one timer per key.
14196         Reported by Derek Atkins <warlord@MIT.EDU>.
14198 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14200         * run-at-time.el: Remove.  It is no longer needed as
14201         timer-funcs.el in the xemacs-base package has a working version of
14202         `run-at-time'.
14204         * password.el: Require timer-funcs instead of run-at-time in
14205         XEmacs.
14206         Remove `password-run-at-time' macro.
14207         (password-cache-add): Use `run-at-time' instead of
14208         `password-run-at-time'.
14210         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14211         for `run-with-idle-timer'.
14213         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14214         for `run-at-time'.
14216         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14217         for `with-timeout'.
14219 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14221         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14222         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14224 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14226         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14227         sensitively.
14229 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14231         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14233 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14235         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14236         which will be inserted according to the multibyteness of a buffer
14237         rather than the type of contents.  Suggested by ARISAWA Akihiro
14238         <ari@mbf.ocn.ne.jp>.
14240         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14241         of string which old xml.el may return rather than a string.
14243 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14245         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14247 2005-01-16  Simon Josefsson  <jas@extundo.com>
14249         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14250         idn/idna.el isn't available.
14251         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14252         <michael@waxrat.com>.
14254         * hashcash.el: Remove non-FSF copyright header.
14256         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14257         (hashcash-generate-payment): Use it.
14258         (hashcash-generate-payment-async): Use it.
14260 2005-01-15  Simon Josefsson  <jas@extundo.com>
14262         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14263         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14265         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14266         gnus-summary-idna-message.
14267         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14268         (gnus-summary-idna-message): New function.
14270 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14272         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14273         gnus-novice-user.
14275 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14277         * nnrss.el (nnrss-request-delete-group): Delete entries in
14278         nnrss-group-alist as well.
14279         (nnrss-save-server-data): Insert newline.
14281 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14283         * gnus.el (gnus-user-agent): Use list of symbols instead of
14284         symbols.  Display full version number for (S)XEmacs.
14285         Optionally display (S)XEmacs codename.
14287         * gnus-util.el (gnus-emacs-version): Update for new
14288         `gnus-user-agent'.
14290         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14291         Gnus version.
14293 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14295         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14296         which is unreadable in some setups.
14298 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14300         * gnus-spec.el (gnus-update-format-specifications): Flush the
14301         group format spec cache if it doesn't support decoded group names.
14303 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14305         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14306         Allow to apply decay on score files matching a regexp.
14308 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14310         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14311         compatibility in %g and %c.
14313 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14316         name for only %g and %c.
14317         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14318         of gnus-tmp-group to decoded group name.
14319         (gnus-group-make-rss-group): Exclude `/'s from group names.
14321 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14323         * nnrss.el (nnrss-get-encoding): Fix regexp.
14325 2004-12-27  Simon Josefsson  <jas@extundo.com>
14327         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14328         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14329         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14331 2004-12-17  Kim F. Storm  <storm@cua.dk>
14333         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14335         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14337 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14339         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14341 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14343         * nnrss.el: Require rfc2047 and mml.
14344         (nnrss-file-coding-system): New variable.
14345         (nnrss-format-string): Redefine it as an inline function.
14346         (nnrss-decode-group-name): New function.
14347         (nnrss-string-as-multibyte): Remove.
14348         (nnrss-retrieve-headers): Decode group name; don't use
14349         nnrss-format-string.
14350         (nnrss-request-group): Decode group name.
14351         (nnrss-request-article): Decode group name; allow a Message-ID as
14352         well as an article number; don't use nnrss-format-string; encode a
14353         Message-ID string which may contain non-ASCII characters; use
14354         mml-to-mime to compose a MIME article.
14355         (nnrss-request-expire-articles): Decode group name.
14356         (nnrss-request-delete-group): Decode group name.
14357         (nnrss-fetch): Clarify error message.
14358         (nnrss-read-server-data): Use insert-file-contents instead of load;
14359         bind file-name-coding-system; use multibyte buffer.
14360         (nnrss-save-server-data): Bind coding-system-for-write to the
14361         value of nnrss-file-coding-system; bind file-name-coding-system;
14362         add coding cookie.
14363         (nnrss-read-group-data): Use insert-file-contents instead of load;
14364         bind file-name-coding-system; use multibyte buffer.
14365         (nnrss-save-group-data): Bind coding-system-for-write to the
14366         value of nnrss-file-coding-system; bind file-name-coding-system.
14367         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14368         make it work with non-ASCII text.
14369         (nnrss-find-el): Make it work with old xml.el as well.
14371 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14373         * nnrss.el (nnrss-get-encoding): New function.
14374         (nnrss-fetch): Use unibyte buffer initially; bind
14375         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14376         decode contents according to the encoding attribute.
14377         (nnrss-save-group-data): Add coding cookie.
14378         (nnrss-mime-encode-string): New function.
14379         (nnrss-check-group): Use it to encode subject and author.
14381 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14383         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14384         imaginary variable.
14386 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14388         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14389         correctly even if there are wide characters.
14391 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14393         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14394         downcased symbol names; make a new cache instead of reusing
14395         bbdb-hashtable.
14397 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14399         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14400         concatenating segments rather than before concatenating them.
14401         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14403         * message.el (message-get-reply-headers): Bind `extra'.
14405 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14407         * message.el (message-extra-wide-headers): New variable.
14408         (message-get-reply-headers): Use it.
14410 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14412         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14413         (gnus-agent-group-pathname): Ditto.
14415         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14417         * gnus-group.el (gnus-group-make-group): Decode group name.
14418         (gnus-group-make-rss-group): Register the group data after opening
14419         the nnrss group.
14421 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14423         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14424         by expiry now get marked as read.
14426 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14428         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14430 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14432         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14433         unify Latin characters in XEmacs.
14434         (mm-find-mime-charset-region): Use it.
14436 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14438         * gnus-util.el (gnus-delete-directory): New function.
14440         * gnus-agent.el (gnus-agent-delete-group): Use it.
14442         * gnus-cache.el (gnus-cache-delete-group): Use it.
14444 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14446         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14447         names.
14449 2004-12-16  Simon Josefsson  <jas@extundo.com>
14451         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14453 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14455         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14457         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14458         (gnus-group-set-current-level): Decode group name.
14460 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14462         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14463         failed.
14465 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14467         * gnus-group.el (gnus-group-delete-group): Decode group name.
14468         (gnus-group-make-rss-group): Encode group name.
14469         (gnus-group-catchup-current): Decode group name.
14470         (gnus-group-kill-group): Decode group name.
14472 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14474         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14476 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14478         * gnus-group.el (gnus-group-make-rss-group):
14479         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14481         * gnus-start.el (gnus-setup-news): Honor user's setting to
14482         gnus-message-archive-method.  Suggested by Lute Kamstra
14483         <lute@gnu.org>.
14485 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14487         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14488         global counterparts of the buffer-local variables.
14490 2004-11-16  Romain Francoise  <romain@orebokech.com>
14492         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14493         counterparts of the buffer-local variables.
14495 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14497         * message.el (message-forbidden-properties): Fix typo in doc
14498         string.
14500 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14502         * gnus-util.el (gnus-replace-in-string): Add doc string.
14504         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14505         to avoid problems when splitting mails with many recipients.
14507 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14509         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14510         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14512 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14514         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14515         if there is no hashtable in memory or file modification time is
14516         newer than cached timestamp.
14518 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14520         * gnus-sum.el (gnus-summary-limit-to-recipient):
14521         Implement not-matching option.
14523 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14525         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14526         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14527         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14528         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14529         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14530         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14532 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14534         * message.el (message-forward-make-body-mml): Remove headers
14535         according to message-forward-ignored-headers if a message is decoded.
14537 2004-12-02  Romain Francoise  <romain@orebokech.com>
14539         * message.el (message-forward-make-body-plain): Always remove
14540         headers according to message-forward-ignored-headers.
14542 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14544         * spam.el (spam-summary-prepare-exit): Remove the
14545         gnus-summary-limit pop for now, it has problems with ham marks for
14546         me.
14548 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14550         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14551         correctly.
14553 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14555         * format-spec.el (format-spec): Message the char.
14557 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14559         * gnus-art.el (gnus-split-methods): Reformat comments.
14561         * spam.el (spam-summary-prepare-exit): Remove article limits
14562         before exiting the summary buffer.
14564 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14566         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14567         order to silence the byte compiler.
14569         * spam.el: Fix the way to silence the byte compiler, which
14570         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14571         bbdb-search-simple, spam-BBDB-register-routine,
14572         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14573         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14574         spam-stat-buffer-is-spam, spam-stat-load,
14575         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14576         spam-stat-save and spam-stat-split-fancy.
14578 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14580         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14581         which may confuse users.
14582         (canlock-password-for-verify): Ditto.
14584         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14586         * gnus-art.el (gnus-emphasis-alist): Ditto.
14588         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14590         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14592         * gnus-start.el (gnus-save-killed-list): Ditto.
14594         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14595         (gnus-sum-thread-tree-root): Ditto.
14596         (gnus-sum-thread-tree-false-root): Ditto.
14597         (gnus-sum-thread-tree-single-indent): Ditto.
14599         * message.el (message-courtesy-message): Ditto.
14600         (message-archive-note): Ditto.
14601         (message-subscribed-address-file): Ditto.
14602         (message-user-fqdn): Ditto.
14604         * spam-report.el (spam-report-gmane-regex): Ditto.
14606         * spam.el (spam-blackhole-good-server-regex): Ditto.
14608 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14610         * mml.el (mml-preview): Widen the message buffer before copying
14611         the contents to the preview buffer; sort headers before previewing.
14613         * message.el (message-hidden-headers): Fix the way to avoid a bug
14614         in the `repeat' widget in Emacs 21.3 or earlier.
14616 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14618         * message.el (message-hidden-headers): Default to "^References:".
14619         Improve customization type.  Suggested by Reiner Steib
14620         <Reiner.Steib@gmx.de>.
14622 2004-11-25  Romain Francoise  <romain@orebokech.com>
14624         * message.el (message-strip-forbidden-properties): Remove check for
14625         obsolete `message-hidden' text property, hidden headers are not
14626         accessible in the buffer anymore.
14628 2004-11-22  Romain Francoise  <romain@orebokech.com>
14630         * message.el (message-header-format-alist): Add `From' in list
14631         so that it can be sorted.
14632         (message-fix-before-sending): Widen and sort headers before
14633         sending.
14634         (message-hide-headers): Use narrowing to hide headers by moving
14635         them to the top of the buffer and narrowing to the region
14636         underneath.
14638 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14640         * message.el (message-strip-forbidden-properties):
14641         Bind buffer-read-only (etc) to nil.
14643 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14646         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14648 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14650         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14652 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14654         * dns.el (query-dns): Use sit-for to time instead of
14655         accept-process-output, since that doesn't seem to work on udp
14656         sockets.
14658 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14662 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14664         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14665         doc string.  Improve doc string.
14667 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14669         * nntp.el (nntp-request-update-info): Return nil if
14670         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14671         may not call gnus-activate-group which uselessly issues the GROUP
14672         commands for all nntp groups and wastes time.  Reported by Romain
14673         Francoise <romain@orebokech.com>.
14675         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14677 2004-11-15  Simon Josefsson  <jas@extundo.com>
14679         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14680         headers separately.
14681         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14682         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14684 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14686         * gnus-start.el (gnus-convert-old-newsrc):
14687         Assign legacy-gnus-agent to 5.10.7.
14689 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14691         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14692         start of the lines.
14694 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14696         * hashcash.el (hashcash-default-payment): Change default to 20.
14697         (hashcash-default-accept-payment): Change default to 20.
14698         (hashcash-process-alist): New variable.
14699         (hashcash-generate-payment-async): Add.
14700         (hashcash-already-paid-p): Add.
14701         (hashcash-insert-payment): Don't generate payments twice.
14702         (hashcash-insert-payment-async): Add.
14703         (hashcash-insert-payment-async-2): Add.
14704         (hashcash-cancel-async): Add.
14705         (hashcash-wait-async): Add.
14706         (hashcash-processes-running-p): Add.
14707         (hashcash-wait-or-cancel): Add.
14708         (mail-add-payment): New optional argument.  Conditionally start
14709         asynchronous calculation.
14710         (mail-add-payment-async): Add.
14712         * message.el (message-send-mail): Wait for asynchronous hashcash
14713         results.  Don't clobber existing X-Hashcash headers.
14714         (message-setup-1): Call mail-add-payment-async when
14715         message-generate-hashcash is non-nil.
14717 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14719         * message.el (message-use-alternative-email-as-from): Examine the
14720         From header as well; use message-make-from in order to include a
14721         user's full name.
14723 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14725         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14726         default; improve customization type.
14727         (gnus-emphasis-custom-with-format): New macro.
14728         (gnus-emphasis-custom-value-to-external): New function.
14729         (gnus-emphasis-custom-value-to-internal): New function.
14731 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14733         * dns.el (query-dns): Resolve reverse addresses.
14735 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737         * gnus-group.el (gnus-group-get-new-news): Use it.
14739         * gnus-start.el (gnus-check-reasonable-setup): New function.
14741 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14743         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14744         "Args out of range" error.  Reported by Arnaud Giersch
14745         <arnaud.giersch@free.fr>.
14747 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14749         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14751 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14753         * spam.el (spam group): Add :version.
14755         * pgg-def.el (pgg group): Add :version.
14757 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14759         * gnus-art.el (gnus-article-edit-article): Don't associate the
14760         article buffer with a draft file.  This is a temporary measure
14761         against the 2004-08-22 change to gnus-article-edit-mode.
14763 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14765         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14766         (html2text-format-tags): Remove unused variable `attr'.
14768 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14770         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14772         * spam-stat.el (spam-stat): Add :version.
14774         * sieve.el (sieve): Add :version.
14776         * sha1.el (sha1): Add :version.
14777         (sha1-use-external): Remove redundant version.
14779         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14780         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14781         (nnmail-split-fancy-match-partial-words)
14782         (nnmail-split-lowercase-expanded): Add :version.
14784         * nndiary.el (nndiary): Add :version.
14786         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14788         * mml-sec.el (mml-default-sign-method)
14789         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14790         Add :version.
14792         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14794         * mm-url.el (mm-url-use-external, mm-url-program)
14795         (mm-url-arguments): Add :version.
14797         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14798         (mm-attachment-file-modes, mm-decrypt-option)
14799         (mm-w3m-safe-url-regexp): Add :version.
14801         * message.el (message-cite-prefix-regexp)
14802         (message-sendmail-envelope-from, message-minibuffer-local-map)
14803         (message-user-fqdn, message-completion-alist): Add :version.
14805         * gnus-win.el (gnus-configure-windows-hook)
14806         (gnus-use-frames-on-any-display): Add :version.
14808         * gnus-art.el (gnus-article-address-banner-alist)
14809         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14810         (gnus-treat-from-picon, gnus-treat-mail-picon)
14811         (gnus-treat-x-pgp-sig): Add :version.
14813         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14814         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14815         (gnus-summary-article-delete-hook)
14816         (gnus-summary-display-while-building): Add :version.
14818         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14819         (gnus-get-top-new-news-hook): Add :version.
14821         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14822         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14824         * gnus-registry.el (gnus-registry): Add :version.
14826         * gnus-spec.el (gnus-use-correct-string-widths)
14827         (gnus-make-format-preserve-properties): Add :version.
14829         * gnus.el (gnus-group-charter-alist)
14830         (gnus-group-fetch-control-use-browse-url)
14831         (gnus-install-group-spam-parameters): Add :version.
14833         * gnus-diary.el (gnus-diary): Add :version.
14835         * gnus-delay.el (gnus-delay): Add :version.
14837         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14838         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14839         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14840         Add :version.
14842         * gnus-agent.el (gnus-agent-max-fetch-size)
14843         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14844         (gnus-agent-prompt-send-queue): Add :version.
14846         * deuglify.el (gnus-outlook-deuglify): Add :version.
14848         * html2text.el: Beautify code.  Improve doc strings.
14849         Some checkdoc cleanup.
14850         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14852 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14854         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14856 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14858         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14859         when package is loaded.
14861         * spam.el (spam-summary-score-preferred-header): Add global preference
14862         for people who want to override the default SpamAssassin over
14863         Bogofilter preference (when both are set).
14864         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14865         (spam-user-format-function-S):
14866         Check spam-summary-score-preferred-header.
14867         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14868         (spam-user-format-function-S): Format the score correctly.
14870 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14873         signature file.  Suggested by Manoj Srivastava
14874         <srivasta@golden-gryphon.com>.
14876         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14877         iso-2022-jp even in the Japanese language environment.
14878         Suggested by Jason Rumney <jasonr@gnu.org>.
14880 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14882         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14883         use the same characters as the dummy marks; make it free from
14884         getting affected by the language environment.
14885         (gnus-summary-read-group-1): Update mark positions only when the
14886         format spec is updated.
14888         * gnus-spec.el (gnus-update-format-specifications): Return a list
14889         of updated types.
14891 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14893         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14894         of boundp to check if display-warning is available.
14896 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14898         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14900 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14902         * nnspool.el (nnspool-spool-directory): Use news-path if the
14903         news-directory variable is not bound.
14905         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14906         function instead of display-warning if it is not available.
14908 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14910         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14911         v5-10: Use `point-at-bol'.
14913 2004-10-26  Simon Josefsson  <jas@extundo.com>
14915         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14916         <chenggao@gmail.com>.
14918 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14920         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14921         instead.
14923 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14925         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14926         to remove a server from the nnimap-server-buffer-alist.
14927         (nnimap-open-connection, nnimap-close-server): Use it.
14929         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14931 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14933         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14934         running the major-mode function.
14936 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14938         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14939         dummy marks in the right way.
14941 2004-10-18  David Edmondson  <dme@dme.org>
14943         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14944         excessively.
14946 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14948         * gnus-util.el (gnus-split-references): Accept a nil references
14949         string and go on blissfully.
14951         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14952         cases where the references string is non-nil but has no references.
14954         * encrypt.el: Add autoload tags.
14956         * spam.el (spam-resolve-registrations-routine): Remove article
14957         from unregistration list too.  Reported by David Hanak
14958         <dhanak@isis.vanderbilt.edu>
14960 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14962         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14963         nil.  Change custom type.
14965 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14967         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14969         * gnus-sum.el (gnus-summary-move-article): Use it.
14971 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14973         * encrypt.el: Add autoload cookies.
14975         * spam.el (spam-backend-article-list-property)
14976         (spam-backend-get-article-todo-list)
14977         (spam-backend-put-article-todo-list)
14978         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14979         Resolve registrations separately.
14980         (spam-register-routine): Format comments.
14981         (spam-unregister-routine, spam-register-routine): Always call with
14982         specific-articles, no default list.
14983         (spam-summary-prepare-exit): Use the spam-classifications function.
14985         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
14986         gnus-encrypt.el.
14988         * encrypt.el: Copied from gnus-encrypt.el.
14990         * gnus-encrypt.el: Commented that it's obsolete.
14992 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
14994         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
14995         (gnus-score-save): Use it.
14997         * message.el (message-bury): Use `window-dedicated-p'.
14999 2004-10-15  Simon Josefsson  <jas@extundo.com>
15001         * pop3.el (top-level): Don't require nnheader.
15002         (pop3-read-timeout): Add.
15003         (pop3-accept-process-output): Add.
15004         (pop3-read-response, pop3-retr): Use it.
15006 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15008         * spam.el (spam-register-routine): Move comment.
15009         (spam-verify-bogofilter): Use 'unknown for the initial
15010         spam-bogofilter-valid state, not 'never.
15012         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15013         for netrc-machine.
15015         * nnimap.el (nnimap-open-connection):
15016         Use netrc-machine-user-or-password.
15018 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15020         * gnus-registry.el (gnus-registry-unload-hook):
15021         Set as a variable with add-hook.
15023         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15024         of news-path.
15026         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15028         * spam.el: Delete duplicate `provide'.
15029         (spam-unload-hook): Set as a variable with add-hook.
15031 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15033         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15034         in the doc string.
15036         * message.el (message-ignored-news-headers)
15037         (message-ignored-supersedes-headers)
15038         (message-ignored-resent-headers)
15039         (message-forward-ignored-headers): Improve custom type.
15041 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15043         * message.el (message-tokenize-header): Fix 2004-09-06 change
15044         which used point-min in the wrong place.
15046 2004-10-12  Simon Josefsson  <jas@extundo.com>
15048         * tls.el (tls-certtool-program): New variable.
15049         (tls-certificate-information): New function, based on
15050         ssl-certificate-information.
15052 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15054         * compface.el: Move the version of ELisp-based uncompface program
15055         to the contrib directory because of the copyright problem.
15057 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15059         * message.el (message-kill-buffer): Raise the current frame.
15061 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15063         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15065         * gnus.el (message-y-or-n-p): Autoload.
15067         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15068         (pop3-password-required, pop3-authentication-scheme)
15069         (pop3-leave-mail-on-server): Make customizable.
15070         (pop3): New custom group.
15071         (pop3-retr): Remove `sleep-for' statements.
15072         Suggested by Dave Love <fx@gnu.org>.
15074         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15075         Windows/DOS.
15077         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15078         (imap-parse-body): Fix incorrect use of `assert'.
15079         Suggested by Dave Love <fx@gnu.org>.
15081         * mml.el (mml-minibuffer-read-disposition): Require match.
15082         Suggested by Dave Love <fx@gnu.org>.
15084 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15086         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15087         doc string.
15089 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15091         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15093 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15095         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15096         instead of calling `mm-insert-inline', to decode text/* parts
15097         before displaying them.
15099 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15101         * mm-uu.el (mm-uu-text-plain-type): New variable.
15102         (mm-uu-pgp-signed-extract-1): Use it.
15103         (mm-uu-pgp-encrypted-extract-1): Use it.
15104         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15105         bind mm-uu-text-plain-type with that value.
15106         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15107         mm-uu-dissect.
15109 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15111         * gnus-group.el (gnus-update-group-mark-positions):
15112         * gnus-sum.el (gnus-update-summary-mark-positions):
15113         * message.el (message-check-news-body-syntax):
15114         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15115         of string-as-multibyte.
15117 2004-10-05  Juri Linkov  <juri@jurta.org>
15119         * gnus-group.el (gnus-update-group-mark-positions):
15120         * gnus-sum.el (gnus-update-summary-mark-positions):
15121         * message.el (message-check-news-body-syntax):
15122         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15123         8-bit unibyte values to a multibyte string for search functions.
15125 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15127         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15128         (mm-uu-dissect-text-parts): New function.
15130         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15131         dissect text parts.
15133         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15134         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15136         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15138         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15139         Use gnus-current-topics instead of gnus-current-topic.
15141 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15143         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15145 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15147         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15148         where approriate.
15150         * nnml.el (nnml-generate-active-info): do.
15152         * nndiary.el (nndiary-generate-active-info): do.
15154         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15155         (gnus-topic-move): do.
15157         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15158         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15160         * gnus-srvr.el (gnus-server-prepare)
15161         (gnus-server-open-all-servers): do.
15163         * gnus-msg.el (gnus-summary-cancel-article)
15164         (gnus-summary-resend-message)
15165         (gnus-summary-mail-crosspost-complaint): do.
15167         * gnus-move.el (gnus-change-server): do.
15169         * gnus-group.el (gnus-group-unmark-all-groups)
15170         (gnus-group-set-current-level): do.
15172 2004-10-04  Simon Josefsson  <jas@extundo.com>
15174         * message.el (message-generate-hashcash): Doc fix.
15176 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15178         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15179         avoid infinite recursion via gnus-get-function.
15181 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15183         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15185         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15187         * nnmail.el (nnmail-split-history): do.
15189         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15190         (nnml-request-delete-group): do.
15192         * nnslashdot.el (nnslashdot-read-groups): do.
15194         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15195         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15197         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15198         (nnspool-sift-nov-with-sed): Use last.
15199         (nnspool-retrieve-headers-with-nov): Use mapc.
15200         (nnspool-request-newgroups): Use dolist.
15201         (nnspool-request-group): Use last.
15203         * nntp.el (nntp-read-server-type): Use dolist.
15205         * nnvirtual.el (nnvirtual-create-mapping)
15206         (nnvirtual-update-read-and-marked): Use dolist.
15207         (nnvirtual-convert-headers): Simplify.
15209 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15211         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15212         Add support for sync'ing tick marks.
15214 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15216         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15217         there's no visible header.
15219 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15221         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15222         When necessary, pass full group name to gnus-request-set-marks.
15224 2004-10-01  Simon Josefsson  <jas@extundo.com>
15226         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15227         acroread.
15229 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15231         * spam-report.el (spam-report-gmane): Fix interactive.
15233         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15235         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15236         when writing file.
15237         (gnus-agent-synchronize-flags): Don't default to being
15238         interactive.
15240 2004-09-30  Simon Josefsson  <jas@extundo.com>
15242         * message.el (message-generate-hashcash): Add.
15243         (message-send-mail): Use it, call mail-add-payment.
15245 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15247         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15249 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15251         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15252         gnus-requst-update-info with explicit code to sync the in-memory
15253         info read flags with the marks being sync'd to the backend.
15255         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15257 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15259         * spam.el (spam-verify-bogofilter): Add new function.
15260         (spam-check-bogofilter)
15261         (spam-bogofilter-register-with-bogofilter): Use it.
15262         (spam-verify-bogofilter): Add small fixes.
15264 2004-09-28  Simon Josefsson  <jas@extundo.com>
15266         * hashcash.el (hashcash-generate-payment): Revert.
15268 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15270         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15271         Use gnus-extract-references instead of gnus-split-references.
15273         * gnus-util.el (gnus-extract-references): Add new function, analogous
15274         to gnus-split-references but extracts only the message-ID without
15275         anything extra.
15277         * hashcash.el (hashcash-generate-payment)
15278         (hashcash-check-payment): Do the right thing if hashcash-path is
15279         nil (because the hashcash program could not be found).
15281         * spam.el (spam-use-hashcash): Remove comment.
15283 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15285         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15286         (gnus-cache-enter-article, gnus-cache-remove-article)
15287         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15289         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15291         * gnus-art.el (article-hide-boring-headers)
15292         (article-translate-strings, article-display-face)
15293         (gnus-article-mime-match-handle-first)
15294         (gnus-article-highlight-headers)
15295         (gnus-article-add-buttons-to-head): do.
15297 2004-09-27  Simon Josefsson  <jas@extundo.com>
15299         * hashcash.el: New version, from
15300         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15301         ../contrib/.
15303 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15305         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15307 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15309         * gnus-dup.el (gnus-dup-open): Use mapc.
15310         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15312         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15313         Reported by Stefan Wiens <s.wi@gmx.net>.
15315         * gnus.el (gnus-shutdown): Use dolist.
15317         * gnus-undo.el (gnus-undo): Use mapc.
15319         * nnrss.el (nnrss-generate-active): do.
15321         * message.el (message-cite-original-without-signature)
15322         (message-cite-original): Use mapc.
15323         (message-do-actions, message-make-forward-subject): Use dolist.
15325 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15327         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15328         deletion to remove entire duplicate line.  Fixes merged article
15329         number bug.
15331 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15333         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15334         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15335         first ask if you want to open a server and then, even when you
15336         responded with no, asking if you want to synchronize the server's
15337         flags.
15338         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15339         multi-line expressions.
15340         (gnus-agent-synchronize-group-flags): New internal function.
15341         Updates marks in memory (in the info structure) AND in the
15342         backend.
15344         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15346         * nnagent.el (nnagent-request-set-mark):
15347         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15348         method, to ensure that synchronization updates marks in the
15349         backend and in the info (in memory) structure.
15351 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15353         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15354         convention fully; don't miss the root article of a thread; make
15355         the X-Draft-From header with correct article numbers.
15357 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15359         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15360         unless plugged.  Disable the agent so that an open failure causes
15361         an error.
15363         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15364         Revert 2004-09-21 change.  The backend must be opened while
15365         synchronizing flags even when the backend stores the flags
15366         locally.
15368 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15370         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15371         in `header' match.  Reported by Svend Tollak Munkejord.
15373         * message.el (message-cite-original): Fix use of
15374         `message-cite-articles-with-x-no-archive'.
15376 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15378         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15379         (gnus-window-to-buffer): Ditto.
15381         * mml.el (mml-preview-buffer): New variable.
15382         (mml-preview): Manage window layout with gnus-buffer-configuration.
15384         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15385         X-Draft-From header even if those articles aren't quoted.
15387 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15389         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15390         (gnus-request-set-mark, gnus-request-update-mark): Use new
15391         g-s-t-u-l-m to decide to use backend even when unplugged.
15393 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15395         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15396         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15398 2004-09-20  Simon Josefsson  <jas@extundo.com>
15400         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15401         "utf-16-le".
15403 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15405         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15407 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15409         * uudecode.el (uudecode-use-external): Add :version.
15411         * smime.el (smime-CA-file, smime-encrypt-cipher)
15412         (smime-dns-server): Add :version.
15414         * smiley.el (gnus-smiley-file-types): Add :version.
15416         * sha1.el (sha1-use-external): Add :version.
15418         * pgg-def.el (pgg-query-keyserver): Add :version.
15420         * nnmail.el (nnmail-fancy-expiry-targets)
15421         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15422         Add :version.
15424         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15425         (nnimap-retrieve-groups-asynchronous): Add :version.
15426         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15428         * mml.el (mml-content-disposition-parameters)
15429         (mml-insert-mime-headers-always): Add :version.
15431         * mm-util.el (mm-coding-system-priorities): Add :version.
15433         * mm-decode.el (mm-inline-text-html-with-images)
15434         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15435         (mm-verify-option): Add :version.
15436         (mm-text-html-renderer): Change :version.
15438         * message.el (message-fcc-externalize-attachments)
15439         (message-required-headers, message-draft-headers)
15440         (message-subject-trailing-was-query)
15441         (message-subject-trailing-was-ask-regexp)
15442         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15443         (message-mark-insert-end, message-archive-header)
15444         (message-archive-note, message-cross-post-default)
15445         (message-cross-post-note, message-followup-to-note)
15446         (message-cross-post-note-function, message-use-mail-followup-to)
15447         (message-subscribed-address-functions)
15448         (message-subscribed-address-file, message-subscribed-addresses)
15449         (message-subscribed-regexps, message-allow-no-recipients)
15450         (message-yank-cited-prefix, message-signature-insert-empty-line)
15451         (message-hidden-headers, message-hierarchical-addresses)
15452         (message-mail-user-agent, message-use-idna)
15453         (message-valid-fqdn-regexp)
15454         (message-strip-special-text-properties, message-header-synonyms)
15455         (message-beginning-of-line, message-tab-body-function): Add :version.
15456         (message-insert-canlock, message-wide-reply-confirm-recipients):
15457         Change :version.
15459         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15460         and :version.
15461         (mail-source-delete-old-incoming-confirm)
15462         (mail-source-movemail-program): Add :version.
15464         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15465         (gnus-agent-cache, gnus-agent): Change :version.
15467         * gnus-util.el (gnus-use-byte-compile): Change :version.
15469         * gnus-sum.el (gnus-summary-make-false-root-always)
15470         (gnus-summary-default-high-score)
15471         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15472         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15473         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15474         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15475         (gnus-sum-thread-tree-single-indent)
15476         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15477         (gnus-sum-thread-tree-leaf-with-other)
15478         (gnus-sum-thread-tree-single-leaf): Add :version.
15479         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15480         (gnus-article-loose-mime): Change :version.
15482         * gnus-start.el (gnus-backup-startup-file)
15483         (gnus-save-startup-file-via-temp-buffer): Add :version.
15485         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15486         (gnus-server-offline-face): Add :version.
15488         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15490         * gnus-msg.el (gnus-gcc-externalize-attachments)
15491         (gnus-debug-files, gnus-debug-exclude-variables)
15492         (gnus-discouraged-post-methods): Change :version.
15493         (gnus-confirm-mail-reply-to-news)
15494         (gnus-confirm-treat-mail-like-news): Add :version.
15496         * gnus-int.el (gnus-server-unopen-status): Add :version.
15498         * gnus-group.el (gnus-group-jump-to-group-prompt)
15499         (gnus-large-ephemeral-newsgroup)
15500         (gnus-fetch-old-ephemeral-headers): Add :version.
15502         * gnus-fun.el (gnus-x-face-directory)
15503         (gnus-convert-pbm-to-x-face-command)
15504         (gnus-convert-image-to-x-face-command)
15505         (gnus-convert-image-to-face-command): Add :version.
15507         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15509         * gnus-cite.el (gnus-cite-blank-line-after-header)
15510         (gnus-article-boring-faces): Add :version.
15512         * gnus-art.el (gnus-buttonized-mime-types)
15513         (gnus-inhibit-mime-unbuttonizing)
15514         (gnus-treat-display-face)
15515         (gnus-treat-body-boundary): Change :version.
15516         (gnus-body-boundary-delimiter, gnus-picon-databases)
15517         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15518         (gnus-treat-date-english, gnus-treat-fold-headers)
15519         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15520         (gnus-treat-mail-picon, gnus-treat-wash-html)
15521         (gnus-article-encrypt-protocol)
15522         (gnus-use-idna, gnus-article-over-scroll)
15523         (gnus-mime-display-multipart-alternative-as-mixed)
15524         (gnus-mime-display-multipart-related-as-mixed)
15525         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15526         (gnus-ctan-url, gnus-button-ctan-handler)
15527         (gnus-button-handle-ctan-bogus-regexp)
15528         (gnus-button-ctan-directory-regexp)
15529         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15530         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15531         (gnus-button-man-level, gnus-button-emacs-level)
15532         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15534         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15535         (gnus-agent-go-online): Change :version.
15536         (gnus-agent-expire-unagentized-dirs)
15537         (gnus-agent-auto-agentize-methods): Add :version.
15539         * flow-fill.el (fill-flowed-display-column)
15540         (fill-flowed-encode-column): Add :version.
15542         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15543         (gnus-outlook-deuglify-unwrap-max)
15544         (gnus-outlook-deuglify-cite-marks)
15545         (gnus-outlook-deuglify-unwrap-stop-chars)
15546         (gnus-outlook-deuglify-no-wrap-chars)
15547         (gnus-outlook-deuglify-attrib-cut-regexp)
15548         (gnus-outlook-deuglify-attrib-verb-regexp)
15549         (gnus-outlook-deuglify-attrib-end-regexp)
15550         (gnus-outlook-display-hook): Add :version.
15552         * binhex.el (binhex-use-external): Add :version.
15554 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15556         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15557         and `invisible'.
15559 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15561         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15562         in gnus-registry-trim.
15564 2004-09-13  Simon Josefsson  <jas@extundo.com>
15566         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15568         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15570         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15571         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15572         <yamaoka@jpl.org>.
15573         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15574         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15575         <yamaoka@jpl.org>.
15577         * sieve.el (sieve-manage-mode): Ditto.
15579 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15581         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15583 2004-09-11  Simon Josefsson  <jas@extundo.com>
15585         * dns-mode.el: Add.
15587         * mm-view.el (mm-display-dns-inline): Add.
15589         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15590         (mm-automatic-display): Ditto.
15592         * mailcap.el (mailcap-mime-data): Add text/dns.
15593         (mailcap-mime-extensions): Map .soa to text/dns.
15595 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15597         * gnus-art.el (article-decode-mime-words, article-babel)
15598         (gnus-article-highlight-signature, gnus-article-add-buttons)
15599         (gnus-signature-toggle): Remove unnecessary bindings of
15600         `inhibit-read-only' inherited from v5.10 merge.
15602 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15604         * nntp.el (nntp): New customization group.
15605         (nntp-authinfo-file): Add customization group.
15607         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15609         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15611         * gnus.el (to-address, to-list, subscribed)
15612         (large-newsgroup-initial): Ditto.
15614         * flow-fill.el (fill-flowed-display-column)
15615         (fill-flowed-encode-column): Ditto.
15617 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15619         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15620         Use point-min rather than 1.
15621         (message-send-mail): Use buffer-size rather than point-max.
15623         * gnus-sum.el (gnus-summary-search-article-forward):
15624         Signal a specific `search-failed' rather than a generic `error'.
15626         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15627         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15628         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15630 2004-09-10  Simon Josefsson  <jas@extundo.com>
15632         * nndb.el (require): Remove tcp and duplicate cl.
15634 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15636         * gnus-agent.el (directory-files-and-attributes): Move forward.
15638 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15640         * gnus-agent.el (directory-files-and-attributes):
15641         Optionally defined to support XEmacs.
15643 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15645         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15646         to avoid run-time CL dependencies.
15647         (gnus-agent-unfetch-articles): New function.
15648         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15649         article numbers even when local .overview file is missing.
15650         (gnus-agent-read-article-number): New function.  Only accepts
15651         27-bit article numbers.
15652         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15653         Use gnus-agent-read-article-number.
15654         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15655         from backend while recognizing that article numbers in .overview
15656         must be valid.
15657         (gnus-agent-update-files-total-fetched-for):
15658         Use directory-files-and-attributes to improve performance.
15659         * gnus-int.el (gnus-request-move-article):
15660         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15661         improve performance.
15663         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15664         some users confused by references to .newsrc when they only have a
15665         .newsrc.eld file.
15666         (gnus-convert-mark-converter-prompt)
15667         (gnus-convert-converter-needs-prompt): Fix use of property list.
15668         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15669         New function.  Used internally to only display 'gnus converting
15670         files' message when actually necessary.
15672         * gnus-sum.el (): Remove (require 'gnus-agent) as required
15673         methods now autoloaded.
15675 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15677         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15678         identifiers.
15680 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15682         * gnus-picon.el: Fix indentation and closing parenthesis.
15684 2004-09-01  Simon Josefsson  <jas@extundo.com>
15686         * message.el (message-canlock-generate): Require sha1, not
15687         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15688         to require within a function.  Sadly, if sha1.el isn't loaded, the
15689         let binding in m-c-g will hide the defcustom definition, which is
15690         bad.)
15692         * canlock.el: Require sha1, not sha1-el.
15694         * message.el: Don't autoload sha1 (there is a autoload cookie in
15695         sha1.el).
15697         * sha1-el.el: Rename to sha1.el.
15699 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15701         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15703 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15705         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15707 2004-08-30  Kim F. Storm  <storm@cua.dk>
15709         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15711         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15712         Add :group 'nnimap.
15714 2004-08-30  Andreas Schwab  <schwab@suse.de>
15716         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15717         ?* and ?\;.
15719         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15720         and ?\' to symbol instead of whitespace.
15722 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15724         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15726         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15727         instead of re-search-forward.
15729         * gnus-uu.el (gnus-uu-save-article): Ditto.
15730         (gnus-uu-post-encode-uuencode): Ditto.
15732         * html2text.el (html2text-clean-list-items): Ditto.
15733         (html2text-clean-dtdd): Ditto.
15734         (html2text-format-tags): Ditto.
15736         * message.el (message-send-mail-with-sendmail): Fix regexp.
15737         (message-fill-field-general): Use search-forward instead of
15738         re-search-forward.
15739         (unbold-region): Ditto.
15741         * nnrss.el (nnrss-request-article): Ditto.
15743         * nnslashdot.el (nnslashdot-request-article): Ditto.
15745         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15747         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15748         "Unrecognized menu descriptor" error in XEmacs.
15750 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15752         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15753         parent article of a sparse article in the thread hashtb.
15755 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15757         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15758         (nnmail-expand-newtext): Lowercase expanded entries if
15759         nnmail-split-lowercase-expanded is non-nil.
15761 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15763         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15765         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15766         of gnus-tmp-news-method into string under XEmacs.  It will be
15767         passed to gnus-correct-length which takes only a string argument.
15769 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15771         * gnus-util.el (gnus-bind-print-variables): New macro.
15772         (gnus-prin1): Use it.
15773         (gnus-prin1-to-string): Use it.
15774         (gnus-pp): New function.
15775         (gnus-pp-to-string): New function.
15777         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15778         Replace pp-to-string with gnus-pp-to-string.
15779         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15780         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15781         * gnus-msg.el (gnus-debug): Ditto.
15782         * gnus-score.el (gnus-score-save): Ditto.
15783         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15784         gnus-pp-to-string.
15785         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15786         with gnus-pp.
15787         * score-mode.el (gnus-score-pretty-print): Ditto.
15788         * webmail.el (webmail-debug): Ditto.
15790 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15792         * gnus-art.el (article-display-face, article-display-x-face):
15793         Use buffer-read-only.
15795 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15797         * gnus-art.el (article-hide-list-identifiers):
15798         Bind inhibit-read-only as t.
15800 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15802         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15804 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15806         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15807         (gnus-narrow-to-page): Don't assume point-min == 1.
15808         (gnus-article-edit-mode): Derive from message-mode.
15810         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15811         point-min == 1.
15813         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15814         Disable incorrect use of `assert'.
15816         * message.el (message-mode): Set comment-start-skip.
15818 2004-08-22  Sam Steingold  <sds@gnu.org>
15820         * pop3.el (pop3-leave-mail-on-server): New user variable.
15821         (pop3-movemail): Delete mail only when it is nil.
15823 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15825         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15827         * mml.el (mml-preview): Use `pop-to-buffer'.
15829         * message.el (message-goto-mail-followup-to): Insert after "To".
15830         (message-carefully-insert-headers): Add comment.
15832         * gnus.el: Remove unused variable `gnus-article-check-size'.
15834         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15836         * gnus-art.el (gnus-button-alist):
15837         Improve `gnus-button-handle-library' entry.
15839 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15841         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15842         Use downcase, since XEmacs capitalizes error messages differently.
15844 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15846         * nntp.el: Add (require 'gnus) due to reference to
15847         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15849 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15851         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15852         Bind `mm-fill-flowed'.
15854         * mm-decode.el (mm-dissect-singlepart): Check it.
15856 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15858         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15859         'imap' for netrc parsing.
15861 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15863         * mailcap.el (mailcap-mime-data): Mark as risky.
15865 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15867         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15868         may be included in the encoded word.
15869         (rfc2047-encode): Don't append a space if the encoded word
15870         includes close parenthesis.
15872 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15874         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15875         of text within parentheses.
15877 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15879         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15880         (gnus-encrypt-write-file-contents): Make the password key the file
15881         name PLUS the cipher, not just the cipher.  Also remove failed
15882         passwords from the cache.
15884 2004-08-06  Simon Josefsson  <jas@extundo.com>
15886         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15887         Doc fix.
15889 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15891         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15892         LWSP.
15894 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15896         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15897         Try to append in-reply-to: data to the references: header.
15899         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15900         (netrc-parse): Use gnus-encrypt.el functions.
15902         * gnus-encrypt.el: Add new file for encryption support; currently
15903         does only a few GPG ciphers and an internal XOR cipher.
15905         * password.el: Add comments on using password-read-and-add.
15906         (password-read-and-add): Add function to read and add the
15907         password to the cache at once.
15909 2004-07-28  Simon Josefsson  <jas@extundo.com>
15911         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15912         parameter (but don't use it, for now).
15914         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15915         instead of hard coding to nil.
15917 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15919         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15920         as mm-inline-image-xemacs does.
15922 2004-07-26  Simon Josefsson  <jas@extundo.com>
15924         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15925         Revert part of 2004-07-17 change below.
15927 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15929         * rfc2047.el (rfc2047-encode-region): Don't infloop.
15930         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15932 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15934         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15935         quotes that actually start with ">" at the beginning of the
15936         lines.
15938 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15940         * rfc2047.el (rfc2047-encode-region): Fix last change.
15941         (rfc2047-encode-parameter): Remove useless concat.
15943 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15945         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15946         encode special characters; fix some kind of misconfigured headers;
15947         signal a real error if debug-on-quit or debug-on-error is non-nil.
15948         (rfc2047-encode-max-chars): New variable.
15949         (rfc2047-encode-1): Use it.
15950         (rfc2047-encode-parameter): New function.
15952         * mml.el (mml-insert-parameter): Remove an excessive space.
15954 2004-07-17  Simon Josefsson  <jas@extundo.com>
15956         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15957         Kai Grossjohann <kai@emptydomain.de>.
15958         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15959         (gnus-group-make-menu-bar): Ditto.
15961         * gnus-util.el (gnus-group-server): Add.
15963 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15965         * message.el (message-clone-locals): Clone sendmail and smtp
15966         variables.
15968 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15970         * rfc2047.el (rfc2047-encode-region): Fix last change.
15972 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15974         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15975         characters as non-special.
15977 2004-07-09  Simon Josefsson  <jas@extundo.com>
15979         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15980         Users will lose all flag changes made while unplugged with
15981         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15982         good default.  See numerous reports on ding mailing list.
15984 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15986         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
15987         add generate-head-function and generate-article-function to the
15988         rfc822-forward entry.
15989         (nndoc-rfc822-forward-generate-article): New function.
15990         (nndoc-rfc822-forward-generate-head): New function.
15992         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
15994 2004-07-06  Dan Christensen  <jdc@uwo.ca>
15996         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
15997         respect display group parameter and gnus-summary-expunge-below.
15998         (gnus-articles-to-read): Remove unused reference to display group
15999         parameter.
16001 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16003         * nnheader.el (nnheader-uniquify-message-id): New experimental
16004         variable.
16005         (nnheader-nov-read-message-id): Use it.
16007         * spam-report.el (spam-report-gmane): Add interactive.
16009 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16011         * mm-encode.el (mm-content-transfer-encoding-defaults):
16012         Use qp-or-base64 for the application/* types.
16014 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16016         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16018 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16020         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16021         trim value.
16023 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16025         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16026         New macro and function.
16027         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16029 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16031         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16032         after-load-alist.
16034 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16036         * gnus-group.el (gnus-group-get-new-news-this-group):
16037         Don't update info that isn't there.
16039 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16041         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16042         entry.
16044 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16046         * mm-view.el (mm-inline-render-with-function): Use multibyte
16047         buffer; decode html source by charset.
16049         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16051         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16052         Mule-UCS is loaded under XEmacs.
16053         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16055 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16057         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16059 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16061         * mm-util.el (mm-coding-system-p): Return a coding-system.
16062         (mm-mime-mule-charset-alist): Use shift_jis instead of
16063         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16064         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16065         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16066         instead of japanese-shift-jis and iso-latin-1 respectively in
16067         order to share the default value with both Emacs and XEmacs-mule.
16068         (mm-mule-charset-to-mime-charset):
16069         Make mm-coding-system-priorities effective.
16070         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16071         while predicating of candidates upon the priorities.
16073 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16075         * gnus-sum.el (gnus-summary-make-menu-bar):
16076         Add gnus-uu-invert-processable.
16078         * gnus.el: Autoload gnus-uu-invert-processable.
16080 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16082         * mm-util.el (mm-with-multibyte-buffer): New macro.
16084         * rfc2047.el (rfc2047-encode-string): Use it.
16085         (rfc2047-encode-region): Move point to the end of the region after
16086         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16088 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16090         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16091         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16093 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16095         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16096         (gnus-cite-parse): Ignore quoted envelope From_.
16097         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16099 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16101         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16102         invalid addresses.
16104 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16106         * spam.el: Change section markers, revise TODO list.
16107         (spam-backends): Make new master list of all installed backends.
16108         (spam-summary-exit-behavior): Add new variable to determine how
16109         messages moves are done at summary exit.
16110         (spam-move-spam-nonspam-groups-only)
16111         (spam-process-ham-in-nonham-groups)
16112         (spam-process-ham-in-spam-groups): Remove variables, the
16113         spam-summary-exit-behavior variable should be used to manage this
16114         behavior.
16115         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16116         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16117         and spam-old-spam-articles.
16118         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16119         Add empty variables, placeholders for the backends they represent.
16120         (spam-set-difference): Move, unchanged.
16121         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16122         unless the user has a processor variable.
16123         (spam-classifications, spam-classification-valid-p)
16124         (spam-backend-properties, spam-backend-property-valid-p)
16125         (spam-backend-function-type-valid-p)
16126         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16127         (spam-report-articles-gmane, spam-report-articles-resend):
16128         Remove functions, they are not needed.
16129         (spam-install-backend-super, spam-backend-list)
16130         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16131         (spam-backend-function, spam-backend-ham-registration-function)
16132         (spam-backend-spam-registration-function)
16133         (spam-backend-ham-unregistration-function)
16134         (spam-backend-spam-unregistration-function)
16135         (spam-backend-statistical-p, spam-backend-mover-p)
16136         (spam-install-backend-alias, spam-install-checkonly-backend)
16137         (spam-install-mover-backend, spam-install-nocheck-backend)
16138         (spam-install-backend, spam-install-statistical-backend)
16139         (spam-install-statistical-checkonly-backend): Add backend installation
16140         support.
16141         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16142         (spam-group-processor-p): Use the new backend code and respect the
16143         summary exit behavior.
16144         (spam-mark-spam-as-expired-and-move-routine): Remove.
16145         (spam-summary-prepare): Change to use the new spam-old-articles
16146         variable.
16147         (spam-copy-or-move-routine, spam-copy-spam-routine)
16148         (spam-move-spam-routine, spam-copy-ham-routine)
16149         (spam-move-ham-routine): Add code to copy/move ham or spam.
16150         (spam-fetch-field-fast): Improve doc and code, plus allow the
16151         'number request.
16152         (spam-list-of-checks, spam-list-of-statistical-checks):
16153         Remove variables.
16154         (spam-split, spam-find-spam): Use the new backend code.
16155         (spam-registration-functions): Remove variable.
16156         (spam-unregister-routine): Add convenience wrapper.
16157         (spam-log-undo-registration, spam-register-routine)
16158         (spam-log-processing-to-registry)
16159         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16160         where possible.
16161         (spam-check-gmane-xref, spam-check-regex-headers)
16162         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16163         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16164         (spam-check-bogofilter-headers, spam-check-spamoracle)
16165         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16166         (spam-check-crm114-headers): Use the spam-split-group that
16167         spam-split prepares, no need to determine it every time.
16169         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16170         to the nnheader-parse-naked-head call.
16172         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16174         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16175         the nnheader-nov-read-message-id call.
16177 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16179         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16180         gnus-activate-group twice.  Suggested by Markus Peter
16181         <warp@spin.de>.
16183 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16185         * gnus-art.el (gnus-article-time-format): Exchange the order of
16186         day and month in the default value; fix customization type.
16187         (article-date-ut): Use add-text-properties.
16188         (article-make-date-line): Use message-make-date instead of
16189         current-time-string.
16191         * message.el (message-fetch-field): Don't use set-text-properties.
16192         (message-make-date): Simplify.
16194 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16196         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16197         (rfc2047-encode-region): Treat text within parentheses as special;
16198         show the original text when error has occurred.
16200         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16201         already-computed method to gnus-activate-group.
16203         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16204         same select-methods identical Lisp objects.
16206         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16207         object when modifying the info.
16209 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16211         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16212         gnus-opened-servers since it has never been opened with the new
16213         configuration yet.
16215 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16217         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16218         arg to nnheader-generate-fake-message-id.
16220 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16222         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16223         number and build a fake message ID localized to a group and
16224         article number (so it's repeatable from that point on).
16225         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16226         ID format.
16228         * gnus-sum.el (gnus-get-newsgroup-headers):
16229         Call nnheader-generate-fake-message-id with the article number.
16231 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16233         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16234         end-of-buffer.
16236 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16238         * message.el (message-ignored-supersedes-headers): Add Approved.
16240 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16243         goto-char.
16244         (rfc2047-encode): Fold the line before encoding.
16246 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16248         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16249         folding -- not all headers can be folded, and this should be done
16250         by the message composition mode.  Probably.  I think.
16252 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16254         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16255         fast.
16257         * gnus-ems.el (gnus-remove-image): Don't use
16258         message-text-with-property; remove only the image found first.
16260 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16262         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16264 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16266         * message.el (message-text-with-property): Make it fast and accept
16267         optional arguments.
16268         (message-strip-forbidden-properties): Use it.
16269         (message-fix-before-sending): Follow the m-t-w-p change.
16271         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16273 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16275         * gnus-art.el (article-hide-headers): Don't change the buffer
16276         mistakenly when performing mml-preview even if
16277         gnus-single-article-buffer is nil.
16279 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16281         * message.el (message-expand-name-databases): New user option.
16282         (message-expand-name): Use it.
16284 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16286         * spam.el (spam-report-articles-resend)
16287         (spam-report-resend-register-routine): Allow ham reporting.
16288         (spam-report-resend-register-ham-routine): Add wrapper.
16289         (spam-registration-functions): Add ham resending functions.
16290         (spam-list-of-processors): Add ham resend processor.
16292         * gnus.el (ham-resend-to): Add new group parameter.
16293         (spam-process): Add ham resend option.
16295         * spam-report.el (spam-report-resend): Allow reporting ham.
16296         (spam-report-resend-ham): Add wrapper.
16298 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16300         * message.el (message-cite-articles-with-x-no-archive):
16301         New variable.
16302         (message-cite-original): Use it.
16304 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16306         * message.el (message-cite-original): Respect X-No-Archive.
16308 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * gnus-art.el (article-hide-headers): Refer to the values for
16311         gnus-ignored-headers and gnus-visible-headers in the summary
16312         buffer since a user may have set them as group parameters.
16314 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16316         * assistant.el (assistant-node-name): Add convenience function.
16317         (assistant-render-text, assistant-render-node): Add error handling,
16318         plus handle multiple next nodes.
16319         (assistant-find-next-node): Comment out for now.
16320         (assistant-find-next-nodes): Add function, returns list of next
16321         nodes.
16323 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16325         * mail-source.el (mail-source-directory): Fix doc-string.
16327 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16329         * assistant.el (assistant-render-text, assistant-eval): Add :set
16330         widget type, which is different because it takes and returns a
16331         list.  Much hilarity ensues.
16333 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16335         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16337         * gnus-group.el (gnus-group-get-new-news-this-group):
16338         Add doc-string.
16340         * gnus-start.el (gnus-activate-group): Add doc-string.
16342 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16344         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16346 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16348         * assistant.el (assistant-render-text): Try to add a :set
16349         widget, more to come.
16351         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16352         strings.
16353         (spam-report-articles-resend)
16354         (spam-register-routine): Do registration iff any articles warrant
16355         it.
16356         (spam-summary-prepare-exit): Change log message for nil group
16357         destinations.
16359 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16361         * spam.el (spam-report-resend-register-routine):
16362         Allow spam-report-resend-to to be a group parameter or a global value.
16364 2004-05-26  Simon Josefsson  <jas@extundo.com>
16366         * starttls.el: Merge with my GNUTLS based starttls.el.
16367         (starttls-gnutls-program, starttls-use-gnutls)
16368         (starttls-extra-arguments, starttls-process-connection-type)
16369         (starttls-connect, starttls-failure, starttls-success):
16370         New variables.
16371         (starttls-program, starttls-extra-args): Doc fix.
16372         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16373         New functions.
16374         (starttls-negotiate, starttls-open-stream):
16375         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16376         function if it is set.
16378 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16380         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16381         structured fields.
16383 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16385         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16387 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16389         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16390         Add variable.
16391         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16392         assigning the spam-mark to new messages.
16394 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16396         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16398 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16400         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16401         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16402         default.
16404 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16406         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16407         correct data.
16409 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16411         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16412         (spam-group-processor-p): Fix function.
16413         (spam-group-processor-multiple-p)
16414         (spam-group-spam-processor-report-gmane-p)
16415         (spam-group-spam-processor-report-resend-p)
16416         (spam-group-spam-processor-bogofilter-p)
16417         (spam-group-spam-processor-blacklist-p)
16418         (spam-group-spam-processor-ifile-p)
16419         (spam-group-ham-processor-ifile-p)
16420         (spam-group-spam-processor-spamoracle-p)
16421         (spam-group-spam-processor-crm114-p)
16422         (spam-group-ham-processor-bogofilter-p)
16423         (spam-group-spam-processor-stat-p)
16424         (spam-group-ham-processor-stat-p)
16425         (spam-group-ham-processor-whitelist-p)
16426         (spam-group-ham-processor-BBDB-p)
16427         (spam-group-ham-processor-spamoracle-p)
16428         (spam-group-ham-processor-copy-p): Remove functions with some
16429         prejudice against unneeded code.
16430         (spam-report-articles-resend)
16431         (spam-report-resend-register-routine): Allow the group/topic
16432         spam-resend-to value to override spam-report-resend-to.
16433         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16434         properly now.
16436         * gnus.el (spam-resend-to): Add group/topic parameter.
16437         (spam-process): Move the OBSOLETE processors to the end of the
16438         choices.
16440 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16442         * spam-report.el (spam-report-resend-to, spam-report-resend):
16443         Start with resend-to set to nil, and then ask the user if necessary.
16444         (spam-report-resend): spam-report-resend takes a list of articles, not
16445         separate article numbers.
16447 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16449         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16450         addition to emacs-w3m.
16452 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16454         * assistant.el (assistant-authinfo-data): New function.
16455         (assistant-eval): Eval for entire assistant.
16457         * netrc.el (netrc-services-file): New variable.
16458         (netrc-parse-services): New function.
16459         (netrc-find-service-name): New function.
16460         (netrc-find-service-number): New function.
16461         (netrc-port-equal): New function.
16462         (netrc-machine): Use it.
16464         * nnimap.el (nnimap-open-connection): Use netrc.
16466         * gnus-util.el (gnus-netrc-get): Remove aliases.
16468         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16470         * assistant.el (wid-edit): Fix compilation.
16472         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16474 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16476         * gnus-util.el (gnus-set-file-modes): New function.  (small
16477         patch).
16479 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16481         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16483         * assistant.el (assistant-render-node): Fix up rendering and
16484         read-only text.
16485         (assistant-render-node): Reset.
16486         (assistant-make-read-only): Not sticky.
16488 2004-05-20  Danny Siu  <dsiu@adobe.com>
16490         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16491         centered even when gnus-auto-center-summary is t
16493 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16495         * dns.el (dns-get-txt-answer): New function.
16496         (dns-read-txt): Ditto.
16497         (query-dns): Use it.
16499 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16501         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16502         active for foreign groups even if the group level is higher than
16503         the specified value.
16505 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16507         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16508         non-active groups.
16510         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16512 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16514         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16516 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16518         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16519         (spam-crm114-header, spam-crm114-spam-switch)
16520         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16521         (spam-crm114-positive-spam-header)
16522         (spam-crm114-database-directory, spam-list-of-processors)
16523         (spam-group-spam-processor-crm114-p)
16524         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16525         (spam-generic-score, spam-list-of-checks)
16526         (spam-list-of-statistical-checks, spam-registration-functions)
16527         (spam-check-crm114-headers, spam-crm114-score)
16528         (spam-check-crm114, spam-crm114-register-with-crm114)
16529         (spam-crm114-register-spam-routine)
16530         (spam-crm114-unregister-spam-routine)
16531         (spam-crm114-register-ham-routine)
16532         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16533         From asjo@koldfront.dk (Adam Sjøgren).
16535         * gnus.el: Add spam-use-crm114.
16537         * spam.el (spam-list-of-processors, spam-registration-functions):
16538         Add spam-use-resend.
16539         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16540         (spam-report-articles-gmane): Add doc fix.
16541         (spam-report-articles-resend, spam-report-resend-register-routine):
16542         Add wrappers around spam-report-resend-to.
16544         * spam-report.el (spam-report-resend-to, spam-report-resend):
16545         Add support for resending spam.
16546         (spam-report-gmane): Fix line length >80.
16548         * gnus.el (spam-process): Add spam-use-resend.
16550 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16552         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16553         number of processed spam messages.
16554         (spam-ham-copy-or-move-routine): Return the number of processed
16555         ham messages.
16556         (spam-summary-prepare-exit): Use the above values to decide
16557         whether status messages shouled be displayed.
16559 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16561         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16562         `rfc2047-encoding-function-alist' in order to avoid conflicting
16563         with the old version.
16564         (rfc2047-encode-region): Concatenate words containing non-ASCII
16565         characters in structured fields; don't encode space-delimited
16566         ASCII words even in unstructured fields; don't break words at
16567         char-category boundaries.
16568         (rfc2047-encode-1): New function.
16569         (rfc2047-encode): Use it; encode text so that it occupies the
16570         maximum width within 76-column; work correctly on Q encoding for
16571         iso-2022-* charsets.
16572         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16573         sure not to break a line just after the header name.
16574         (rfc2047-b-encode-region): Remove.
16575         (rfc2047-b-encode-string): New function.
16576         (rfc2047-q-encode-region): Remove.
16577         (rfc2047-q-encode-string): New function.
16579         * mm-util.el (mm-replace-in-string): New function.
16581 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16583         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16584         Really get it right.
16585         (gnus-inews-make-draft): Really.
16587 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16589         * nnmh.el (nnmh-request-list-1): Don't check the link count
16590         before descending.  (small patch)
16592 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16594         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16595         stuff.
16597         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16598         Match on real group name.
16600         * gnus-art.el (gnus-signature-limit): Doc fix.
16602         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16604 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16606         * gnus-draft.el (gnus-draft-send):
16607         Bind rfc2047-encode-encoded-words.
16609         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16610         (rfc2047-encodable-p): Say that =? needs encoding.
16611         (rfc2047-encode-encoded-words): New variable.
16613         * gnus-group.el (gnus-group-select-group): Doc fix.
16615         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16617         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16618         to nil.
16620         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16622         * nnheader.el (nnheader-get-lines-and-char): New function.
16624 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16626         * gnus-msg.el (gnus-summary-followup-with-original):
16627         Document yanking of region when active.
16629 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16631         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16632         groups if the group level is higher than the specified value.
16634 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16636         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16637         (gnus-group-jump-to-group): Add prefix argument using
16638         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16639         non-active group.
16641         * compface.el (uncompface): Be verbose when changing
16642         `uncompface-use-external'.
16644         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16645         handle manual section.
16647 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16649         * gnus-art.el (gnus-button-alist): Revert previous change.
16651 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16653         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16655 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16657         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16658         whether backend can accept message.
16660         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16662 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16664         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16665         Avoid creating directory when nntp-marks-is-evil is true.
16666         Reported by Reiner Steib.
16668 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16670         * gnus-picon.el (gnus-picon-style): New variable.
16671         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16672         (gnus-picon-transform-address): Support `gnus-picon-style'.
16673         From Jesper Harder <harder@ifa.au.dk>.
16675 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16677         * message.el (message-fill-field): Return point.
16678         (message-generate-headers): Go to end of field.
16680         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16681         stuff for non-living groups.
16683 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16685         * gnus-art.el (gnus-article-followup-with-original)
16686         (gnus-article-reply-with-original): gnus-mark-active-p ->
16687         gnus-region-active-p.
16689 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16691         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16692         only when there is spam or ham to be processed.
16694 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16696         * mail-source.el (mail-source-delete-crash-box): Refactor.
16697         (mail-source-fetch): Use it.
16698         (mail-source-fetch-file): Ditto.
16699         (mail-source-fetch-directory): Run postscript in loop.
16700         (mail-source-fetch-pop): Delete.
16701         (mail-source-fetch-maildir): Ditto.
16702         (mail-source-fetch-imap): Ditto.
16704         * imap.el (imap-authenticators): Comment out sasl.
16706         * message.el (message-skip-to-next-address): New function.
16707         (message-fill-header-address): Refactor.
16708         (message-fill-address): Use it.
16709         (message-delete-address): Use it.
16710         (message-fill-header-general): Refactor.
16711         (message-fill-field-address): Rename.
16712         (message-narrow-to-field): Find the start of the header.
16713         (message-header-format-alist): Don't pre-fill.
16714         (message-fill-header): Remove.
16715         (message-insert-header): New function.
16716         (message-shorten-references): Use it.
16718         * rfc2047.el (rfc2047-field-value): Strip props.
16720         * mail-parse.el (mail-header-make-address): New alias.
16722         * ietf-drums.el (ietf-drums-make-address): New function.
16724         * imap.el: Add compiler directives.
16726         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16728         * gnus-art.el (article-decode-idna-rhs): Don't use
16729         message-idna-inside-rhs-p.
16731 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16733         * message.el (message-idna-inside-rhs-p): Remove.
16734         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16736         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16737         false positives.
16739 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16741         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16743 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16745         * nneething.el (nneething-file-name): Don't create spurious
16746         files.
16748         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16749         (gnus-inews-do-gcc): Remove sleep.
16751         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16752         part under point.
16754         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16755         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16757 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16759         * spam.el (spam-summary-prepare-exit): Fix (length).
16761 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16763         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16764         as expired without moving it" message when there are spam
16765         messages left.
16767 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16769         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16770         header is not nil.
16772 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16774         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16775         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16776         (nntp-marks-changed-p): New arg SERVER.
16777         (nntp-request-update-info): Adjust caller.
16779 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16781         * nntp.el (nntp-save-marks): Pass missing arg.
16783 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16785         * nntp.el: Support marks.
16786         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16787         (nntp-marks-modtime, nntp-marks-directory): New variables.
16788         (nntp-request-set-mark, nntp-request-update-info)
16789         (nntp-possibly-create-directory, nntp-marks-changed-p)
16790         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16791         New functions.
16793 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16795         * gnus-score.el (gnus-score-insert-help):
16796         Use gnus-select-lowest-window.
16798         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16799         appt-select-lowest-window and rename to gnus-select-lowest-window.
16801         * gnus.el: do.
16803 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16805         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16806         encodings of MIME-encoded words, in order to improve
16807         interoperability with several broken MUAs.
16809 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16811         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16812         tags, only when charsets are not specified in headers.
16813         (mm-inline-text-html-render-with-w3m): Ditto.
16815 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16817         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16818         instead of MIME-decoded from fields when checking
16819         `gnus-article-address-banner-alist'.
16821 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16823         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16824         description rather than subject.
16826 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16828         * gnus.el (gnus-version-number): Bump.
16830 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16832         * gnus.el: No Gnus v0.2 is released.
16834 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16836         * gnus-agent.el (gnus-agent-read-agentview):
16837         Inline gnus-uncompress-range.
16839 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16841         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16842         `exec-installed-p'.
16844 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16846         * gnus.el (spam-process, spam-autodetect-methods):
16847         Add bsfilter and bsfilter-headers.
16849         * spam.el (spam-bsfilter): New customize group.
16850         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16851         (spam-bsfilter-header, spam-bsfilter-probability-header)
16852         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16853         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16854         (spam-bsfilter-database-directory): New options.
16855         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16856         (spam-list-of-statistical-checks, spam-registration-functions):
16857         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16858         (spam-bsfilter-score): New command.
16859         (spam-check-bsfilter-headers, spam-check-bsfilter)
16860         (spam-bsfilter-register-with-bsfilter)
16861         (spam-bsfilter-register-spam-routine)
16862         (spam-bsfilter-unregister-spam-routine)
16863         (spam-bsfilter-register-ham-routine)
16864         (spam-bsfilter-unregister-ham-routine): New functions.
16865         (spam-generic-score): Support bsfilter; Accept an optional argument
16866         to recalcurate spam score even if scoring header has already been
16867         added.
16868         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16869         optional argument to recalcurate spam score even if scoring header
16870         has already been added.
16872 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16874         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16875         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16876         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16877         link is missing.
16879 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16881         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16882         (html2text-get-attr): Rewrite.
16884         * message.el (message-setup-1): Remove redundant put-text-property
16885         on mail-header-separator.
16887 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16889         * gnus-registry.el (gnus-registry-cache-whitespace)
16890         (gnus-registry-action, gnus-registry-spool-action)
16891         (gnus-registry-split-fancy-with-parent): Change message levels
16892         from 5 to 3 or 7, as needed.
16894         * spam.el (spam-summary-prepare-exit)
16895         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16896         (spam-split, spam-find-spam, spam-log-undo-registration)
16897         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16898         level from 5 to 6.
16900 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16902         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16903         2004-03-04 change).
16905 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16907         * sieve-manage.el (sieve-manage-open):
16908         * nnweb.el (nnweb-insert-html):
16909         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16910         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16911         * nnspool.el (nnspool-request-group):
16912         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16913         * nnml.el (nnml-request-update-info):
16914         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16915         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16916         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16917         (nnimap-request-set-mark):
16918         * nnfolder.el (nnfolder-request-update-info):
16919         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16920         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16921         * gnus-uu.el (gnus-uu-find-articles-matching):
16922         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16923         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16924         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16925         * gnus-nocem.el (gnus-nocem-scan-groups):
16926         * gnus-int.el (gnus-start-news-server):
16927         * gnus-group.el (gnus-group-make-kiboze-group)
16928         (gnus-group-browse-foreign-server):
16929         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16930         Use mapc when appropriate.
16932 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16934         FIXME: Make separate entries for each person.
16936         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16937         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16938         <shields@msrl.com>:
16940         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16941         may need for spam sorting and scoring.
16942         (spam-user-format-function-S): Add user format function suitable for
16943         general use.
16944         (spam-article-sort-by-spam-status): Add sorting function for summary
16945         sorting.
16946         (spam-extra-header-to-number): Add function to get a score from a
16947         header.
16948         (spam-summary-score): Add function to  get a numeric score from the
16949         headers.
16950         (spam-generic-score): Fix function doc, was in wrong place.
16951         (spam-initialize): Take symbols when it's run, and install the
16952         extra headers that spam-necessary-extra-headers thinks we need.
16954 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16956         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16957         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16959 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16961         * gnus-sum.el (gnus-set-global-variables)
16962         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16963         (gnus-article-get-xrefs, gnus-summary-best-group)
16964         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16965         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16966         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16967         Use with-current-buffer.
16969 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16971         * spam.el (spam-summary-prepare-exit): Simplify logic.
16972         (spam-fetch-article-header): Read the article header if it's not
16973         available.
16974         (spam-list-articles): Simplify logic.
16975         (spam-filelist-register-routine): Fix bug with unregister-list.
16977         * gnus-registry.el: Fix comments at beginning.
16979 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16981         * message.el (message-cater-to-broken-inn): Remove.
16982         (message-shorten-references): Make sure the total folded length of
16983         References is shorter than 998 characters to cater to a bug in INN
16984         2.3.  Also, don't pretend that references aren't folded -- this
16985         hasn't worked for a while.
16987 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16989         * gnus-agent.el (gnus-agentize):
16990         gnus-agent-send-mail-real-function no longer set to current value
16991         of message-send-mail-function but rather a lambda that calls
16992         message-send-mail-function.  The change makes the agent real-time
16993         responsive to user changes to message-send-mail-function.
16995 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
16997         * legacy-gnus-agent.el
16998         (gnus-agent-convert-to-compressed-agentview): Fix typos with
16999         help from Florian Weimer <fw@deneb.enyo.de>
17001 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * nnmail.el (nnmail-cache-insert): Revert last change.
17005 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17007         * nnmail.el (nnmail-cache-insert): Always check whether
17008         nnmail-cache-ignore-groups matches a group name.
17010 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17012         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17013         (spam-find-spam, spam-log-processing-to-registry)
17014         (spam-log-registered-p, spam-log-unregistration-needed-p)
17015         (spam-log-undo-registration): Use gnus-message instead of
17016         gnus-error, none of these errors are fatal.
17018         * gnus-registry.el (gnus-registry-clean-empty-function)
17019         (gnus-registry-clean-empty): Remove only empty entries without
17020         extra data.
17022 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17024         * spam-stat.el (spam-stat-buffer-change-to-spam)
17025         (spam-stat-buffer-change-to-non-spam): Change (error) to
17026         (gnus-message 8) invocation.
17028 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17030         * nntp.el (nntp-via-netcat-command): New variable.
17031         (nntp-via-netcat-switches): New variable.
17032         (nntp-open-via-rlogin-and-netcat): New function.
17033         (nntp-open-connection-function): Doc fix.
17034         (nntp-telnet-command): Doc fix.
17035         (nntp-end-of-line): Doc fix.
17036         (nntp-via-rlogin-command): Doc fix.
17037         (nntp-via-user-name): Doc fix.
17038         (nntp-via-address): Doc fix.
17040 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17042         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17043         error in Emacs 21.1.
17045 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17047         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17049 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17051         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17052         (gnus-agent-with-refreshed-group): New macro.
17053         (gnus-agent-rename-group): New function.
17054         (gnus-agent-delete-group): New function.
17055         (gnus-agent-save-group-info): Use gnus-command-method when
17056         `method' parameter is nil.  Don't write nil entries into the
17057         active file.
17058         (gnus-agent-get-group-info): New function.
17059         (gnus-agent-fetch-articles):
17060         Use gnus-agent-update-files-total-fetched-for to increment disk space
17061         used.
17062         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17063         Use gnus-agent-update-view-total-fetched-for to increment disk space
17064         used.
17065         (gnus-agent-get-local): Add optional parameters to avoid calling
17066         gnus-group-real-name and gnus-find-method-for-group.
17067         (gnus-agent-set-local): Delete stored entry if either min, or max,
17068         are nil.
17069         (gnus-agent-fetch-session): Reworded error/quit messages.
17070         On quit, use gnus-agent-regenerate-group to record existence of any
17071         articles fetched to disk before the quit occurred.
17072         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17073         gnus-agent-update-view-total-fetched-for, and
17074         gnus-agent-update-files-total-fetched-for to decrement disk space
17075         used.
17076         (gnus-agent-retrieve-headers):
17077         Use gnus-agent-update-view-total-fetched-for to increment disk space
17078         used.
17079         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17080         with gnus-agent-update-files-total-fetched-for to decrement disk
17081         space and fresh group buffer.
17082         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17083         (gnus-agent-need-update-total-fetched-for): New variable.
17084         (gnus-agent-update-files-total-fetched-for): New function.
17085         (gnus-agent-update-view-total-fetched-for): New function.
17086         (gnus-agent-total-fetched-for): New function.
17088         * gnus-cache.el (gnus-cache-save-buffers):
17089         Use gnus-cache-update-overview-total-fetched-for to change disk space
17090         used by this group.
17091         (gnus-cache-possibly-enter-article):
17092         Use gnus-cache-update-file-total-fetched-for to increment disk space
17093         used by this group.
17094         (gnus-cache-possibly-remove-article):
17095         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17096         used by this group.
17097         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17098         (gnus-cache-rename-group): New function.
17099         (gnus-cache-delete-group): New function.
17100         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17101         (gnus-cache-need-update-total-fetched-for): New variable.
17102         (gnus-cache-with-refreshed-group): New macro.
17103         (gnus-cache-update-file-total-fetched-for): New function.
17104         (gnus-cache-update-overview-total-fetched-for): New function.
17105         (gnus-cache-rename-group-total-fetched-for): New function.
17106         (gnus-cache-delete-group-total-fetched-for): New function.
17107         (gnus-cache-total-fetched-for): New function.
17109         * gnus-group.el: Require gnus-sum and autoload functions to
17110         resolve warnings when gnus-group.el compiled alone.
17111         (gnus-group-line-format): Documented new %F.
17112         (size of Fetched data) group line format; identifies disk space
17113         used by agent and cache.
17114         (gnus-group-line-format-alist): Defined new F format.
17115         (gnus-total-fetched-for): New function.
17116         (gnus-group-delete-group): No longer update
17117         gnus-cache-active-altered as gnus-request-delete-group now keeps
17118         the cache in sync.
17119         (gnus-group-list-active): Let the agent store a server's active
17120         list if currently plugged.
17122         * gnus-int.el (gnus-request-delete-group):
17123         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17124         local disk in sync with the server.
17125         (gnus-request-rename-group):
17126         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17127         local disk in sync with the server.
17129         * gnus-start.el (gnus-get-unread-articles):
17130         Cosmetic simplification to logic.
17132         * gnus-util.el (gnus-rename-file): New function.
17134 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17136         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17138 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17140         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17141         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17143 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17145         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17146         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17148 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17150         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17152 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17154         * spam.el (spam-set-difference): Add function to replace
17155         gnus-set-difference in spam.el.
17156         (spam-summary-prepare-exit): Use spam-set-difference.
17158 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17160         * gnus-registry.el (gnus-registry-cache-file): Update to use
17161         gnus-dribble-directory OR gnus-home-directory OR ~.
17162         (gnus-registry-split-fancy-with-parent): Fix doc.
17164 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17166         * message.el (message-exchange-point-and-mark):
17167         Use message-mark-active-p.  Suggested by Jesper Harder
17168         <harder@ifa.au.dk>.
17170 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17172         * message.el (message-exchange-point-and-mark): Don't activate
17173         region if it was inactive.  Suggested by Hiroshi Fujishima
17174         <pooh@nature.tsukuba.ac.jp>.
17176 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17178         * gnus-art.el (article-display-face): Display Faces in the same
17179         order as X-Faces.
17181 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17183         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17185 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17187         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17188         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17189         (gnus-article-mime-hierarchy): Remove.
17190         (gnus-article-mime-hierarchy-next): Remove.
17191         (gnus-article-mode): Revert 2004-03-19 change.
17192         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17193         (gnus-insert-mime-button): Revert 2004-03-19 change.
17194         (gnus-mime-accumulate-hierarchy): Remove.
17195         (gnus-mime-enter-multipart): Remove.
17196         (gnus-mime-leave-multipart): Remove.
17197         (gnus-mime-display-part): Revert 2004-03-19 change.
17198         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17200         * mml.el (mml-preview): Revert 2004-03-19 change.
17202 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17204         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17206 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17208         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17209         t while entering a file name using the mm-with-multibyte macro.
17210         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17212         * mm-util.el (mm-with-multibyte): New macro.
17214 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17216         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17217         New user option.
17218         (gnus-mime-multipart-functions): Doc and customization fix.
17219         (gnus-article-mime-hierarchy): New variable.
17220         (gnus-article-mime-hierarchy-next): New variable.
17221         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17222         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17223         gnus-article-mime-hierarchy-next to nil.
17224         (gnus-insert-mime-button): Show hierarchy numbers.
17225         (gnus-mime-accumulate-hierarchy): New function.
17226         (gnus-mime-enter-multipart): New function.
17227         (gnus-mime-leave-multipart): New function.
17228         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17229         (gnus-mime-display-alternative): Show hierarchy numbers.
17231         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17232         gnus-article-mime-hierarchy-next to nil.
17234 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17236         * dns.el: Don't require gnus-xmas.
17238 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17240         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17241         inline PGP.
17242         (mml-menu): Disable mml-quote-region if mark is inactive.
17244 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17246         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17247         when the group's active is not available.
17249 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17251         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17252         error.
17254 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17256         * imap.el (imap-store-password): New variable.
17257         (imap-interactive-login): Use it.
17258         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17260 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17262         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17263         window-start and hscroll to summary window.
17265 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17267         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17268         conversion message to newsrc-dribble when an actual conversion is
17269         performed.
17271 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17273         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17275 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17277         * mm-decode.el (mm-complicated-handles): New function reviving
17278         former definition of mm-multiple-handles.
17280         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17281         (gnus-mime-delete-part): Use it.
17283 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17285         * gnus-agent.el (gnus-agent-read-local):
17286         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17287         avoid the implicit assumption that they will always be equal.
17288         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17289         coding-system-for-write, as the with-temp-file macro first prints
17290         to a buffer then saves the buffer.
17292 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17294         * gnus-art.el (gnus-article-edit-part): New function.
17295         (gnus-mime-save-part-and-strip): Use it; do query instead of
17296         signaling an error; don't use mm-multiple-handles.
17297         (gnus-mime-delete-part): Ditto.
17299 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17301         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17302         old file versions.
17303         (gnus-group-prepare-hook): Remove function that converted list
17304         form of gnus-agent-expire-days to group properties.
17306         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17307         (gnus-request-accept-article): Re-indented.
17309         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17310         converters to handle old agent file formats.  Add logic for a
17311         "backup before upgrading warning".
17312         (gnus-convert-mark-converter-prompt): Developers can mark
17313         functions as needing (default), or not needing,
17314         gnus-convert-old-newsrc's "backup before upgrading warning".
17315         (gnus-convert-converter-needs-prompt): Tests whether the user
17316         should be protected from potentially irreversable changes by the
17317         function.
17319         * legacy-gnus-agent.el: New.  Provides converters that are only
17320         loaded when gnus-convert-old-newsrc needs to call them.
17322 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17324         * mail-source.el (mail-source-touch-pop): Doc fix.
17326         * message.el (message-smtpmail-send-it): Doc fix.
17328 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17330         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17332         * nnmail.el (nnmail-split-fancy): do.
17334         * gnus-kill.el (gnus-kill, gnus-execute): do.
17336 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17338         * gnus-sum.el (gnus-widget-reversible-match)
17339         (gnus-widget-reversible-to-internal)
17340         (gnus-widget-reversible-to-external): New functions.
17341         (gnus-widget-reversible): New widget.
17342         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17344 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17346         * gnus-sum.el (gnus-thread-sort-functions)
17347         (gnus-article-sort-functions): Document `(not F)' items.
17349 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17351         * spam.el (spam-use-gmane-xref): Add new backend.
17352         (spam-gmane-xref-spam-group): Add variable to control the name of the
17353         Gmane spam group.
17354         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17355         (spam-regex-headers-spam, spam-regex-headers-ham)
17356         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17357         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17358         backends and checks.
17359         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17361         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17362         an autodetect method.
17364 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17366         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17367         articles are being added to a group.
17368         (gnus-request-replace-article): Inform the agent that articles
17369         need to be uncached as the cached contents are no longer valid.
17371 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17373         * binhex.el: Don't autoload executable-find.
17375         * canlock.el: Don't autoload mail-fetch-field.
17377         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17379         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17380         rmail-dont-reply-to and rmail-output.
17382         * gnus-score.el: Don't autoload ffap-string-at-point.
17384         * gnus-setup.el: Don't autoload sc-cite-original.
17386         * imap.el: Don't autoload base64-decode-string,
17387         base64-encode-string and md5.
17389         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17390         and rmail-msg-restore-non-pruned-header.
17392         * mm-decode.el: Don't autoload executable-find.
17394         * mm-url.el: Don't autoload executable-find.
17396         * mm-view.el: Don't autoload diff-mode.
17398         * nndb.el: Don't autoload news-reply-mode, news-setup,
17399         cancel-timer and telnet.
17401         * password.el: Don't autoload run-at-time for Emacs.
17403         * sha1-el.el: Don't autoload executable-find.
17405         * sieve-mode.el: Don't autoload c-mode.
17407         * uudecode.el: Don't autoload executable-find.
17409 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17411         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17412         (gnus-agent-possibly-alter-active): Avoid null in numeric
17413         comparison.
17414         (gnus-agent-set-local): Refuse to save null in local object table.
17415         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17416         list of articles that will be marked as unread.
17418 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17420         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17422 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17424         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17425         language tags.
17427 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17429         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17430         Don't bind "obarray".
17432         * gnus-sum.el (gnus-thread-sort-functions):
17433         Add `gnus-thread-sort-by-most-recent-number' and
17434         `gnus-thread-sort-by-most-recent-date'.
17435         Reported by Kai Grossjohann <kai@emptydomain.de>.
17437 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17439         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17441 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17443         * gnus-cus.el (gnus-agent-customize-category):
17444         Remove ignore-errors macro reference that required cl to be loaded at
17445         run-time.
17447         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17448         single-interval range of the form (min . max).  Previously the
17449         range had to look like ((min . max)).  Likewise, return
17450         (min . max) rather than ((min . max)).
17451         (gnus-range-map): Use gnus-range-normalize to accept
17452         single-interval range.
17454         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17455         the cache, but not the agent, now appear with their usual face.
17457 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17459         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17460         w3m-safe-url-regexp variable buffer-local.
17462         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17464 2004-02-27  Simon Josefsson  <jas@extundo.com>
17466         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17467         gnus-group-real-prefix.
17468         (gnus-summary-move-article): Use it, instead of
17469         gnus-group-real-prefix.
17471 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17473         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17474         w3m-safe-url-regexp variable buffer-local and set it as the value
17475         of mm-w3m-safe-url-regexp.
17477         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17479         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17480         parsing gnus-posting-styles when the message is not for replying.
17482         * nnrss.el (nnrss-opml-export):
17483         Use mm-set-buffer-file-coding-system instead of
17484         set-buffer-file-coding-system.
17486 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17488         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17489         of checkdoc.el).
17490         * nnrss.el: do.
17491         * gnus-mlspl.el: do.
17492         * gnus-ml.el: do.
17493         * gnus-srvr.el: do.
17495         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17497 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17499         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17500         Corrections to custom-manual links.
17502         * gnus-art.el (gnus-article): Ditto.
17504         * mm-decode.el (mime-display, mime-security): Ditto.
17506 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17508         * flow-fill.el: Typo.
17510 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17512         * spam-wash.el: New file.
17514 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17516         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17518 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17520         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17521         to be run with new-articles as LIST1, not LIST2.
17522         (spam-registration-functions): Add spam-use-ham-copy as a nil
17523         registration backend.
17525 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17527         * spam-stat.el (spam-stat-washing-hook): New option.
17528         (spam-stat-buffer-words): Use it.
17529         (spam-stat-process-directory, spam-stat-test-directory):
17530         Use insert-file-contents-literally.
17531         (spam-stat-coding-system): New variable.
17532         (spam-stat-load, spam-stat-save): Use it.
17534 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17536         * spam-report.el (spam-report-plug-agent):
17537         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17539 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17541         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17542         Allow / in mailto URLs.
17544 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17546         * spam-report.el (spam-report-process-queue): Fix interactive use.
17547         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17548         (spam-report-unplug-agent): Doc fixes.
17549         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17550         (spam-report-agentize, spam-report-deagentize):
17551         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17553         * message.el (message-setup-fill-variables): Add mml tags to
17554         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17555         <ajk@iu.edu>.
17556         (message-mode): Don't modify paragraph-separate there.
17558 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17560         * compface.el (uncompface-use-external): Default to undecided.
17561         (uncompface-use-external-threshold): New variable.
17562         (uncompface-float-time): New macro.
17563         (uncompface): Determine whether to use the external decoder if
17564         uncompface-use-external is undecided.
17566 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17568         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17569         after images.
17571         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17573 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17575         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17577         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17579         * gnus-sum.el (gnus-summary-limit-to-age)
17580         (gnus-summary-limit-children): do.
17582         * gnus-int.el (gnus-request-scan): do.
17584         * gnus-group.el (gnus-group-suspend): do.
17586         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17588         * gnus-cite.el (gnus-cite-parse-attributions): do.
17590         * gnus-agent.el (gnus-summary-set-agent-mark)
17591         (gnus-agent-regenerate-group): do.
17593         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17595         * binhex.el (binhex-decode-region-internal): do.
17597 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17599         * gnus-fun.el (gnus-face-properties-alist): New user option.
17600         (gnus-display-x-face-in-from): Use it.
17602         * gnus-art.el (article-display-face): Ditto.
17604         * compface.el (uncompface-use-external): Default to nil.
17606 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17608         * nntp.el (nntp-erase-buffer): New function.
17609         (nntp-retrieve-data, nntp-send-command)
17610         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17611         (nntp-possibly-change-group): Use it.
17613         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17614         Use with-current-buffer.
17616 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17618         * compface.el: Merge the ELisp-based uncompface program.
17619         (compface): New customization group.
17620         (uncompface-use-external): New user option.
17621         (uncompface): Call uncompface-internal if uncompface-use-external
17622         is nil.
17623         (uncompface-internal): New function.  Note that there are also
17624         some other functions and variables added for this function.
17626 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17628         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17629         if necessary.
17631 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17633         * spam-report.el (spam-report-unplug-agent)
17634         (spam-report-plug-agent, spam-report-deagentize)
17635         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17636         Add support for the Agent in spam-report: when unplugged, report to a
17637         file; when plugged, submit all the requests.
17639         * spam.el (spam-register-routine): Fix message about
17640         registration.
17642 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17644         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17645         dependencies.
17646         (rfc2047-encode): Use it.
17648         * gnus-art.el (gnus-button-marker-list): Move before first
17649         reference.
17651         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17652         (imap-parse-body): Fix format string mismatch.
17654         * gnus-score.el (gnus-summary-increase-score): do.
17656         * nnrss.el (nnrss-close): New function.
17658 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17660         * nnrss.el (nnrss-make-filename): New function.
17661         (nnrss-request-delete-group, nnrss-read-server-data)
17662         (nnrss-save-server-data, nnrss-read-group-data)
17663         (nnrss-save-group-data): Use it.
17664         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17665         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17666         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17668 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17670         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17672 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17674         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17675         files.
17677         * message.el (message-generate-headers-first): Don't quote nil
17678         and t in docstrings.
17680         * imap.el (imap-id): do.
17682         * gnus-agent.el (gnus-agent-consider-all-articles)
17683         (gnus-agent-queue-mail): do.
17685 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17687         * spam-report.el (spam-report-process-queue): New function.
17688         Process requests from `spam-report-requests-file'.
17689         (spam-report-process-queue): Doc fix.
17691 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17693         * spam.el (spam-register-routine)
17694         (spam-log-processing-to-registry, spam-log-registered-p)
17695         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17696         Change "check" to "spam-check" for semi-clarity.
17698 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17700         * pop3.el: Require nnheader.
17702         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17704         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17706         * gnus-picon.el: Require cl.
17708         * gnus-fun.el: Require gnus-ems and gnus-util.
17710         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17712         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17714         * gnus-art.el (gnus-article-edit-mode): Define before first
17715         reference.
17717 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17719         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17720         (gnus-uu-post-encoded): Use point-at-bol.
17722         * gnus-topic.el (gnus-group-active-topic-p): do.
17724         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17726         * gnus-group.el (gnus-group-kill-region): do.
17728         * gnus-art.el (article-date-ut): do.
17730         * message.el (message-fetch-field): Remove redundant
17731         case-fold-search binding.
17732         (message-narrow-to-field): Simplify.
17734 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17736         * spam.el (spam-directory): Derive from `gnus-directory'.
17738         * spam-report.el (spam-report-url-to-file)
17739         (spam-report-requests-file): New function and variable for offline
17740         reporting.
17741         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17742         and user defined function.
17743         (spam-report-url-ping-mm-url): Remove doubled slash.
17745 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17747         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17749 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17751         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17752         Fix format string mismatch.
17754         * sieve.el (sieve-deactivate-all): do.
17756         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17758         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17760         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17762         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17764 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17766         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17767         the list of checks.
17769 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17771         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17772         padding.
17774 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17776         * mm-view.el (mm-fill-flowed): New variable.
17777         (mm-inline-text): Use it.
17779 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17781         * spam.el (spam-spamassassin-register-ham-routine)
17782         (spam-spamassassin-register-spam-routine): Fix function names.
17784 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17786         * gnus.el (gnus-tmp-grouplens): Remove.
17787         (gnus-summary-line-format): Remove grouplens.
17789         * gnus-group.el (gnus-group-line-format): Ditto.
17791         * gnus-spec.el (gnus-format-specs): Ditto.
17792         (gnus-update-format-specifications): Flush the group format spec
17793         cache if there's the grouplens stuff.
17794         (gnus-parse-simple-format): Replace %l with the empty string.
17796 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17798         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17799         omission.
17801 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17803         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17804         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17806 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17808         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17809         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17810         New macros and functions.
17811         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17812         Handle > NLINK_MAX messages.
17813         * nnmaildir.el (nnmaildir-request-set-mark):
17814         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17816 2004-01-25  Alex Schroeder  <alex@gnu.org>
17818         * spam-stat.el (spam-stat-process-directory-age): New option.
17819         (spam-stat-process-directory): Use it.
17821 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17823         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17824         (spam-stat-save): Accept prefix argument.
17826 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17828         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17829         links" error.
17831 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17833         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17834         compatibility with old .newsrc.eld files.
17836         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17838         * gnus-start.el (gnus-1): do.
17840         * gnus-group.el (gnus-group-line-format-alist): do.
17842         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17844         * gnus-gl.el: Remove.
17846 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17848         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17849         marks consisting of a single range {for example, (3 . 5)} rather
17850         than a list of a single range { ((3 . 5)) }.
17852 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17854         * spam-stat.el (spam-stat-store-gnus-article-buffer):
17855         Use with-current-buffer.
17856         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17857         avoid consing a string.
17859         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17860         Remove obsolete entries for big5 and gb2312.
17862 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17864         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17865         uncompressed list.
17867 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17869         * spam-stat.el (spam-stat-strip-xref): New function.
17870         (spam-stat-process-directory): Use it.
17872         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17873         here -- it's done in message-fetch-field.
17875 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17877         * gnus-agent.el (gnus-agent-queue-mail)
17878         (gnus-agent-prompt-send-queue): New variables.
17879         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17880         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17881         "nndraft:queue" along to gnus-draft-send.
17882         Use gnus-agent-prompt-send-queue.
17883         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17884         is "nndraft:queue".  Suggested by Gaute Strokkenes
17885         <gs234@srcf.ucam.org>
17887         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17888         (agent-enable-undownloaded-faces): Add.
17889         (gnus-agent-cat-groups): Use eval-and-compile, not
17890         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17891         method of gnus-agent-cat-groups even when the buffer has been
17892         evaled.
17893         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17894         delete gnus-agent-save-active-1.
17895         (gnus-agent-save-groups): Delete.  Identical to
17896         gnus-agent-save-active.
17897         (gnus-agent-write-active): No longer adjust agent's copy of active
17898         file as agent's adjustments are now stored in their own
17899         file.  Remove optional parameter.
17900         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17901         servers.  Add use of min/max range limits from server's local
17902         file.
17903         (gnus-agent-save-alist): Remove unused optional argument.
17904         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17905         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17906         (gnus-agent-set-local): A per-server file that keeps min/max range
17907         limits for articles known to the agent.  Provides a fast mechanism
17908         for altering many active ranges.
17909         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17910         active file (local makes it unnecessary).
17911         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17913         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17914         (agent-enable-undownloaded-faces): Add.
17916         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17917         disable it when sending to "nndraft:queue".
17918         (gnus-group-send-queue): Add safety check to avoid sending queue
17919         when unplugged.
17921         * gnus-group.el (gnus-group-catchup): Use new
17922         gnus-sequence-of-unread-articles, not
17923         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17924         numbers of articles.  Use gnus-range-map to avoid having to
17925         uncompress the unread list.
17926         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17927         Fix invalid ange-ftp reference.
17929         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17930         (gnus-sorted-range-intersection): Intersection of two ranges
17931         without requiring that they first be uncompressed.
17933         * gnus-start.el (gnus-activate-group): Unless blocked by the
17934         caller, possibly expand the active range to include both cached
17935         and agentized articles.
17936         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17937         multiple version-dependent converters.
17938         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17939         gnus-agent-save-active.
17940         (gnus-save-newsrc-file): Save dirty agent range limits.
17942         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17943         gnus-agent-possibly-alter-active.
17944         (gnus-adjust-marked-articles): Faster handling of simple lists
17946 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17948         * spam-stat.el (spam-stat-test-directory): New optional argument
17949         displays a list of files detected.  Suggested by Andrew Cohen
17950         <cohen@andy.bu.edu>.
17951         (spam-stat-buffer-words-with-scores): Don't narrow and change
17952         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17954 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17956         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17957         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17958         (spam-spamassassin-arguments)
17959         (spam-spamassassin-spam-flag-header)
17960         (spam-spamassassin-positive-spam-flag-header)
17961         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17962         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17963         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17964         (spam-list-of-processors, spam-list-of-checks)
17965         (spam-list-of-statistical-checks, spam-registration-functions)
17966         (spam-check-spamassassin-headers, spam-check-spamassassin)
17967         (spam-spamassassin-score)
17968         (spam-spamassassin-register-with-sa-learn)
17969         (spam-spamassassin-register-spam-routine)
17970         (spam-spamassassin-register-ham-routine)
17971         (spam-assassin-register-spam-routine)
17972         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17973         (spam-bogofilter-score): Fix to show article before scoring.
17975 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17977         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17978         default scoring function.
17979         (spam-generic-score): Call spam-spamassassin-score if
17980         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17981         spam-bogofilter-score otherwise.
17983         * gnus.el (spam-process, spam-autodetect-methods):
17984         Add spamassassin and spamassassin-headers.
17986 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
17988         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17989         Suppress unnecessary messages.
17991 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
17993         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
17994         make-hash-table.
17996 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17998         * canlock.el (base64-encode-string): Don't autoload it.
18000 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18002         * run-at-time.el: Remove useless (require 'itimer),
18003         eval-and-compile and (featurep 'xemacs).
18005 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18007         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18008         GROUP is a virtual group.
18010 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18012         * gnus.el: Autoload `message-y-or-n-p'.
18014 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18016         * pgg-parse.el: Remove unnecessary (require 'custom).
18018         * pgg-def.el: do.
18020         * nnmail.el: do.
18022         * gnus-undo.el: do.
18024         * gnus-picon.el: do.
18026         * gnus-util.el: do.
18028 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18030         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18032 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18034         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18035         handle, as well as a list.
18037         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18038         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18039         (mm-w3m-cid-retrieve): Simplify.
18041 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18043         * message.el (message-kill-to-signature): Allow prefix arg to
18044         specify number of lines to keep before signature.
18046 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18048         * message.el (message-kill-to-signature): Change docstring.
18050 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18052         * canlock.el: Always require sha1-el.
18053         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18055         * message.el: Autoload sha1 only when compiling.
18057 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18059         * message.el (message-canlock-generate): Require sha1-el.
18061 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18063         * message.el (message-expand-name): Silence the byte compiler.
18065 2004-01-13  Simon Josefsson  <jas@extundo.com>
18067         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18068         Invoke gnus-score-mode.
18069         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18071         * gnus-range.el (gnus-compress-sequence): Doc fix.
18072         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18074 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18076         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18078 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18080         * spam.el (spam-get-article-as-string): Update to use
18081         gnus-request-article-this-buffer, much simpler.
18082         (spam-get-article-as-buffer): Remove.
18084 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18086         * message.el (message-expand-name): Use EUDC if the user uses that.
18088 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18090         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18091         character for the encoding to avoid consing a string.
18093         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18094         unnecessarily.
18096         * mm-util.el (mm-replace-chars-in-string): Remove.
18098         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18099         of mm-replace-chars-in-string.
18101 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18103         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18105         * mm-util.el (mm-subst-char-in-string): Support inplace.
18107         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18108         a new string in every iteration.  Use shy groups.
18110 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18112         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18113         * gnus-soup.el (gnus-soup-group-brew):
18114         * gnus-msg.el (gnus-put-message):
18115         * gnus-move.el (gnus-group-move-group-to-server):
18116         * gnus-kill.el (gnus-batch-score):
18117         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18118         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18119         (gnus-group-update-group, gnus-group-read-group)
18120         (gnus-group-make-group, gnus-group-make-help-group)
18121         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18122         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18123         (gnus-group-sort-by-unread, gnus-group-catchup)
18124         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18125         (gnus-group-yank-group, gnus-group-set-info)
18126         (gnus-group-list-groups):
18127         * gnus.el (gnus-generate-new-group-name):
18128         * gnus-delay.el (gnus-delay-send-queue):
18129         * nnvirtual.el (nnvirtual-catchup-group):
18130         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18131         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18132         (gnus-group-prepare-topics, gnus-topic-check-topology):
18133         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18134         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18135         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18136         (gnus-group-make-articles-read):
18137         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18138         (gnus-group-change-level, gnus-kill-newsgroup)
18139         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18140         (gnus-get-unread-articles, gnus-make-articles-unread)
18141         (gnus-make-ascending-articles-unread): Use accessor
18142         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18143         to get group information for improved readability.
18145 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18147         * gnus-art.el (article-decode-mime-words, article-babel)
18148         (gnus-article-highlight-signature, gnus-article-add-buttons)
18149         (gnus-signature-toggle): Use gnus-with-article-buffer.
18151         * gnus-art.el (gnus-article-highlight-headers)
18152         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18154         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18155         (gnus-article-set-globals, gnus-request-article-this-buffer)
18156         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18157         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18158         (gnus-mime-display-alternative): Use with-current-buffer.
18160 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18162         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18163         also under 80 char limit, and call gnus-error if needed.
18164         (spam-fetch-article-header): Fix - it was a
18165         buffer-local variable (gnus-newsgroup-data).
18166         (spam-find-spam): Use spam-generate-fake-headers, forget about
18167         spam-insert-fake-headers.
18168         (spam-insert-fake-headers): Remove.
18170 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18172         * deuglify.el (gnus-article-outlook-unwrap-lines)
18173         (gnus-outlook-rearrange-article)
18174         (gnus-outlook-repair-attribution-outlook)
18175         (gnus-outlook-repair-attribution-block)
18176         (gnus-outlook-repair-attribution-other): Remove redundant
18177         save-excursion.
18179 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18181         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18182         (spam-fetch-field-subject-fast)
18183         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18184         (spam-fetch-article-header): Add functions to deal with Gnus
18185         internals for fast retrieval of article header data.
18186         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18188 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18190         * pop3.el (pop3-md5): Remove.
18191         (pop3-apop): Replace pop3-md5 with md5.
18193         * mm-bodies.el: base64 is always built-in.
18195         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18196         Use with-current-buffer.
18198 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18200         * canlock.el (canlock-insert-header): Remove excessive grouping in
18201         regexp.
18203         * gnus-sum.el (gnus-summary-read-document): Ditto.
18205         * gnus-uu.el (gnus-uu-part-number): Ditto.
18207         * html2text.el (html2text-remove-tags): Ditto.
18208         (html2text-format-tags): Ditto.
18209         (html2text-format-single-elements): Ditto.
18211         * mml.el (mml-parse-1): Ditto.
18213 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18215         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18217         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18219         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18221         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18223 2003-11-15  Simon Josefsson  <jas@extundo.com>
18225         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18226         (pgg-gpg-lookup-key): Use regexp match instead of
18227         split-string (split-string is different between emacs 21.2 and
18228         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18230 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18232         * gnus-art.el (gnus-mime-view-all-parts)
18233         (gnus-article-part-wrapper, gnus-article-view-part):
18234         Use with-current-buffer.
18236 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18238         * spam.el (spam-disable-spam-split-during-ham-respool)
18239         (spam-spamoracle-database, spam-cache-lookups)
18240         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18241         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18242         (spam-group-ham-marks, spam-group-spam-marks)
18243         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18244         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18245         also add spam-use-blackholes to the statistical checks.
18246         (spam-fetch-field-fast): Add interface to fetching fields, may
18247         become a macro.
18248         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18249         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18250         (spam-insert-fake-headers): Fake an article when needed.
18251         (spam-find-spam): Fake article when possible.
18252         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18253         (spam-check-bogofilter-headers): Use message-fetch-field instead
18254         of nnmail-fetch-field.
18256 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18258         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18260 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18262         * spam.el (spam-split): Do not require spam-use-CHECK to be
18263         enabled if that check is passed to spam-split explicitly; also
18264         fix so 'spam doesn't get converted to spam-split-group when
18265         spam-split-symbolic-return is t.
18266         (spam-find-spam): Find registrations of the article and use those
18267         instead of re-running spam-split to find the spam/ham
18268         classification of the article.
18269         (spam-log-processing-to-registry, spam-log-registered-p)
18270         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18271         Use gnus-error instead of gnus-message.
18272         (spam-log-registration-type): Add function to determine the
18273         classification of a message based on registry entries; will
18274         return nil if both 'spam and 'ham are found.
18275         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18276         a reasonably fast local cache without the loading errors.
18277         (spam-cache-lookups): Set to t by default.
18278         (spam-find-spam): Don't try to guess spam-cache-lookups.
18279         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18280         spam-caches entry.
18281         (spam-filelist-build-cache, spam-filelist-check-cache):
18282         Fix caching of whitelist/blacklist entries.
18283         (spam-check-whitelist, spam-check-blacklist):
18284         Invoke spam-from-listed-p with a type, not a cache variable.
18285         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18287 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18289         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18291         * nnmail.el (nnmail-split-fancy): do.
18293         * mml.el (mml-parse): do.
18295         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18296         (gnus-score-adaptive): do.
18298 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18300         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18301         (gnus-mime-button-map): Don't set keymap parent.
18302         (gnus-button-ctan-directory-regexp): Use shy grouping.
18303         (gnus-prev-page-map): Don't set keymap parent.
18304         (gnus-prev-page-map): Remove duplicated one.
18305         (gnus-next-page-map): Don't set keymap parent.
18306         (gnus-mime-security-button-map): Ditto.
18308         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18309         version number.
18311         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18313 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18315         * canlock.el (canlock-sha1-function): Remove.
18316         (canlock-sha1-function-for-verify): Remove.
18317         (canlock-openssl-program): Remove.
18318         (canlock-openssl-args): Remove.
18319         (canlock-ignore-errors): Remove.
18320         (canlock-sha1-with-openssl): Remove.
18321         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18322         (canlock-verify): Don't use canlock-ignore-errors.
18324         * sha1-el.el (sha1-string-external): Make it can return a string
18325         in binary form.
18326         (sha1-region-external): Ditto.
18327         (sha1-string-internal): Ditto.
18328         (sha1-region-internal): Ditto.
18329         (sha1-region): Ditto.
18330         (sha1-string): Ditto.
18331         (sha1): Ditto.
18333 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18335         * spam.el (spam-report-articles-gmane): New command.
18337 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18339         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18341         * run-at-time.el (run-at-time-saved): Remove.
18342         (run-at-time): Doc fix.
18344 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18346         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18347         (gnus-summary-limit-map): Add it.
18348         (gnus-summary-make-menu-bar): do.
18350 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18352         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18353         Make attempt at some caching support (done for BBDB only now).
18354         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18355         addresses to be checked.
18356         (spam-clear-cache-BBDB): Add function, to be invoked by
18357         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18358         (spam-check-BBDB): Check and use the caches, if
18359         spam-cache-lookups is on, remove superfluous (provide).
18361 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18363         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18365 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18367         * run-at-time.el (run-at-time-saved): Move to after the definition
18368         of `run-at-time'.
18370 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18372         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18373         mm-w3m-local-map-property.
18375         * mm-view.el (mm-w3m-mode-map): Remove.
18376         (mm-w3m-local-map-property): Remove.
18377         (mm-inline-text-html-render-with-w3m): Don't use
18378         mm-w3m-local-map-property.
18380 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18382         * run-at-time.el: New file.
18384         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18385         of gnus-set-text-properties.
18387         * gnus-uu.el (gnus-uu-save-article): Ditto.
18389         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18391         * gnus-cite.el (gnus-cite-parse): Ditto.
18393         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18394         of gnus-.
18396         * gnus.el: Change calls to nnheader-run-at-time and
18397         password-run-at-time throughout to use run-at-time directly.
18399         * password.el: Remove definition of run-at-time.
18401 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18403         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18404         in prompt.
18406 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18408         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18409         XEmacs version.
18411         * dns.el (dns-make-network-process): Use `open-network-stream'
18412         instead of `gnus-xmas-open-network-stream'.
18414         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18416 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18418         * gnus-art.el (gnus-mime-display-alternative)
18419         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18420         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18421         Don't use gnus-local-map-property.
18423         * gnus-util.el (gnus-local-map-property): Remove.
18425         * mm-view.el (mm-view-pkcs7-decrypt):
18426         Replace gnus-completing-read-maybe-default with completing-read.
18428         * gnus-util.el (gnus-completing-read): do.
18429         (gnus-completing-read-maybe-default): Remove.
18431 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18433         * password.el: Only autoload `run-at-time' if not XEmacs.
18434         Only autoload the itimer functions if XEmacs.
18436 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18438         * gnus-art.el (gnus-read-string): Remove.
18439         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18440         read-string.
18442 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18444         * netrc.el: Autoload password-read.
18445         (netrc): Add configuration group.
18446         (netrc-encoding-method, netrc-openssl-path):
18447         Add variables for encoding and decoding of files with symmetric
18448         ciphers.
18449         (netrc-encode): Add assistant function to encode a file with
18450         netrc-encoding-method.
18451         (netrc-parse): Add interactive parameter, added optional
18452         decoding if netrc-encoding-method is non-nil but otherwise
18453         behavior is standard.
18454         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18455         Do s/encode/encrypt/ everywhere.
18457         * spam.el: Remove executable-find autoload.
18459 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18461         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18463         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18465 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18467         * gnus-art.el (gnus-treat-ansi-sequences)
18468         (article-treat-ansi-sequences): New variable and function.
18469         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18471         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18472         Use it.
18474 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18476         * mm-util.el (mm-quote-arg): Remove.
18478         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18479         shell-quote-argument.
18481         * gnus-uu.el (gnus-uu-command): do.
18483         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18485         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18486         with make-char.
18488         * mm-util.el (mm-make-char): Remove.
18490         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18491         add-minor-mode.
18493         * gnus-undo.el (gnus-undo-mode): do.
18495         * gnus-topic.el (gnus-topic-mode): do.
18497         * gnus-sum.el (gnus-dead-summary-mode): do.
18499         * gnus-start.el (gnus-slave-mode): do.
18501         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18503         * gnus-ml.el (gnus-mailing-list-mode): do.
18505         * gnus-gl.el (gnus-grouplens-mode): do.
18507         * gnus-draft.el (gnus-draft-mode): do.
18509         * gnus-dired.el (gnus-dired-mode): do.
18511         * gnus-ems.el (gnus-add-minor-mode): Remove.
18513         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18514         Replace gnus-char-width with char-width.
18516         * gnus-ems.el (gnus-char-width): Remove.
18518         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18519         Replace gnus-char-width with char-width.
18521         * gnus-ems.el (gnus-char-width): Remove.
18523         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18524         definition.
18525         Remove Emacs 20 hash table compatibility code.
18527         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18528         20 compatibility code.
18530         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18532         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18534         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18535         Replace with point-at-{eol,bol}.
18537         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18539         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18541         * flow-fill.el (fill-flowed-point-at-bol)
18542         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18544         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18545         Replace with point-at-{eol,bol} throughout all files.
18547 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18549         * ntlm.el (ntlm-string-as-unibyte): New macro.
18550         (ntlm-build-auth-response): Use it.
18552         Remove Emacs 20 stuff:
18553         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18554         of delq and copy-sequence.
18555         * gnus-art.el (popup-menu): Remove the compiler macro.
18556         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18557         Emacs 20.
18559 2004-01-05  Simon Josefsson  <jas@extundo.com>
18561         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18562         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18563         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18564         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18565         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18566         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18567         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18568         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18569         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18570         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18571         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18572         string-xor into ntlm-string-xor.
18573         Suggested by Jesper Harder <harder@myrealbox.com>.
18575         * ntlm.el: Don't include poem.
18577         * md4.el (print-int32, print-string-hexa): Remove.
18578         Suggested by Jesper Harder <harder@myrealbox.com>.
18580         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18582         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18583         probably breaks emacs with DL patch, but do we care? Is anyone
18584         still using the DL stuff?)
18586         * sieve-manage.el: Use the password package.
18587         (sieve-manage-read-passwd): Remove.
18588         (sieve-manage-interactive-login): Use password.  Re-add
18589         condition-case around loop.
18591         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18592         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18593         Use the password package.
18595 2003-02-19  Simon Josefsson  <jas@extundo.com>
18597         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18598         token.
18600 2002-08-07  Simon Josefsson  <jas@extundo.com>
18602         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18603         (sieve-manage-authenticators):
18604         (sieve-manage-authenticator-alist): Add some SASL mechs.
18605         (sieve-sasl-auth): New function.
18606         (sieve-manage-cram-md5-auth):
18607         (sieve-manage-plain-auth): Rewrite using SASL library.
18608         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18609         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18610         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18611         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18613 2004-01-05  Simon Josefsson  <jas@extundo.com>
18615         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18616         New files.
18618 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18620         * gnus-group.el (gnus-no-groups-message): Update.
18622         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18624 2003-11-09  Simon Josefsson  <jas@extundo.com>
18626         * imap.el: Support for ID IMAP extension (RFC 2971).
18627         (imap-local-variables): Add imap-id.
18628         (imap-id): New variable.
18629         (imap-id): New function.
18630         (imap-parse-response): Parse untagged ID response.
18631         * nnimap.el (nnimap-id): New variable.
18632         (nnimap-open-connection): Use it.
18634 2003-12-28  Simon Josefsson  <jas@extundo.com>
18636         * gnus-score.el (gnus-score-edit-all-score): New.
18637         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18639 2004-01-04  Simon Josefsson  <jas@extundo.com>
18641         * password.el: Add.
18643 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18645         * dns.el (dns-query-types): Fix typo.
18646         (dns-query-types): New function.
18647         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18648         PTR and SOA replies, see RFC 1035.
18650 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18652         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18654         * Move to Changelog.2.
18656 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18658         * gnus.el (gnus-version-number): Bump version.
18660 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18662         * gnus.el: No Gnus v0.1 is released.
18664 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18666         * gnus.el: No Gnus v0.0 is released.
18668 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18670         * gnus.el (gnus-version-number): Bump.
18671         (gnus-version): No.
18673 See ChangeLog.2 for earlier changes.
18675   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18676     Free Software Foundation, Inc.
18678   This file is part of GNU Emacs.
18680   GNU Emacs is free software: you can redistribute it and/or modify
18681   it under the terms of the GNU General Public License as published by
18682   the Free Software Foundation, either version 3 of the License, or
18683   (at your option) any later version.
18685   GNU Emacs is distributed in the hope that it will be useful,
18686   but WITHOUT ANY WARRANTY; without even the implied warranty of
18687   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18688   GNU General Public License for more details.
18690   You should have received a copy of the GNU General Public License
18691   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18693 ;; Local Variables:
18694 ;; coding: utf-8
18695 ;; fill-column: 79
18696 ;; add-log-time-zone-rule: t
18697 ;; End: