* lisp/gnus/message.el: Use completion-at-point.
[emacs.git] / lisp / gnus / ChangeLog
blob4a5d103e08bfd2ef862551575bec0bb4dc81a9ac
1 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3         * message.el: Use completion-at-point.
4         (message-completion-function): New fun, extracted from message-tab.
5         (message-mode): Use it for completion-at-point-functions.
6         (message-tab): Use it and completion-at-point.
8 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
11         character if a non-breakable character follows.
13 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
16         any stream.
18         * shr.el (shr-tag-font): Colorize the region.
19         (shr-tag-body): Ditto.
20         (shr-tag-font): Actually let the styles be inherited instead of
21         overwriting them.
22         (shr-tag-font): Get the background color right.
23         (shr-tag-style): Ignore all <style> tags for the moment.
25         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
26         a Message-ID to avoid having nnimap depend on gnus-sum.
28         * shr.el (shr-descend): Only colorize something if we have a node that
29         sets colors.
31 2010-12-06  Julien Danjou  <julien@danjou.info>
33         * shr.el (shr-render-td): Render td content with shr-descend, so style
34         will be applied to <td> too.
35         (shr-colorize-region): Colorize region even if we only have a background.
36         (shr-tag-body): Fix color and background color inheritance.
37         Do not recolorize after shr-generic.
38         (shr-tag-font): Let shr-generic colorize via inheritance.
40 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
42         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
44 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
46         * nnir.el (nnir-request-move-article): Remove obsolete code.
48 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
50         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
52 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
54         * gnus-sum.el (gnus-summary-respool-article): The completion function
55         expects a list instead of an alist.
57         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
58         string as the parameter.
60         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
62         * shr.el (shr-stylesheet): New dynamic variable for cascading the
63         styles.
64         (shr-colorize-region): New function.
65         (shr-insert-background-overlay): Remove.
66         (shr-render-td): Background setting should be taken care of on a higher
67         level.
68         (shr-tag-body): Use post-hoc colorizations.
69         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
70         (shr-put-color-1): Don't overwrite old colors.
71         (shr-colorize-region): When the background color isn't explicit, use
72         a fixed background.
74         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
75         nnmail variables.
77 2010-12-05  Bjørn Mork  <bjorn@mork.no>
79         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
80         unless necessary.
82 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
84         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
85         server.
87 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
90         so that TAB works.
92         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
93         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
95         * shr.el (shr-urlify): Show the URL before the title to avoid
96         misleading URLs.
98 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
100         * shr.el (shr-urlify): Display the title in <a> tags.
102 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
104         * nnir.el (nnir-categorize): Replace mapcar with mapc.
106 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
108         * nnir.el: Rearrange code to allow macros to be autoloaded by
109         gnus-sum.el.
110         (nnir-retrieve-headers-override-function): Make this variable
111         customizable.
112         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
114         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
115         from nnir.el.
117 2010-12-03  Julien Danjou  <julien@danjou.info>
119         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
121 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
123         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
124         allow optional argument `environment'.
126 2010-12-03  Glenn Morris  <rgm@gnu.org>
128         * mm-extern.el (message-goto-body): Update declaration.
130 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
132         * gnus-util.el (gnus-macroexpand-all): New function.
134         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
135         instead of macroexpand-all that is unavailable in XEmacs.
137 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
139         * nnir.el (nnir-summary-line-format): New variable.
140         (nnir-mode): Use it.
141         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
142         (nnir-article-ids): Reimplement as defsubst.
143         (nnir-retrieve-headers): Don't mangle the subject header.
144         (nnir-run-imap): Use 100 as RSV score.
145         (nnir-run-find-grep): Fix for full server searching.
146         (nnir-run-gmane): Better restriction to gmane groups.
148         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
149         summary buffers.
151 2010-12-02  Julien Danjou  <julien@danjou.info>
153         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
155         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
157         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
158         support.
160 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
162         * nnir.el: Update to handle the registry better.
163         (autoload): Silence byte-compiler.
164         (nnir-open-server): Add a hook for nnir groups.
165         (nnir-request-move-article): Don't mangle the header. Better to use
166         formating variables (which will be added in the future).
167         (nnir-registry-action): Update the registry using the original article
168         group name.
169         (nnir-mode): Install nnir-specific hooks for updating the registry.
171         * gnus-sum.el
172         (gnus-article-original-subject,gnus-newsgroup-original-name): Remove
173         obsolete variables.
174         (gnus-summary-move-article): Remove use of obsolete variables.
175         (gnus-summary-local-variables): Make move and delete hooks local to
176         summary buffers.
178 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180         * rtree.el: New file.
182 2010-12-01  Julien Danjou  <julien@danjou.info>
184         * message.el (message-user-organization): Do not use
185         gnus-local-organization.
187         * gnus.el: Remove gnus-local-organization.
189         * gnus-msg.el: Remove nastygram thing.
191 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
193         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
194         funcall.
196 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
198         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
199         names.
201         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
202         characters.
204         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
205         to t of inhibit-read-only since it is inside gnus-with-article-headers.
206         Suggested by Štěpán Němec <stepnem@gmail.com>.
207         (gnus-gravatar-transform-address): Use mail-extract-address-components
208         that supports non-ASCII names rather than mail-header-parse-addresses.
210 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212         * proto-stream.el (open-protocol-stream): All starttls connections are
213         handled by the network handler.
215 2010-11-30  Julien Danjou  <julien@danjou.info>
217         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
218         (nnimap-open-connection-1): Fix PREAUTH.
220         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
222 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
224         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
225         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
226         (shr-insert): Use them.
227         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
229 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
231         * nnir.el (nnir-request-move-article): Bail out if original group
232         doesn't support article moves.
233         (nnir-get-active): Improve active list retrieval.
235 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
237         * shr.el (shr-find-fill-point): Don't break before apostrophes.
239 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
241         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
242         seem to accept strings-with-numbers as port numbers,
244 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
246         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
247         change the registry.
249 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
251         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
252         delete-dups that is not available in XEmacs 21.4.
254         * mm-util.el (mm-delete-duplicates): Add comment.
256 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
258         * nnir.el (nnir-ignored-newsgroups): New variable.
259         (nnir-get-active): Use it.
261 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
263         * proto-stream.el (proto-stream-open-network): Add some comments.
265         * nntp.el (nntp-open-connection): Provide a :success condition.
267         * nnimap.el (nnimap-open-connection-1): Ditto.
269         * proto-stream.el (proto-stream-open-network): See what the response to
270         the STARTTLS command is.
272         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
273         backwards compatibility).
274         (nnimap-open-connection-1): Really respect nnimap-server-port.
276         * proto-stream.el (proto-stream-open-network): When doing opportunistic
277         TLS upgrades we don't really care about the identity of the peer.
278         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
279         that what we've checked for.
280         (proto-stream-always-use-starttls): Only default to t if
281         open-gnutls-stream exists.
282         (proto-stream-open-network): If STARTTLS failed, then just open a
283         normal connection.
284         (proto-stream-open-network): Wait until the greeting before doing
285         STARTTLS.
287         * nntp.el (nntp-open-connection): Report what the connection error is.
289         * proto-stream.el (open-protocol-stream): Renamed from
290         open-proto-stream.
292 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
294         * nnimap.el (nnimap-stream): Change default to `undecided'.
295         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
296         first, and then network.
297         (nnimap-open-connection-1): Respect nnimap-server-port.
298         (nnimap-open-connection): Be more backwards-compatible.
300         * proto-stream.el (proto-stream-always-use-starttls): New variable.
301         (proto-stream-open-starttls): De-duplicate the starttls code.
302         (proto-stream-open-starttls): Folded back into the main function.
303         (proto-stream-open-network): Fix typo in the gnutls path.
304         (proto-stream-command): Refactor out.
306         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
308         * proto-stream.el (proto-stream-open-starttls): Actually implement the
309         starttls.el STARTTLS.
311         * color.el (color-lab->srgb): Fix function call name.
313         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
314         if we're using tls.el.
315         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
316         built in, then don't try to establish a STARTTLS connection.
318         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
319         servers.
321         * proto-stream.el (open-proto-stream): Use network, not stream.
322         (open-proto-stream): Add a way to specify what the end of a command is.
324         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
325         connections types.
326         (nntp-open-network-stream): Remove.
327         (nntp-open-ssl-stream): Remove.
328         (nntp-open-tls-stream): Remove.
329         (nntp-ssl-program): Remove.
331         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
333 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
335         * nnir.el: Fix typos.
336         (nnir-retrieve-headers-override-function): Rename variable to reflect
337         new semantics.
338         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
339         macros.
340         (nnir-request-article, nnir-request-move-article): Use them.
341         (nnir-categorize): New function.
342         (nnir-run-query): Use it.
343         (nnir-retrieve-headers): Rewrite to batch header retrieval.
344         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
345         sorted.
346         (nnir-group-full-name): Use gnus-group-full-name instead.
347         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
348         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
350 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
352         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
354         * proto-stream.el: New library to provide protocol-specific
355         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
356         protocols.
357         (open-proto-stream): Complete the documentation.
358         (proto-stream-open-network): Fix some typos.
360         * nnimap.el (nnimap-open-connection): Use it.
362 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
364         * pop3.el (pop3-open-server): Read server greeting before starting TLS
365         negotiation.
367 2010-11-26  Julien Danjou  <julien@danjou.info>
369         * color.el: Rename various rgb functions to srgb.
371 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
374         names.
376 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
378         * shr.el (shr-insert): Revert last change.
379         (shr-find-fill-point): Never leave point being at bol;
380         relax the kinsoku limitation when rendering tables.
382 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
385         results from -accept-article.
387         * shr-color.el: Require cl when compiling.
389         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
390         checkin.
392         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
394         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
396         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
397         'add and 'delete to set backend marks.
399         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
401         * nnheader.el (nnheader-update-marks-actions): Refactor out.
403         * nntp.el (nntp-request-set-mark): Use it.
405         * nnfolder.el (nnfolder-request-set-mark): Ditto.
407         * nnml.el (nnml-request-set-mark): Ditto.
409         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
410         introduces regressions in article selection.
411         (nnimap-find-uid-response): New function.
412         (nnimap-request-accept-article): Use the UID returned, if any.
413         (nnimap-request-move-article): Use the UID returned, if any.
414         (nnimap-get-groups): Reimplement to work with folded lines.
415         (nnimap-find-uid-response): The UID is the last element in the list.
416         (nnimap-request-set-mark): Extend syntax with 'set.
418         * nnml.el (nnml-request-set-mark): Ditto.
420         * nnfolder.el (nnfolder-request-set-mark): Ditto.
422         * nntp.el (nntp-request-set-mark): Ditto.
424 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
426         * message.el (message-called-interactively-p): A temporary macro.
427         (message-goto-body): Use it temporarily.
429 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
431         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
432         (nnimap-last-response-string): Unfold quoted lines, if they exist.
433         (nnimap-last-response-string): Fix last unfolding fix.
435 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
437         * shr.el (shr-insert): Fix the way to fold lines.
439 2010-11-25  Julien Danjou  <julien@danjou.info>
441         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
443         * color.el: Rename from color-lab.el
444         (color-rgb->hex): Add.
445         (color-complement): Add.
446         (color-complement-hex): Add.
448         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
450 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452         * shr-color.el (shr-color-visible): Don't bug out if the colour names
453         don't exist.
455 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
457         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
458         assuming that article displaying or another mml-preview may be
459         interrupted for an error or for the like.
461         * shr.el (shr-get-background): Fix argument name.
463 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
465         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
467         * gnus-sum.el (gnus-summary-include-articles): New function.
469         * message.el (message-goto-body): called-interactively-p needs a
470         parameter, so use `any'.
472         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
473         clear marks before moving, since they're synced from the Gnus side
474         first.
476         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
477         (gnus-summary-move-article): Copy over all marks before moving, so that
478         IMAP doesn't think a new article has arrived.
480 2010-11-24  Julien Danjou  <julien@danjou.info>
482         * shr.el (shr-insert-background-overlay): Fix typo.
483         (shr-render-td): Copy the background before rendering.
485         * shr-color.el (shr-color-visible): Fix docstring.
487         * shr.el (shr-tag-table): Add bgcolor support.
488         (shr-render-td): Add bgcolor support.
489         (shr-get-background): Add.
490         (shr-insert-foreground-overlay): Use shr-get-background.
492         * message.el (message-goto-body): Use called-interactively-p.
493         (message-in-body-p): message-goto-body returns point.
495 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
498         Fixes something or other in Emacs 23, and is backwards compatible.
500         * message.el (message-goto-body): Remove the <#secure special-casing,
501         which is too special.
503         * shr.el (shr-parse-style): Drop !important from styles.
505 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
507         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
508         this function to return incorrect results when calling it with an
509         explicit article argument different from
510         (gnus-summary-article-number).
512 2010-11-24  Julien Danjou  <julien@danjou.info>
514         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
515         (shr-tag-body): Add background support.
516         (shr-descend): Add background support.
517         (shr-tag-title): Add.
519         * shr-color.el (shr-color-visible): Really return original background
520         if fixed.
522 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * shr.el (shr-color-check): Protect against non-existant colour names.
526 2010-11-24  Julien Danjou  <julien@danjou.info>
528         * color-lab.el: Require 'cl when compiling.
530         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
532         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
533         matched part.
535         * color-lab.el: Fix all expt calls to use float type.
537 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
539         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
540         expression to shr-color-check as is.
542         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
544         * color-lab.el: Add coding cookie.
545         (float-pi): Use eval-and-compile.
547 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
549         * shr.el (shr-insert-color-overlay): Split stuff like
550         "#444444 !important" to find the real colour.
551         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
552         parse <font color="red"> entries.
554 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
556         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
557         point when parsing headers.
559         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
560         is positioned properly when parsing headers.
562 2010-11-23  Julien Danjou  <julien@danjou.info>
564         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
566         * shr-color.el (shr-color->hexadecimal): Add support for color names.
568         * shr.el (shr-parse-style): Replace \n with space in style parsing.
570         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
571         shr-color-hue-to-rgb.
572         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
574 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
576         * shr.el (shr-color->hexadecimal): Autoload.
577         (shr-descend): Add color to all tags.
579 2010-11-22  Julien Danjou  <julien@danjou.info>
581         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
582         shr-color->hexadecimal.
584         * shr-color.el (shr-color->hexadecimal): Add converting functions for
585         RGB() or HSL() color representation.
587         * shr.el (shr-tag-font): Add.
588         (shr-tag-color-check): New function to get better colors.
589         (shr-tag-insert-color-overlay): Factorize code between tag-font and
590         tag-span.
592         * shr-color.el: New file.
594         * color-lab.el: New file.
596         * gnus-art.el (gnus-url-mailto): Do not downcase args.
598 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
600         * nnir.el: Fix typo in comments.
601         (nnir-run-imap): Simplify code. No need to reverse artlist.
602         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
604 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
608         * nnimap.el (nnimap-get-capabilities): Refactor out.
609         (nnimap-open-connection): Re-request capabilities after STARTTLS.
611 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
613         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
614         appearing when `mm-uu-hide-markers' is nil.
616 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
618         * nnimap.el (nnimap-unselect-group): Make into its own function.
619         (nnimap-request-rename-group): Unselect group before renaming.
620         This had gotten lost somewhere.
621         (nnimap-request-accept-article): Keep track of examined groups, and
622         unselect the group before APPENDing to read-only groups.
623         (nnimap-request-move-article): Clear flags before moving so that they
624         can be re-set later.
626 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
628         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
629         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
631 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
633         * gnus-art.el (gnus-mime-display-single)
634         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
635         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
636         parameter.
638 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
640         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
641         (shr-table-vertical-line): New variable.
642         (shr-insert-table): Use it.
644 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
646         * gnus-html.el (gnus-html-wash-images): Don't display images if
647         gnus-inhibit-images is non-nil; register displayer for cid images.
648         (gnus-html-display-image): Work for cid image.
649         (gnus-html-insert-image): Allow arguments.
650         (gnus-html-put-image): Inhibit read-only.
651         (gnus-html-prefetch-images): Don't prefetch images if
652         gnus-inhibit-images is non-nil.
654 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
656         * shr.el (shr-put-image): Break lines when inserting big pictures.
658 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
660         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
661         sender, thanks Katsumi Yamaoka.
663 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
665         * nnir.el (nnir-run-imap): Reverse the article list for each group
666         rather than the whole list.
668 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
670         * shr.el (shr-image-displayer): Protect function against non-existent
671         image source.
673         * gnus-art.el (gnus-inhibit-images): New user option.
674         (gnus-mime-display-single): Don't display image if it is non-nil.
676         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
677         gnus-inhibit-images.
679         * shr.el (shr-image-displayer): New function.
680         (shr-tag-img): Use it.
682 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
684         * mml2015.el (mml2015-epg-sign): Use From header.
686 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
688         * gnus-html.el (gnus-html-wash-images): Register a displayer.
690         * gnus-util.el (gnus-find-text-property-region): Return markers.
692         * shr.el (shr-tag-img): Put a displayer in the text property.
694         * gnus-util.el (gnus-find-text-property-region): New utility function.
696         * gnus-html.el (gnus-html-display-image): Make the alt optional.
697         (gnus-html-show-images): Remove.
699         * gnus-art.el (gnus-article-show-images): New, more general function.
701         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
702         image url text properties.
704         * shr.el: Ditto.
706         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
707         gnus-agent-auto-agentize-methods is set.  Which it isn't.
709 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
711         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
712         work for two or more articles.
714 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
716         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
717         divide an image that's in an html article to two or more when washing
718         non-ASCII characters in alt text of it.
720 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
722         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
723         smime-decrypt-region using function argument.
724         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
726         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
728         * smime.el (smime-decrypt-region): Catch it.
730 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
732         * smime.el (smime-mode-map): Move initialization into declaration.
733         (gnus-run-mode-hooks): Don't autoload.
734         (smime-mode): Use define-derived-mode.
736 2010-11-11  Glenn Morris  <rgm@gnu.org>
738         * smime.el (from): Restrict declaration to XEmacs.
740         * nnir.el (gnus-group-topic-name): Autoload.
742 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
744         * shr.el (shr-insert): Don't break long line if it is because of
745         kinsoku-bol characters in the line end.
747 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
749         * nnir.el (nnir-request-move-article): Fix to provide original group
750         and subject.
751         (nnir-warp-to-article): Don't fail on articles whose headers haven't
752         been retrieved.
754         * gnus-sum.el (gnus-summary-move-article): Use original group and
755         subject for virtual articles such as those in an nnir summary buffer.
757 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
759         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
760         least 21.5).
762         * smime.el (from): Declare it again for XEmacs.
764 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766         * message.el (message-resend): Don't disable encoding unless it's
767         already encoded.
769         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
770         low-numbered articles.
772 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
774         * rfc2047.el (rfc2047-syntax-table): Simplify.
776         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
777         set-char-table-range for XEmacs.
779 2010-11-10  Glenn Morris  <rgm@gnu.org>
781         * smime.el (from): Remove unused declaration.
783         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
784         (gnus-float-time): On Emacs, always an alias.
786         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
787         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
789 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
791         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
793 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
795         * shr.el (browse-url-mailto): Autoload.
797         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
799         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
800         regexp doesn't need quoting.
802 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
804         * message.el (message-subject-trailing-was-ask-regexp)
805         (message-subject-trailing-was-regexp): Match was: in addition to was.
807 2010-11-09  Glenn Morris  <rgm@gnu.org>
809         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
810         (nnbabyl-check-mbox): Use point-at-bol.
812 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
814         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
816         * message.el (message-mailto): New function.
817         (message-mailto): Should accept other parameters.
818         (message-mailto): Remove since it duplicates browse-url-mailto
819         functionality.
821 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
824         methods.
825         (gnus-read-active-file): Ditto.
827         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
828         ": " from the prompt.
829         (gnus-group-make-group): Ditto.
831 2010-11-07  Glenn Morris  <rgm@gnu.org>
833         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
834         (gnus-bookmark-kill-line): Use point-at-eol.
836 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
838         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
839         asterisks in From header.
841 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
844         string to avoid making the From headers syntactically invalid.
846         * message.el (message-send-mail): Don't insert courtesy messages if the
847         message already has List-Post and List-ID messages.
849 2010-11-06  Glenn Morris  <rgm@gnu.org>
851         * gnus-art.el (gnus-treat-article): Give dynamic local variables
852         `condition', `type', `length' a prefix.
853         (gnus-treat-predicate): Update for above name changes.
855 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
857         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
858         binding.  Handled by `gnus-summary-refer-thread' instead.
859         (nnir-warp-to-article): New backend function.
861         * nnimap.el (nnimap-request-thread): Force dependency updating.
863         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
864         (gnus-summary-refer-thread): Rework to improve thread-referral.
866         * gnus-int.el (gnus-warp-to-article): New function.
868         * gnus-sum.el (gnus-summary-article-map): Bind it.
870 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
872         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
873         gnus-summary-refer-thread.
875         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
876         headers.
877         (gnus-summary-limit-include-thread): Prevent articles in thread from
878         being cut in gnus-cut-threads.
879         (gnus-summary-refer-thread): Limit retrieved headers to those in
880         thread.
882 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
884         * message.el (message-send-mail): Use the value of
885         message-courtesy-message from the message buffer.
887         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
889         * shr.el (shr-browse-url): Implement mailto: URLs.
891         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
892         "raw".
894         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
895         if it's already selected.
897         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
899 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
901         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
902         to measure the length and truncate alt text.
904 2010-11-03  Glenn Morris  <rgm@gnu.org>
906         * nndiary.el (nndiary-generate-nov-databases-1)
907         (nndiary-generate-active-info): Rename dynamic variable `files' to
908         something less generic.
910 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
912         * nnir.el (nnir-request-move-article): Call the underlying backend to
913         move articles from nnir.
915 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
919 2010-11-02  Julien Danjou  <julien@danjou.info>
921         * nnir.el: Remove wais support.
923 2010-11-02  Glenn Morris  <rgm@gnu.org>
925         * gnus-html.el: Reorder requirements to quieten compiler.
927 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
929         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
930         properly for XEmacs as well.
931         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
932         (gnus-article-natural-long-line-p): Use window-width rather than
933         frame-width.
935 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
937         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
938         (nnir-read-parms): Don't modify query.
939         (nnir-run-query): Add ability to search topic on current line.
940         (nnir-get-active): Clean up.
942 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
945         degenerate articles.
947         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
948         (gnus-print-buffer): Just print the buffer as is, without any copying
949         to a buffer and then re-highlighting.
951         * nnimap.el (nnimap-request-group): Store the new updated info.
952         (nnimap-request-group): Select the group when we don't know whether it
953         exists or not.
955         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
956         groups.
958         * gnus-group.el (gnus-group-find-new-groups): Display all the new
959         groups.
961         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
962         groups.
964         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
965         long-lines case by only filling the long lines.
967         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
968         (bug #7311).
970 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
972         * shr.el: No need to declare `declare-function' since shr.el is for
973         only Emacsen that provide `libxml-parse-html-region'.
975 2010-11-01  Glenn Morris  <rgm@gnu.org>
977         * mm-util.el (gnus-completing-read): Autoload.
978         (mm-read-coding-system): Simplify Emacs definition.
980         * nnmail.el (gnus-activate-group):
981         * nnimap.el (gnutls-negotiate):
982         * nntp.el (netrc-parse): Fix declarations.
984 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
986         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
987         string-match-p in Emacs >=23.
989         * gnus-msg.el (gnus-configure-posting-styles)
990         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
992 2010-11-01  Glenn Morris  <rgm@gnu.org>
994         * nnir.el (declare-function): Add compat stub.
995         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
996         (nnir-run-gmane): Require 'mm-url.
998         * mm-util.el (mm-string-to-multibyte): Simplify.
1000         * shr.el (declare-function): Add compat stub.
1001         (url-cache-create-filename): Declare.
1002         (mm-disable-multibyte, widget-convert-button): Autoload.
1004         * smime.el (ldap-search): Declare.
1005         (smime-cert-by-ldap-1): Require ldap on Emacs.
1007         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1008         (nnimap-keepalive): Use gnus-float-time.
1010         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1011         (mail-source-delete-crash-box): Use gnus-float-time.
1013         * gnus-dired.el (gnus-completing-read): Autoload.
1015         * mm-view.el (gnus-rescale-image): Autoload.
1017         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1019         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1021         * sieve-manage.el: Require 'cl when compiling.
1023         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1024         (gnus-iswitchb-completing-read): Require iswitchb.
1025         (gnus-select-frame-set-input-focus): Silence compiler.
1027 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029         * message.el (message-subject-trailing-was-query): Change default to t,
1030         since I think that's what most people want.
1032         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1033         appending for easier debugging.
1034         (nnimap-wait-for-connection): Take a regexp.
1035         (nnimap-request-accept-article): Wait for the continuation line before
1036         sending anything unless we're streaming.
1038         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1039         leave the header washing to take place.
1041 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1043         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1044         regular expression match and replace in posting styles.
1046 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1048         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1049         an entire server.
1050         (nnir-get-active): New function.
1051         (nnir-run-imap): Use it.
1052         (nnir-run-gmane): Who knew, gmane search returns an article score!
1054         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1055         server on the current line with nnir.
1057 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1060         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1061         left edge.
1062         (gnus-article-foldable-buffer): Skip past the prefix when determining
1063         raggedness.
1065         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1066         the raw article, and change `C-u g' to show the article without doing
1067         treatments.
1069         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1070         on to `gnus-treat-article'.
1071         (gnus-inhibit-article-treatments): New variable.
1073         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1075         * gnus-art.el (gnus-treatment-function-alist): Have
1076         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1077         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1078         sections.
1080         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1081         parameter.
1082         (gnus-article-fill-cited-long-lines): New function.
1083         (gnus-article-fill-cited-article): Allow filling only long sections.
1085         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1086         and non-punctuation (like after the apostrophe in "'We").
1088         * gnus-sum.el (gnus-summary-select-article): Make sure
1089         gnus-original-article-buffer is alive.
1091         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1092         reflect the order they're in in the digest.
1094         * gnus.el (gnus-group-startup-message): Move point to the start of the
1095         buffer.
1097         * nnimap.el (nnimap-capability): New function.
1098         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1099         is set.
1101 2010-10-31  David Engster  <dengste@eml.cc>
1103         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1104         conform with changes to gnus-completing-read.
1106 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1110 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1112         * nnir.el: Move defvar, defcustom around to keep file organized
1113         and keep byte-compiler quiet.
1114         (nnir-read-parms): Accept search-engine as arg.
1115         (nnir-run-query): Pass search-engine as arg.
1116         (nnir-search-engine): Remove.
1118 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1120         * shr.el (shr-generic): The text nodes should be text, not :text.
1122         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1123         later in the file.
1125 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1127         * nnir.el: General clean up.  Allow searching with multiple engines.
1128         Allow separate extra-parameters for each engine.
1129         Batch queries when possible.
1130         (nnir-imap-default-search-key,nnir-method-default-engines):
1131         Add customize interface.
1132         (nnir-run-gmane): New engine.
1133         (nnir-engines): Use it.  Qualify all prompts with engine name.
1134         (nnir-search-engine): Remove global variable.
1135         (nnir-run-hyrex): Restore for now.
1136         (nnir-extra-parms,nnir-search-history): New variables.
1137         (gnus-group-make-nnir-group): Use them.
1138         (nnir-group-server): Remove in favor of gnus-group-server.
1139         (nnir-request-group): Avoid searching twice.
1140         (nnir-sort-groups-by-server): New function.
1142 2010-10-30  Julien Danjou  <julien@danjou.info>
1144         * gnus-group.el: Remove gnus-group-fetch-control.
1146         * gnus-start.el (gnus-find-new-newsgroups):
1147         Remove gnus-check-first-time-used.
1149         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1151 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1153         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1154         set on groups that don't have \* permanentflags.
1156 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1159         control the background color.
1160         (shr-tag-img): Ignore very small web bug type images.
1161         (shr-put-image): Add help-echo alt texts to the images.
1162         (shr-tag-video): Show the video poster image.
1164 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166         * shr.el (shr-table-depth): New variable.
1167         (shr-tag-table-1): Only insert the images after the top-level table.
1169         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1171         * gnus-util.el (gnus-list-memq-of-list): New function.
1173         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1174         selected.
1175         (nnimap-unsplittable-articles): New slot.
1176         (nnimap-new-articles): Use it.
1178 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1180         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1181         move to the previous line on `M-g'.
1183 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1185         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1186         *-request-group, which seems unnecessary.
1188         * nnimap.el (nnimap-quote-specials): Function copied over from
1189         imap.el.
1190         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1191         they support that.  Suggested by Tom Regner.
1193 2010-10-29  Julien Danjou  <julien@danjou.info>
1195         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1196         defalias.
1197         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1199         * gnus.el: Remove `gnus-nntp-service' variable.
1200         (gnus-secondary-servers): Make obsolete.
1201         (gnus-nntp-server): Make obsolete.
1203         * gnus-start.el (gnus-1): Remove x-splash calls.
1205         * gnus-ems.el (gnus-x-splash): Remove.
1207         * gnus.el (gnus-group-startup-message): Simplify/update code.
1209         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1210         capability before doing anything.
1211         (gnus-group-insert-group-line): Remove useless
1212         gnus-group-remove-excess-properties.
1214 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1216         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1218 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1220         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1221         config after reselecting.
1223 2010-10-28  Julien Danjou  <julien@danjou.info>
1225         * shr.el (shr-put-image): Use point even if only inserting text.
1226         (shr-put-image): Save excursion when inserting alt text on non-graphic
1227         display, so the behaviour is the same when we are on a graphic display.
1229         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1231 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1233         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1234         (gnus-mime-copy-part): Check coding system, not charset.
1235         (gnus-mime-view-part-externally): Never remove part.
1236         (gnus-mime-view-part-internally): Don't remove part here.
1237         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1238         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1239         multipart/alternative.
1241         * mm-decode.el (mm-display-part): Take optional arg `force'.
1243 2010-10-26  Julien Danjou  <julien@danjou.info>
1245         * gnus-group.el (gnus-group-default-list-level): Add this function to
1246         compute the default list level.
1247         (gnus-group-default-list-level): Add possibility to use a function.
1249 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1251         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1253         * gnus-group.el (gnus-group-completing-read)
1254         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1255         gnus-replace-in-string.
1257 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1259         * shr.el (shr-tag-div): Add.
1261 2010-10-25  Julien Danjou  <julien@danjou.info>
1263         * gnus-util.el: Remove `gnus-with-local-quit'.
1265         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1267 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1270         the original article buffer.
1272 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274         * nnimap.el (nnimap-request-head): New function.
1275         (nnimap-request-move-article): Try to be slighly faster by not
1276         requesting the entire message when moving.
1277         (nnimap-transform-headers): Don't bug out on bodiless articles.
1278         (nnimap-send-command): Have no outstanding messages if the IMAP server
1279         doesn't support streaming.
1280         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1282 2010-10-24  Julien Danjou  <julien@danjou.info>
1284         * message.el (message-default-headers): Fix type.
1286 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1289         prefetching images.
1291         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1292         backend for unknown groups.  This is mainly useful for nnimap groups.
1294         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1295         group isn't covered by the agent.
1297 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1299         * nnir.el (nnir-method-default-engines): New variable.
1300         (nnir-run-query): Use it.
1301         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1302         (gnus-summary-nnir-goto-thread): Change group if needed.
1304         * gnus-group.el (gnus-group-group-map): Add key binding for
1305         gnus-group-make-nnir-group.
1307 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1309         * shr.el (shr-tag-object): Add.
1311         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1312         original article buffer live.
1313         (gnus-summary-select-article-buffer):
1314         Mention gnus-widen-article-buffer.
1316 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318         * shr.el (shr-tag-strong): Add.
1320 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1323         group names.  They mess up the group buffer badly.
1325         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1327         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1328         instead of the summary one.
1330 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1332         * mml.el (mml-preview): Work properly when editing article.
1334         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1335         gnus-have-read-active-file if it's already been in.
1337 2010-10-22  Tom Tromey  <tromey@redhat.com>
1339         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1340         gnus-group-completing-read.
1342 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1344         * message.el (message-mode-map): Don't bind M-; to comment region, to
1345         allow the global comment-dwim to work.
1347 2010-10-21  Julien Danjou  <julien@danjou.info>
1349         * message.el (message-setup-1): Allow message-default-headers to be a
1350         function.
1352 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1354         * shr.el (shr-tag-table): Simplify.
1356 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1359         to avoid trying to snarf invalid stuff.
1361         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1363         * gnus.el (gnus-message-archive-group): Quote value.
1364         (gnus-message-archive-group): Mark as changed.
1366         * shr.el (shr-add-font): Don't put the font properties on the newline
1367         or the indentation.
1369         * message.el (message-fix-before-sending): Change options when sending
1370         non-printable characters.
1372         * gnus.el (gnus-message-archive-method): Change the default to
1373         monthly outgoing groups.
1375         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1376         that have gotten new numbers.
1378         * nnimap.el (nnimap-request-replace-article): New function.
1380 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1382         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1383         (nnrss-request-article): Don't use special html washing code.
1385 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1387         * shr.el (shr-tag-table): Remove useless nconc.
1389 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1391         * gnus-art.el (article-wash-html): Simplify and remove the charset
1392         stuff.  Use the normal html rendering code instead of the special html
1393         washing code.
1395         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1396         `gnus-w3m' symbols.
1397         (mm-text-html-washer-alist): Remove.
1399         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1400         (mm-inline-media-tests): Remove use.
1401         (mm-text-html-renderer): Change default to the `shr' symbol.
1403         * mm-view.el (mm-inline-text-html): Remove use.
1405         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1406         `gnus-blocked-images' to be a function.
1407         (gnus-article-wash-function): Remove.
1409 2010-10-20  Julien Danjou  <julien@danjou.info>
1411         * spam.el (spam-list-of-processors): Mark as obsolete.
1413         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1414         (nnimap-insert-partial-structure): Fix boundary detection.
1416 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1418         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1419         run file-truename on remote files.  This can be expensive and even
1420         prevent one from editing drafts if some unrelated buffer has a stale
1421         connection.
1423 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1425         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1426         kinsoku-eol regardless of shr-kinsoku-shorten.
1427         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1428         (shr-tag-table): Support caption, thead, and tfoot.
1430 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1432         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1433         lines.
1434         (shr-save-contents): New command and keystroke.
1436         * nndoc.el (nndoc-type-alist): Add git support.
1437         (nndoc-git-type-p): New function.
1438         (nndoc-transform-git-article): Ditto.
1439         (nndoc-transform-git-headers): Ditto.
1440         (nndoc-transform-git-headers): Generate Subject headers.
1442         * shr.el (shr-parse-style): New function.
1443         (shr-tag-span): Ditto.
1445         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1446         to `G G' to avoid collisions.
1448 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1450         * shr.el: Load kinsoku if necessary.
1451         (shr-kinsoku-shorten): New internal variable.
1452         (shr-find-fill-point): Make kinsoku shorten text line if
1453         shr-kinsoku-shorten is bound to non-nil.
1454         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1455         shr-indentation too when testing if table is wider than frame width.
1456         (shr-insert-table): Use `string-width' instead of `length' to measure
1457         text width.
1458         (shr-insert-table-ruler): Make sure indentation is done at bol.
1460 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1462         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1463         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1464         undecoded network data.
1466 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1468         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1469         name in the mode line spec so that the mode line menu works
1470         (bug #2431).
1472         * message.el (message-get-reply-headers): If we're fed `to-address',
1473         then always use that.
1475         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1476         aren't so wide as to need to switch off the edit menu.
1478         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1479         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1481         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1482         `M-g'.
1483         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1484         the permanent marks.
1486 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1488         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1489         Splitting according to references/in-reply-to obeys the ignore-groups
1490         variable, while splitting by sender and subject do not.
1492 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1494         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1495         alist, so that we can look for non-Unicode chars.
1496         (article-translate-strings): Allow both character and string maps.
1498 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1500         * shr.el (shr-insert): Don't insert space behind a wide character
1501         categorized as kinsoku-bol, or between characters both categorized as
1502         nospace.
1504 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1506         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1507         headers to gnus-newsgroup-headers.
1509 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1511         * shr.el (shr-tag-img): Don't align images -- since we're not
1512         rescaling, this often leads to ugly displays.
1514 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1516         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1517         duplicates.
1519 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1521         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1522         call.
1524 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1526         * gnus.el: Autoload gnus-html-show-images.
1528         * nnimap.el: Use nnheader-message throughout.
1530         * shr.el (shr-tag-img): Ignore images with no data.
1532 2010-10-15  Julien Danjou  <julien@danjou.info>
1534         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1535         a possibility to disable format=flow encoding when using hard newlines.
1537 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1539         * shr.el (shr-insert): Remove space inserted before or after a
1540         breakable character or at the beginning or the end of a line.
1541         (shr-find-fill-point): Do kinsoku; find the second best point or give
1542         it up if there's no breakable point.
1544 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546         * nnimap.el (nnimap-open-connection): Message when opening connection
1547         for debugging purposes.
1549         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1550         on every setup buffer call to allow this to change from article to
1551         article.
1553         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1554         buffers where we have a wide table.
1556 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1558         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1559         uses *-request-thread.
1561 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1564         incantation, which is no longer valid.
1566 2010-10-14  Julien Danjou  <julien@danjou.info>
1568         * shr.el: Fix defcustom type (char -> character).
1570 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1573         programs.
1575 2010-10-14  Julien Danjou  <julien@danjou.info>
1577         * shr.el (shr-tag-a): Use url-link as widget type.
1579         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1580         `gnus-group-get-icon'.
1582 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1584         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1585         This should make server editing work better.
1587         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1589         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1590         (nnimap-parse-flags): Fix regexp.
1592         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1593         probably work for CJVK text, too.
1595         * nnimap.el (nnimap-extend-tls-programs): Remove.
1596         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1598 2010-10-13  Julien Danjou  <julien@danjou.info>
1600         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1601         responses.
1603 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1607         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1608         anything in Emacs.
1610         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1612 2010-10-13  Julien Danjou  <julien@danjou.info>
1614         * shr.el (shr-width): Make shr-width a defcustom with default to
1615         fill-column.
1616         (shr-tag-img): Use shr-width rather than fill-column.
1618 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1620         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1622         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1623         position when (X-)Faces exist.
1624         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1625         avatars when called interactively.
1627 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1629         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1630         gnus-article-x-face-too-ugly is bound.
1632 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1634         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1636         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1637         mailbox that doesn't exist.
1639 2010-10-12  Julien Danjou  <julien@danjou.info>
1641         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1642         (shr-get-image-data): Encode URL properly when fetching from cache.
1643         (shr-tag-img): Use aligned-to spaces to align correctly images.
1645         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1646         before inserting the Gravatar.
1648         * shr.el (shr-tag-img): Add align attribute support for <img>.
1650 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1652         * gnus-gravatar.el (gnus-art): Require.
1654         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1655         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1656         Remove long obsoleted functions.
1658 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1660         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1662         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1663         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1664         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
1665         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
1666         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
1667         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
1668         Fix comment for declare-function.
1670 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672         * nnimap.el (nnimap-request-rename-group): Select group read-only
1673         before renaming it.
1675         * shr.el (shr-insert): Fix up the white space only regexp.
1677         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1678         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1680         * shr.el (shr-current-column): New function.
1681         (shr-find-fill-point): New function.
1683 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1685         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1686         numbers.
1688 2010-10-11  Julien Danjou  <julien@danjou.info>
1690         * shr.el (shr-hr-line): Add.
1691         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1692         display hr lines.
1693         (shr-max-columns): Do not change state to nil if we just inserting
1694         spaces.
1696 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1698         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1699         select the last group.
1701 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1703         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1705 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1708         for Gnus.
1709         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1710         (nnimap-update-qresync-info): Mark \Seen articles as read.
1712         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1713         non-variable, too.
1715         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1716         available.
1717         (nnimap-update-info): Rely more on the current active than the param
1718         active to avoid marking articles as read too much.
1720         * auth-source.el (auth-source-create): Use (user-login-name) for the
1721         user name default.
1723         * nnimap.el (nnimap-update-info): If the server doesn't return any
1724         useful info, just use the previous info.
1725         (nnimap-update-info): Prefer old info over start-article.
1726         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1728 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1730         * nnir.el (autoload): Clean up autoloads.
1731         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1732         Use key rather than value.
1733         (nnir-imap-search-other): New variable.
1734         (nnir-read-parm): Use it.
1735         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1736         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1738 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1740         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1741         the process, too.
1743 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745         * spam.el (gnus-summary-mode-map): Bind to "$".
1746         Suggested by Russ Allbery.
1748         * shr.el: Rework the way things are indented by <li> slightly.
1750         * gnus.el (gnus-group-set-parameter): Fix typo.
1752         * nnimap.el: Start implementing QRESYNC support.
1754 2010-10-09  Julien Danjou  <julien@danjou.info>
1756         * nnir.el (nnir-engines): Fix too many arguments.
1758 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1761         group is the "last", so that the backends like nnfolder actually save
1762         their folders.
1764         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1765         try to use that for the tls stream.
1766         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1767         UIDVALIDITY and find out which groups are read-only and not.
1768         (nnimap-get-flags): Use the same marks parsing code as the rest of
1769         nnimap.
1771 2010-10-09  Julien Danjou  <julien@danjou.info>
1773         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1775         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1776         retrieving gravatars.
1778         * shr.el (shr-table-corner): Add.
1779         (shr-table-line): Add.
1780         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1782 2010-10-08  Julien Danjou  <julien@danjou.info>
1784         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1786 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1788         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1790         * gnus-sum.el (gnus-mark-article-as-unread)
1791         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1792         (gnus-summary-set-bookmark): Use it.
1794         * gnus-msg.el (gnus-setup-message): Use it.
1796         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1798         * gnus.el (gnus-group-remove-parameter): Use it.
1800         * gnus-group.el (gnus-group-make-web-group): Use it.
1802         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1804         * nnregistry.el: Update docs to mention manual.
1806         * gnus-registry.el: Update docs to mention nnregistry.el.
1807         (gnus-registry-initialize): Don't install nnregistry refer method
1808         automatically.
1809         (gnus-registry-install-nnregistry): Remove it.
1811 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813         * shr.el (shr-insert): Don't insert double spaces.
1815 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * gnus-gravatar.el (gnus-treat-from-gravatar)
1818         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1819         called interactively.
1821         * gnus-art.el (gnus-mime-view-part-externally)
1822         (gnus-mime-view-part-internally): Make predicate function passed to
1823         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1824         of a mime type.
1826         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1828 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1830         * shr.el (require): Require cl when compiling.
1831         (shr-tag-hr): New function.
1833         * nnimap.el (nnimap-update-info): Remove double setting of high.
1834         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1835         This makes nnimap work properly on Courier again.
1837         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1838         the variable for backwards compatability.
1840         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1841         the file name before using to avoid setting mm-default-directory to
1842         nil.
1844         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1845         bidning gnus-agent variables.
1847         * shr.el (shr-render-td): Use a cache for the table rendering function
1848         to avoid getting an exponential rendering behaviour in nested tables.
1849         (shr-insert): Rework the line-breaking algorithm.
1850         (shr-insert): Don't leave trailing spaces.
1851         (shr-insert-table): Also insert empty TDs.
1852         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1854 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1856         * gnus-sum.el (gnus-number): Rename from `number'.
1857         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1858         (gnus-summary-limit-children): Update uses correspondingly.
1860 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1862         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1863         (gnus-gravatar-transform-address): Don't show avatars of people of
1864         which mail addresses match gnus-gravatar-too-ugly.
1866 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1868         * shr.el (shr-table-widths): Expand TD elements to fill available
1869         space.
1871 2010-10-07  Julien Danjou  <julien@danjou.info>
1873         * nnimap.el (nnimap-request-rename-group): Add this method.
1875 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1877         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1878         name from XEmacs' function-arglist.
1880         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1881         gravatar under XEmacs.
1883 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1885         * auth-source.el: Update docs with TODO items.
1887         * gnus-sync.el: Update docs to explain state and plans.
1889         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1890         Hooks for mark updates.
1891         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1893         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1894         hooks with arguments, which is needed for mark update hooks.
1896 2010-10-06  Julien Danjou  <julien@danjou.info>
1898         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1899         was matched.
1901         * sieve-manage.el: Update example in `Commentary'.
1903         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1905         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1906         not 2000.
1907         (sieve-manage-authenticate): Re-add function.
1909 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911         * shr.el (shr-insert): Get 'space transition right.
1912         (shr-render-td): Only delete space at the end of the TD.
1914         * nnimap.el (nnimap-open-connection): Prepare to support
1915         open-gnutls-stream.
1917         * shr.el: Rearrange function order to be more logical.
1919 2010-10-06  Julien Danjou  <julien@danjou.info>
1921         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1922         (nnrss-discover-feed): Remove 404 URL in docstring.
1924         * nnir.el: Fix Swish-E URL.
1925         Fix Namazu URL.
1927         * message.el (message-change-subject): Remove 404 URL in a comment.
1929 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1931         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1932         called interactively.
1934         * gnus-util.el (gnus-remove-if): Allow hash table.
1935         (gnus-remove-if-not): New function.
1937         * gnus-art.el (gnus-mime-view-part-as-type)
1938         * gnus-score.el (gnus-summary-score-effect)
1939         * gnus-sum.el (gnus-read-move-group-name):
1940         Replace remove-if-not with gnus-remove-if-not.
1942         * gnus-group.el (gnus-group-completing-read):
1943         Regard collection as a hash table if it is not a list.
1945 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1947         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1949         * shr.el: Document the table-rendering algorithm.
1951         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1952         invalid URLs.
1954         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1955         line-broken.
1956         (shr-tag-img): Ignore image fetching errors.
1957         (shr-overlays-in-region): Compute overlay positions correctly.
1959         * mm-decode.el (mm-shr): Require shr.
1961         * gnus-art.el (gnus-blocked-images): Move variable here.
1963         * shr.el (shr-insert-table): Bind free variable.
1965         * mm-decode.el (mm-shr): Bind shr-content-function.
1967         * shr.el (shr-content-function): New variable.
1969         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1970         added for symmetry.
1972         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1974         * gnus-group.el (gnus-group-make-group): Doc fix.
1976         * nnimap.el (nnimap-request-newgroups): Return success.
1978         * shr.el (shr-find-elements): New function.
1979         (shr-tag-table): Put all the images after the table.
1980         (shr-tag-table): Really inhibit images inside the table.
1981         (shr-collect-overlays): Copy over overlays from the TD elements to the
1982         main document.
1984         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1985         gnus-blocked-images.
1987 2010-10-05  Julien Danjou  <julien@danjou.info>
1989         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1991         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1992         (gnus-html-maximum-image-size): Add this function.
1993         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1995         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1996         server-value of the capability is nil.
1998 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000         * shr.el (shr-tag-em): Add <EM> tag.
2002 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2004         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2005         customizable.
2007         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2008         handing broken links to browse-url.
2010 2010-10-05  Julien Danjou  <julien@danjou.info>
2012         * gnus-util.el (gnus-emacs-completing-read)
2013         (gnus-iswitchb-completing-read): Use autoload rather than require.
2015 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2017         * gnus-util.el (gnus-completing-read-function): Exclude
2018         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2019         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2020         XEmacs.
2022         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2023         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2025         * gnus-html.el: Don't require help-fns under XEmacs.
2026         (gnus-html-schedule-image-fetching): Work for XEmacs.
2028         * mm-decode.el (mm-shr): Decode contents by charset.
2030 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2032         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2033         unknown.
2035         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2036         (shr-get-image-data): Ensure against the cache file missing.
2038         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2039         for data.
2041         * spam-report.el (spam-report-url-ping-plain): Don't query about
2042         killing the process.
2044         * shr.el (shr-render-td): Protect against too-wide text.
2046 2010-10-04  Julien Danjou  <julien@danjou.info>
2048         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2049         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2051         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2052         retrieved.
2054 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2056         * shr.el (browse-url): Require.
2057         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2058         lines.
2059         (shr-show-alt-text, shr-browse-image): New commands.
2060         (shr-browse-url, shr-copy-url): New commands.
2062         * gnus-sum.el (gnus-widen-article-window): New variable.
2063         (gnus-summary-select-article-buffer): Use it.
2065         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2066         without @ signs.
2068 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2070         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2072 2010-10-04  Julien Danjou  <julien@danjou.info>
2074         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2075         for XEmacs.
2077 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2081         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2082         (nnimap-close-server): Implement.
2084         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2085         (shr-insert): Tweak line breaking.
2086         (shr-insert): Handle <pre> better.
2087         (shr-tag-li): Get <li> indentation right.
2088         (shr-tag-li): Get <li> indentation even righter.
2089         (shr-tag-blockquote): Ensure paragraph start.
2090         (shr-make-table): Tweak table generation.
2091         (shr-make-table): Fix typo.
2093         * shr.el: Implement table rendering.
2095 2010-10-04  Julien Danjou  <julien@danjou.info>
2097         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2099 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101         * shr.el (shr-insert): Use string anchors instead of line anchors.
2103 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105         * shr.el: Add headings.
2106         (shr-ensure-paragraph): Actually work.
2107         (shr-tag-li): Make <ul> prettier.
2108         (shr-insert): Get white space at the beginning/end of elements right.
2109         (shr-tag-p): Collapse subsequent <p>s.
2110         (shr-ensure-paragraph): Don't insert double line feeds after blank
2111         lines.
2112         (shr-insert): \t is also space.
2113         (shr-tag-s): Fix "s" tag name function.
2114         (shr-tag-s): Fix face prop name.
2116 2010-10-03  Julien Danjou  <julien@danjou.info>
2118         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2120         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2121         gnus-window-inside-pixel-edges.
2123         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2124         gnus-ems.
2126         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2128         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2129         function.
2131         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2132         resize choice.
2134 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2137         beginning of the buffer.
2139         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2140         article buffer again.
2142         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2144         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2145         when it's at the start of the buffer.
2147         * shr.el (shr-tag-blockquote): Convert name.
2148         (shr-rescale-image): Use the right image-size variant.
2150         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2151         buffer isn't shown, then select the current article first instead of
2152         bugging out.
2153         (gnus-summary-select-article-buffer): Show both the article and summary
2154         buffers again.
2156         * shr.el (shr-fontize-cont): Protect against regions with no text.
2157         Rename tag functions to shr-tag-* for enhanced security.
2158         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2160 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2162         * shr.el (shr-insert):
2163         * pop3.el (pop3-movemail):
2164         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2165         loaded.
2167 2010-10-03  Glenn Morris  <rgm@gnu.org>
2169         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2171         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2173         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2175         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2177         * gnus-util.el (gnus-make-local-hook): Simplify.
2179 2010-10-02  Julien Danjou  <julien@danjou.info>
2181         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2182         (gnus-ido-completing-read): New function.
2183         (gnus-emacs-completing-read): New function.
2184         (gnus-completing-read): Use gnus-completing-read-function.
2185         Add gnus-completing-read-function.
2187 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189         * shr.el (shr-insert-document): Autoload.
2190         (shr-img): Be silent.
2191         (shr-insert): Add a newline after every picture before text.
2192         (shr-add-font): Use overlays for combining faces.
2193         (shr-insert): Pass upwards the text start point.
2195         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2196         possible.
2197         (mm-shr): New function.
2199 2010-10-02  Julien Danjou  <julien@danjou.info>
2201         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2202         should go backward.
2204 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2206         * shr.el (shr): Fix typo in provide call.
2208 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210         * shr.el: New file.
2212         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2214         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2215         completing read.
2217 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2220         we're being queried about.  Suggested by Dan Jacobson.
2222         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2223         Suggested by Jason Eisner.
2225         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2226         table, too.  Suggested by Stefan Wiens.
2227         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2228         the table unnecessary.  Suggested by Stefan Wiens.
2230         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2231         longer needed, and probably doesn't work either, as pointed out by
2232         Stefan Wiens.
2233         (gnus-summary-exit): Remove call to the clearing function.
2234         (gnus-summary-exit-no-update): Ditto.
2236         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2237         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2238         Reported by Stefan Monnier.
2239         (gnus-summary-save-in-rmail): Ditto.
2241         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2242         article buffer, instead of both the article buffer and the summary
2243         buffer.  Sort of suggested by Dan Jacobson.
2245         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2247         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2248         Suggested by Dan Jacobson.
2250         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2251         documentation clearer.
2253         * message.el (message-shorten-references): Comment on the number "21".
2254         Suggested by Stefan Monnier.
2256         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2257         Suggested by Dan Jacobson.
2259         * gnus.el (gnus-large-newsgroup):
2260         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2262         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2263         externalize attachments.  Bug reported by Steve Wen.
2265         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2266         really message anything to the user.
2268         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2269         directly.
2271         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2272         messages in empty groups.
2274 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2276         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2277         non-UIDNEXT group.
2279 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2282         not the value from the collection.
2284         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2285         values.  This sometimes happens on some groups that have no info.
2286         (nnimap-request-newgroups): New function.
2288 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2290         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2291         check into `gnus-registry-initialize'.
2292         (gnus-registry-initialize): Ditto.
2293         Fix and extend header docs.
2295 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2297         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2298         regexp backtrace overflows.
2300         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2301         for starttls that tls.el implements; i.e. openssl.
2303 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2305         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2306         (gravatar-create-image): New function that's an alias to
2307         gnus-xmas-create-image, gnus-create-image, or create-image.
2308         (gravatar-data->image): Use it.
2310 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2312         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2313         install the nnregistry refer method.
2314         (gnus-registry-install-hooks): Use it.
2315         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2316         unfollowed groups.
2318 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2320         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2321         expanding threads.
2323 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2325         * nnir.el: Use the server names without suffixes (bug #7009).
2327         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2328         unencrypted to STARTTLS, if possible.
2330 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2332         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2333         headers before superseding.
2335 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337         * nnrss.el (nnrss-use-local): Add documentation.
2339         * nnimap.el (nnimap-extend-tls-programs): New function.
2340         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2341         (nnimap-wait-for-connection): Accept the greeting from the stupid
2342         output from openssl s_client -starttls, too.
2344         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2345         article number.
2346         (nnimap-split-fancy): New variable.
2347         (nnimap-split-incoming-mail): Use it.
2349         * nntp.el (nntp-server-list-active-group): Document.
2351         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2352         SELECT to get the message-id.
2354         * mail-source.el (mail-sources): Remove webmail support.
2355         (defvar): Ditto.
2356         (mail-source-fetcher-alist): Ditto.
2357         (mail-source-fetch-webmail): Remove.
2359         * webmail.el: Remove -- doesn't seem relevant any more.
2361         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2363         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2364         the \r.
2366 2010-09-30  Julien Danjou  <julien@danjou.info>
2368         * gnus-agent.el (gnus-agent-add-group): Fix call to
2369         gnus-completing-read.
2371 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373         * nndoc.el (nndoc-retrieve-groups): New function.
2375         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2376         `default', use nnmail-split-methods.
2377         (nnimap-request-article): Downcase the NILs so that they are nil.
2379         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2380         symbol.
2382         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2383         code, since if the user has requested network, that's what they ought
2384         to get.
2385         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2386         (nnimap-split-rule): Mark as obsolete.
2388         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2389         New variable.
2391         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2392         correct slot, too.
2394 2010-09-29  Julien Danjou  <julien@danjou.info>
2396         * gnus.el (gnus-local-domain): Declare variable obsolete.
2398         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2399         Fix history computing.
2400         (gnus-ido-completing-read): Require ido.
2402 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2405         build Gnus.
2407         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2408         when interpreting the structures.
2409         (nnimap-request-accept-article): Add \r\n to the lines to make this
2410         work with Cyrus.
2412         * nndraft.el (nndraft-request-expire-articles): Use the group name
2413         instead if "nndraft".  Fix found by Nils Ackermann.
2415 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2417         * nnregistry.el: Add.
2419 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2421         * nnmail.el (group, group-art-list, group-art):
2422         Remove unneeded directives.
2424 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2426         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2427         (mm-mime-charset)
2428         * rfc2047.el (rfc2047-syntax-table)
2429         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2431         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2432         rather than `insert-file-contents' and `eval-region'.
2434 2010-09-29  Julien Danjou  <julien@danjou.info>
2436         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2437         replacement of `gnus-gravatar-relief' to mimic
2438         `gnus-faces-properties-alist'.
2439         Add :version property.
2441 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2443         * mail-source.el (mail-source-report-new-mail)
2444         * message.el (message-default-mail-headers)
2445         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2447         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2449 2010-09-28  Julien Danjou  <julien@danjou.info>
2451         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2452         mail-address contains the same string as real-name.
2454         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2455         non-blank in header, otherwise it'll get stripped.
2457         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2458         real-name, and then for mail address rather than doing : or , search.
2460 2010-09-27  Julien Danjou  <julien@danjou.info>
2462         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2463         right completing-read function.
2464         (gnus-use-ido): New variable
2465         (gnus-completing-read-with-default): Remove.
2466         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2467         (gnus-agent-add-group):
2468         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2469         * mm-view.el (mm-view-pkcs7-decrypt):
2470         * mm-util.el (mm-codepage-setup):
2471         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2472         * mml-smime.el (mml-smime-openssl-sign-query):
2473         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2474         (mml-insert-multipart):
2475         * gnus-msg.el (gnus-summary-yank-message):
2476         * gnus-int.el (gnus-start-news-server):
2477         * mm-decode.el (mm-interactively-view-part):
2478         * gnus-dired.el (gnus-dired-attach):
2479         * gnus.el (gnus-read-method):
2480         * gnus-bookmark.el (gnus-bookmark-jump):
2481         * gnus-art.el (gnus-mime-view-part-as-type)
2482         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2483         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2484         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2485         * nnmairix.el (nnmairix-create-server-and-default-group)
2486         (nnmairix-update-groups, nnmairix-get-server)
2487         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2488         (nnmairix-get-group-from-file-path):
2489         * nnrss.el (nnrss-find-rss-via-syndic8):
2490         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2491         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2492         (gnus-group-browse-foreign-server):
2493         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2494         (gnus-summary-execute-command, gnus-summary-respool-article)
2495         (gnus-read-move-group-name):
2496         * gnus-score.el (gnus-summary-increase-score)
2497         (gnus-summary-score-effect):
2498         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2500 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2502         * nnimap.el (auth-source-forget-user-or-password)
2503         (auth-source-user-or-password): Autoload.
2505         * message.el (message-from-style, message-interactive)
2506         (message-signature): Remove comment.
2507         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
2508         always.
2509         (message-sendmail-envelope-from): Comment fix.
2510         (message-yank-prefix): Default to mail-yank-prefix always.
2511         (message-indentation-spaces):
2512         Default to mail-indentation-spaces always.
2513         (message-signature-file): Default to mail-signature-file always.
2515 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2518         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2519         new articles.
2521         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2522         parts.
2523         (nnimap-request-article): Work with the t setting, too.
2525         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2526         that you don't get flashes of other buffers.
2527         (gnus-summary-show-complete-article): Intern before setting.
2529 2010-09-27  David Engster  <dengste@eml.cc>
2531         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2532         well as HEADERS.
2533         (nnmairix-retrieve-headers): Provide new argument for the above.
2535 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537         * gnus-sum.el (gnus-summary-move-article): Don't alter
2538         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2539         group.
2541         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2543         * message.el (message-cite-prefix-regexp): Revert my last edit.
2545         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2546         variable instead of the Gnus variable.
2548         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2550         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2552         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2553         since some servers don't like it.
2554         (nnimap-open-connection): Forget credentials if the server says the
2555         password was wrong.
2556         (nnimap-parse-line): Protect against invalid data.
2558         * gnus-sum.el (gnus-summary-move-article): Add comment.
2559         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2560         nothing alters it while scanning for new messages.
2562         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2563         which may or may not help.
2564         (nnimap-open-connection): If we're doing a stream connection, and then
2565         discover we're on a STARTTLS-capable server, then open a STARTTLS
2566         connection instead.
2568 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2570         * nnimap.el (utf7): Require.
2572         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2573         prefix.
2575 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2577         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2579 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2581         * nnimap.el (nnimap-request-accept-article): Message the error on
2582         error.
2584 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2586         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2588 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590         * nndoc.el (nndoc-request-list): Return success always.
2592         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2593         `fetch-old' -- we only want to fetch the articles we've requested.
2594         The rest are in the agent, probably.
2595         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2596         disappeared server" to something low.  It's not important.
2598         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2599         arrived before the FETCH data.
2601         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2602         target here, because we don't know the Gnus name of the group.
2604         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2605         for the correct group.
2607         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2609         * gnus.el (gnus): Give a final warning after startup.
2611         * gnus-util.el (gnus-action-message-log): New variable.
2612         (gnus-message): Use it.
2613         (gnus-final-warning): New function.
2615         * nnimap.el (nnimap-open-connection): Record the greeting.
2616         (nnimap): Add greeting.
2618 2010-09-26  Julien Danjou  <julien@danjou.info>
2620         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2621         arguments.
2622         (gnus-html-wash-images): Fix spec computing to include start/end.
2624         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2626 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2628         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2629         deletion.
2630         (nnimap-retrieve-headers): Don't select the group, because that's
2631         already done by nnimap-possibly-change-group.
2633         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2634         (gnus-picon-transform-address): Use it.
2636         * mail-source.el (mail-source-value): Revert previous patch.
2638         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2639         on failure.
2640         (nnimap-open-connection): Look up both virtual and physical server name
2641         credentials.
2643         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2645 2009-02-08  Dave Love  <fx@gnu.org>
2647         * gnus-win.el (gnus-window-to-buffer-helper)
2648         (gnus-all-windows-visible-p): Function needn't be a symbol.
2650         * mail-source.el (mail-source-value): Function needn't be a symbol.
2652 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654         * message.el (message-cite-prefix-regexp): Remove } from the cite
2655         prefix.
2657         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2658         highlight again, so that the highlight is correct.
2660         * gnus-picon.el (gnus-picon): Remove again.
2661         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2663         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2664         doing the header highlightling, so that the background colour of the
2665         picon is correct.
2667         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2668         (gnus-picon): Ditto.
2669         (gnus-picon): Reinstate.  The background colour for picons is white.
2670         (gnus-picon-insert-glyph): Make the background white.
2672         * nnml.el (nnml-open-nov): Don't return dead buffers.
2674         * auth-source.el (auth-source-create): Query the user for whether to
2675         store the credentials.
2677         * auth-source.el (auth-source-user-or-password): Use the existing auth
2678         sources, if any, for creation.
2680         * gnus.el (gnus-group-fast-parameter): Return the last matching
2681         parameter instead of the first matching parameter.
2683 2010-09-26  Julien Danjou  <julien@danjou.info>
2685         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2687 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2689         * mml2015.el (mml2015-use): Remove gpg support.
2691         * mml1991.el (mml1991-function-alist): Remove gpg function.
2692         (mml1991-gpg-sign): Remove.
2694 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2696         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2697         (gnus-browse-unsubscribe-current-group): Document it.
2698         (gnus-browse-unsubscribe-group): Use it.
2700 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2702         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2703         address to the To list for easier response.
2705         * gnus.el (gnus-play-startup-jingle): Remove.
2706         (gnus-splash): Don't play jingle.
2707         (gnus): Silence gnus-load message.
2709         * gnus-art.el (gnus-treat-play-sounds): Remove.
2711         * gnus.el (gnus-play-jingle): Remove audio support.
2713         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2715         * earcon.el: Remove -- no users.
2717         * gnus-audio.el: Remove -- no users of this package.
2719         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2721         * gnus-start.el (gnus-setup-news): Remove nocem support.
2723         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2725         * gnus.el (gnus-use-nocem): Remove.
2727         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2728         Remove.
2730         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2731         uses NoCeM any more.
2733         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2734         (gnus-button-ctan-handler): Ditto.
2735         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2736         (gnus-button-ctan-directory-regexp): Ditto.
2737         (gnus-button-handle-ctan): Ditto.
2738         (gnus-button-tex-level): Ditto.
2739         (gnus-button-alist): Remove CTAN stuff.
2741 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2744         nnimap-streaming test.
2746         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2747         servers twice.
2749         * nnimap.el (nnimap-open-connection): Add more error reporting when
2750         nnimap fails early.
2752         * nnheader.el (nnheader-get-report-string): New function.
2753         (nnheader-get-report): Use it.
2755         * gnus-int.el (gnus-check-server): Say what the error was when opening
2756         failed.
2758         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2759         using streaming.
2761 2010-09-25  Julien Danjou  <julien@danjou.info>
2763         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2764         gnus-window-inside-pixel-edges.
2766 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2770         * mm-decode.el (mm-save-part): Allow saving to other directories the
2771         normal Emacs way.
2773         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2774         Suggested by Jay Berkenbilt.
2776         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2777         there isn't a single byte.
2779         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2780         just do it.  It doesn't really seem to matter what the user responds
2781         here, I think, so it's just a confusing question.
2783         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2784         non-streaming case.
2786         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2787         (gnus-article-encrypt-body): Use it.
2789         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2790         keystroke.
2792         * nnimap.el (nnimap-find-wanted-parts-1):
2793         Use gnus-fetch-partial-articles.
2795         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2797         * nnimap.el (nnimap-insert-partial-structure): New function.
2798         (nnimap-get-partial-article): New function.
2799         (nnimap-request-article): Use it.
2800         (nnimap-wait-for-response): Return whether the wait was successful.
2801         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2802         retrieval wasn't successful.
2803         (nnimap-retrieve-group-data-early): Allow throttling servers.
2804         (nnimap-streaming): New variable.
2805         (nnimap-fetch-partial-articles): Remove.
2807         * mm-decode.el (mm-with-part): Protect against killed buffers.
2809         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2810         for prettier summary display.
2812 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2814         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2816 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2819         apparently third-party libraries depend on it.
2821         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2822         before starting negotiation.
2824         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2825         privacy reasons.
2826         (gnus-treat-mail-gravatar): Ditto.
2828         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2829         buffer when inserting images.  Inserting text into the headers, for
2830         instance, can make them invalid.
2832 2010-09-25  Julien Danjou  <julien@danjou.info>
2834         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2835         variables.
2837         * nnheader.el: Remove useless variables news-reply-yank-from and
2838         news-reply-yank-message-id.
2840         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2841         variables.
2843         * mml1991.el: Remove useless mml1991-verbose.
2845         * gnus.el: Remove useless variable gnus-use-generic-from.
2846         Remove obsolete variable gnus-topic-indentation.
2848         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2850         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2852         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2854         * gnus-group.el: Remove useless gnus-group-icon-cache.
2855         Remove useless gnus-ephemeral-group-server.
2857         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2859         * mml2015.el: Remove useless mml2015-verbose.
2861         * mml-smime.el: Remove useless mml-smime-verbose.
2863         * gnus.el: Remove useless gnus-local-domain.
2865         * gnus-gravatar.el (gnus-gravatar-transform-address):
2866         Use gnus-gravatar-size.
2868         * gnus-art.el: Remove useless gnus-treat-translate.
2870 2010-09-24  Julien Danjou  <julien@danjou.info>
2872         * gnus-sum.el: Add support for Gravatars.
2874         * gnus-art.el: Add support for Gravatars.
2876         * gnus-gravatar.el: Add this file.
2878         * gravatar.el: Add this file.
2880 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2884         * gnus-group.el (gnus-group-fetch-faq): Remove.
2886         * gnus.el (gnus-group-faq-directory): Remove.
2888         * gnus-group.el (gnus-group-fetch-charter): Remove.
2890         * gnus.el (gnus-group-charter-alist): Remove.
2892         * gnus-group.el (gnus-group-archive-directory): Remove.
2893         (gnus-group-recent-archive-directory): Ditto.
2894         (gnus-group-make-archive-group): Remove.
2896         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2898         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2899         use the same article number for all the cached articles.
2901         * nnimap.el (nnimap-command): Register the last command time so
2902         that we can use it for idling NOOPs.
2903         (nnimap-open-connection): Start the keeplive timer.
2904         (nnimap-make-process-buffer): Store all the process buffers.
2905         (nnimap-keepalive): New function.
2907         * starttls.el (starttls-open-stream): Add autoload cookie.
2909 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2911         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2912         handling.
2914 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2916         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2917         its data structures.
2919         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2920         instead of the cl.el copy-list.
2921         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2922         equalp.
2924 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2926         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2927         and tool-bar-local-item-from-menu.
2929         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2930         mode-line-highlight face for Emacs.
2932         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2933         loading gnus-sum.elc; fix comment for canlock-verify.
2934         (gnus-article-jump-to-part): Use read-number.
2935         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2936         Remove Emacs pre-21 compatible code for help-echo.
2937         (gnus-article-next-page-1): No need to adjust the number of lines.
2938         (gnus-article-describe-bindings): Always use help-buffer.
2940         * gnus-audio.el (gnus-audio-inline-sound)
2941         * gnus-cus.el (gnus-custom-mode)
2942         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2944         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2946         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2947         compatible code.
2949 2010-09-24  Glenn Morris  <rgm@gnu.org>
2951         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2952         visiting the fcc file in rmail-mode.
2954 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2956         * nnir.el: Silence the byte compiler.
2958         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2959         alias to browse-url-url-encode-chars if any.
2960         (gnus-html-encode-url): Use it.
2962 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2964         * gnus-start.el (gnus-use-backend-marks): New variable.
2965         (gnus-get-unread-articles-in-group): Use it.
2967         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2968         makeover.
2970 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2972         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2974 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2976         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2977         Remove.
2978         (gnus-setup-news-hook):
2979         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2981         * gnus-int.el (gnus-request-update-info): Protect against backends not
2982         having the function.
2984         * nnimap.el (nnimap-stream): Mention starttls.
2985         (nnimap-open-connection): Add starttls support.
2987 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2989         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2991 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2994         BODYSTRUCTUREs.
2995         (nnimap-transform-headers): Unfold quoted {42} headers.
2997         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2998         the info.
2999         (gnus-get-unread-articles): Only call updatep on backends that support
3000         it.
3002         * nnweb.el (nnweb-request-update-info): NOOP.
3004         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3006         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3007         since it only deals with marks.
3009         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3010         gnus-request-marks, and make a new gnus-request-update-info.
3012         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3013         the active instead of the high number, which is usually too low.
3015 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3017         * encrypt.el: Remove.
3019 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3022         server in symbolic form.
3024         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3026 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3029         (nnimap-update-info): Fix up code slightly.
3031         * gnus-int.el (gnus-open-server): Add tracing for performance
3032         debugging.
3034         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3035         (gnus-group-insert-group-line): Pass the real group name so that it
3036         gets the right data.
3038         * gnus-start.el (gnus-get-unread-articles): Don't have
3039         `gnus-get-unread-articles-in-group' update info, since that can be
3040         really slow and doesn't seem to be needed?
3042 2010-09-22  Julien Danjou  <julien@danjou.info>
3044         * gnus-group.el (gnus-group-insert-group-line):
3045         Call gnus-group-highlight-line.
3046         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3047         default hook list.
3048         (gnus-group-update-eval-form): Add new function.
3049         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3050         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3052 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3054         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3055         immediate, then expire all articles.
3056         (nnimap-update-info): Fix off-by-one errors.
3057         (nnimap-flags-to-marks): Would return no marks lists for group with no
3058         flags.  Instead return the other data.
3060 2010-09-22  Julien Danjou  <julien@danjou.info>
3062         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3063         Only return an icon.
3064         (gnus-group-insert-group-line): Compute icon to return.
3066         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3067         (gnus-html-image-fetched): Only cache if
3068         gnus-html-image-automatic-caching is set.
3069         (gnus-html-image-fetched): Check for errors.
3071 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3073         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3074         once per method on `g'.  This ensures that backends like nnfolder don't
3075         open all their folders.
3077         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3078         (nnimap-request-list): Nix out group in the correct buffer.
3079         (nnimap-parse-flags): Implement by using `read' instead of
3080         hand-parsing.
3081         (nnimap-flags-to-marks): Pass on permanent-flags.
3082         (nnimap-make-process-buffer): Record the server name.
3083         (nnimap-parse-flags): Fix typo.
3084         (nnimap-request-scan): Run split on the server in general, not just a
3085         single group.
3087         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3088         parameter, and propagate this downwards.
3090         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3091         since EXAMINE changes it on the server.
3093         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3094         this command might take a while.
3096 2010-09-22  Julien Danjou  <julien@danjou.info>
3098         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3099         harmful if you have 2 images side-by-side, they can't be properly
3100         update on text deletion.  Using text-property is safer here.
3101         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3102         data.
3104 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3106         * nnimap.el (nnimap-expunge-inbox): Remove.
3107         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3108         (nnimap-expunge): Flip default to t.
3110         * gnus.el (gnus-method-to-server): Don't push things to the cache
3111         unless it's unique.
3112         (gnus-server-to-method): Ditto.
3114 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3116         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3118 2010-09-22  Julien Danjou  <julien@danjou.info>
3120         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3121         get the start of data.
3122         (gnus-html-encode-url): Add this function to encode special chars in
3123         URL.
3124         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3125         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3127         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3128         default.
3129         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3131         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3132         images alt-text.
3133         (gnus-html-put-image): Put alt-text as help-echo.
3135 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3137         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3138         * mm-util.el (mm-decompress-buffer)
3139         * nnir.el (nnir-run-find-grep)
3140         * pop3.el (pop3-list): Use 3rd arg of split-string.
3142 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3144         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3145         outside the active range.  Suggested by Dan Christensen.
3147         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3148         slightly later to avoid double-getting it.
3150         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3151         previous patch.
3153         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3155 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3157         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3159 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161         * gnus-int.el (gnus-open-server): Give a better error message in the
3162         "go offline" case.
3164         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3165         marks for nnimap, which is seldom the right thing to do.
3167         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3168         (gnus-same-method-different-name): New function.
3170         * nnimap.el (parse-time): Require.
3172         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3173         method in the presence of many similar methods.
3175         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3177         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3178         nnml-inhibit-expiry.
3180         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3181         find out whether methods are equal.
3183         * nnimap.el (nnimap-find-expired-articles): New function.
3184         (nnimap-process-expiry-targets): New function.
3185         (nnimap-request-move-article): Request the article before looking at
3186         what the Message-ID is.  Fix found by Andrew Cohen.
3187         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3189         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3190         for oldness in addition to being a predicate.
3192         * nnimap.el (nnimap-request-group): When we have zero articles, return
3193         the right data to Gnus.
3194         (nnimap-request-expire-articles): Only delete articles immediately if
3195         the target is 'delete.
3197         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3198         method, this would bug out.
3200         * gnus-group.el (gnus-group-expunge-group): Rename from
3201         gnus-group-nnimap-expunge, and implemented as a normal interface
3202         function.
3204         * gnus-int.el (gnus-request-expunge-group): New function.
3206         * nnimap.el (nnimap-request-create-group): Implement.
3207         (nnimap-request-expunge-group): New function.
3209 2010-09-21  Julien Danjou  <julien@danjou.info>
3211         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3212         (gnus-html-cache-expired): Add new function.
3213         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3214         wethever we should display image for fetch it.
3215         Compute alt-text earlier to pass it to the fetching function too.
3216         (gnus-html-schedule-image-fetching): Change function argument to only
3217         get one image at a time, not a list.
3218         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3219         cache.
3220         (gnus-html-get-image-data): New function to retrieve image data from
3221         cache.
3222         (gnus-html-put-image): Change buffer argument to use image data rather
3223         than file, and place image above region rather than inserting a new
3224         one.  Do not take alt-text as argument, since it's useless now: we place
3225         the image above alt-text.
3226         (gnus-html-prune-cache): Remove.
3227         (gnus-html-show-images): Start to fetch image when we find one, do not
3228         push into a temporary list.
3229         (gnus-html-prefetch-images): Only fetch image if they have expired.
3230         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3231         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3233 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3235         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3237 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3239         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3240         spec inser "*" if the group isn't active instead of 0.
3242         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3243         opening the server.
3244         (nnimap-request-delete-group): Implement group deletion.
3245         (nnimap-transform-headers): Return the size of the entire message in
3246         the Bytes header, not just the size of the first part.
3247         (nnimap-request-move-article): When moving an article from nnimap,
3248         request the article first so the accepting form has an article to
3249         accept.  Reported by Dan Christensen.
3250         (nnimap-command): Make sure that the error message doesn't error out.
3252 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3254         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3255         we haven't requested anything.
3257 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3259         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3260         "".  Fix found by Andrew Cohen.
3262         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3263         instead of -encode-string.
3265 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3267         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3269         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3270         by mm-subst-char-in-string.
3272 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3275         waiting for the connection string.
3277         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3278         arriving.
3280         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3281         bogus characters.  This allows selecting certain Gmail groups.
3283         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3284         (nnimap-fetch-partial-articles): New variable.
3285         (nnimap-open-connection): When looking for credentials, also use the
3286         nnimap-server-port.
3287         (nnimap-request-article): Return the group/article number, so that Gnus
3288         `^' works as expected.
3289         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3291         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3292         comments.
3293         (gnus-methods-sloppily-equal): New function.
3294         (gnus): When using the development version of Gnus, load the gnus-load
3295         file.
3297         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3298         `gnus-open-server' on each method before trying to scan them etc.
3299         This ensures that all the backend parameters are set correctly.
3301         * nnimap.el (nnimap-authenticator): New variable.
3302         (nnimap-open-connection): Allow anonymous login.
3303         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3304         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3306         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3307         patch, found by Knut Anders Hatlen.
3309 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3311         * gnus-agent.el (gnus-agent-batch-confirmation)
3312         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3313         to gnus-message.
3314         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3315         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3316         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3317         * gnus-int.el (gnus-open-server): Likewise.
3318         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3319         (gnus-score-check-syntax): Likewise.
3320         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3321         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3322         Likewise.
3323         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3325 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3327         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3328         calling conventions so that prefetch doesn't bug out.
3330 2010-09-19  Julien Danjou  <julien@danjou.info>
3332         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3333         rather than `subst-char-in-region' in order to be able to replace ASCII
3334         char by UTF-8 ones.
3336         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3337         than curl.
3338         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3339         the right URL and ALT text on images.
3340         (gnus-html-wash-tags): Fix tag case.
3341         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3342         (gnus-article-html): Add -o display_ins_del=2 option.
3343         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3345 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3348         the extra mail headers, which sometimes seem to happen for unknown
3349         reasons.
3351         * mail-parse.el (mail-header-encode-parameter): Define as
3352         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3353         (or most, perhaps?) mail readers don't understand the latter, but do
3354         understand the former.
3356         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3357         to nil, so that no methods are automatically agentized.  I think this
3358         is probably what most users want.
3360         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3361         from url-retrieve, for instance about invalid URLs.
3363         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3364         groups that have no articles.
3365         (nnimap-request-article): Check that we really got an article when we
3366         requested one.
3368         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3369         doesn't exist.
3371         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3372         nntp buffer so the agent can save it.
3373         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3374         that CRLF doesn't get translated to \n.
3375         (nnimap-open-connection): Don't make 'shell commands only send \n.
3377 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3379         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3380         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3381         Update var name.
3382         (nnml-generate-nov-file): Use dolist.
3383         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3384         Use with-current-buffer.
3386 2010-09-18  Julien Danjou  <julien@danjou.info>
3388         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3389         parallel.
3391 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3393         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3394         the range update right.
3395         (nnimap-request-group): Don't make `M-g' bug out on group with no
3396         marks.
3397         (nnoo): Require, so that other packages can require nnimap.
3398         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3399         command we're looking for.  This helps when the server sends more
3400         responses after we've gotten everything we expected.
3401         (nnimap): Add a `newlinep' field to keep track of end-of-line
3402         conventions.
3403         Don't send CRLF to things that don't want it.
3404         (nnimap-request-accept-article): Ditto.
3406 2010-09-18  Julien Danjou  <julien@danjou.info>
3408         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3409         than curl to retrieve images.
3411 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3413         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3414         the marks.
3415         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3416         (nnimap-wait-for-connection): New function.
3417         (nnimap-open-connection): If we have PREAUTH, don't query for login
3418         credentials.
3419         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3420         when doing a partial update.
3422 2010-09-18  Julien Danjou  <julien@danjou.info>
3424         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3425         tags.
3427 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3429         * nnimap.el (nnimap-credentials): New function.
3430         (nnimap-open-connection): Use the new function to look for credentials
3431         also on the numeric equivalents of "imap" and "imaps".
3433         * gnus-start.el (gnus-activate-group): Send the info to
3434         gnus-request-group.
3436         * nnimap.el (nnimap-request-group): Have the "check" version of the
3437         function parse flags and update the info, so that a `M-g' get a total
3438         resync of all flags from the group.
3440         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3441         to allow backends to alter the info on group selection.  Also alter all
3442         the backend -request-group functions to take the parameter.
3444         * nnimap.el (nnimap-store-info): New function.
3445         (nnimap-update-info): Store the info for later usage.
3446         (nnimap-request-group): Use the stored info for the dont-check case, so
3447         that we don't retrieve all marks when we enter a group.
3449         * nnimap.el: Use deffoo instead of defun for interface functions.
3451         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3452         update the group info.  This makes the nndraft groups, for instance, go
3453         back to their old behaviour.
3455         * gnus-sum.el (gnus-select-newsgroup): Indent.
3457         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3458         in.
3459         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3460         nothing.
3462         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3463         from methods that are denied.
3465         * gnus-int.el (gnus-method-denied-p): New function.
3467         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3468         store the password instead of netrc.
3469         (nnimap-open-connection): Don't error out when we can't make a
3470         connections.
3472         * auth-source.el (auth-source-create): In the password prompt, say what
3473         we're querying for.  Also prompt for user name if that hasn't been
3474         given.
3476         * nnimap.el (nnimap-with-process-buffer): Remove.
3478 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3480         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3481         method when we're reading from the agent.
3483         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3485         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3486         that's probably most useful for users.
3488         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3489         "failed" all the time.
3491         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3492         ...)) with (with-current-buffer ... ).
3494         * nntp.el (nntp-open-server): Return whether the open was successful or
3495         not.
3497         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3498         select an unread unseen article first.
3500         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3501         /etc/services, supply some sensible port defaults.
3503 2010-09-17  Julien Danjou  <julien@danjou.info>
3505         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3507 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3509         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3510         doesn't have any parameters.
3512 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3515         only upcased checks.
3517         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3519         * nnimap.el (nnimap-open-shell-stream): New function.
3520         (nnimap-open-connection): Use it.
3521         (nnimap-transform-headers): Get the number of lines in each message.
3522         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3523         number of lines.
3524         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3525         problem.
3527         * utf7.el (utf7-encode): Autoload.
3529         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3530         to allow the mail splitting to not return a default group.  This is
3531         useful for nnimap, which will leave unmatched mail in the inbox.
3533         * nnimap.el: Rewritten.
3535         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3536         nnimap usage.
3538         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3539         if the move is internal, so that nnimap can do fast internal moves.
3541         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3542         data.
3543         (gnus-read-active-for-groups): Support finishing the early retrieval of
3544         data.
3546         * gnus-range.el (gnus-range-nconcat): New function.
3548         * gnus-int.el (gnus-finish-retrieve-group-infos)
3549         (gnus-retrieve-group-data-early): New functions.
3551 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3553         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3554         (nnrss-retrieve-groups):
3555         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3556         (pop3-quit): Use with-current-buffer.
3558 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3560         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3561         instead of nnheader-accept-process-output.
3563         * gnus-html.el (gnus-html-schedule-image-fetching)
3564         (gnus-html-prefetch-images): Replace process-kill-without-query by
3565         gnus-set-process-query-on-exit-flag.
3567 2010-09-16  Romain Francoise  <romain@orebokech.com>
3569         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3571 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3573         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3574         parameter to unintern is mandatory-ish in Emacs 24.
3576         * gnus-html.el (gnus-html-schedule-image-fetching)
3577         (gnus-html-prefetch-images): Check for curl before using it.
3579         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3580         depend on curl, which isn't essential.
3582         * imap.el: Revert back to version
3583         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3584         seem problematic.
3586 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3588         * gnus-registry.el (gnus-registry-install-shortcuts):
3589         Explicitly pass `obarray' to `unintern' to avoid a warning.
3591 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3593         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3594         change.
3596         * nnrss.el (nnrss-request-list): Remove this function and related
3597         functions, including the moreover stuff.
3599 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3601         * nnrss.el (nnrss-retrieve-groups): New function.
3603 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3605         * .dir-locals.el: Add no-byte-compile cookie.
3607 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3609         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3610         for back end that doesn't support request-scan.
3612 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3614         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3615         then do request scans from the backends.
3617         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3618         avoid running a hook per line, since this takes a lot of time,
3619         profiling shows.
3620         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3621         directly if gnus-visual-p is true.
3623 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3625         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3626         groups; replace mapcar with dolist which is a bit faster; pass groups
3627         info to gnus-read-active-file-1.
3628         (gnus-read-active-file-1): Scan only specified groups if the new
3629         optional arg `infos' is given.
3631 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3635         * pop3.el (pop3-movemail): Remove.
3636         (pop3-streaming-movemail): Rename to pop3-movemail.
3638         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3639         don't restrict end-tag searches to the end of the line.
3641 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3643         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3644         articles of every unchecked group to t, which means unknown since the
3645         server has never been opened.
3647 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649         * gnus-html.el (gnus-html-show-alt-text): New command.
3650         (gnus-html-browse-image): Ditto.
3651         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3652         to browse the image directly.
3653         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3654         better.
3656         * gnus-async.el (gnus-async-article-callback):
3657         Call `gnus-html-prefetch-images' unconditionally.
3659         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3660         before feeding URLs to curl.
3662 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3664         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3665         internal images as deletable by `W D D'.
3667         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3668         (gnus-async-article-callback): Fix typo.
3670 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3672         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3673         current line to work around bugs in the output from w3m.
3675         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3676         for groups that want that.
3678         * nntp.el (nntp-wait-for-string): Supply a timeout for
3679         accept-process-output to ensure progress.
3681         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3682         level to get unread articles from, then use that for foreign groups,
3683         too.
3685         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3686         confuses the rest of the function.
3688         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3689         for the methods that support -retrieve-groups, too.
3691         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3693 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3695         * pop3.el: Require cl when compiling.
3696         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3698 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3700         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3701         that aren't going to be activated.
3702         (gnus-get-unread-articles): Fix up the last commit.
3704         * gnus-html.el (gnus-article-html): Allow calling without specifying
3705         the handle.  In that case, dissect the buffer first.
3707         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3709         * nnimap.el (nnimap-open-connection): Revert the change that would look
3710         into authinfo for imaps instead of imap.
3712         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3713         say that you don't want to call gnus-request-group with don-check, but
3714         do check the reponse.  This is for virtual groups only.
3715         (gnus-get-unread-articles): Count the archive groups as secondary, so
3716         that they're activated the same way as before.
3718         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3719         case-insensitively.
3720         (nnimap-debug): Remove.
3722         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3723         mail from a file, and the file doesn't exist.
3725         * pop3.el (pop3-streaming-movemail): Return t for success.
3727         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3728         .authinfo if we're using ssl connection.
3730         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3731         already have if we're in a main Gnus `g' run.
3733         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3735 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3737         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3739         * nnmh.el (nnmh-request-list-1): Bind `file'.
3741         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3742         alias to set-process-query-on-exit-flag or process-kill-without-query.
3743         (pop3-open-server): Use it.
3745 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3747         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3748         box to the Incoming file.  Fixes mistake in previous checkin.
3750         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3751         request loop (for debugging purposes) removed.
3753         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3754         culprit is more visible.
3755         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3756         (nnml-add-incremental-nov): New functions to do "incremental" nov
3757         updates, where we just append to the end of the existing nov files
3758         without reading/writing them in full.
3760         * mail-source.el (mail-source-delete-crash-box): Really only check the
3761         incoming files once in a while.
3763         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3765         * mail-source.el (mail-source-delete-crash-box): Only check the
3766         incoming files for deletion once per day to save a lot of file
3767         accesses.
3769         * pop3.el (pop3-logon): Fix up unbound variable typo.
3771         * mail-source.el (pop3-streaming-movemail): Autoload.
3773         * pop3.el (pop3-streaming-movemail):
3774         Respect pop3-leave-mail-on-server.
3776         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3777         retrieval.
3779         * pop3.el (pop3-process-filter): Remove unused function.
3780         (pop3-streaming-movemail, pop3-send-streaming-command)
3781         (pop3-wait-for-messages, pop3-write-to-file)
3782         (pop3-number-of-responses): New functions for streaming pop3
3783         retrieval.
3785         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3786         come from no known methods.
3787         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3788         list.
3790         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3791         message sizes.
3792         (pop3-movemail): Use erase-buffer instead of looping and deleting
3793         regions, which seems rather odd.
3795         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3796         file once per `g' run.
3798         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3799         directories.  This makes the draft queue directory work.
3801         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3802         data from the backends, so that we only request the list of groups from
3803         each method once.  This should speed things up considerably.
3805         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3806         detect that it's not implemented.
3808         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3809         we actually do recurse down into the tree, but don't stat all leaf
3810         nodes.
3812         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3813         then say so instead of bugging out.
3815         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3816         files exist before trying to read them.
3818         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3819         around <pre_int>.
3821         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3823         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3825 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3827         * mm-util.el (mm-image-load-path): Just return the image directories,
3828         not all directories in the path in addition to the image directories.
3829         (mm-image-load-path): Maintain a cache of the image directories so that
3830         the `g' command in Gnus doesn't have to stat dozens of directories each
3831         time.
3833         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3834         (gnus-html-wash-tags): Add a new `i' command to insert images.
3835         (gnus-html-insert-image): New command and keystroke.
3836         (gnus-html-redisplay-with-images): New command and keystroke.
3837         (gnus-html-show-images): Rename command.
3838         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3839         spacers.
3840         (gnus-html-wash-tags): Decode entities at the end, so that entities
3841         inside the tags don't mess up the rest of the "parsing".
3843         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3844         so that nnimap methods aren't agentized by default.  There's apparently
3845         many problems related to agent/imap behaviour.
3847         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3849         * gnus-html.el: Doc fix.
3851 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3853         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3854         glyph-width and glyph-height instead of display-graphic-p and
3855         image-size; make avoidance of displaying small images work for XEmacs.
3857         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3858         for XEmacs.
3860         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3861         of symbol that holds plist data.
3862         (gnus-process-plist): Remove plist of process after getting it.
3864 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * message.el (message-generate-hashcash): Change default to
3867         'opportunistic if hashcash is installed.
3869         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3870         (gnus-html-put-image): Only call image-size once, since it's somewhat
3871         time-consuming on remote X servers.
3873 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3875         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3876         decoded contents.
3877         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3879 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3881         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3882         group line format, since it isn't very interesting.
3884         * gnus-agent.el (gnus-agent-short-article),
3885         (gnus-agent-long-article): Increase values for these two variables,
3886         since most people are likely to have more network connection and
3887         storage than before.
3889         * gnus.el (gnus-refer-article-method): Change default to 'current.
3890         When referring an article, the common behaviour is to refer it from the
3891         current select method, not the native select method.  The chances of
3892         the native select method having the message in question is rather slim
3893         these days.
3895         * gnus-sum.el (gnus-auto-select-subject): Change default to
3896         `unseen-or-unread'.  I think it's likely that most people want to
3897         select an unseen article over a previously seen, but unread one.
3899         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3900         means that in the article buffer none of the minor mode elements will
3901         be shown, usually, and this is not desirable in most cases.
3903         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3904         that commands like `d' (and the like) go to the next line in the
3905         buffer, instead of the next unread article.  I think this is the
3906         behaviour that is most natural for most users.
3907         (gnus-single-article-buffer): Change default to nil, so that people can
3908         have as many article buffers open as they have summary buffer.  I think
3909         this is the most natural way for the groups to behave.
3911         * message.el (message-generate-new-buffers): Change default to
3912         `unsent', so that all new message buffers start their names with the
3913         string "*unsent", and it's easier to find the buffers if you move from
3914         them.
3916 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3918         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3919         small.  They're probably tracking images.
3920         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3921         (gnus-html-rescale-image): Yet another try at getting the image sizing
3922         right.
3924         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3925         nntp-marks-file-name is nil.
3927 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3929         * gnus-html.el (gnus-html-wash-tags)
3930         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3931         Better logging.
3933 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3935         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3937         * gnus-html.el (gnus-html-wash-tags): Check the value of
3938         gnus-blocked-images in the summary buffer.
3940 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3942         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3944 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3946         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3947         like "a", it seems like.
3948         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3949         since it needs to be picked from the correct buffer.
3951         * nnwfm.el: Remove.
3953         * nnlistserv.el: Remove.
3955 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3957         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3958         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3960 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3962         * nnkiboze.el: Remove.
3964         * nndb.el: Remove.
3966         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3967         alt text.
3968         (gnus-html-rescale-image): Try to get the rescaling logic right for
3969         images that are just wide and not tall.
3971         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3972         overshadow variable bindings.
3974 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3976         * gnus-html.el (gnus-html-wash-tags)
3977         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3978         Add extra logging.
3980 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3982         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3983         (gnus-max-image-proportion): New variable.
3984         (gnus-html-rescale-image): New function.
3985         (gnus-html-put-image): Rescale images.
3987 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         Fix up some byte-compiler warnings.
3990         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3991         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3992         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3993         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3994         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3995         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3996         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3998 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4000         * gnus-html.el (gnus-article-html): Decode contents by charset.
4002 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4004         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4005         (gnus-html-frame-width, gnus-blocked-images)
4006         * message.el (message-prune-recipient-rules): Add custom version.
4007         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4009         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4010         functions.
4012         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4013         gnus-process-get.
4015 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4017         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4018         instead of lsub directly.
4020 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4022         * nnwarchive.el: Remove.
4024         * gnus-soup.el: Remove.
4026         * nnsoup.el: Remove.
4028         * nnultimate.el: Remove.
4030         * gnus-html.el (gnus-blocked-images): New variable.
4032         * message.el (message-prune-recipients): New function.
4033         (message-prune-recipient-rules): New variable.
4035         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4036         guess whether a long line is natural text or not.
4038         * gnus-html.el (gnus-html-schedule-image-fetching):
4039         Use gnus-process-plist and friends for compatibility.
4041 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4043         * gnus-html.el: Require packages that define macros used in this file.
4044         (gnus-article-mouse-face): Declare to silence byte-compiler.
4045         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4046         process-get.
4047         (gnus-html-put-image): Use plist-get to avoid getf.
4048         (gnus-html-prefetch-images): Use with-current-buffer.
4050 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4052         * gnus-ems.el: Provide compatibility functions for
4053         gnus-set-process-plist.
4055         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4056         * gnus.el (gnus-valid-select-methods)
4057         * message.el (message-send-mail-partially-limit)
4058         * mm-decode.el (mm-text-html-renderer)
4059         * mml.el (mml-insert-mime-headers-always)
4060         * smiley.el (smiley-regexp-alist): Bump custom version.
4062 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4064         * gnus-html.el: require mm-url.
4065         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4066         with the url to `url'.
4067         (gnus-html-wash-tags): Support cid: URLs/images.
4069 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4071         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4072         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4073         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4075         * gnus-move.el: Remove file, since it doesn't really work.
4077         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4078         UTF-8.  This seems to fix problems with some German web feeds.
4080         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4081         at the top so that the proper colours are applied.
4083         * gnus-art.el (gnus-article-view-part): Doc fix.
4085         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4086         XEmacs-compatible.
4087         (gnus-html-put-image): Don't do images on non-graphic displays.
4089         * nnslashdot.el: Remove this unused backend.
4091         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4092         actions.
4093         (gnus-undo-register-1): Revert last change.
4095         * gnus-group.el (gnus-group-completing-read): Protect against not
4096         having completion-styles bound.
4098         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4099         make broken recipients happier.
4101         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4103         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4104         point parameter.
4106         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4107         completion-styles for group selection.
4109 2009-02-04  Andreas Schwab  <schwab@suse.de>
4111         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4112         headers and regexp-quote the match if necessary.
4114 2009-03-24  Miles Bader  <miles@gnu.org>
4116         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4117         the blinking smiley.
4119 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4121         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4122         blink smiley.
4124 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4127         where the dribbel file lives exists.
4129         * message.el (message-send-mail-partially-limit): Change the default to
4130         nil, since most people don't want this.
4132         * mm-url.el (mm-url-decode-entities): Also decode entities like
4133         &#x3212.
4135 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4137         * gnus-sum.el (gnus-summary-idna-message):
4138         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4139         Hyperlink urls in docstrings with URL `...'.
4141 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4143         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4144         functions.
4146 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4149         say what the mouseover text should be.
4151         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4152         version of the mm-w3m-safe-url-regexp variable to only download images
4153         in the groups where we want that to happen.
4155         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4157         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4158         easier debugging.
4159         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4160         big pictures in the article buffer.
4162         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4163         gnus-article-html.
4164         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4165         w3m.
4167         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4169 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4171         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4172         which doesn't exist.
4174         * message.el (message-inhibit-ecomplete): New variable to allow some
4175         function to inhibit ecomplete address storage.
4176         (message-resend): Disable ecomplete message storage when resending
4177         messages.
4179         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4181 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4183         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4184         Save excursion while copying, moving, and deleting articles in order to
4185         prevent the cursor from jumping to unforeseen place.
4187 2010-08-17  Glenn Morris  <rgm@gnu.org>
4189         * gnus-sync.el: Require gnus components whose functions are used.
4191         * gnus-art.el (bookmark-make-record-function):
4192         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4193         Declare for compiler.
4195         * mm-url.el (mml-compute-boundary): Autoload.
4197 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4199         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4201 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4203         Typo fix "hoo4a" -> "hook".
4205         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4207 2010-08-14  Glenn Morris  <rgm@gnu.org>
4209         * gnus-sync.el (gnus-sync): Fix defgroup version.
4211 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4213         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4215         * gnus-sync.el: Fix docs.
4216         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4217         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4219 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4221         Optimizations for gnus-sync.el.
4223         * gnus-sync.el: Add docs about gnus-sync-backend
4224         possibilities.
4225         (gnus-sync-save): Remove unnecessary message.
4226         (gnus-sync-read): Optimize and show what groups were skipped.
4228 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4230         Minor bug fixes for gnus-sync.el.
4232         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4233         Don't read the sync on get-new-news.
4235         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4236         quiet.
4238         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4239         (fix typo).
4241 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4243         Make saving and restoring of hidden threads work with overlays.
4244         Patch applied by Ted Zlatanov.
4246         * gnus-sum.el (gnus-hidden-threads-configuration)
4247         (gnus-restore-hidden-threads-configuration): Update to deal with text
4248         properties, rather than searching for a magic character.
4250 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4252         New gnus-sync.el library for synchronization of marks.
4254         * gnus-sync.el: New library for synchronization of marks.
4256         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4257         renamed from `gnus-registry-grep-in-list'.
4259         * gnus-registry.el (gnus-registry-follow-group-p):
4260         Use `gnus-grep-in-list'.
4262         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4264 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4266         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4267         determining charset of text fails.
4269 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4271         * nnmail.el (nnmail-get-new-mail-1): Revert.
4273         * nnml.el (nnml-active-number): Make sure names of newly created groups
4274         in nnml-group-alist are encoded.
4276 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4278         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4279         containing non-ASCII characters in active file for nnml back end.
4281 2010-07-24  David Engster  <dengste@eml.cc>
4283         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4284         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4286 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4288         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4289         tag (Bug#6654).
4291 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4293         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4294         the article buffer, not the summary buffer.
4296 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4298         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4299         Emacs 23 as well.
4301 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4303         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4304         Patch applied by Karl Fogel.
4306         * gnus-sum.el (gnus-summary-bookmark-make-record):
4307         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4309 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4311         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4312         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4313         C-w still not working correctly from Article buffers; Thierry's
4314         patch to fix that will be applied after this.
4316         * gnus-art.el (bookmark-make-record-function): New local variable.
4318         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4319         article buffer.
4320         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4322 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4324         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4325         on changes in bookmark.el.
4327 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4329         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4330         the *other* type of HTML form submission.
4332 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4334         * auth-source.el (auth-source-pick): If choice does not contain a
4335         questioned keyword, set the check to t.
4337 2010-06-12  Romain Francoise  <romain@orebokech.com>
4339         * gnus-util.el (gnus-date-get-time): Move up before first use.
4341 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4343         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4344         (gnus-article-edit-part): Bind it to make last part that is substituted
4345         or deleted visible.
4346         (gnus-mime-display-single): Buttonize part of which id equals to
4347         gnus-mime-buttonized-part-id.
4349 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4351         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4352         (gnus-dd-mmm): Use gnus-date-get-time.
4353         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4354         simplify logic.
4355         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4356         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4358 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4360         * auth-source.el (top): Autoload `secrets-list-collections',
4361         `secrets-create-item', `secrets-delete-item'.
4362         (auth-sources): Fix tag string.
4363         (auth-get-source, auth-source-retrieve, auth-source-create)
4364         (auth-source-delete): New defuns.
4365         (auth-source-pick): Rewrite in order to avoid 2 passes.
4366         (auth-source-forget-user-or-password): New parameter USERNAME.
4367         (auth-source-user-or-password): New parameters CREATE-MISSING and
4368         DELETE-EXISTING.  Retrieve password interactively, if needed.
4370 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4372         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4373         deleting unused directories when gnus-expert-user is t.
4375 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4377         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4378         for each temp file when gnus-article-browse-delete-temp is ask.
4380 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4382         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4384 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4386         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4387         article unless decoding article to be saved.
4389 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4391         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4392         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4393         generated within the mm-with-unibyte-current-buffer macro.
4395 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4397         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4398         to nil when we're in a mml-preview buffer and no group is selected.
4400 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4402         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4403         when catching the `C-g'.  Reported by "Leo".
4405 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4407         * message.el (message-forward-make-body-plain)
4408         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4409         multibyte-string-p.
4411 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4413         * message.el (message-forward-make-body-mml): Assume original message
4414         is multibyte string; error on unibyte.
4415         (message-forward-make-body-plain): Ditto; don't add excessive newline
4416         in body end.
4418 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4420         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4421         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4423 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4425         * mm-extern.el (mm-extern-url): Don't use
4426         mm-with-unibyte-current-buffer.
4427         (mm-extern-cache-contents): Use with-current-buffer instead of
4428         save-excursion + set-buffer.
4430 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4432         * mm-util.el (mm-emacs-mule): Remove.
4434 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4436         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4437         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4438         change.
4440 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4442         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4443         bind the default value of enable-multibyte-characters to nil.
4445 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4447         * message.el (message-forward-make-body-plain)
4448         (message-forward-make-body-mml):
4449         Don't use mm-with-unibyte-current-buffer.
4451 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4453         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4454         (Bug#5592).
4456 2010-05-07  Julien Danjou  <julien@danjou.info>
4458         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4459         it to mm-pipe-part.
4461         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4462         it is given.
4464 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4466         * nnweb.el (nnweb-gmane-search)
4467         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4468         XEmacs.
4470         * gnus-art.el (gnus-article-browse-html-parts)
4471         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4472         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4473         make-temp-file.
4475         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4476         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4477         compiling.
4479         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4480         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4481         XEmacs when compiling.
4483         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4484         gnus-pick-mode-off-hook for XEmacs when compiling.
4485         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4486         gnus-binary-mode-off-hook for XEmacs when compiling.
4488         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4489         Return nil if char-charset is not available.
4491         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
4492         macro.
4494         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4495         instead of encode-coding-string.
4497         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4498         'xemacs) instead of mm-emacs-mule to switch function definitions.
4499         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4501 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4503         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4505 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4507         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4508         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4510 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4512         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4513         alias `jka-compr-delete-temp-file' no longer exists.
4515 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4517         Use define-minor-mode in Gnus where applicable.
4518         * mml.el (mml-mode): Use define-minor-mode.
4519         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4520         (gnus-undo-mode): Use define-minor-mode.
4521         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4522         (gnus-dead-summary-mode): Use define-minor-mode.
4523         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4524         Initialize in declaration.
4525         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4526         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4527         (gnus-mailing-list-mode): Use define-minor-mode.
4528         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4529         (gnus-draft-mode): Use define-minor-mode.
4530         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4531         (gnus-dired-mode): Use define-minor-mode.
4533 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4535         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4536         handles on recursive mml-to-mime translation and check them for
4537         boundary delimiter collisions.  Reported by Greg Troxel.
4539 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4541         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4543 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4545         * mm-util.el (mm-find-buffer-file-coding-system):
4546         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4548 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4550         * message.el (message-generate-headers): Record insertion of optional
4551         headers as well.  Otherwise the check to prevent repeated insertion of
4552         optional headers is a no-op.
4554 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4556         * smime.el: Don't mention CVS.
4558         * nnrss.el (nnrss-fetch): Don't mention CVS.
4560         * nnir.el: Don't mention CVS.
4562 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4564         * gnus-sum.el (gnus-summary-bookmark-make-record):
4565         Add `location' field.
4567 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4569         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4570         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4571         Use with-current-buffer to silence the byte-compiler.
4572         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4573         bother to require `gnus'.
4574         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4576 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4578         * gnus-sum.el (gnus-summary-bookmark-make-record)
4579         (gnus-summary-bookmark-jump): New functions.
4580         (gnus-summary-mode): Setup bookmark support.
4582 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4584         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4585         if set.
4587 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4589         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4590         gnus-article-browse-html-save-cid-image; make it work recursively for
4591         forwarded messages as well.
4592         (gnus-article-browse-html-parts): Work when prefix arg is given.
4593         (gnus-article-browse-html-article): Doc fix.
4595 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4597         * message.el (message-default-mail-headers):
4598         (message-default-headers): Carry the value mail-default-headers over
4599         into message-default-mail-headers, rather than message-default-headers.
4601 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4603         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4604         charset.
4606         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4607         charset into the <meta> tag when the article is encoded to utf-8.
4609 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4611         * gnus-art.el (gnus-article-browse-delete-temp-files):
4612         Delete directories as well.
4613         (gnus-article-browse-html-parts): Work for images that do not specify
4614         file names; delete temp directory when quitting; insert header at the
4615         right place; use file: scheme for image files.
4617 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4619         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4620         (gnus-article-browse-html-parts): Use it to make temporary cid image
4621         files in addition to html file so that browser may display them.
4623 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4625         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4627 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4629         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4631 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4633         * auth-source.el (auth-sources): Change default to be simpler.
4634         Explain about Secret Service API sources.  Improve Customize options.
4635         (auth-source-pick): Change to accept any number of search parameters.
4636         Implement fallbacks iteratively, not recursively.  Add scoring on the
4637         second pass and sort by score.  Call Secret Service API when needed.
4638         (auth-source-user-or-password): Use it.  Call Secret Service API
4639         directly when needed to get the user name and the password.
4641 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4643         * message.el (message-interactive): Doc fix.
4644         (message-qmail-inject-args): Reflow.
4645         (message-kill-to-signature): Fix typo in docstring.
4647         * smiley.el (smiley-buffer): Fix typo in docstring.
4649 2010-03-24  Glenn Morris  <rgm@gnu.org>
4651         * mail-source.el (gnus-message): Declare.
4652         (mail-source-delete-old-incoming): Require gnus-util.
4654 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4656         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4658         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4660         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4661         password-cache's default if it is not bound.
4662         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4663         password-cache-expiry's default if it is not bound.
4665         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4666         available in Emacs 21.
4668 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4670         * auth-source.el (auth-sources): Fix up definition so extra parameters
4671         are always inline.
4673 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4675         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4676         wasn't updated after mismatch.  Clear cached mailbox info correctly
4677         when uidvalidity changes.
4678         (nnimap-group-prefixed-name): New function to avoid some code
4679         duplication.
4680         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4681         (nnimap-request-group): Use it.
4682         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4683         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4684         with many imap folders.  This is done by caching the group status from
4685         the imap server persistently in a group parameter `imap-status'.  (This
4686         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4687         but not persistently, so every Gnus startup was still very slow.)
4689 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4691         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4692         secrets.el dependency.
4693         (auth-sources): Add optional user name.  Add secrets.el configuration
4694         choice (unused right now).
4696 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4698         * gnus-sum.el (gnus-summary-make-menu-bar):
4699         Let `gnus-registry-install-shortcuts' fill in the functions.
4701         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4702         warnings.
4703         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4704         (gnus-registry-install-shortcuts): Populate and use it in a
4705         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4707 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4709         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4710         In-place substitutions for the group name encoding/decoding.
4711         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4712         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4713         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4714         (nnimap-update-unseen, nnimap-request-list)
4715         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4716         (nnimap-request-set-mark, nnimap-split-to-groups)
4717         (nnimap-split-articles, nnimap-request-newgroups)
4718         (nnimap-request-create-group, nnimap-request-accept-article)
4719         (nnimap-request-delete-group, nnimap-request-rename-group)
4720         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4721         `encoded-mbx' for consistency.
4722         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4723         variable `imap-current-mailbox'.
4725         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4726         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4728 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4730         * pop3.el (pop3-display-message-size-flag): Display message size byte
4731         counts during POP3 download.
4732         (pop3-movemail): Use it.
4733         (pop3-list): Implement listing of available messages.
4735 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4737         * nnir.el (nnir-get-article-nov-override-function): New function to
4738         override the normal NOV retrieval.
4739         (nnir-retrieve-headers): Use it.
4741 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4743         * auth-source.el (netrc-machine-user-or-password): Autoload.
4745 2010-03-19  Glenn Morris  <rgm@gnu.org>
4747         Stop message.el from loading about 40 libraries it doesn't always need.
4748         The general approach is to autoload rather than require, and to
4749         require in the specific functions rather than the file.  (Bug#5642)
4751         * gmm-utils.el: Don't require wid-edit.
4752         (widget-create-child-value, widget-convert, widget-default-get):
4753         Autoload.
4755         * gnus-util.el: Don't require time-date, netrc.
4756         (message-fetch-field, gnus-group-name-decode): Declare rather than
4757         autoloading.
4758         (gnus-fetch-field): Require message.
4759         (gnus-decode-newsgroups): Require gnus-group.
4761         * ietf-drums.el: Don't require time-date.
4763         * message.el: Don't require hashcash, canlock, ecomplete.
4764         Do require mail-utils.  Require nnheader only when compiling.
4765         (smtpmail-default-smtp-server): Remove declaration.
4766         (message-send-mail-function): Check smtpmail-default-smtp-server
4767         is bound rather than requiring smtpmail.
4768         (message-auto-save-directory, message-insert-signature):
4769         Use expand-file-name rather than nnheader-concat.
4770         (nnheader-insert-file-contents): Autoload.
4771         (hashcash-wait-async): Declare.
4772         (message-send-mail): Only call gnus-setup-posting-charset if
4773         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4774         (message-send-mail-with-sendmail): Require sendmail.
4775         (canlock-password, canlock-password-for-verify): Declare.
4776         (message-canlock-password): Require canlock.
4777         (nnheader-get-report): Autoload.
4778         (gnus-setup-posting-charset): Declare.
4779         (message-send-news): Require gnus-msg.
4780         (message-make-references, message-make-in-reply-to): Use mail-header-id
4781         rather than the alias mail-header-message-id.
4782         (ecomplete-add-item, ecomplete-save): Declare.
4783         (message-put-addresses-in-ecomplete): Require ecomplete.
4784         (ecomplete-display-matches): Autoload.
4786         * mm-decode.el: Don't require mailcap, gnus-util.
4787         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4788         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4789         Autoload.
4790         (mailcap-mime-extensions): Declare.
4792         * mm-encode.el: Don't require mailcap.
4793         (mailcap-extension-to-mime): Autoload.
4795         * mml-sec.el: Don't require password-cache.
4797         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4798         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4799         (mml-minibuffer-read-type): Require mailcap.
4800         (mml-preview): Require gnus-msg.
4802         * mml1991.el: Require password-cache.
4803         (password-cache-expiry): Remove declaration.
4805         * mml2015.el: Require password-cache.
4806         (password-cache-expiry): Remove declaration.
4808         * nneething.el (mailcap): Require mailcap.
4810         * nnheader.el (declare-function): Add compatibility stub.
4811         (message-remove-header): Declare rather than autoload.
4812         (nnheader-replace-header): Require message.
4814         * nnimap.el (declare-function): Add compatibility stub.
4815         (netrc-parse, netrc-machine-user-or-password): Declare.
4816         (nnimap-open-connection): Require netrc.
4818         * nntp.el (declare-function): Add compatibility stub.
4819         (netrc-parse, netrc-machine, netrc-get): Declare.
4820         (nntp-send-authinfo): Require netrc.
4822         * rfc2047.el: Don't require qp.
4823         (quoted-printable-encode-region, quoted-printable-decode-string):
4824         Autoload.
4826         * sieve-mode.el: Don't require easymenu.
4827         (easy-menu-add-item): Autoload it.
4829         * spam-stat.el (time-to-number-of-days): Autoload it.
4831 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4833         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4834         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4835         value if any backslash escapes).
4837 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4839         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4840         if it is available.  (bug#5647)
4842 2010-02-26  Glenn Morris  <rgm@gnu.org>
4844         * message.el (message-send-mail-function): Change the default, so that
4845         it inherits from a customized send-mail-function.  (Bug#5643)
4847 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4849         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4850         shell-command-to-string signals an error (bug#5299).
4852 2010-02-24  Glenn Morris  <rgm@gnu.org>
4854         * message.el (message-smtpmail-send-it)
4855         (message-send-mail-with-mailclient): Doc fixes.
4857 2010-02-16  Glenn Morris  <rgm@gnu.org>
4859         * message.el (message-default-mail-headers): Change the default value
4860         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4862 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4864         * message.el (message-mail): Just pass yank-action on to message-setup.
4865         (message-setup): Handle (FUN . ARGS) form of yank-action.
4866         (message-with-reply-buffer, message-widen-reply)
4867         (message-yank-original): Handle non-buffer values of
4868         message-reply-buffer (Bug#4080).
4869         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4871 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4873         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4874         Fix typo in docstring.
4876 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4878         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4879         response.
4881 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4883         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4885         * message.el (message-check-news-header-syntax): Protect against a
4886         string that `rfc822-addresses' returns when parsing fails.
4888 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4890         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4891         (gnus-previous-char-property-change): New functions.
4893         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4895 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4897         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4898         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4900 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4902         * message.el (message-exchange-point-and-mark): Rework last change to
4903         avoid using optional arg of exchange-point-and-mark, for backward
4904         compatibility.
4906 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4908         * message.el (message-exchange-point-and-mark):
4909         Call exchange-point-and-mark with an argument rather than setting
4910         mark-active by hand (Bug#5175).
4912 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4914         * nntp.el (nntp-service-to-port): Work for service expressed with
4915         numeric string; replace [:digit:] with [0-9] for XEmacs.
4917 2009-12-17  Glenn Morris  <rgm@gnu.org>
4919         * gnus-group.el (gnus-bug-group-download-format-alist):
4920         Change emacs entry to debbugs.gnu.org.  Bump :version.
4922 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4924         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4926 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4928         * message.el (message-info): Explain why we use `Info-goto-node'.
4930 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4932         * message.el (message-completion-in-region): New compatibility function.
4933         (message-expand-group): Use it.
4935 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4937         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4938         with no unread article should be listed if the 2nd arg `predicate' is
4939         given.
4941 2009-11-29  Juri Linkov  <juri@jurta.org>
4943         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4944         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4945         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4947 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4949         * message.el (message-from-style, message-interactive)
4950         (message-signature): Always set default values from the corresponding
4951         mail-* variables.
4952         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4953         (message-yank-prefix, message-indentation-spaces)
4954         (message-signature-file, message-default-headers): Use boundp rather
4955         than (featurep 'xemacs) to check if the corresponding mail-* variables
4956         exist.
4958 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
4960         * message.el (message-send-mail-with-sendmail): Revert last change.
4962 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
4964         * message.el (message-from-style, message-interactive)
4965         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4966         (message-yank-prefix, message-indentation-spaces, message-signature)
4967         (message-signature-file, message-default-headers): For GNU Emacs, set
4968         default values from the corresponding mail-* variables.
4969         (message-send-mail-with-sendmail): Use envelope-from only if
4970         mail-specify-envelope-from is non-nil.
4972 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4974         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4975         containing tspecial characters if they have been already quoted.
4977 2009-10-24  Glenn Morris  <rgm@gnu.org>
4979         * gnus-art.el (help-xref-stack-item): Define for compiler.
4981 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4983         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4985 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4987         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4988         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4990 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4992         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4993         (gnus-overlays-in): New alias to overlays-in.
4995         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4996         gnus-overlay-get, and gnus-delete-overlay.
4997         (gnus-summary-show-thread): Make it work as well for systems in which
4998         next-single-char-property-change is not available.
4999         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5001 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5003         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5005 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5007         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5008         and XEmacs that don't have `remove-overlays'.
5010 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5012         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5013         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5014         selective display.  Use overlays instead.
5016 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5018         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5020 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5022         * spam-stat.el (spam-stat-load): Fix typo in message.
5024 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5026         * gnus-art.el (gnus-article-encrypt-body):
5027         * message.el (message-check-recipients):
5028         * mm-util.el (mm-codepage-setup):
5029         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5030         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5032 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5034         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5035         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5036         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5037         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5038         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5040 2009-09-18  Glenn Morris  <rgm@gnu.org>
5042         * gnus-diary.el (gnus-diary-check-message):
5043         * message.el (message-insert-formatted-citation-line):
5044         * nnbabyl.el (top-level):
5045         * nndiary.el (nndiary-schedule):
5046         Fix typos in condition-case handlers.
5048 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5050         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5051         configuration that provides the sole article window in a frame;
5052         position point correctly after deleting a part.
5054 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5056         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5057         (spam-resolve-registrations-routine): Use it to unregister articles
5058         that change status.
5060 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5062         * nnrss.el (nnrss-request-article): Remove binding of
5063         default-enable-multibyte-characters that has gotten needless by
5064         the 2007-07-13 change in rfc2047-encode-message-header.
5066         * mml.el (mml-insert-multipart): Error on the message header.
5067         (mml-insert-part): Error on the message header; position point at
5068         the end of a MIME tag.
5070 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5072         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5073         (gnus-float-time): Alias to float-time if it exists.
5075         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5076         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5077         float-time is available; suppress compile warning for time-to-seconds.
5079 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5081         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5082         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5083         Add the optional argument `encoding' that overrides the default.
5085         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5086         mm-encode-buffer.
5088 2009-09-04  Glenn Morris  <rgm@gnu.org>
5090         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5091         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5092         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5093         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5094         * mm-util.el (mm-with-unibyte-current-buffer)
5095         (mm-find-buffer-file-coding-system):
5096         * yenc.el (yenc-decode-region): Use default-value rather than
5097         default-enable-multibyte-characters.
5099 2009-09-03  Glenn Morris  <rgm@gnu.org>
5101         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5102         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5103         than default-enable-multibyte-characters.
5105 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5107         * gnus-art.el (gnus-article-read-summary-keys):
5108         Fix gnus-buffer-configuration's value temporarily used.
5110 2009-09-02  Glenn Morris  <rgm@gnu.org>
5112         * gnus-util.el (gnus-float-time): New function.
5113         * gnus-delay.el (gnus-delay-article):
5114         * gnus-sum.el (gnus-thread-latest-date):
5115         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5116         * nnspool.el (nnspool-request-newgroups):
5117         Use gnus-float-time rather than time-to-seconds.
5118         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5120         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5121         (gnus-header-subject-face, gnus-header-newsgroups-face)
5122         (gnus-header-name-face, gnus-header-content-face):
5123         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5124         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5125         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5126         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5127         (gnus-cite-face-11):
5128         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5129         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5130         (gnus-server-closed-face, gnus-server-denied-face)
5131         (gnus-server-offline-face):
5132         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5133         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5134         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5135         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5136         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5137         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5138         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5139         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5140         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5141         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5142         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5143         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5144         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5145         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5146         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5147         (gnus-summary-high-undownloaded-face)
5148         (gnus-summary-low-undownloaded-face)
5149         (gnus-summary-normal-undownloaded-face)
5150         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5151         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5152         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5153         (gnus-splash-face):
5154         * message.el (message-header-to-face, message-header-cc-face)
5155         (message-header-subject-face, message-header-newsgroups-face)
5156         (message-header-other-face, message-header-name-face)
5157         (message-header-xheader-face, message-separator-face)
5158         (message-cited-text-face, message-mml-face):
5159         * sieve-mode.el (sieve-control-commands-face)
5160         (sieve-action-commands-face, sieve-test-commands-face)
5161         (sieve-tagged-arguments-face):
5162         * spam.el (spam-face):
5163         Mark face aliases with "-face" in the name as obsolete.
5165 2009-09-01  Glenn Morris  <rgm@gnu.org>
5167         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5168         than goto-line.
5170 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5172         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5173         Don't move point if the command is invoked inside the message header.
5175 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5177         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5178         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5179         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5180         * nnir.el (nnir-swish-e-index-file):
5181         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5182         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5183         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5184         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5185         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5186         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5188 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5190         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5191         Don't save excursion.
5193 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5195         * nnheader.el (nnheader-find-file-noselect):
5196         * mm-util.el (mm-insert-file-contents):
5197         Use (default-value 'major-mode) instead of default-major-mode.
5199 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5201         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5203 2009-08-25  Glenn Morris  <rgm@gnu.org>
5205         * nnir.el (top-level): Don't require cl at run-time.
5206         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5207         Replace cl-function substitute with gnus-replace-in-string.
5208         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5209         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5210         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5211         simplified expansions.
5213 2009-08-22  Glenn Morris  <rgm@gnu.org>
5215         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5216         goto-line.
5218 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5220         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5222         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5223         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5224         (gnus-mm-display-part, gnus-mime-display-single)
5225         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5226         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5228         * gnus-sum.el
5229         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5230         (gnus-summary-move-article): Add expirable mark to articles copied or
5231         moved to group that has auto-expire turned on if the option is non-nil.
5233 2009-07-24  Glenn Morris  <rgm@gnu.org>
5235         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5236         Fix typo.  (Bug#3903)
5238 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5240         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5241         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5242         that should not be used for draft articles.
5243         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5244         that has no concern in minor mode keys.
5245         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5246         Abolish.
5248 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5250         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5251         article without making inquiry to a user for unknown encoding.
5253         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5254         (nnmaildir--scan): Assume i-node and device number that file-attributes
5255         returns might be cons-cell.
5257 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5259         * auth-source.el: Remove docs now in auth.texi.  Don't use
5260         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5261         `auth-source-hide-passwords' and use them.
5263 2009-07-15  Glenn Morris  <rgm@gnu.org>
5265         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5267 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5269         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5270         excessive whitespace from the default values of title and description.
5272 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5274         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5275         mail-fetch-field to fetch Content-Description header in order to
5276         exclude newlines.
5278 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5280         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5281         to deleted part.
5283 2009-05-30  David Engster  <dengste@eml.cc>
5285         * nnmairix.el: Remove old documentation in the commentary block.
5286         (nnmairix-request-group): Do not update active file for nnml back ends.
5287         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5288         end so that overview files are ignored.
5289         (nnmairix-update-groups): Make updating the groups more robust by using
5290         marks.
5291         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5292         with dollar characters in message-id.
5294 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5296         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5297         2008-12-25 in dns.el.
5299 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5301         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5302         could happen if the text is only composed of spaces and/or tabs.
5304 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5306         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5307         when sending a queued message to avoid extra mml tags.
5309 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5311         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5313 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5315         * gnus-dired.el: Remove autoload for gnus-setup-message.
5316         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5317         displaying Gnus logo; always use compose-mail.
5319 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5321         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5323 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5325         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5326         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5327         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5328         available.
5329         (gnus-nocem-epg-verify): New function.
5331 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5333         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5335 2009-02-15  Glenn Morris  <rgm@gnu.org>
5337         * gnus-util.el (rmail-insert-rmail-file-header)
5338         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5339         autoloads.
5340         (rmail-default-rmail-file): Remove unnecessary declaration.
5341         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5343 2009-02-14  Glenn Morris  <rgm@gnu.org>
5345         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5346         variable (only used in gnus-util, which declares it anyway).
5347         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5348         which was only needed by gnus-art (changed to not use it any more).
5349         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5350         only used in gnus-util, which autoloads it itself.
5351         (rmail-update-summary): Fix autoload.
5353         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5354         rather than rmail-output-to-rmail-file.
5356 2009-02-07  Glenn Morris  <rgm@gnu.org>
5358         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5359         autoload of function that no longer exists.
5360         (rmail-toggle-header): Declare.
5361         (message-forward-rmail-make-body): Handle mbox Rmail.
5363 2009-01-31  Glenn Morris  <rgm@gnu.org>
5365         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5366         2009-01-09 change.
5368 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5370         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5371         (auth-source-forget-all-cached): New convenience function.
5372         (auth-source-user-or-password): Accept list of modes or a single mode.
5374         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5375         auth-source modes.
5377         * nnimap.el (nnimap-open-connection): Use list of
5378         auth-source modes.
5380         * nntp.el (nntp-send-authinfo): Use list of
5381         auth-source modes.
5383 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5385         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5386         now.
5388 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5391         coding system in XEmacs; add a workaround for XEmacs.
5393 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5395         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5396         of current-language-environment.
5398 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5400         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5401         available at runtime.
5403 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5405         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5407 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5409         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5410         the greatest positive fixnum value doesn't work under an XEmacs with
5411         bignum support; use the most-positive-fixnum constant instead,
5412         available since Emacs 21.1 with cl and XEmacs 21.1.
5414 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5416         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5417         XEmacs gets not to work.
5419 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5421         * mm-util.el (mm-coding-system-priorities): Allow the value like
5422         "Japanese (UTF-8)" of current-language-environment.
5424 2009-01-09  Glenn Morris  <rgm@gnu.org>
5426         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5427         with last-command-event.
5429 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5431         * message.el (message-fix-before-sending): Amend comment.
5433 2009-01-07  David Engster  <dengste@eml.cc>
5435         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5436         simplified server definitions by converting it via
5437         gnus-server-to-method.
5439 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5441         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5442         parameter's operands.
5444 2009-01-06  David Engster  <dengste@eml.cc>
5446         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5447         primary select method (for gnus-group-mark-article-as-read).
5449 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5451         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5452         `(gnus)Face', not `(gnus)X-Face'.
5454 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5456         * mm-util.el (mm-ucs-to-char): New function.
5458         * mm-url.el (mm-url-decode-entities): Use it.
5460 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5462         * message.el (message-fix-before-sending): Add `eight-bit' to
5463         illegible-text check.
5465 2009-01-03  Michael Olson  <mwolson@gnu.org>
5467         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5468         `headers' is nil.  This can occur if the IMAP server does not have
5469         permissions to read messages from a folder, but can write new messages
5470         to the folder.
5471         (nnimap-request-article-part): Do not insert `data' if it is nil.
5473 2009-01-01  Dave Love  <fx@gnu.org>
5475         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5477         * nnimap.el: Fix author email.
5478         (nnimap-split-rule): Add FIXME comment.
5479         (nnimap-debug): Fix doc string.
5481 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5483         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5484         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5485         to check if those variables exist (first appeared in Emacs 18.50).
5487 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5489         * mm-util.el (mm-line-number-at-pos): New function.
5491         * spam-report.el (spam-report-process-queue): Use it.
5493 2008-12-24  David Engster  <dengste@eml.cc>
5495         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5496         parameters that haven't existed as variables as buffer-local variables.
5498 2008-12-23  Dave Love  <fx@gnu.org>
5500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5501         cadar.
5503         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5504         imap-starttls-p.
5505         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5507 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5509         * spam-report.el (spam-report-gmane-max-requests): New constant.
5510         (spam-report-gmane-wait): New variable.
5511         (spam-report-gmane-ham, spam-report-gmane-spam)
5512         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5513         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5514         the server.
5516         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5517         Add explanations.
5519         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5520         nnheader-accept-process-output and nnheader-read-timeout if available.
5521         (pop3-movemail): Use it.
5523         * message.el (message-check-news-body-syntax): Fix signature check if
5524         there's an attachment.
5526 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5528         * mm-util.el: Add comments to the mm- emulating functions.
5530 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5532         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5533         Reported by Stephen Berman <stephen.berman@gmx.net>.
5535 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5537         * mm-util.el (mm-substring-no-properties): New function.
5538         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5539         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5540         (mm-string-to-multibyte): Doc fix.
5542         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5544 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5546         * mml.el (mml-attach-file): Strip text properties from file name.
5547         (Bug#1574)
5549 2008-12-16  Glenn Morris  <rgm@gnu.org>
5551         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5553 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5555         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5556         knows since the charset specified might be a bogus alias that
5557         mm-charset-synonym-alist provides.
5559 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5561         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5562         "ISO_8859-1".
5564         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5566 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5568         * mm-util.el (mm-charset-eval-alist):
5569         Define it before mm-charset-to-coding-system.
5570         (mm-charset-to-coding-system): Add optional argument `silent';
5571         define it before mm-charset-override-alist.
5572         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5573         default value if it can be used in Emacs currently running;
5574         silence mm-charset-to-coding-system.
5576 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5578         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5579         `allow-override' which says whether to use `mm-charset-override-alist'.
5580         (rfc2047-decode-encoded-words): Use it.
5582         * mm-util.el (mm-charset-override-alist): Fix custom type;
5583         add `(gb2312 . gbk)' to choices.
5585 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5587         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5588         fast.
5590         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5592 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5594         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5595         on links.
5597         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5599 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5601         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5602         users' addresses that don't have domain parts.
5603         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5604         rather than message-narrow-to-head since there will be the message
5605         header separator.
5607 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5609         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5610         since the result is inserted in a unibyte buffer anyway.
5611         (nnimap-demule-use-string-to-multibyte): Remove.
5612         (nnimap-demule): Alias it to mm-string-to-multibyte.
5614 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5616         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5617         variable for debugging bug#464 and bug#1174.
5618         (nnimap-demule): Use it.
5620 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5622         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5623         score calculation correctly.
5625 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5627         * message.el (message-send-mail): Just set the buffer to unibyte
5628         rather than use mm-with-unibyte-current-buffer which does a lot more.
5629         (message-send-mail-partially): Don't bother with
5630         mm-with-unibyte-current-buffer since it's already been made unibyte by
5631         message-send-mail.
5633 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5635         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5637 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5639         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5641 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5643         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5644         require itself and to remove `with-no-warnings'.
5646 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5648         * starttls.el (starttls-any-program-available): Get the name of the
5649         available TLS layer program.
5650         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5651         well as the host name in the "opening" message.
5653         * auth-source.el (auth-source-cache, auth-source-do-cache)
5654         (auth-source-user-or-password): Cache passwords and logins by default,
5655         allow override with `auth-source-do-cache'.
5656         (auth-source-forget-user-or-password): Allow users to remove cache
5657         entries if needed.
5659 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5661         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5662         condition-case to only the forward-sexp call.
5664 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5666         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5667         quotes contained.  Make it more robust regardless by an extra
5668         condition-case wrapper.
5670 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5672         * nnml.el (nnml-request-expire-articles): Check if the function set to
5673         `nnmail-expiry-target' returns the symbol `delete'.
5675         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5677         * nnmail.el (nnmail-expiry-target): Fix custom type.
5679 2008-10-02  Glenn Morris  <rgm@gnu.org>
5681         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5682         Silence compiler warning.
5684 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5686         * mml.el (mml-menu): Don't assume mml2015 is bound.
5688 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5690         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5691         exists.
5693 2008-09-27  Glenn Morris  <rgm@gnu.org>
5695         * gnus-util.el (mail-header-remove-comments): Autoload it.
5697 2008-09-27  Andreas Schwab  <schwab@suse.de>
5699         * gnus-util.el (gnus-split-references): Strip comments.
5700         (gnus-parent-id): Likewise.
5702 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5704         * message.el (message-confirm-send): Fix version.
5706 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5708         * message.el (message-idna-to-ascii-rhs-1): Use
5709         mail-extract-address-components rather than mail-header-parse-addresses
5710         that is an alias by default to ietf-drums-parse-addresses that does not
5711         support non-ASCII names in headers' contents.
5713 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5715         * message.el (message-confirm-send): Fix variable documentation to
5716         avoid the "y/n" wording.
5718 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5720         * message.el (message-set-auto-save-file-name): Save to a different
5721         filename so multiple messages (especially drafts) can be recovered.
5723 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5725         * message.el (message-confirm-send): Add appropriate version.
5727 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5729         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5730         defvar.
5732 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5734         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5735         (mm-pkcs7-enveloped-magic): Ditto.
5737 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5739         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5740         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5742 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5744         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5745         default, it's better.
5747 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5749         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5750         summary line gnus-number property and ignore them (with a warning
5751         message).
5753 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5755         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5756         macro caddr in the interactive form since it won't be expanded.
5758 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5760         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5761         `charset'; fix name of function called recursively.
5762         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5764 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5766         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5767         (gnus-mime-set-charset-parameters): New function.
5768         (gnus-mime-view-part-as-charset): Use it to correctly display part
5769         specifying wrong charset.
5771 2008-09-08  David Engster  <dengste@eml.cc>
5773         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5774         in completing-read for back end server.
5776 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5778         * message.el (message-confirm-send): New variable to confirm sending a
5779         message.
5780         (message-send): Use it.
5782 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5784         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5786 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5788         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5790 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5792         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5793         prevent tracking too many groups.
5794         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5795         Use it.
5797 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5799         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5800         moving point to the bottom of the window in order to avoid recentering.
5802 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5804         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5805         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5806         (gnus-article-beginning-of-window): Fix calculation.
5808 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5810         * gnus-msg.el (gnus-summary-supersede-article)
5811         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5812         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5813         message header.
5815 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5817         * message.el:
5818         * gnus-start.el:
5819         * gnus-registry.el: Remove VMS support.
5821 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5823         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5824         macro.
5825         (rfc2104-hash): Use it.
5827 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5829         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5830         (gnus-summary-sort-by-most-recent-date): New commands.
5831         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5832         and menu entries.
5834 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5836         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5837         don't redisplay article for raw contents; remove plural articles stuff.
5839         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5840         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5841         on gnus-summary-save-article; display results properly.
5843 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5845         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5847 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5849         * gnus-art.el (gnus-summary-save-in-pipe):
5850         Consider gnus-save-all-headers.
5852 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5854         * gnus-util.el (ns-focus-frame): Remove declaration.
5855         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5856         like x.
5858 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5860         * rfc2104.el (rfc2104-zero): Delete defconst.
5861         (rfc2104-hex-alist): Likewise.
5862         (rfc2104-hex-to-int): Delete func.
5863         (rfc2104-hexstring-to-bitstring): Likewise.
5864         (rfc2104-nybbles): New defconst.
5865         (rfc2104-hash): Rewrite for speed.
5867 2008-07-16  Glenn Morris  <rgm@gnu.org>
5869         * gnus-util.el (ns-focus-frame): Declare for compiler.
5871 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5873         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5874         set as a group parameter.
5875         (gnus-summary-save-in-pipe): Work when it is called independently.
5876         (gnus-summary-pipe-to-muttprint): Don't modify
5877         gnus-summary-pipe-output-default-command.
5879 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * message.el (message-send-mail-with-sendmail):
5882         Display the error message.
5884 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5886         * gnus-art.el (gnus-default-article-saver):
5887         Add gnus-summary-save-in-pipe to choices.
5888         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5889         gnus-summary-pipe-output-default-command as the default command.
5890         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5891         instead of gnus-last-shell-command.
5893         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5894         New user option.
5895         (gnus-summary-muttprint-program): Mention the value will be changed.
5896         (gnus-summary-save-article): Force showing of all headers.
5897         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5899 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5901         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5903 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5905         * nnimap.el (nnimap-id):
5906         * sieve-manage.el (sieve-manage-open): Doc fixes.
5908 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5910         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5911         if available.
5913 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5915         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5917         * nnkiboze.el (nnkiboze-generate-group):
5918         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5920         * nnmairix.el: Require CL.
5922 2008-06-15  David Engster  <dengste@eml.cc>
5924         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5926 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5928         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5929         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5930         runtime choice under XEmacs.
5932         * gnus-sum.el (gnus-summary-set-display-table):
5933         Use `gnus-put-display-table', `gnus-get-display-table',
5934         `gnus-set-display-table' for the display table, instead of `aset'.
5936 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5938         * nnmairix.el: Add autoloads.
5940 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5942         * nnmairix.el (nnmairix-delete-recreate-group)
5943         (nnmairix-update-and-clear-marks): Fix error messages.
5945 2008-06-14  David Engster  <dengste@eml.cc>
5947         * nnmairix.el: Upgrade to version 0.6.
5948         (nnmairix-group-toggle-propmarks-this-group)
5949         (nnmairix-group-toggle-readmarks-this-group)
5950         (nnmairix-group-delete-recreate-this-group)
5951         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5952         (nnmairix-remove-tick-mark-original-article): New commands.
5953         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5954         (nnmairix-propagate-marks-to-nnmairix-groups)
5955         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5956         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5957         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5958         functions needed for marks propagation and manipulation of read marks.
5959         (nnmairix-update-groups): New function.
5960         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5961         (nnmairix-determine-original-group-from-registry)
5962         (nnmairix-determine-original-group-from-path)
5963         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5964         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5965         New helper functions.
5966         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5967         keystrokes for new commands.
5968         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5969         (nnmairix-request-group): Check allow-fast group parameter.
5970         (nnmairix-request-create-group): Set allow-fast group parameter if
5971         nnmairix-allowfast-default is set.
5972         (nnmairix-close-group): Propagate marks upon closing if needed.
5973         (nnmairix-group-toggle-threads-this-group): Use new.
5974         nnmairix-group-toggle-parameter helper function.
5975         (nnmairix-search): Better check for empty search result.
5976         (nnmairix-goto-original-article): Use new helper functions for
5977         determining original article.
5978         (nnmairix-show-original-article): Make sure message-id is in brackets.
5979         (nnmairix-call-mairix-binary): Change variable name.
5980         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5981         helper function.
5982         (nnmairix-widget-toggle-activate): Fix doc string.
5984 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5986         * nnir.el: Require edmacro when compiling with XEmacs.
5987         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5988         available in Emacs 21.
5990 2008-06-11  Glenn Morris  <rgm@gnu.org>
5992         * gnus-util.el (x-focus-frame):
5993         * gnus.el (image-size):
5994         * mm-decode.el (image-size): Declare.
5996         * gnus-picon.el (declare-function): Add compat definition.
5997         (image-size): Declare.
5999         * gnus-group.el (tool-bar-map):
6000         * gnus-sum.el (tool-bar-map): Define for compiler.
6002         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6004         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6006         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6007         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6008         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6009         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6010         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6011         * sieve-manage.el, spam-report.el, spam.el:
6012         Remove unnecessary eval-and-compile of autoloads.
6014 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6016         * auth-source.el: Precise Tramp doc.
6018 2008-06-07  Glenn Morris  <rgm@gnu.org>
6020         * nnmairix.el: Remove unnecessary eval-when-compile.
6022 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6024         * nnir.el: New file.
6026 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6028         * gnus-util.el (gnus-read-shell-command): New function.
6029         * mm-decode.el (mm-pipe-part):
6030         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6032 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6034         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6036 2008-06-03  Glenn Morris  <rgm@gnu.org>
6038         * pop3.el (nnheader-accept-process-output): Autoload it.
6040 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6042         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6043         are not 2-digit hexadecimal characters that follow `%'s.
6045 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6047         * message.el (message-bogus-recipient-p): Fix type in doc string.
6048         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6049         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6050         Improve custom options.
6051         (message-bogus-recipient-p): Adjust accordingly.
6053 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6055         * nnmairix.el: Require edmacro when compiling with XEmacs.
6057 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6059         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6060         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6062 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6064         * auth-source.el: Add more docs.
6066 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6068         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6069         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6070         retrieval faster in some cases, but might make CPU usage larger.
6071         If this has any bad side effects, we might revert this change.
6073         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6074         seems to make mail retrieval much, much faster.
6075         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6076         unconditionally.
6078         * gnus-draft.el (gnus-group-send-queue):
6079         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6081 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6083         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6085         * message.el (message-bogus-address-regexp): Fix and improve custom
6086         type.
6087         (message-setup-hook): Add message-check-recipients as custom option.
6089 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6091         * message.el (message-cite-function): Remove bogus autoload which crept
6092         in during merge from v5-10.
6094 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6096         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6098         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6100         * auth-source.el: Preliminary Tramp docs.
6101         (auth-sources): Change the default auth-sources to use
6102         EPA .gpg files.
6104 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6106         * nntp.el: Autoload `auth-source-user-or-password'.
6107         (nntp-send-authinfo): Use it.
6109         * nnimap.el: Autoload `auth-source-user-or-password'.
6110         (nnimap-open-connection): Use it.
6112         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6113         for the gnus-message function.
6114         (auth-source-user-or-password): Use it.
6116 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6118         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6119         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6120         (rfc2104-hash): Use it.
6122 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6124         * gnus-art.el (gnus-article-toggle-truncate-lines):
6125         Don't use `iff' in docstring.
6127 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6129         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6131         * gnus-util.el (gnus-extract-address-component-name)
6132         (gnus-extract-address-component-email): Convenience functions around
6133         `gnus-extract-address-components'.
6135         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6136         Use `gnus-extract-address-component-email' to fix bug of comparing full
6137         sender name to `user-mail-address'.
6139 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6141         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6142         catch/throw to optimize.
6143         (gnus-registry-find-keywords): Just use member to find a keyword.
6145 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6147         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6148         is current before calling gnus-server-prepare.
6149         (gnus-server-setup-buffer, gnus-server-update-server)
6150         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6152 2008-05-04  Juri Linkov  <juri@jurta.org>
6154         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6155         (mailcap-file-default-commands): Use mailcap-replace-in-string
6156         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6157         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6159 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6161         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6163 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6165         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6166         hooks.
6167         (gnus-update-read-articles): Speed up non-marks-using users.
6168         (gnus-use-marks): Define gnus-use-marks.
6169         (gnus-propagate-marks): Rename variable to something more sensible.
6171 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6173         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6174         (gmm-image-load-path-for-library): Fix typos in docstrings.
6175         (gmm-message): Reflow docstring.
6177 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6179         * mail-source.el (mail-source-set-1, mail-source-bind):
6180         Move auth-source code out of the macro to clean it up and fix bugs.
6182 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6184         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6185         by sender if it's equal to user-mail-address, it's likely to be
6186         useless.
6188         * mail-source.el (mail-source-bind): Don't use user or password if they
6189         are not bound.  Unintern them if they are nil.  Don't use server unless
6190         it's bound, and default it to empty string otherwise.
6192 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6194         * mail-source.el: Load auth-source.el.
6195         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6196         get user name or password, if auth-sources is set up.
6198         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6199         strategy of splitting with parent.
6200         (gnus-registry-split-fancy-with-parent)
6201         (gnus-registry-post-process-groups): Use it and fix prior
6202         bug (returning a list as the split result).
6204         * auth-source.el (auth-sources): Remove server parameter.
6205         (auth-source-pick, auth-source-user-or-password)
6206         (auth-source-user-or-password-imap)
6207         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6208         (auth-source-user-or-password-sftp)
6209         (auth-source-user-or-password-smtp): Remove server parameter.
6211 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6213         * smime.el (smime-sign-region, smime-encrypt-region)
6214         (smime-decrypt-region):
6215         Remove redundant calls to `generate-new-buffer-name'.
6217 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6219         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6220         Don't use QP for message/rfc822.
6221         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6223 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6225         * sieve-manage.el (sieve-string-bytes): Remove.
6226         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6227         correct byte-length only if the process's coding-system is the same as
6228         the one used internally by Emacs to represent strings.
6230 2008-04-22  Juri Linkov  <juri@jurta.org>
6232         * mailcap.el (mailcap-file-default-commands): New function.
6234 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6236         * message.el (message-signature-separator, message-cite-function):
6237         Change custom version.
6239 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6241         * mm-decode.el (mm-display-external): Make temp file read-only.
6243 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6245         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6246         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6247         `C-c C-f d'.
6249 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6251         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6253 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6255         * auth-source.el: Add docs.
6256         (auth-sources): Modify format to support server.
6257         (auth-source-pick, auth-source-user-or-password)
6258         (auth-source-user-or-password-imap)
6259         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6260         (auth-source-user-or-password-sftp)
6261         (auth-source-user-or-password-smtp): Add server parameter.
6263 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6265         * gnus-registry.el: Initialize the registry when gnus-registry-install
6266         is t.
6268 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6270         * compface.el (uncompface): Make buffer unibyte.
6272 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6274         * mail-source.el (mail-source-value):
6275         Prefer fboundp to functionp so it works with macros as well.
6277 2008-04-05  Glenn Morris  <rgm@gnu.org>
6279         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6281 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6283         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6284         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6286         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6287         multibyteness after rather than before erasing it.
6289         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6290         mm-with-multibyte.
6291         (gnus-request-article-this-buffer): Make sure the proper decoding is
6292         used if gnus-original-article-buffer happens to be unibyte.
6294         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6295         default-enable-multibyte-characters.
6297         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6298         default-enable-multibyte-characters.
6300         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6302         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6304 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6306         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6307         Fix last change in case the element is not even a symbol.
6309 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6311         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6312         imap-enable-exchange-bug-workaround.
6313         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6315 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6317         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6318         a 100 byte status-checks into a 2-3MB transfer for each group.
6319         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6320         to enable bug workaround or not.
6321         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6323 2008-03-31  Glenn Morris  <rgm@gnu.org>
6325         * message.el (mml2015-use): Declare for compiler.
6326         (message-info): Require mml2015 when appropriate.
6328 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6330         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6331         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6332         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6333         (nntp-service-to-port): New function.
6334         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6335         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6336         (nntp-open-netcat-stream): New function.
6337         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6339 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6341         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6343 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6345         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6347 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6349         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6351 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6353         * message.el (message-signature-separator): Change default.
6354         Improve custom type.
6355         (message-cite-function): Change default to
6356         message-cite-original-without-signature.
6358         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6359         toggle.
6361         * message.el (message-check-news-body-syntax): Fix signature check.
6362         (message-setup-1): Mark buffer as unmodified _after_ running
6363         message-setup-hook and handling message-alternative-emails.
6364         (message-shorten-references): Be more strict when building list of
6365         valid references to comply with GNKSA.
6367         * gnus-group.el (gnus-read-ephemeral-bug-group)
6368         (gnus-read-ephemeral-debian-bug-group)
6369         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6371         * message.el (message-info): Don't use booleanp which isn't supported
6372         in Emacs 21 and XEmacs.
6374 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6376         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6377         gnus-group-gmane-group-download-format.
6378         (gnus-group-read-ephemeral-gmane-group): Rename from
6379         gnus-group-read-ephemeral-gmane-group.
6380         (gnus-read-ephemeral-gmane-group-url): Rename from
6381         gnus-group-read-ephemeral-gmane-group-url.
6382         (gnus-bug-group-download-format-alist): New variable.
6383         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6384         (gnus-read-ephemeral-emacs-bug-group): New commands.
6386 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6388         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6389         (gnus-visible-headers): Improve custom type.
6391 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6393         * mml.el (mml-menu): Add workarounds for XEmacs.
6395         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6396         X-Boundary header.
6398         * message.el (message-simplify-recipients): Fix previous commit.
6400 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6402         * mm-util.el (mm-set-buffer-multibyte): New function.
6403         * mm-decode.el (mm-copy-to-buffer): Use it.
6405         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6406         Prefer fboundp to functionp so it works with macros as well.
6408 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6410         * message.el (message-alter-recipients-discard-bogus-full-name):
6411         New function.
6412         (message-alter-recipients-function): New variable.
6413         (message-get-reply-headers): Use it.
6414         (message-replace-header): New helper function.
6415         (message-recipients-without-full-name): New variable.
6416         (message-simplify-recipients): New command.
6418         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6420         * message.el (message-info): Handle EasyPG manual.
6422         * mml.el (mml-menu): Add entry for EasyPG.
6424 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6426         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6427         parameter.
6429         * message.el (message-disassociate-draft): Specify drafts group name
6430         fully.
6432 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6434         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6435         Eliminate unnecessary duplicates from the match list.
6437 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6439         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6440         args of `how-many' of which the XEmacs version doesn't take; declare
6441         Info-index-next as function.
6443 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6445         * gnus-score.el (gnus-score-headers): Fix handling of
6446         gnus-inhibit-slow-scoring.
6448         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6449         string.
6450         (gnus-button-url-regexp): Improve handling of parenthesis.
6451         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6452         (gnus-button-handle-info-keystrokes): Handle index entries.
6454 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6456         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6457         Incoming* files.
6459 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6461         * auth-source.el (auth-sources): Rename from auth-source-choices.
6462         (auth-source-pick): Use it.
6464 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6466         * auth-source.el (auth-source-protocols)
6467         (auth-source-protocols-customize, auth-source-choices): Add and
6468         modified variable customizations and defaults.
6469         (auth-source-pick, auth-source-user-or-password)
6470         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6471         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6472         (auth-source-user-or-password-sftp)
6473         (auth-source-user-or-password-smtp): Use new variables and provide an
6474         interface to netrc.el.
6476 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6478         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6479         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6480         Make sure the nntp port to specify is a string.
6482 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * nntp.el: Use with-current-buffer.
6485         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6486         dubious mm-with-unibyte-current-buffer.
6487         (nntp-with-open-group-function): New function extracted from
6488         nntp-with-open-group macro.
6489         (nntp-with-open-group): Use the function, so it's easier to debug.
6490         Add indentation and debugging info.
6491         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6492         Recommend the use of the netcat alternatives.
6494         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6495         Avoid mm-string-as-multibyte as well.
6497         * nnweb.el (nnweb-insert-html):
6498         Remove use of nnheader-string-as-multibyte.
6500         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6501         (nnheader-string-as-multibyte): Remove.
6503         * mm-view.el: Use inhibit-read-only.
6504         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6505         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6506         or unibyte-string.
6508         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6509         (mm-uu-yenc-extract): Use with-current-buffer.
6511         * gnus-soup.el (gnus-soup-send-packet): Don't use
6512         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6514         * nnmh.el: Use with-current-buffer.
6515         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6516         mm-string-as-multibyte on the output of mm-encode-coding-string.
6518         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6519         (nnimap-request-move-article): Use with-current-buffer.
6521         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6522         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6523         conversion uses string-make-unibyte rather than string-as-unibyte.
6525         * gnus-msg.el: Use with-current-buffer.
6527         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6529 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6531         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6532         string for caching if it is 'PIN.
6534 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6536         * mail-source.el (mail-source-delete-old-incoming-confirm):
6537         Change default to nil.
6538         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6540 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6542         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6543         (gnus-article-goto-prev-page): Work for articles having ^L's.
6545         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6547         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6549 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6551         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6552         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6553         (gnus-bookmark-jump): Adjust some variable names.
6555 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6557         * auth-source.el: New package.
6558         (auth-source-choices): Add customization entry point variable.
6560         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6561         bug.
6563 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6565         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6566         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6567         (gnus-registry-install-shortcuts): Rename from
6568         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6569         the `gnus-registry-mark-map' keymap dynamically from
6570         `gnus-registry-marks'.  The generated functions update the summary line
6571         when a registry mark is added or deleted, and will call
6572         `gnus-registry-install-p' (see the comments in the code).
6573         (gnus-registry-user-format-function-M): Use concat intelligently.
6575         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6576         the registry mark functions.
6578 2008-03-05  Glenn Morris  <rgm@gnu.org>
6580         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6581         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6582         gnus-art.
6583         (top-level): No need to load own source when compiling.
6585 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6587         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6588         Suggested by <chris.anderton@zetnet.co.uk>.
6590 2008-03-04  Glenn Morris  <rgm@gnu.org>
6592         * gnus-sum.el (top-level): No need to require gnus when compiling,
6593         since unconditionally required near start of file.
6594         (gnus-summary-display-while-building): Move definition before use.
6596 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6598         * gnus-registry.el (gnus-registry-user-format-function-M):
6599         Add formatting function.
6601 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6603         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6604         with plists.
6605         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6606         Use new format.
6608 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6610         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6611         `where-is-internal' that returns a range of key sequences.
6613 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6615         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6617         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6618         (gnus-summary-jump-to-group): Consider windows on other displayed
6619         frames as well.  Similar changes might be needed elsewhere, but that's
6620         the one I've bumped into during my use.
6622         * nndoc.el (nndoc-oe-dbx-type-p):
6623         * gnus-msg.el (gnus-debug):
6624         * gnus-group.el (gnus-update-group-mark-positions):
6625         Use mm-string-to-multibyte.
6627 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6629         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6630         doesn't handle NotDashEscaped.
6632         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6633         (mml-dnd-attach-options): Fix typo in custom choice.
6635         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6636         Change nndoc-article-type to mbox.
6637         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6639         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6640         to nil, instead of html2text.
6642         * imap.el (imap-debug): Add `imap-ping-server'.
6644         * gnus-bookmark.el: Add FIXMEs.
6646         * message.el (message-form-letter-separator)
6647         (message-send-form-letter-delay): New variables.
6648         (message-send-form-letter): Use them.  New command to send form
6649         letters.  Requested by Uwe Siart.
6650         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6652 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6654         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6655         empty author.
6657 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6659         * gnus-registry.el (gnus-registry-marks): Add variable for
6660         customization of marks and their appearance.
6661         (gnus-registry-read-mark): Use it.
6662         (gnus-registry-do-marks): Add utility function to loop through
6663         `gnus-registry-marks'.
6664         (gnus-registry-install-shortcuts-and-menus): Add function to install
6665         shortcuts and menus.
6666         (gnus-registry-initialize): Use it.
6667         (gnus-registry-default-mark): Clarify documentation.
6669 2008-02-29  Glenn Morris  <rgm@gnu.org>
6671         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6672         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6673         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6674         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6675         Change defcustom :version from 23.0 to 23.1.
6677 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6679         * gnus-registry.el (gnus-registry-follow-group-p)
6680         (gnus-registry-post-process-groups): Add functions to aid registry
6681         splitting and improve logging.  Clarify behavior in function
6682         documentation.
6683         (gnus-registry-split-fancy-with-parent): Use them.
6685 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6687         * gnus-art.el: Use with-current-buffer.
6689 2008-02-27  David Engster  <dengste@eml.cc>
6691         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6692         Express real group name in the response.
6694 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6696         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6697         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6698         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6699         autoload gnus-registry-fetch-group when compiling.
6700         (nnmairix-request-group-with-article-number-correction):
6701         Remove unreferenced argument passed to nnmairix-call-backend.
6703 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6705         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6706         (mm-uu-extract): Improve face for low color ttys.
6707         Reported by Sascha Wilde.
6709 2008-02-27  Glenn Morris  <rgm@gnu.org>
6711         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6712         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6713         variables to defconsts.  Convert comments to doc-strings.
6714         (nnmairix-last-server, nnmairix-current-server): Convert from free
6715         variables to defvars.  Convert comments to doc-strings.
6716         (gnus-registry-fetch-group): Autoload.
6717         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6718         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6719         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6720         caddr.
6721         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6722         nnmairix-request-group-with-article-number-correction call.
6723         (nnmairix-fast, nnmairix-group): New, less general names, for free
6724         variables passed from nnmairix-request-group to
6725         nnmairix-request-group-with-article-number-correction.  Declare.
6726         (nnmairix-request-group-with-article-number-correction):
6727         Use nnmairix-fast, nnmairix-group rather than fast, group.
6729 2008-02-26  David Engster  <dengste@eml.cc>
6731         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6732         version 0.5.
6734 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6736         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6737         instead of making an extra function call.  Don't add the current group
6738         to articles only when they have the group.  Use
6739         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6740         Reported by David <de_bb@arcor.de>.
6742 2008-02-24  Miles Bader  <miles@gnu.org>
6744         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6745         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6746         (mm-find-mime-charset-region):
6747         * mm-bodies.el (mm-encode-body):
6748         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6750 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6752         * mail-source.el (mail-source-delete-incoming): Change default.
6753         Supplement doc string.
6755         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6757 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6759         * nnmail.el (nnmail-message-id-cache-file): Derive from
6760         `gnus-home-directory'.
6762 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6764         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6765         Document negative prefix.
6767         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6769 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6771         * message.el (message-unsent-separator): Add the Exim bounce
6772         separator.
6774 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6776         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6777         list.
6778         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6779         recipient/signer list.
6781 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6783         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6784         fbound (Emacs 23 unicode), signal an error.
6786 2008-02-08  Glenn Morris  <rgm@gnu.org>
6788         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6790 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6792         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6793         ports to the calls to `netrc-machine-user-or-password' in addition to
6794         "imap" and "imaps".
6796 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6798         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6799         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6800         <hanche@math.ntnu.no>.
6802 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6806 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6808         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6810         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6812 2008-02-01  Miles Bader  <miles@gnu.org>
6814         * mml.el (mml-parse-1): Remove apparently vestigial use of
6815         `mm-hack-charsets'.
6816         * mm-bodies.el (mm-encode-body): Likewise.
6818 2008-02-01  Kenichi Handa  <handa@m17n.org>
6820         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6821         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6822         (rfc2104-hash): Convert the result of concat to unibyte string.
6824 2008-02-01  Dave Love  <fx@gnu.org>
6826         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6827         coding-system-for-read.
6828         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6830         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6831         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
6832         (mm-find-mime-charset-region): Remove hack-charsets stuff.
6834 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6836         * mail-source.el (mail-sources): Add `group' choice.
6838         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6839         parameter `in-group' to control into which group the articles go.
6840         Add treatment of `group' mail-source.
6842 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
6844         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6845         * message.el (message-beginning-of-line): Use featurep instead of bound
6846         tests in order to resolve conditionals at compile time.
6848 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6850         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6852         * mm-decode.el (mm-dissect-buffer): Decode description.
6854         * mml.el (mml-to-mime): Encode message header first.
6856 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6858         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6859         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6861 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6863         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6865 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6867         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6868         prefix keys.
6869         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6870         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6871         gnus-xmas.el.
6873 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6875         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6876         Add new variables for article mark management.
6877         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6878         list of extra data entries which, when present, will indicate that the
6879         article ID should not be trimmed from the registry.
6880         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6881         functions.
6882         (gnus-registry-read-mark): New function to read a mark name from the
6883         user.
6884         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6885         (gnus-registry-set-article-mark-internal): New functions to add and
6886         remove marks.
6887         (gnus-registry-get-article-marks): New function to show the marks for
6888         an article, or retrieve them for further use.
6890 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6893         keys when no argument is given.
6895 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6897         * gnus-sum.el (gnus-article-sort-by-random)
6898         (gnus-thread-sort-by-random): Fix doc strings.
6899         Reported by jidanni@jidanni.org.
6901 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6903         * gnus-art.el (gnus-article-describe-bindings): New function.
6904         (gnus-article-read-summary-keys): Use it.
6905         (gnus-article-mode-map): Bind `C-h b' to it.
6907 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6910         XEmacs.
6911         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6912         Protect against non-character events.
6914 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6916         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6917         New command.
6918         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6919         instead of END.  Change name of the temp file.
6920         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6921         customizable.
6923 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6925         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6926         bind `S W' to gnus-article-wide-reply-with-original; set default
6927         binding to gnus-article-read-summary-send-keys.
6928         (gnus-article-read-summary-keys): Fix the order of keys; display
6929         continuation keys correctly in the echo area; describe bindings
6930         correctly when keys end with `C-h'.
6931         (gnus-article-read-summary-send-keys): New function.
6932         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6933         Work for gnus-article-read-summary-send-keys; display continuation keys
6934         correctly in the echo area.
6935         (gnus-article-reply-with-original): Ignore prefix argument.
6936         (gnus-article-wide-reply-with-original): New function.
6938 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6940         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6941         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6943 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6945         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6946         (gnus-group-read-ephemeral-gmane-group): New command.
6948 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6950         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6952 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6954         * message.el (message-send-mail-function): Increase custom version.
6956         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6957         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6959 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6961         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6962         html parts correctly; support forwarded messages.
6963         (gnus-article-browse-html-article): Remove work buffers.
6965         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6966         compiling.
6967         (netrc-bound-and-true-p): New macro.
6968         (netrc-parse): Use it instead of bound-and-true-p that is not available
6969         in XEmacs 21.4.
6971 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6973         * gnus-registry.el (gnus-registry-mark-article)
6974         (gnus-registry-article-marks): Add functionality to mark articles
6975         through the Gnus registry.
6977         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6978         (netrc-parse): Use encrypt-file-alist to determine if
6979         encrypt-find-model or encrypt-insert-file-contents should be used.
6981 2007-12-19  Glenn Morris  <rgm@gnu.org>
6983         * mml.el (message-options-set, message-narrow-to-head)
6984         (message-in-body-p, message-mail-p, message-encode-message-body):
6985         Autoload.
6986         (message-remove-header, message-narrow-to-headers-or-head)
6987         (message-subscribed-p, message-make-mail-followup-to)
6988         (message-position-on-field, message-news-p)
6989         (message-options-set-recipient, message-generate-headers)
6990         (message-sort-headers): Declare as functions.
6992 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6994         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6995         convention in doc string.
6997 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6999         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7000         title to html parts.
7001         (gnus-article-browse-html-article): Pass message header to it.
7003         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7005 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7007         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7008         or password compatible with XEmacs.
7010 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7012         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7013         format document.
7014         (gnus-mime-delete-part): Don't write description line if empty.
7015         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7017 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
7019         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7020         (gnus-summary-mark-read-and-unread-as-read)
7021         (gnus-summary-mark-current-read-and-unread-as-read)
7022         (gnus-summary-mark-unread-as-ticked): Doc fix.
7023         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7025 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7027         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7028         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7030 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7032         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7033         yes-or-no-p.
7035 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7037         * mm-decode.el (mm-add-meta-html-tag): New function.
7038         (mm-save-part-to-file, mm-pipe-part): Use it.
7040         * gnus-art.el (gnus-article-browse-delete-temp-files):
7041         Use gnus-y-or-n-p instead of y-or-n-p.
7042         (gnus-article-browse-html-parts): Work with message/external-body; use
7043         mm-add-meta-html-tag.
7045 2007-12-11  Glenn Morris  <rgm@gnu.org>
7047         * gnus-cache.el: Require gnus-sum not just when compiling.
7049         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7051         * gnus-int.el (gnus-server-opened, gnus-status-message):
7052         Move definitions before use.
7054         * mm-decode.el: Require gnus-util.
7055         (mm-remove-part): Only call delete-annotation on XEmacs.
7057         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7059         * nnmail.el: Require gnus-int.
7061         * spam.el: Move `require's before `eval-when-compile's.
7063         * gnus-ems.el (gnus-alive-p):
7064         * gnus-fun.el (message-goto-eoh):
7065         * gnus-util.el (gnus-group-name-decode):
7066         * mail-source.el (gnus-compress-sequence):
7067         * message.el (Info-goto-node, format-spec):
7068         * mm-bodies.el (message-options-get):
7069         * mm-decode.el (mm-view-pkcs7):
7070         * mm-util.el (gmm-write-region):
7071         * mml-smime.el (mml-compute-boundary)
7072         (gnus-completing-read-with-default):
7073         * mml.el (widget-button-press, gnus-make-hashtable):
7074         * mml1991.el (mm-decode-content-transfer-encoding)
7075         (mm-encode-content-transfer-encoding)
7076         (message-options-get, message-options-set):
7077         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7078         * nnfolder.el (gnus-request-group):
7079         * nnheader.el (ietf-drums-unfold-fws):
7080         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7081         * smime.el (gnus-run-mode-hooks):
7082         * spam-stat.el (gnus-message): Autoload.
7084         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7085         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7086         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7087         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7088         Add declare-function compatibility definition.
7090         * gnus-cache.el (nnvirtual-find-group-art):
7091         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7092         (gnus-add-image, gnus-add-wash-type):
7093         * gnus-group.el (nnkiboze-score-file):
7094         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7095         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7096         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7097         (message-tokenize-header, gnus-get-buffer-create)
7098         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7099         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7100         * gnus.el (gnus-group-decoded-name):
7101         * mail-source.el (imap-capability):
7102         * mm-bodies.el (message-options-set):
7103         * mm-decode.el (gnus-configure-windows):
7104         * mm-extern.el (message-goto-body):
7105         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7106         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7107         (epg-sub-key-validity, message-options-set):
7108         * mml.el (widget-event-point, gnus-configure-windows):
7109         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7110         * mml2015.el (epg-check-configuration, epg-configuration)
7111         (message-options-set):
7112         * nndb.el (nndb-request-article):
7113         * nnfolder.el (gnus-request-create-group):
7114         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7115         * nnmaildir.el (gnus-group-mark-article-read):
7116         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7117         * rfc1843.el (message-fetch-field):
7118         * spam.el (gnus-extract-address-components):
7119         Declare as functions.
7121 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7123         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7125 2007-12-09  Glenn Morris  <rgm@gnu.org>
7127         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7129         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7130         * message.el, mm-view.el, sieve-manage.el, smime.el:
7131         Add declare-function compatibility definition.
7133         * gnus-art.el (w3-region, w3m-region, Info-menu):
7134         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7135         * gnus-sum.el (gnus-get-predicate):
7136         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7137         * message.el (mail-abbrev-in-expansion-header-p):
7138         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7139         (w3m-detect-meta-charset, w3m-region):
7140         * sieve-manage.el (password-read, password-cache-add)
7141         (password-cache-remove):
7142         * smime.el (password-read-and-add): Declare as functions.
7144 2007-12-08  David Kastrup  <dak@gnu.org>
7146         * gnus-sum.el (gnus-summary-simplify-subject-query):
7147         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7148         `message'.
7150 2007-12-07  Glenn Morris  <rgm@gnu.org>
7152         * gnus-art.el (article-make-date-line): Revert previous change.
7154 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7156         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7158 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7160         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7161         Call gnus-add-to-range ranges only once with a prepared article-list.
7163 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7165         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7166         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7167         group names with backslashes.
7168         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7170 2007-12-06  Deepak Goel  <deego3@gmail.com>
7172         * gnus-art.el (article-make-date-line):
7173         * gnus-start.el (gnus-load):
7174         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7176 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7178         * gnus-art.el (gnus-use-idna)
7179         * gnus-start.el (gnus-site-init-file)
7180         * message.el (message-use-idna)
7181         * mm-uu.el (mm-uu-hide-markers)
7182         * smiley.el (smiley-style): Revert changes that suppress warnings.
7184 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7186         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7187         specify charset to html source.
7188         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7190 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7192         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7193         idna-program in order to suppress byte compile warning issued by XEmacs
7194         that came to byte compile the default value section of defcustom forms
7195         recently.
7197         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7198         value of installation-directory.
7200         * message.el (message-use-idna): Don't directly refer to the value of
7201         idna-program.
7203         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7205         * smiley.el (smiley-style): Don't directly call face-attribute.
7207 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7209         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7211         * gnus-dired.el: Reduce Gnus dependencies.
7212         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7213         Don't require.  Use autoloads instead.
7214         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7215         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7216         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7217         (gnus-dired-mode): Adjust doc string.
7218         (gnus-dired-mail-mode): New variable.
7219         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7220         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7221         (gnus-dired-mail-buffers): New function.  Return mail or message
7222         composition buffers.
7223         (gnus-dired-attach): Use it.
7224         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7225         NO-DECODE.
7226         (gnus-dired-print): Use `gnus-print-buffer' depending on
7227         `gnus-dired-mail-mode'.
7229 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7231         * rfc2047.el (rfc2047-encoded-word-regexp)
7232         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7233         explaining what regexp patterns are for.
7235 2007-12-04  Glenn Morris  <rgm@gnu.org>
7237         * password.el: Move to ../password-cache.el.
7239         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7240         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7241         * mml-smime.el (password-read, password-cache-add)
7242         (password-cache-remove):
7243         No need to autoload, since mml-sec requires password.
7245         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7246         * message.el (gnus-extract-address-components):
7247         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7249         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7250         password.
7252 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7254         * mailcap.el: Reduce dependencies.
7255         (mail-header-parse-content-type): Autoload.
7256         (mailcap-delete-duplicates): New alias.
7257         (mailcap-mime-info): Add optional argument NO-DECODE.
7258         (mailcap-mime-types): Use mailcap-delete-duplicates.
7260         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7262 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7264         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7265         function.
7267         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7268         (gnus-uu-yenc-article): New function.
7270         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7272         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7274 2007-12-02  Glenn Morris  <rgm@gnu.org>
7276         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7277         Move to ../net.
7279         * binhex.el, uudecode.el: Move to ../mail.
7281         * encrypt.el: Remove file.
7283 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7285         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7286         matches on patches.
7288         * gnus-art.el (gnus-article-browse-html-article):
7289         Mention `mm-text-html-renderer' in the doc string.
7291         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7292         string.  Add comments.
7294         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7295         if rhs is ASCII.
7297 2007-12-01  Glenn Morris  <rgm@gnu.org>
7299         * dig.el, dns.el: Move to ../net.
7300         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7302         * mail-source.el (top-level): Require format-spec before
7303         eval-when-compile.
7305 2007-11-30  Glenn Morris  <rgm@gnu.org>
7307         * encrypt.el: Require password, rather than autoloading password-read.
7309 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7311         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7312         caller can indicate whether the cache should be disregarded for this
7313         call.  This way the result of the call is reproducible at all times and
7314         can be considered a canonical server name for the supplied method.
7315         (gnus-agent-method-p): Canonicalize server names by pushing their
7316         method through `gnus-method-to-server' using the no-cache argument.
7318         * gnus-srvr.el (gnus-server-insert-server-line):
7319         Call `gnus-method-to-server' with `no-cache' argument.
7321         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7322         gnus-agent-possibly-synchronize-flags as this should be called when the
7323         server is actually being opened.
7324         (gnus-agent-possibly-synchronize-flags)
7325         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7326         flags file of an agentized server to the latter function.
7328         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7329         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7330         after a connection has been established successfully.
7332 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7334         * gnus-art.el (article-display-face): Force to display face if called
7335         interactively; check if gnus-article-x-face-too-ugly matches author.
7336         (article-display-x-face): Display face even if From header is missing
7337         as article-display-face does.
7339 2007-11-28  Richard Stallman  <rms@gnu.org>
7341         * md4.el: Move to ../.
7342         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7344 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7346         * mail-source.el (mail-sources): Default to fetch from file for
7347         compatibility with default of nnmail-spool-file.
7349 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7351         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7352         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7353         to look for encoded word that should be encoded again.
7354         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7355         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7356         encoding pattern.
7357         (rfc2047-decode-region): Switch strict regexp and loose one according
7358         to rfc2047-allow-irregular-q-encoded-words.
7360 2007-11-26  Simon Josefsson  <simon@josefsson.org>
7362         * imap.el: Move to ../net directory.
7364 2007-11-25  Romain Francoise  <romain@orebokech.com>
7366         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7368 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7370         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7371         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7373         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7374         `nnmail-spool-file'.
7376         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7377         `nnmail-spool-file'.
7379         * gnus-move.el (gnus-change-server): Ditto.
7381         * gnus-kill.el (gnus-batch-score): Ditto.
7383         * gnus-cache.el (gnus-jog-cache): Ditto.
7385         * gnus-msg.el (gnus-summary-reply):
7386         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7388 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7390         * gnus-cache.el (gnus-cache-generate-nov-databases):
7391         Use nnml-generate-nov-databases-directory instead of
7392         nnml-generate-nov-databases-1.
7394 2007-11-24  Glenn Morris  <rgm@gnu.org>
7396         * message.el (message-tool-bar-retro): Update for rename
7397         mail_send.xpm->mail-send.xpm.
7399 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7401         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7402         `smime-ldap-search' for Emacs 22 and up.
7404 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7406         * hashcash.el: Move to ../mail directory.
7408         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
7410         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7411         `smime-ldap-search' for Emacs 22 and up.
7413 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7415         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7417         * message.el (message-send-mail-function): Fix error convention.
7418         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7419         (message-widen-reply, message-send-mail, message-talkative-question)
7420         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7421         (message-clone-locals, message-send-news): Use with-current-buffer.
7422         (message-insert-or-toggle-importance): Remove unused var `valid'.
7423         (message-make-references): Remove unused var `new-references'.
7424         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7426 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7428         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7429         (spam-split-symbolic-return-positive): Reflow docstring.
7430         (spam-backends, spam-summary-exit-behavior)
7431         (spam-mark-ham-unread-before-move-from-spam-group)
7432         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7433         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7434         (spam-clear-cache, spam-backend-check, spam-install-backend)
7435         (spam-install-statistical-backend, spam-list-of-processors)
7436         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7437         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7438         (spam-check-crm114, spam-initialize, spam-unload-hook):
7439         Fix typos in docstrings.
7441 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7443         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7444         been checked if they have never been read and those group levels are
7445         higher than the one that a user specified.
7447 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7449         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7450         foreign groups unless a group level is specified by a user.
7451         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7453 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7455         * message.el (message-send-mail-function): Require sendmail.
7457 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7459         * message.el (message-send-mail-function): Check for smtpmail too.
7461         * utf7.el (utf7-encode, utf7-decode): Use coding system
7462         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7464         * message.el (message-send-mail-function): New function.
7465         (message-send-mail-function): Set default using
7466         message-send-mail-function.  Adjust doc string.
7467         (message-send-mail-with-mailclient): New function.
7469 2007-11-17  Richard Stallman  <rms@gnu.org>
7471         * assistant.el: Remove file.
7473 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7475         * smime.el (from):
7476         * rfc2047.el (message-posting-charset):
7477         * qp.el (mm-use-ultra-safe-encoding):
7478         * pop3.el (parse-time-months):
7479         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7480         * nnml.el (files):
7481         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7482         (jka-compr-compression-info-list, ange-ftp-path-format)
7483         (efs-path-regexp):
7484         * nndiary.el (files):
7485         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7486         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7487         (epg-digest-algorithm-alist, inhibit-redisplay)
7488         (password-cache-expiry):
7489         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7490         (pgg-output-buffer, password-cache-expiry):
7491         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7492         (efs-path-regexp):
7493         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7494         (inhibit-redisplay):
7495         * mm-uu.el (file-name, start-point, end-point, entry)
7496         (gnus-newsgroup-name, gnus-newsgroup-charset):
7497         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7498         (latin-unity-ucs-list):
7499         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7500         (mm-uu-binhex-decode-function):
7501         * message.el (gnus-message-group-art, gnus-list-identifiers)
7502         (rmail-enable-mime-composing, gnus-local-organization)
7503         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7504         (gnus-read-active-file, facemenu-add-face-function)
7505         (facemenu-remove-face-function, gnus-article-decoded-p)
7506         (tool-bar-mode):
7507         * mail-source.el (display-time-mail-function):
7508         * gnus-util.el (nnmail-pathname-coding-system)
7509         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7510         (gnus-original-article-buffer, gnus-user-agent)
7511         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7512         (xemacs-codename, sxemacs-codename, emacs-program-version):
7513         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7514         * gnus-start.el (gnus-agent-covered-methods)
7515         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7516         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7517         (gnus-newsgroup-headers, gnus-group-list-mode)
7518         (gnus-group-mark-positions, gnus-newsgroup-data)
7519         (gnus-newsgroup-unreads, nnoo-state-alist)
7520         (gnus-current-select-method, mail-sources)
7521         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7522         (nnmail-spool-file, gnus-cache-active-hashtb):
7523         * gnus-mh.el (mh-lib-progs):
7524         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7525         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7526         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7527         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7528         (gnus-group-buffer):
7529         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7530         (font-lock-set-defaults):
7531         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7532         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7533         (gnus-summary-post-menu, total-parts, type, condition, length):
7534         * gnus-agent.el (gnus-agent-read-agentview):
7535         * flow-fill.el (show-trailing-whitespace):
7536         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7537         eval-and-compile wrappers for byte compiler pacifiers.
7539         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7540         (mm-display-inline-fontify): Check for featurep 'xemacs not
7541         extent-list.
7543         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7544         itimer-list.
7545         (mm-create-image-xemacs): Only do something for XEmacs.
7546         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7548         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7550         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7551         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7553 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7555         * nnimap.el (nnimap-split-download-body):
7556         * gnus-demon.el (gnus-demon):
7557         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7559 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7561         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7562         New macros.
7563         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7564         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7565         copy data from unibyte buffer to multibyte current buffer.
7566         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7567         to copy data from unibyte current buffer to multibyte buffer.
7568         (nntp-make-process-buffer): Make process buffer unibyte.
7570         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7572 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7574         * pop3.el (pop3-open-server): Accept and process data more robustly at
7575         connexion start to avoid spurious "POP SSL connexion failed" errors.
7577 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7579         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7580         read group names.
7582 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7584         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7586 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7588         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7589         (nnmail-save-active): Use a unibyte buffer when saving active file,
7590         which may contain non-ASCII group names.
7592         * nnml.el (nnml-request-group): Decode group names in messages.
7594 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7596         * message.el (message-citation-line-function)
7597         (message-insert-formatted-citation-line): Fix spelling of
7598         `message-insert-formated-citation-line'.
7600 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7602         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7604 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7606         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7607         nnmail-pathname-coding-system.
7609         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7610         that a user enters; decode group names in messages.
7612         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7614 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7616         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7618         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7620         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7621         risky local variable.
7623         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7625 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7627         * encrypt.el: Improve documentation to fix function name typo.
7628         Reported by Daiki Ueno <ueno@unixuser.org>.
7630 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7632         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7633         even if the point is not in the last page of an article.
7634         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7635         back to the previous page.
7637 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7639         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7641 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7643         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7645 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * message.el (message-check-news-body-syntax):
7648         Avoid mm-string-as-multibyte.
7649         (message-hide-headers): Don't assume (point-min)==1.
7651 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7653         * message.el (message-remove-blank-cited-lines): Fix if remove is
7654         given.
7655         (message-bogus-address-regexp): New variable.
7656         (message-bogus-recipient-p): New function.
7657         (message-check-recipients): New command.
7658         (message-syntax-checks): Add `bogus-recipient'.
7659         (message-fix-before-sending): Add `bogus-recipient'.
7661         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7662         (gnus-treat-body-boundary): Don't test window-system.
7664 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7666         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7668 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7670         * gnus.el: Bump version to Gnus v5.13.
7672 2007-10-28  Miles Bader  <miles@gnu.org>
7674         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7675         at compile-time too.
7677 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7679         * gnus-msg.el (gnus-message-setup-hook):
7680         Add `message-remove-blank-cited-lines' to options.
7682 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7684         * message.el (message-remove-blank-cited-lines): New function.
7685         Suggested by Karl Plästerer.
7687 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7689         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7690         mapc.
7692         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7693         (top-level): Use mapc to set functions to be traced for debugging.
7695         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7696         called for effect with while loop.
7698         * message.el (message-talkative-question): Replace mapcar called for
7699         effect with mapc.
7701         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7702         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7703         called for effect with dolist.
7705         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7707         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7708         gnus-extra-headers and nnmail-extra-headers.
7710         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7711         called for effect with dolist.
7712         (top-level): Use mapc to set functions to be traced for debugging.
7714         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7715         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7716         dolist.
7718         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7719         Replace mapcar called for effect with mapc.
7720         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7721         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7722         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7723         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7725         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7726         remove-if that's a cl function.
7728         * webmail.el (webmail-debug): Replace mapcar called for effect with
7729         dolist.
7731 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7733         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7734         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7735         with while loop.
7737         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7738         functions from article-* functions.
7739         (gnus-multi-decode-header): Replace mapcar called for effect with
7740         dolist.
7742         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7743         (gnus-bookmark-show-details): Replace mapcar called for effect with
7744         while loop.
7746         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7747         called for effect with while loop.
7749         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7750         with dolist.
7752         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7753         Replace mapcar called for effect with dolist.
7755         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7757         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7758         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7759         Replace mapcar called for effect with dolist.
7760         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7761         mapc.
7763         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7764         Replace mapcar called for effect with dolist.
7765         (gnus-topic-list): Replace mapcar called for effect with mapc.
7767         * gnus.el: Use mapc instead of mapcar to add autoloads.
7769 2007-10-23  Richard Stallman  <rms@gnu.org>
7771         * gnus-group.el (gnus-group-highlight): Mark as risky.
7773 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7775         * gnus.el (gnus-server-to-method): Return method found first in
7776         gnus-newsrc-alist.
7778         * gnus-art.el (gnus-article-highlight-signature)
7779         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7780         button overlay without the front stickiness.
7782 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7784         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7785         overview buffer needed a catch to receive its throw.
7786         (gnus-agent-flush-cache): Declare as interactive to make this function
7787         easier to use.
7789 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7791         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7792         `next-line'.
7794 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7796         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7797         exclude address matching message-dont-reply-to-names.
7799 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * gnus-util.el (gnus-string<): New function.
7803         * gnus-sum.el (gnus-article-sort-by-author)
7804         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7806 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7808         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7809         the frame-focus tag is set in gnus-buffer-configuration.
7811 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7813         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7814         the front stickiness.
7816 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7818         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7819         url pattern; remove duplicate one.
7820         (gnus-article-extend-url-button): New function.
7821         (gnus-article-add-buttons): Use it.
7822         (gnus-button-push): Use concatenated url that it makes.
7824 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7826         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7827         (sieve-manage-open): Use `mapc' instead of `mapcar'.
7829 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7831         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7832         Don't hardcode point-min==1.
7834 2007-09-30  David Kastrup  <dak@gnu.org>
7836         * gnus-art.el (gnus-article-reply-with-original)
7837         (gnus-article-followup-with-original): When `transient-mark-mode' is
7838         off, refrain from active-region behavior for followups.
7840 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7842         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7843         Fix comment about "iso8859-1".
7845 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7847         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7848         ones returned from the verify-function.
7850         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7851         Call mml2015-extract-cleartext-signature if extraction failed.
7853 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7855         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7856         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7857         failed.
7859 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7861         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7863 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7865         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7866         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7867         thread for both the null and zero (kill/expire thread) universal prefix
7868         cases.
7869         (gnus-summary-expire-thread): Add new function to expire a thread,
7870         using gnus-summary-kill-thread.
7871         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7872         shortcuts for gnus-summary-expire-thread.
7873         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7874         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7876 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7878         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7879         extras value, so an extras entry can be deleted.
7880         (gnus-registry-delete-extra-entry): Use it.
7881         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7882         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7883         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7884         storage through the gnus-registry, and provide an appropriate API for
7885         it.
7887 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7889         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7890         Suggested by Leo <sdl.web@gmail.com>.
7892         * gnus.el: Do.
7894 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7897         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7899         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7901         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7902         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7904 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7906         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7907         newline.
7908         (nnmbox-request-accept-article): Don't change article in source buffer;
7909         narrow to header to use message-fetch-field rather than
7910         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7911         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7912         as delimiters; make sure article ends with newline.
7913         (nnmbox-delete-mail): Correct last position of article to be deleted;
7914         ignore X-Gnus-Newsgroup header in article body.
7915         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7916         positions; make sure article ends with newline.
7918         * message.el (message-display-abbrev): Don't infloop when a user
7919         inserts SPC in the beginning of header.
7921 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7923         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7924         list of groups not followed by default.  Fix type to be regexp.
7925         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7927 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7929         * hmac-def.el (define-hmac-function): Switch from old-style to
7930         new-style backquotes.
7932         * md4.el (md4-make-step): Likewise.
7934 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7936         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7937         raw-text coding system when saving .newsrc file, which may contain
7938         non-ASCII group names.
7940 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7942         * gnus-cus.el (gnus-score-extra): New widget.
7943         (gnus-score-extra-convert): New function.
7944         (gnus-score-customize): Use it for Extra.
7946 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7948         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7949         (mml2015-mailcrypt-clear-verify): Use it.
7950         (mml2015-gpg-clear-verify): Use it.
7951         (mml2015-pgg-clear-verify): Use it.
7952         (mml2015-epg-clear-verify): Replace the current part with the output
7953         from GnuPG; don't extract the plaintext by itself.
7955         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7956         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7957         mml2015-clear-verify-function; don't touch the armor headers or
7958         dash-escaped text here.
7960 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7962         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7963         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7964         parts, or application/octet-stream as a last resort.
7965         (gnus-mime-view-part-as-type): Don't toggle display.
7966         (gnus-mime-view-part-as-charset): Don't turn off display before
7967         querying charset.
7969         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7970         stuff to undisplayer function in Emacs.
7971         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7973         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7974         text/calendar parts.
7976 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7978         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7979         decoding text/calendar parts.
7981         * message.el (message-forward-make-body-mime): Always mark body as
7982         having no illegible text; remove signed-or-encrypted argument.
7983         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7985         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7986         (mml-generate-mime-1): Don't encode body if it is specified to be in
7987         raw form; don't make buffer be unibyte when inserting multibyte string.
7989 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7991         * sha1.el: Fix up comment style.
7992         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
7993         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
7995         * hex-util.el: Fix up comment style.
7996         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
7998         * gnus-salt.el: Use with-current-buffer.
7999         (gnus-pick-setup-message): Fix long-standing typo.
8001 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8003         * imap.el (imap-logout-timeout): New variable.
8004         (imap-logout, imap-logout-wait): New functions.
8005         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8007         * nnimap.el (nnimap-logout-timeout): New server variable.
8008         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8009         nnimap-logout-timeout.
8011         * gnus-art.el (gnus-article-summary-command-nosave)
8012         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8014 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8016         * gnus.el (gnus-maximum-newsgroup): New variable.
8018         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8019         according to gnus-maximum-newsgroup.
8021         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8022         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8023         Limit the range of articles according to gnus-maximum-newsgroup.
8025 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8027         * gnus-art.el (gnus-sticky-article): Fix problems described in
8028         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8029         Don't perform gnus-configure-windows here; reuse existing sticky
8030         article buffer.
8032         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8033         it doesn't exist in gnus-article-mode.
8035 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8037         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8038         (gnus-agent-decoded-group-name): New function.
8039         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8040         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8042 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8044         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8045         Add binding for gnus-sticky-article.
8046         (gnus-summary-exit): Don't kill sticky article buffers.
8048         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8049         article buffer.
8050         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8051         (gnus-kill-sticky-article-buffers): New commands.
8053 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8055         * nntp.el (nntp-xref-number-is-evil): New server variable.
8056         (nntp-find-group-and-number): If it is non-nil, don't trust article
8057         numbers in the Xref header.
8059 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8061         * gnus-agent.el (gnus-agent-read-group): New function.
8062         (gnus-agent-flush-group, gnus-agent-expire-group)
8063         (gnus-agent-regenerate-group): Use it.
8064         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8065         nnmail-pathname-coding-system.
8067 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8071         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8072         that are unread as unread, and also as selected so that information of
8073         marks having been changed by a user may be updated when exiting group.
8075 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8077         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8079 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8081         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8082         calculated ignoring signature parts to gnus-treat-article.
8084 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8087         a point here in order to keep the window start.
8088         (gnus-insert-mime-security-button): Make a button overlay without the
8089         front stickiness.
8090         (gnus-mime-display-security): Goto the end of a button.
8092         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8094 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8096         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8097         group-name-at-point.
8098         (gnus-group-completing-read): New function that offers decoded
8099         non-ASCII group names for completion.
8100         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8101         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8102         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8103         (gnus-group-fetch-control): Use it.
8104         (gnus-fetch-group): Use group-name-at-point for the initial value
8105         rather than the default value; use gnus-alive-p.
8107         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8108         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8109         (gnus-summary-post-news): Use gnus-group-completing-read.
8111         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8112         (gnus-read-move-group-name): Decode group name for completion.
8114 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8116         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8117         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8118         Yamaoka slightly modified the code).
8120 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8122         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8123         (nnmail-split-incoming): Bind it.
8125         * nnml.el (nnml-group-name-charset): New function.
8126         (nnml-decoded-group-name): Use it; don't decode group name if
8127         nnmail-group-names-not-encoded-p is non-nil.
8128         (nnml-encoded-group-name): New function.
8129         (nnml-group-pathname): Inline nnml-decoded-group-name.
8130         (nnml-request-expire-articles): Decode group name in message.
8131         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8132         nnmail-pathname-coding-system.
8133         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8134         not decoded ones according to nnmail-group-names-not-encoded-p.
8135         (nnml-generate-active-info): Use nnml-encoded-group-name.
8137 2007-08-08  Glenn Morris  <rgm@gnu.org>
8139         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8140         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8141         doc-strings and comments.
8143 2007-07-25  Glenn Morris  <rgm@gnu.org>
8145         * Relicense all FSF files to GPLv3 or later.
8147 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8149         * gnus-sum.el (gnus-summary-move-article):
8150         Make gnus-summary-respool-article work.
8152 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8154         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8155         string.
8157 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8159         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8160         that should be ignored when comparing distant RSS articles with local
8161         ones.
8162         (nnrss-make-hash-index): New function.  Create a hash index according
8163         to the ignored fields.
8164         (nnrss-check-group): Use it.
8166 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8168         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8170         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8172         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8173         the new optional argument ENCODED is non-nil.
8174         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8175         coding system for encoding group name.
8176         (gnus-group-make-rss-group): Pass un-encoded group name to
8177         gnus-group-make-group.
8178         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8179         encoded.
8181         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8182         Encode group name to which articles are moved or copied.
8183         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8184         coding system for encoding Newsgroup, Followup-To and Xref headers.
8186         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8187         marks; use nnheader-file-coding-system to write a file.
8188         (nnagent-retrieve-headers): Bind file-name-coding-system to
8189         nnmail-pathname-coding-system.
8191         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8193         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8194         (nnml-request-article, nnml-request-create-group)
8195         (nnml-request-rename-group, nnml-find-id)
8196         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8197         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8198         (nnml-save-marks): Use nnml-group-pathname instead of
8199         nnmail-group-pathname.
8201         (nnml-request-create-group, nnml-request-expire-articles)
8202         (nnml-request-move-article, nnml-request-delete-group)
8203         (nnml-deletable-article-p, nnml-possibly-create-directory)
8204         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8205         (nnml-open-marks): Bind file-name-coding-system to
8206         nnmail-pathname-coding-system.
8208         (nnml-request-article): Pass server argument to nnml-find-group-number.
8209         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8210         Pass server argument to nnml-possibly-create-directory.
8211         (nnml-request-accept-article): Pass server argument to
8212         nnml-active-number and nnml-save-mail.
8213         (nnml-find-group-number): Pass server argument to nnml-find-id.
8214         (nnml-request-update-info): Pass server argument to
8215         nnml-marks-changed-p.
8217         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8218         (nnml-save-mail, nnml-active-number): Add server argument.
8220         (nnml-request-delete-group): Warn if group is missing.
8221         (nnml-get-nov-buffer): Decode group name.
8222         (nnml-generate-active-info): Encode group name.
8223         (nnml-open-marks): Decode group name in messages.
8225 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8227         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8228         if it is not specified.
8229         (gnus-article-pipe-part, gnus-article-save-part)
8230         (gnus-article-interactively-view-part, gnus-article-copy-part)
8231         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8232         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8233         (gnus-article-replace-part, gnus-article-delete-part)
8234         (gnus-article-view-part-as-type): Pass raw prefix argument to
8235         gnus-article-part-wrapper.
8237 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8239         * gnus-agent.el (gnus-agent-save-active):
8240         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8242         * gnus-cache.el (gnus-cache-save-buffers)
8243         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8244         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8245         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8246         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8247         (gnus-cache-generate-active, gnus-cache-rename-group)
8248         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8249         (gnus-cache-update-overview-total-fetched-for):
8250         Bind file-name-coding-system to nnmail-pathname-coding-system.
8251         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8252         New variables.
8253         (gnus-cache-decoded-group-name): New function.
8254         (gnus-cache-file-name): Use it.
8255         (gnus-cache-generate-active): Use non-decoded group name for active.
8257         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8258         right place.
8259         (gnus-write-active-file): Don't break non-ASCII group names.
8261         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8262         nnmail-pathname-coding-system.
8264         * gnus-uu.el (gnus-uu-decode-save): Typo.
8266 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8268         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8270 2007-07-14  David Kastrup  <dak@gnu.org>
8272         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8273         finishing actions if we did not edit the article.
8275 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8277         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8278         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8279         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8280         (gnus-agent-flush-group, gnus-agent-flush-cache)
8281         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8282         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8283         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8284         (gnus-agent-regenerate-group)
8285         (gnus-agent-update-files-total-fetched-for)
8286         (gnus-agent-update-view-total-fetched-for):
8287         Bind file-name-coding-system to nnmail-pathname-coding-system.
8288         (gnus-agent-group-pathname): Don't encode file names by
8289         nnmail-pathname-coding-system.
8290         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8291         coding-system-for-write instead of buffer-file-coding-system to
8292         gnus-agent-file-coding-system.
8294         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8295         Decode group name.
8297         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8299         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8300         (gnus-read-newsrc-el-file): Make group names unibyte.
8302         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8303         nnmail-pathname-coding-system.
8305         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8306         (nnrss-request-delete-group): Bind file-name-coding-system to
8307         nnmail-pathname-coding-system.
8308         (nnrss-read-server-data, nnrss-read-group-data):
8309         Bind file-name-coding-system correctly.
8310         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8312         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8313         (nntp-server-to-method-cache): New variable.
8314         (nntp-group-pathname): New function that decodes non-ASCII group names.
8315         (nntp-possibly-create-directory, nntp-marks-changed-p)
8316         (nntp-save-marks, nntp-open-marks): Use it.
8317         (nntp-possibly-create-directory, nntp-open-marks):
8318         Bind file-name-coding-system to nnmail-pathname-coding-system.
8319         (nntp-open-marks): Decode group names when bootstrapping marks.
8321         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8322         Newsgroups and Folowup-To headers.
8324 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8326         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8327         (gnus-server-closed-face, gnus-server-denied-face)
8328         (gnus-server-offline-face): Remove variable.
8329         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8331         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8332         of modifying message-stack directly for XEmacs.
8334         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8335         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8336         if the coding-system argument is nil for XEmacs.
8338         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8339         mm-charset-override-alist.
8341         * rfc2047.el: Don't require base64; require rfc2045 for the function
8342         rfc2045-encode-string.
8343         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8344         to quote the parameter value.
8346 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8348         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8349         form in gnus-group-name-charset-method-alist.
8351         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8352         overrides the default layout edit-form.
8354         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8356         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8358 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8360         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8361         as unfetched articles.
8363 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8365         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8367 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8369         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8370         original back end that keeps marks in the local system.
8372 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8374         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8375         arg of pop-to-buffer for XEmacs.
8376         (gnus-article-read-summary-keys): Ditto; don't restore window
8377         configuration if summary command ends up with neither article buffer
8378         nor summary buffer; describe bindings if summary keys end with C-h.
8380 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8382         * message.el (message-fix-before-sending): Skip raw message part to be
8383         forwarded while checking illegible text.
8384         (message-forward-make-body-mime, message-forward-make-body):
8385         Mark signed or encrypted raw message as having no illegible text.
8387 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8389         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8390         (gnus-message-with-timestamp-1): New macro.
8391         (gnus-message-with-timestamp): New function.
8392         (gnus-message): Use them.
8394         * nnheader.el (nnheader-message): Use them.
8396 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8398         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8399         .newsrc.eld file.
8401 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8403         * gnus-agent.el (gnus-agent-fetch-headers)
8404         (gnus-agent-retrieve-headers):
8405         Bind gnus-decode-encoded-address-function to identity.
8407         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8408         available also when the server returns simply a dot.
8410         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8412 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8414         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8416 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8418         * gnus-ems.el (gnus-x-splash): Make it work.
8420         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8421         from being used.
8423 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8425         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8426         the front stickiness.
8427         (gnus-article-summary-command-nosave): Correct the order of the
8428         arguments passed to pop-to-buffer.
8429         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8430         summary command ends up with the article buffer.
8432         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8433         the same faces.
8435 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8437         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8439 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8441         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8442         * gnus-sum.el (gnus-summary-highlight):
8443         * mail-source.el (mail-source-delete-old-incoming-confirm):
8444         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8446 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8448         * gnus-art.el (gnus-mime-view-part-externally)
8449         (gnus-mime-view-part-internally): Fix predicate function passed to
8450         completing-read.
8452         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8454         * gnus.el (gnus-update-message-archive-method): Add :version.
8456 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8458         * gnus.el (gnus-update-message-archive-method): New variable.
8460         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8461         according to gnus-message-archive-method if
8462         gnus-update-message-archive-method is non-nil.
8464 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8466         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8467         Suggested by Loic Dachary <loic@dachary.org>.
8468         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8470 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8472         * message.el (message-pop-to-buffer): Add switch-function argument.
8473         (message-mail): Pass switch-function argument to it.
8475 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8477         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8478         Improve doc string.
8480 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8482         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8483         (gnus-header-content)
8484         * gnus-cite.el (gnus-cite-10)
8485         * gnus-srvr.el (gnus-server-closed)
8486         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8487         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8488         (gnus-group-mail-3-empty, gnus-group-mail-low)
8489         (gnus-group-mail-low-empty, gnus-splash)
8490         * message.el (message-header-to, message-header-cc)
8491         (message-header-subject, message-header-other, message-header-name)
8492         (message-header-xheader, message-separator, message-cited-text)
8493         (message-mml): Lighten colors of faces used for dark background.
8495 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8497         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8498         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8500 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8502         * message.el (message-narrow-to-headers-or-head):
8503         Ignore mail-header-separator in the body.
8505 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8507         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8508         same as window size.
8510 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8512         * message.el (message-font-lock-keywords): Use message-header-xheader
8513         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8514         ahead of the anything pattern, to get it recognised.
8516 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8518         * gnus-sum.el (gnus-articles-to-read)
8519         (gnus-summary-insert-old-articles): Don't truncate group name for
8520         `read-string'.
8522         * gnus-util.el (gnus-limit-string): Delete this function.
8524         * gnus-sum.el (gnus-simplify-subject-fully):
8525         Use `truncate-string-to-width' instead.
8527 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8529         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8530         Tell if, on summary exit, the next group has to be selected.
8531         (gnus-summary-exit): Use it.
8533 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8535         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8536         non-break space.
8538 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8540         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8541         Check if group is not a directory.
8542         (nnfolder-request-expire-articles): Don't delete articles if the target
8543         group is not available.
8545         * nnml.el (nnml-request-create-group): Properly check if group is not a
8546         file.
8547         (nnml-request-expire-articles): Don't delete articles if the target
8548         group is not available.
8550         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8551         Don't quote characters that are within parentheses.
8553 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8555         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8556         (gnus-handle-ephemeral-exit): Select article according to it.
8558 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8560         * message.el (message-insert-formated-citation-line): Remove newline.
8561         (message-citation-line-format): Add final \n here so that the user can
8562         avoid a blank line.
8564 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8566         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8567         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8568         Update lanl/arXiv support.
8570 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8572         * gnus.el: Bump version number.
8574 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576         * gnus.el (gnus-version-number): Bump version.
8578 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8580         * gnus.el: No Gnus v0.6 is released.
8582 2007-04-27  Didier Verna  <didier@xemacs.org>
8584         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8585         * gmm-utils.el (gmm-regexp-concat): ... here.
8586         * message.el: Don't require 'gnus-util.
8587         (message-dont-reply-to-names): Handle name change above.
8588         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8590 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8592         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8593         since the initial value varies according to the system.
8595 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8597         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8599 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8601         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8603 2007-04-24  Didier Verna  <didier@xemacs.org>
8605         Improve the type of gnus-ignored-from-addresses.
8606         * gnus-util.el (gnus-orify-regexp): New function.
8607         * message.el (gnus-util): Require it.
8608         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8609         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8610         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8612 2007-04-24  Didier Verna  <didier@xemacs.org>
8614         * gnus-sum.el:
8615         * gnus-utils.el: Fix some trailing whitespaces.
8617 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8619         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8620         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8621         article's Message-ID; refer parent article in summary buffer.
8623         * message.el (message-bounce): Call mime-to-mml.
8625 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8627         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8629 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8631         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8632         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8633         displayed of multipart/alternative part if it is invoked from summary
8634         buffer.
8636         * mm-view.el (mm-inline-text-html-render-with-w3m)
8637         (mm-inline-text-html-render-with-w3m-standalone)
8638         (mm-inline-render-with-function): Use mail-parse-charset by default.
8640 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8642         * parse-time.el (parse-time-string-chars): Check if CHAR
8643         is less than the length of parse-time-syntax.
8645 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8647         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8648         from gnus-newsgroup-processable.
8650 2007-04-16  Didier Verna  <didier@xemacs.org>
8652         * gnus-msg.el (gnus-configure-posting-styles):
8653         Handle message-signature-directory properly with :file syntax.
8654         Reported by "Leo".
8656 2007-04-11  Didier Verna  <didier@xemacs.org>
8658         New user option: message-signature-directory.
8659         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8660         * message.el (message-insert-signature): Ditto.
8661         * message.el (message-signature-file): Doc update.
8662         * message.el (message-signature-directory): New.
8664 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8666         * gnus-msg.el (gnus-inews-yank-articles):
8667         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8669 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8671         * message.el (message-yank-original): Make sure cited text ends with
8672         newline; don't exchange point and mark.
8674 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8676         * tls.el (open-tls-stream): Properly handle case where there
8677         is no associated buffer.
8679 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8681         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8682         message-yank-original, make sure (< mark TEXT point).
8684 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8686         * message.el (message-fill-column): New variable.
8687         (message-mode): Use it.  Add comment on a possible new hook.
8689         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8690         (nnmail-get-new-mail): Reformat.
8692         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8694         * gmm-utils.el: Fix Commentary.
8695         (gmm-tool-bar-from-list): Fix typo in doc string.
8697 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8699         * message.el (message-yank-original): Don't switch point and mark
8700         unnecessarily to put point and mark as documented.
8702 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8704         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8705         from the message heads.
8707 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8709         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8710         article buffer does not have a window.  This may not be the best
8711         solution but is certainly better than setting the start of the null,
8712         that is the current, window.
8714 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8716         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8717         (gnus-draft-setup): Run it.
8719         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8720         gnus-score-fast-scoring.  Allow regexp.
8721         (gnus-score-headers): Use it.
8723         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8724         XEmacs.
8726         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8727         string.
8728         (gnus-button-alist): Also catch `<f1> k ...'.
8729         (gnus-treat-display-x-face): Fix doc string.
8731 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8733         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8734         evaluation of gnus-extended-version to ensure correct generation of the
8735         User-Agent header when message-generate-headers-first is used.
8737 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8739         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8740         hashcash-path is nil.  Don't call callback with incorrect number of
8741         parameters if val is 0.
8743 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8745         * message.el (message-required-news-headers):
8746         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8748 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8750         * message.el (message-generate-new-buffers): Change the meaning of the
8751         nil value; add `standard' to the choices; treat t as `unique'; improve
8752         doc string.
8753         (gnus-select-frame-set-input-focus): Autoload.
8754         (message-buffer-name): Search for the existing message buffer if
8755         message-generate-new-buffers is nil or `standard'; treat the value t of
8756         message-generate-new-buffers as `unique'.
8757         (message-pop-to-buffer): Raise the frame already displaying the message
8758         buffer; clear the echo area after querying.
8759         (message-setup): Pass the `continue' argument to compose-mail.
8760         (message-mail): Prefer `switch-function' if it is given; search for the
8761         existing message buffer if the `continue' argument is non-nil; pass
8762         continue and switch-function arguments to compose-mail by way of
8763         message-setup.
8764         (message-mail-other-window): Adjust argument of message-setup.
8765         (message-mail-other-frame): Ditto.
8767 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8769         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8770         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8771         to turn font-lock on when turning gnus-message-citation-mode on.
8773 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8775         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8776         (mml-smime-function-alist): New variable; add epg as the backend.
8777         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8778         mml-smime- functions instead.
8779         * mm-view.el: Require smime.
8781 2007-03-05  Didier Verna  <didier@xemacs.org>
8783         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8784         instead of just inheritance for posting styles.
8785         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8787 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8789         * tls.el (tls-certtool-program): Fix custom type.
8791 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8793         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8794         and point-at-eol instead of line-(beginning|end)-position.
8796         * assistant.el (assistant-parse-buffer): Ditto.
8798 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8800         * mml2015.el (mml2015-epg-find-usable-key): New function.
8801         (mml2015-epg-sign): Use it.
8802         (mml2015-epg-encrypt): Use it.
8804 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * message.el (message-make-in-reply-to): Quote name containing
8807         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8808         if there are special characters.  Reported by NAKAJI Hiroyuki
8809         <nakaji@jp.freebsd.org>.
8811 2007-02-27  Didier Verna  <didier@xemacs.org>
8813         Include the group parameters as well as the topic ones in the
8814         inheritance filter process.
8815         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8816         argument GROUP-PARAMS-LIST.
8817         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8819 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8821         * nntp.el (nntp-never-echoes-commands)
8822         (nntp-open-connection-functions-never-echo-commands): New variables.
8823         (nntp-send-command): Use them.
8825 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8827         * mml2015.el (mml2015-epg-verify): Simplify.
8829 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8831         * mml.el (mml-content-disposition-alist): New user option.
8832         (mml-content-disposition): New function.
8833         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8834         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8836 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8838         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8839         verification.
8841 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8843         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8844         articles posted in the last 24 hours.
8846 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8848         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8850 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8852         * nntp.el (nntp-send-command): Don't wait for echoes when
8853         nntp-open-ssl-stream is used.
8855 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8857         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8858         (gnus-message-add-citation-keywords)
8859         (gnus-message-remove-citation-keywords): Remove.
8860         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8861         directly, make the variables in font-lock-defaults buffer-local, add
8862         gnus-message-citation-keywords to them and then update the value of
8863         font-lock-keywords.
8865 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8867         * message.el (message-cite-original-1): Don't call
8868         gnus-article-highlight-citation.
8870         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8871         citations; fix line count.
8873 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8875         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8876         (gnus-message-add-citation-keywords)
8877         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8878         versions of font-lock-add-keywords and font-lock-remove-keywords to
8879         work with XEmacs correctly.
8881 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8883         * gnus-cite.el (gnus-cite-face-list): Set the values of
8884         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8885         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8886         (gnus-message-cite-prefix-regexp): New variable.
8887         (gnus-message-search-citation-line): Use it; protect against long
8888         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8889         the 0th match data for Emacs.
8890         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8891         (gnus-message-add-citation-keywords): Append keywords rather than
8892         prepending; emulate font-lock-add-keywords if it is not available.
8893         (gnus-message-remove-citation-keywords):
8894         Emulate font-lock-remove-keywords if it is not available.
8896         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8898         * message.el (message-cite-prefix-regexp): Set the value of
8899         gnus-message-cite-prefix-regexp.
8901 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8903         * nnweb.el (nnweb-google-parse-1): Update parser.
8905 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8907         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8909 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8911         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8912         regexp.
8914 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8916         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8917         string-to-multibyte.
8918         (uudecode-decode-region-internal): Use it.
8920 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8922         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
8923         Fix custom choice.
8925         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8927 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8929         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8931         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8932         `write-region' to respect `mm-inhibit-file-name-handlers'.
8934 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8936         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8937         Use gnus-home-directory instead of "~/" or "$HOME".
8939 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8941         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8942         to mention filename.
8943         Add comments at beginning regarding usage.
8944         (encrypt-write-file-contents): Change interactive so a string is
8945         acceptable.  If the file has no associated model, show an error instead
8946         of a nonsense prompt.
8948 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8950         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8951         Thanks to Yoshihiko Yamada for kind notification of this typo.
8953 2007-01-12  Kenichi Handa  <handa@m17n.org>
8955         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8956         multibyte buffer.
8958 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8960         * gnus-score.el (gnus-score-fast-scoring): New variable.
8961         (gnus-score-headers): Use it.
8963         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
8965         * message.el (message-cite-original-1):
8966         Call gnus-article-highlight-citation if requested.
8967         (message-make-from): Allow name and address as optional arguments.
8969         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
8971         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
8972         bugs to doc string.
8973         (gnus-button-alist): Add mid\\|message-id.
8974         (gnus-button-fetch-group): Extend for use in
8975         `browse-url-browser-function'.
8976         (gnus-button-url-regexp): Try to catch paired parentheses like in
8977         Wikipedia URLs.
8979         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
8980         Suggested by Simon Krahnke <overlord@gmx.li>.
8982 2007-01-13  Romain Francoise  <romain@orebokech.com>
8984         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
8985         Update copyright.
8987 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
8989         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
8991 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
8993         * gnus-registry.el (gnus-registry-unfollowed-groups)
8994         (gnus-registry-split-fancy-with-parent): Fix documentation.
8996 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8998         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
8999         from nnweb groups.
9001 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9003         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9004         Xref urls.  Erase buffer before requesting head.
9006         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9008 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9010         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9011         customizable.
9013 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9015         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9016         no signing key is found.
9017         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9018         no encrypting and/or signing key is found.
9020 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9022         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9024 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9026         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9027         headers read from disk with the ones newly found in the current search.
9028         This should no longer cause problems, because the article numbers in
9029         Gmane's `nov.php' output are ignored since the previous change.
9031 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9033         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9035 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9037         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9039 2007-01-01  Romain Francoise  <romain@orebokech.com>
9041         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9043 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9045         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9046         `define-minor-mode' macro definition expanded properly.
9047         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9048         exclude it there.
9050         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9051         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9052         `fboundp' test.
9053         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9054         This is OK to autoload in (S)XEmacs now.
9056 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9058         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9059         keystroke.
9060         (gnus-summary-limit-to-singletons): Fix typo.
9062         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9063         else fails.
9065 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9067         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9068         docstring.
9070         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9071         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9072         (gnus-summary-insert-dormant-articles): Fix typo in message.
9074 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9076         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9077         nil for XEmacs.
9078         (gnus-message-citation-mode): Don't autoload in XEmacs.
9080         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9082 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9084         * nnimap.el (nnimap-expunge-search-string):
9085         Mention nnimap-search-uids-not-since-is-evil in docstring.
9087 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9089         * spam.el: Revert to make-obsolete-variable because
9090         define-obsolete-variable-alias is not supported in Emacs 21.
9092         * spam.el (spam-ifile-path, spam-ifile-database-path)
9093         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9094         make-obsolete-variable.
9095         (spam-bsfilter-path, spam-bsfilter-program)
9096         (spam-spamassassin-path, spam-spamassassin-program)
9097         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9098         Don't use "path" inappropriately.
9099         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9100         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9101         variable names.
9103 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9105         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9106         summary buffer.
9108         * password.el (password-cache-remove): Use clear-string to burn
9109         password, if available.
9111 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9113         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9115         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9117         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9118         (gnus-message-highlight-citation): Move defcustom here from
9119         gnus-cite.el.
9120         (gnus-message-citation-mode): Autoload.
9122         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9123         checks to make it compile with XEmacs.
9124         (gnus-message-citation-mode): New minor mode.
9125         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9126         (gnus-message-highlight-citation): New variables.
9127         (gnus-message-search-citation-line)
9128         (gnus-message-add-citation-keywords)
9129         (gnus-message-remove-citation-keywords)
9130         (turn-on-gnus-message-citation-mode)
9131         (turn-off-gnus-message-citation-mode): New functions.
9133 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9135         * gnus-cite.el: Enable highlighting of different citation levels in
9136         message-mode.
9138 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9140         * message.el (message-make-fqdn): Fix comment.
9141         (message-bogus-system-names): Add ".local".
9143         * spam.el (spam-ifile-path, spam-ifile-program)
9144         (spam-ifile-database-path, spam-ifile-database)
9145         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9146         Don't use "path" inappropriately.
9147         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9148         strings.
9149         (spam-check-ifile, spam-ifile-register-with-ifile)
9150         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9151         Use new variable names.
9153         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9154         (gnus-treat-display-smileys): Simplify using
9155         gnus-image-type-available-p.
9157         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9158         available.
9160 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9162         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9163         one after turning on the buffer's multibyteness instead of decoding
9164         them directly in the unibyte buffer that causes unexpected conversion
9165         in Emacs 23 (unicode).
9167 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9169         * message.el (message-generate-hashcash): Fix custom type.
9171 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9173         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9175 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9177         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9178         disconnect icons.  Add help text.
9180 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9182         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9183         negated to be consistent with the others we handle.
9185 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9187         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9188         version of gnus-summary-buffer to something, so that we can use two
9189         article buffers at the same time.
9191 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9193         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9194         trigger all the extra headers.
9195         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9196         sorting.
9198 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9200         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9201         solid groups.
9203 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9205         * legacy-gnus-agent.el: Add Copyright notice.
9207 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9209         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9211 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9213         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9215         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9216         to make it work reliably in CVS Emacs.
9217         (gnus-summary-limit-strange-charsets-predicate)
9218         (gnus-summary-limit-to-predicate): New functions.
9220 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9222         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9223         specifying array size.
9224         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9225         array if it is too small.
9226         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9227         (gnus-sort-threads-loop): New function.
9229 2006-12-06  Chris Moore  <dooglus@gmail.com>
9231         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9232         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9234 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9236         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9237         options.
9239 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9241         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9242         DOS-ing the recipient.
9244         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9245         the headers when creating the mapping to avoid mismappings.
9246         (nnweb-gmane-create-mapping): Always nix out old mapping.
9248 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9250         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9251         and mm-verify-option to never.
9253 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9255         * message.el (message-signed-or-encrypted-p): New function.
9256         (message-forward-make-body): Use it.
9258         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9259         Replace encode-coding-string with mm-encode-coding-string.
9261 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9263         * nneething.el (nneething-decode-file-name):
9264         Replace decode-coding-string with mm-decode-coding-string.
9266         * gnus-int.el (gnus-open-server): Say failed server's name.
9268 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9270         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9271         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9273         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9274         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9275         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9276         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9277         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9278         (gnus-subscribe-newsgroup, gnus-1):
9279         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9280         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9281         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9282         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9284 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9286         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9287         keystroke.
9288         (gnus-summary-limit-to-bodies): Implement headersp.
9290 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9292         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9294 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9296         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9298 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300         * message.el (message-generate-hashcash): Expand range of values to
9301         include `opportunistic'.
9302         (message-send-mail): Use it.
9304 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9306         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9307         and comment it.
9309         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9311 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9313         * gnus-util.el (gnus-extract-address-components): Improve comment.
9315 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9317         * gnus-util.el (gnus-extract-address-components): Work with address in
9318         which the name portion contains @.
9320 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9322         * gnus.el (gnus-start): Move custom group up.
9323         (gnus-select-method): Don't autoload, but make it available for
9324         `customize-variable'.
9325         (gnus-getenv-nntpserver): Don't autoload.
9327 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9329         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9331 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9333         * message.el (message-sendmail-extra-arguments): New variable.
9334         (message-send-mail-with-sendmail): Use it.
9336 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9338         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9339         mm-with-unibyte-current-buffer to make string unibyte.
9341         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9342         mm-string-as-multibyte.
9344 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9346         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9347         Reported by Werner Koch <wk@gnupg.org>.
9349 2006-11-14  Daiki Ueno  <ueno@p360>
9351         * mml2015.el: Autoload epa-select-keys when compiling.
9353 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9355         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9356         message-options.
9357         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9359 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9361         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9362         EasyPG (< 0.0.6).
9363         (mml2015-always-trust): New user option.
9364         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9365         prompt.
9367 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9369         * nntp.el (nntp-authinfo-force): New variable.
9370         (nntp-send-authinfo): Use it.
9372 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9374         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9375         decode encoded words.  Improve prompt.  Add comment about forwarding.
9376         (message-replacement-char): Move up.
9378 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9380         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9381         instead of gnus-intersection because arguments of gnus-sorted-nunion
9382         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9384 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9386         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9387         (message-simplify-subject-functions):
9388         Enable message-strip-subject-encoded-words by default.
9390 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9392         * message.el (message-strip-subject-encoded-words): New function.
9393         (message-simplify-subject-functions): New variable.
9394         (message-simplify-subject): Use it.  Fix typo in doc string.
9395         Support message-strip-subject-encoded-words.
9397 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9399         * gnus-diary.el (gnus-diary-delay-format-function):
9400         * nndiary.el (nndiary-reminders):
9401         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9403 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9405         * gnus-art.el (article-hide-boring-headers): Fetch date from
9406         gnus-original-article-buffer to avoid problems with localized date
9407         strings.
9409 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9411         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9413 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9415         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9416         New variables.
9417         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9418         (mm-charset-synonym-alist): Move some entries to
9419         mm-codepage-iso-8859-list.
9420         (mm-charset-synonym-alist, mm-charset-override-alist):
9421         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9423 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9425         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9427 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9429         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9430         with Emacs 21 and XEmacs.
9432 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9434         * spam.el (spam-parse-address): New function for better parsing,
9435         catching errors, etc.
9436         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9438 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9440         * mm-view.el: Add interactive arg to html2text autoload.
9442 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9444         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9446 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9448         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9449         New variables.
9450         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9451         (mm-charset-synonym-alist): Move some entries to
9452         mm-codepage-iso-8859-list.
9454         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9456 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9458         * message.el (message-citation-line-format)
9459         (message-insert-formated-citation-line): Fix implementation of %E, %N
9460         and %n according to the doc string.
9462 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9464         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9465         Use car-safe to avoid bad parses.
9467 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9469         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9470         names.
9472         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9474 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9476         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9477         header.
9479         * message.el (message-draft-headers): Add Date.
9480         (message-headers-to-generate): Fix typo in docstring.
9482         * nndraft.el (nndraft-required-headers): New variable.
9483         (nndraft-generate-headers): Use it.
9485         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9487 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9489         * gnus-registry.el (gnus-registry-wash-for-keywords)
9490         (gnus-registry-find-keywords): New functions to allow easy searching of
9491         articles that are in the registry.
9493 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9495         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9496         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9497         Reported by Damien Elmes <damien@repose.cx>.
9499 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9501         * gnus.el (gnus-mime): Remove unused custom group.
9503 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9505         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9506         "blank line" when searching for end of armor headers.
9508 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9510         * gmm-utils.el (gmm-write-region): Fix variable name.
9512 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9514         * gmm-utils.el (gmm-write-region): New function based on compatibility
9515         code from `mm-make-temp-file'.
9517         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9519         * nnmaildir.el (nnmaildir--update-nov)
9520         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9521         Use `gmm-write-region'.
9523 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9525         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9526         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9528         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9530         * message.el (message-replacement-char): New variable.
9531         (message-fix-before-sending): Use it.
9532         (message-simplify-subject): New function to remove duplicate code.
9533         (message-reply, message-followup): Use it.
9535         * gnus-sum.el (gnus-summary-make-menu-bar):
9536         Clarify gnus-summary-limit-to-articles.
9538 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9540         * gnus-util.el (gnus-with-local-quit): New macro.
9542         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9544 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9546         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9547         ignore non-string data.
9549 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9551         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9552         non-string data (needs to be done in the registry too).
9554 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9556         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9557         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9558         (gnus-registry-split-fancy-with-parent)
9559         (gnus-registry-fetch-simplified-message-subject-fast)
9560         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9561         Remove text properties on ingress into the registry and when it's saved.
9562         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9563         registry from entries with no groups.
9565 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9567         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9568         function to remove string properties.
9570 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9572         * gmm-utils.el (gmm): Adjust custom version.
9574         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9575         Adjust custom version.
9577         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9579 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9581         * gnus-art.el (gnus-insert-prev-page-button)
9582         (gnus-insert-next-page-button): Simplify.  Reformat.
9584 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9586         * gnus-art.el (gnus-insert-prev-page-button)
9587         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9589 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9591         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9593 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9595         * gnus-art.el (gnus-insert-mime-button)
9596         (gnus-insert-mime-security-button):
9597         Apply gnus-article-button-face to MIME and security buttons.
9599 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9601         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9602         readable.
9604 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9606         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9607         `browse-url-of-file' instead of `browse-url'.
9609 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9611         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9612         regexp.  Articles containing quotation were cut prematurely.
9614 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * message.el (message-cite-original-1): Use nobody by default for the
9617         value of From header.
9618         (message-reply): Ditto.
9620 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9622         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9623         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9624         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9626 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9628         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9629         mails in the doc string.  Add some URLs in comment.
9630         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9632 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9634         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9635         backslashes handling and the way to find boundaries of quoted strings.
9637 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9639         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9640         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9641         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9642         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9644 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9646         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9647         doc string.
9648         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9650 2006-09-06  Simon Josefsson  <jas@extundo.com>
9652         * mml2015.el (mml2015-use): Doc fix, mention epg.
9654 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9656         * mml2015.el (mml2015-use): Default to epg, if available.
9658 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9660         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9661         message-sender.
9662         (mml1991-epg-encrypt): Ditto.
9663         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9664         message-sender.
9665         (mml2015-epg-encrypt): Ditto.
9667 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9669         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9670         several common directories.
9672 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9674         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9675         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9677 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9679         * gnus-art.el (article-decode-encoded-words): Make it fast.
9681 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9683         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9685         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9686         in quoted string into `\'.
9688 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9690         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9691         Use standard-syntax-table.
9693 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * gnus-art.el (gnus-decode-address-function): New variable.
9696         (article-decode-encoded-words): Use it to decode headers which are
9697         assumed to contain addresses.
9698         (gnus-mime-delete-part): Remove useless `or'.
9700         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9701         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9702         (gnus-nov-parse-line): Use it to decode From header.
9703         (gnus-get-newsgroup-headers): Ditto.
9704         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9706         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9707         (mail-decode-encoded-address-string): New alias.
9709         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9710         New function.
9711         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9712         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9713         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9714         (rfc2047-decode-string): Ditto.
9715         (rfc2047-decode-address-region): New function.
9716         (rfc2047-decode-address-string): New function.
9718 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9720         * message.el (message-caesar-buffer-body): Allow rotating headers.
9722         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9724         * message.el (message-insert-formated-citation-line): Fix %f.
9725         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9727 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9729         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9730         (gnus-bookmark-mouse-available-p): New macro.
9731         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9732         (gnus-bookmark-bmenu-show-infos): Use it.
9733         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9734         (gnus-bookmark-bmenu-hide-infos): Ditto.
9735         (gnus-bookmark-remove-properties): New function.
9736         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9737         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9738         (gnus-bookmark-write-file): Bind coding-system-for-write.
9739         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9740         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9741         group before selecting it.
9742         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9743         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9744         quit-window if it is not available; use gnus-mouse-2 and bind it to
9745         gnus-bookmark-bmenu-select-by-mouse.
9746         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9747         (gnus-bookmark-bmenu-select-by-mouse): New function.
9749 2006-08-13  Romain Francoise  <romain@orebokech.com>
9751         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9752         space.
9754 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9756         * compface.el (uncompface): Use binary rather than raw-text-unix.
9758 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9760         * compface.el (uncompface): Make sure the eol conversion doesn't take
9761         place when communicating with the external programs.
9762         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9764 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9766         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9768 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9770         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9771         Make it more robust by parsing author and date independently.
9773 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9775         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9777 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9779         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9780         first matching secret key.
9781         (mml2015-epg-encrypt): Ditto.
9783         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9784         first matching secret key.
9785         (mml1991-epg-encrypt): Ditto.
9787         * mml2015.el (mml2015-encrypt-to-self): New user option.
9788         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9789         mml2015-epg-encrypt-to-self is set.
9791         * mml1991.el (mml1991-encrypt-to-self): New variable.
9792         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9793         mml1991-epg-encrypt-to-self is set.
9795         * mml2015.el (mml2015-signers): New user option.
9796         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9797         (mml2015-epg-encrypt): Allow to select signing keys.
9799         * mml1991.el (mml1991-signers): New variable.
9800         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9801         (mml1991-epg-encrypt): Allow to select signing keys.
9803 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * nnheader.el (nnheader-insert-head): Make it work even if the file
9806         uses CRLF for the line-break code.
9808 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9810         * mml2015.el: Require mml-sec instead of password.
9811         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9812         (mml2015-cache-passphrase): Inherit the default value from
9813         mml-secure-cache-passphrase.
9814         (mml2015-passphrase-cache-expiry): Inherit the default value from
9815         mml-secure-passphrase-cache-expiry.
9817         * mml1991.el: Require mml-sec instead of password.
9818         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9819         (mml1991-cache-passphrase): Inherit the default value from
9820         mml-secure-cache-passphrase.
9821         (mml1991-passphrase-cache-expiry): Inherit the default value from
9822         mml-secure-passphrase-cache-expiry.
9824         * mml-sec.el: Require password.
9825         (mml-secure-verbose): New user option.
9826         (mml-secure-cache-passphrase): New user option.
9827         (mml-secure-passphrase-cache-expiry): New user option.
9829 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9831         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9832         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9833         andreas@altroot.de (Andreas Vögele).
9835         FIXME: Use `tiny change'?
9837 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9839         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9840         workaround for the url package included with Emacs.
9842         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9844 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9846         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9847         correctly.  This fixes a bug caused by the 2006-05-12 change.
9849 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9851         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9852         some information about the error when saying that the `bogus' mail
9853         group will be used.
9855 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9857         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9858         string.
9860 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9862         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9864 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9866         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9868 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9870         * mml1991.el (mml1991-function-alist): Add epg.
9871         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9872         (mml1991-epg-encrypt): New functions.
9874 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9876         * mml2015.el (mml2015-verbose): New variable.
9877         (mml2015-cache-passphrase): Ditto.
9878         (mml2015-passphrase-cache-expiry): Ditto.
9879         (mml2015-function-alist): Add epg.
9880         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9881         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9882         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
9883         New functions.
9885 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9887         * message.el (message-cite-original-1): Preserve region when removing
9888         quoted text due to X-No-Archive in order to avoid bogus attribution
9889         when citing multiple messages.
9891 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9893         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
9894         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
9896 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9898         * gnus-diary.el (gnus-user-format-function-d)
9899         (gnus-user-format-function-D): Autoload.
9901         * imap.el (Commentary): Fix typo.
9903         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9904         2006-04-22 contribution.
9906 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9908         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9909         It didn't really fix the bogosity I'm seeing with solid web groups.
9911 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9913         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9914         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9915         created using server names.  If we use the feature without declaring
9916         it, Gnus does not properly manage server and group state.
9918         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9919         bound.
9921 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9923         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
9924         looking up the method using GROUP's prefix before inventing a new one.
9925         It is used on killed/unknown groups in various places where returning
9926         an all-new method isn't expected by the caller.
9928         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
9929         and match semantics of gnus-group-real-prefix.
9931 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
9933         * nnmail.el (nnmail-broken-references-mailers): New variable.
9934         (nnmail-ignore-broken-references): New function generalizing
9935         nnmail-fix-eudora-headers.
9936         (nnmail-fix-eudora-headers): Now obsolete.
9938         * gnus-art.el (gnus-button-handle-custom):
9939         Support `customize-apropos*'.
9941 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
9945         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
9946         articles.
9948 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
9950         * message.el (message-cite-reply-above): New variable.
9951         (message-yank-original): Use it.
9953 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9955         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
9957 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
9959         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
9960         as read.
9962         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
9964 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
9966         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
9967         (gnus-bookmark-default-file): Use gnus-directory.
9968         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
9969         Remove "*" in doc string.
9970         (gnus-bookmark-write-file): Simplify.
9971         (gnus-bookmark-maybe-sort-alist): Use `when'.
9972         (gnus-bookmark-get-bookmark): Fix typo in doc string.
9973         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
9974         Add FIXME about Emacs 21 and XEmacs compatibility.
9975         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
9976         compatibility.
9977         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
9978         compatibility.
9979         (gnus-bookmark-menu-heading): Fix version.
9981 2006-06-19  Bastien Guerry  <bzg@altern.org>
9983         * gnus-bookmark.el: New file.
9985 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9987         * message.el (message-syntax-checks): Doc fix.
9989 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9991         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
9992         unsubscribed groups as if they were killed ones.  It causes duplicate
9993         entries in gnus-newsrc-alist.
9995 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9997         * message.el (message-syntax-checks): Doc fix.
9998         (message-send-mail): Add check for continuation headers.
9999         (message-check-news-header-syntax): Fix regexp used to check for
10000         continuation headers.
10002 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10004         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10006 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10008         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10010 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10012         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10013         default-truncate-lines.
10015 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10018         to fill the utf-8 entry.
10020 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10022         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10024 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10026         * gnus-agent.el (directory-files-and-attributes): Move all the way
10027         forward (the third and final move).
10028         (gnus-agent-read-agentview): Trap reconstruction errors due to
10029         nonexistent directory.  Handle by returning nil.
10031 2006-05-30  Didier Verna  <didier@xemacs.org>
10033         * message.el (message-dont-reply-to-names): Update the custom type.
10034         * message.el (message-dont-reply-to-names): New defsubst: potentially
10035         convert a list of regexps into a single one.
10036         * message.el (message-get-reply-headers): Use it.
10037         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10039 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-agent.el (directory-files-and-attributes): Move forward.
10043 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10045         * gnus-ml.el (gnus-mailing-list-subscribe)
10046         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10047         (gnus-mailing-list-message): Fix doc strings.
10049 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10051         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10052         of doing it manually.
10054 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10056         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10057         comment.
10059 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10061         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10062         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10063         (gnus-agent-read-local): All symbols allocated in my-obarray.
10064         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10065         (gnus-agent-regenerate-group): Check numeric names to see if they are
10066         messages or groups.
10067         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10068         better way of do this...)
10070         * gnus-cache.el (gnus-agent-total-fetched-for):
10071         Ignore 'dummy.group' (there should be a better way of do this...)
10073 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10075         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10076         (gnus-saved-headers): Ditto.
10077         (gnus-default-article-saver): Mention functions may have properties.
10078         (gnus-article-save): Override gnus-save-all-headers and
10079         gnus-saved-headers by :headers property which saver function may have.
10080         (gnus-summary-save-in-file): Add :headers property.
10081         (gnus-summary-write-to-file): Ditto.
10083         * gnus-sum.el (gnus-summary-save-article): Bind
10084         gnus-prompt-before-saving to t when saving many articles in a file;
10085         always show all headers.
10087 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10089         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10090         marks.
10092         * message.el (message-indent-citation): Add optional arguments to allow
10093         using it outside of message buffers.
10095         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10096         (gnus-article-treat-unfold-headers): Use it.
10097         (gnus-article-truncate-lines): New variable.
10098         (gnus-article-mode): Use it.
10099         (gnus-article-toggle-truncate-lines): New function.
10101         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10102         Add gnus-article-toggle-truncate-lines.
10104         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10105         coding system in XEmacs, use binary.
10107 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10109         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10110         after-load-alist.
10112         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10113         this function should save decoded articles.
10114         (gnus-summary-write-to-file): Use property to specify this function
10115         should save decoded articles and specify gnus-summary-save-in-file
10116         should be used to save articles other than the first one when saving
10117         many articles.
10118         (gnus-summary-save-body-in-file): Use property to specify this
10119         function should save decoded articles.
10120         (gnus-summary-write-body-to-file): Use property to specify this
10121         function should save decoded articles and specify
10122         gnus-summary-save-body-in-file should be used to save articles other
10123         than the first one when saving many articles.
10125         * gnus-sum.el (gnus-summary-save-article): Simplify.
10127 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10129         * gnus-art.el (gnus-default-article-saver):
10130         Add gnus-summary-write-body-to-file.
10131         (gnus-article-save-coding-system): Don't use coding system object
10132         in XEmacs.
10133         (gnus-read-save-file-name): Add optional `dir-var' argument which
10134         specifies directory in which files are saved; work even if optional
10135         `variable' argument is not specified.
10136         (gnus-summary-write-to-file): Read file name.
10137         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10138         (gnus-summary-write-body-to-file): New function.
10140         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10141         (gnus-summary-local-variables): Add it.
10142         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10143         (gnus-summary-save-article): Remove optional `decode' argument;
10144         determine whether to decode articles by the value of
10145         gnus-default-article-saver; when saving many files using
10146         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10147         it first and use gnus-summary-save-in-file or
10148         gnus-summary-save-body-in-file thereafter unless
10149         gnus-prompt-before-saving is always; move point to article which
10150         will be saved.
10151         (gnus-summary-save-article-file): Revert.
10152         (gnus-summary-write-article-file): Revert.
10153         (gnus-summary-save-article-body-file): Revert.
10154         (gnus-summary-write-article-body-file): New function.
10156 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10158         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10160 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10162         * gnus-art.el (gnus-default-article-saver): Doc fix.
10163         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10164         from gnus-summary-save-article-coding-system, and default to a
10165         certain coding system.
10166         (gnus-output-to-file): Add coding cookie and encode text according
10167         to gnus-article-save-coding-system; don't use mm-append-to-file.
10169         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10170         gnus-art.el and rename to gnus-article-save-coding-system.
10171         (gnus-summary-save-article): Require gnus-art; don't show all
10172         headers if it decodes articles; don't add coding cookie here;
10173         don't bind mm-text-coding-system-for-write.
10174         (gnus-summary-save-article-file): Save decoded articles.
10175         (gnus-summary-write-article-file): When saving many files, use
10176         gnus-summary-write-to-file first and gnus-summary-save-in-file
10177         thereafter unless gnus-prompt-before-saving is always.
10178         (gnus-summary-save-article-body-file): Save decoded articles.
10180 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10182         * nnrss.el (nnrss-check-group): Bind hash-index.
10184 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10186         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10187         its hash index.  Store this hash in `nnrss-group-data'.
10188         (nnrss-read-group-data): Update accordingly.
10190 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10192         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10193         entry.
10195         * gnus-sum.el (gnus-summary-make-menu-bar):
10196         Add gnus-article-browse-html-article.
10198 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10200         * gnus-sum.el (gnus-summary-mime-map):
10201         Add gnus-article-browse-html-article.
10203 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10205         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10206         suitable coding systems in customize.
10208 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10210         * mail-source.el (mail-sources): Fix custom type.
10212 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10214         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10215         (gnus-summary-expire-articles-now): Shorten prompt.
10217         * gmm-utils.el (wid-edit): Require.
10218         (defun-gmm): Rename from `gmm-defun-compat'.
10219         (gmm-image-search-load-path): Use it.
10220         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10222 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10224         * gnus-sum.el (gnus-summary-save-article-coding-system):
10225         New variable.
10226         (gnus-summary-save-article): Add optional `decode' argument.
10227         If it is set and gnus-summary-save-article-coding-system is non-nil,
10228         save decoded article.
10229         (gnus-summary-write-article-file): Save decoded article if
10230         gnus-summary-save-article-coding-system is non-nil.
10232         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10233         type.
10235 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10237         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10239 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10241         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10242         first to test gnus-single-article-buffer which may be buffer-local.
10244         * gnus-sum.el (gnus-summary-setup-buffer):
10245         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10246         group; make gnus-article-buffer, gnus-article-current, and
10247         gnus-original-article-buffer always buffer-local.
10248         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10249         group.
10250         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10252 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10254         * nnml.el (nnml-request-compact-group): Compressed files might not
10255         have .gz extension.
10257 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10259         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10260         (mm-copy-to-buffer): Use with-current-buffer.
10261         (mm-display-part): Simplify.
10262         (mm-inlinable-p): Add optional arg `type'.
10264 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10266         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10267         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10268         Try harder to show the attachment internally or externally using
10269         gnus-mime-view-part-as-type.
10271 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10273         * message.el (message-from-style, message-signature-separator)
10274         (message-user-organization-file, message-send-mail-function)
10275         (message-citation-line-function, message-yank-prefix)
10276         (message-indent-citation-function, message-signature)
10277         (message-signature-file, message-signature-insert-empty-line):
10278         Remove autoloads.
10280         * gnus-art.el (gnus-buttonized-mime-types):
10281         Remove "multipart/signed".  Revert 2006-04-26 change.
10283 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10285         * gnus.el (gnus-version-number): Bump version.
10287 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10289         * gnus.el: No Gnus v0.5 is released.
10291 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10293         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10294         fetching articles by message-id.
10296 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10298         * message.el (hashcash): Require hashcash as normal.
10300         * ecomplete.el (ecomplete-highlight-match-line):
10301         Use point-at-eol.
10302         (ecomplete-highlight-match-line): Use `highlight', because that
10303         face exists in both Emacs and XEmacs.
10305         * message.el (message-display-abbrev): Use point-at-bol.
10307         * mail-source.el: Don't require timer/timer-funcs.
10309         * gnus-async.el: Ditto.
10311         * password.el: Ditto.
10313         * mm-url.el: Ditto.
10315         * mm-util.el: Require timer/timer-funcs.
10317 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10320         Close.
10322 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10324         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10325         unibyte after clear-decrypt function runs.
10327         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10328         returns as a unibyte string.
10330 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10332         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10333         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10334         (mml1991-pgg-encrypt): Ditto.
10336 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10338         * message.el (message-user-organization-file): Check several
10339         locations of the organization file.
10341         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10342         Add gnus-article-view-part-as-type.
10344         * gnus-art.el (gnus-article-view-part-as-type): New function.
10346         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10347         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10349         * mml.el: Simplify autoload.
10350         (mml-mode): defvar dnd-protocol-alist instead of using
10351         symbol-value.
10352         (mml-default-directory): New variable.
10353         (mml-minibuffer-read-file): Use it.
10354         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10356         * message.el (message-citation-line-format): New variable.
10357         (message-insert-formated-citation-line): New function.
10358         (message-citation-line-function):
10359         Add `message-insert-formated-citation-line' to custom type.
10361         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10362         to doc string.
10364         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10365         depending on mm-verify-option.
10367 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10369         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10370         binding pgg-* variables; reimplement the section which prevents
10371         MIME header from being signed.
10372         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10373         pgg-text-mode; remove a blank line at the top of body.
10375         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10376         lines at the top of body; use gnus-newsgroup-charset if there's no
10377         Charset header.
10379 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10381         * message.el (message-self-insert-commands): Doc fix.
10383         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10384         (mm-uu-pgp-encrypted-test): Ditto.
10385         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10386         between header and body; return application/pgp-encrypted handle
10387         if decryption failed; decode decrypted body by charset.
10389         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10390         element match to application/pgp-*.
10392 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10394         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10395         HTML.
10397 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10399         * mail-source.el (mail-source-call-script): Message the error
10400         string.
10402 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10404         * gnus-util.el (gnus-byte-compile): Use it.
10406 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10408         * gnus-util.el (kill-empty-logs): New function.
10410 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10412         * message.el (message-mail-alias-type): Doc fix.
10413         (message-mail-alias-type-p): New function.
10414         (message-send): Use it.
10415         (message-mode): Ditto.
10416         (message-strip-forbidden-properties): Ditto.
10418         * ecomplete.el (ecomplete-database-file-coding-system):
10419         New variable.
10420         (ecomplete-save): Use it.
10421         (ecomplete-setup): Use it.
10423 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10425         * message.el (message-self-insert-commands): New variable.
10426         (message-strip-forbidden-properties): Use it.
10428 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10431         that doesn't make XEmacs choke.
10433 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10435         * gnus-util.el (gnus-replace-in-string):
10436         Prefer replace-regexp-in-string over of replace-in-string.
10438 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10440         * gnus-util.el (gnus-select-frame-set-input-focus):
10441         Use select-frame-set-input-focus if it is available in XEmacs; use
10442         definition defined in Emacs 22 for old Emacsen.
10444 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10446         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10448 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10450         * gnus-registry.el (gnus-registry-cache-save): Remove text
10451         properties when saving via the temp buffer.
10453 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10455         * message.el (message-generate-hashcash): Honor custom type.
10457 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10459         * message.el (message-generate-hashcash): Default to non-nil when
10460         hashcash is found.
10462         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10463         (gnus-refer-thread-limit): Increase default to 500.
10465         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10467         * flow-fill.el (fill-flowed): Allow delete-space.
10469 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10471         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10472         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10473         Remove autoloads.
10475 2006-04-18  Simon Josefsson  <jas@extundo.com>
10477         * message.el (message-generate-hashcash): Default to.
10479 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10481         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10482         concatenating segments rather than before concatenating them.
10484 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10486         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10488         * imap.el (imap-quote-specials): New function.
10489         (imap-login-auth): Quote specials.
10491 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10493         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10495         * message.el (message-forward-make-body-plain):
10496         Allow message-forward-ignored-headers to be a list.
10497         (message-remove-ignored-headers): Factor out into function.
10498         (message-forward-make-body-mml): Use it.
10499         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10500         (rfc2231-parse-string): Allow concatanation of parameters that
10501         aren't contiguous.  The test case is
10502           (mail-header-parse-content-type "message/external-body;
10503             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10504             access-type=LOCAL-FILE;
10505             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10507 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10509         * nntp.el (nntp-accept-process-output): Return the value of
10510         `nnheader-accept-process-output'.
10512 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10514         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10515         (gnus-button-alist): Recognize more diff formats.
10516         (gnus-button-patch): Strip directory.
10518 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10520         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10521         Emacs 22 when setting focus.
10523 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525         * gnus-art.el (gnus-article-treat-types): Do treatment of
10526         text/x-verbatim parts.
10527         (gnus-button-patch): New command.
10529         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10530         addresses that contain invalid characters.
10532 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10534         * message.el (message-put-addresses-in-ecomplete):
10535         Use gnus-replace-in-string.
10536         (message-is-yours-p): Use the more correct
10537         mail-header-parse-address instead of
10538         mail-extract-address-components.
10539         (message-put-addresses-in-ecomplete): Fix typo.
10541         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10542         keystroke.
10544         * gnus-art.el (gnus-treatment-function-alist): Change order of
10545         newsgroups/generic header folding to avoid double-folding.
10547         * message.el (message-hidden-headers): Add X-Draft-From.
10549         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10550         New command.
10551         (gnus-summary-repeat-search-article-backward): New command.
10553         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10554         groups in the parent topic.
10556 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10558         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10559         (spam-extra-header-to-number): Return the CRM114 number as a
10560         number instead of a string.
10562 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10564         * gnus-art.el (gnus-face-properties-alist): Move here from
10565         gnus-fun.
10567         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10569 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10571         * message.el (message-strip-forbidden-properties): Only display on
10572         self-insert-command.
10574         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10575         reindent.
10576         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10578 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10580         * smiley.el (smiley-style): Fix typo.
10582 2006-03-23  Kenichi Handa  <handa@m17n.org>
10584         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10585         instead of set-buffer-multibyte.
10587 2006-03-23  Kenichi Handa  <handa@m17n.org>
10589         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10590         buffer and then decode the buffer text if necessary.
10591         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10592         first, and after mm-encode-body, change the buffer to unibyte.
10594 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596         * hashcash.el (hashcash-insert-payment-async-2):
10597         Use message-goto-eoh instead of doing it manually.
10598         (mail-add-payment): Use message-narrow-to-header instead of trying
10599         to do the same itself.
10601         * message.el (message-hidden-headers): Add Face.
10603         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10604         reparenting code.
10605         (gnus-summary-reparent-children): Refactored out code.
10606         (gnus-summary-thread-map): New keystroke.
10607         (gnus-summary-reparent-children): Make into command.
10609         * smiley.el (smiley-style): Default to `medium' if using a large
10610         font.
10612         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10613         does it itself.
10615         * message.el (message-point-in-header-p): Simplify definition.
10617 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10619         * nnagent.el (nnagent-request-set-mark): Silence log file
10620         writing.
10621         (nnagent-request-set-mark): Use write-region instead of
10622         append-to-file.
10624         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10625         strange select method.
10627         * ecomplete.el (ecomplete-display-matches): Get highlightling
10628         right.
10629         (ecomplete-display-matches): Use literals.
10630         (ecomplete-display-matches): Disable message logging.
10632         * message.el (message-display-abbrev): Small optimization.
10634         * ecomplete.el (ecomplete-display-matches): Allow automatic
10635         display.
10637         * message.el (message-strip-forbidden-properties):
10638         Display abbrevs.
10639         (message-display-abbrev): Get automatic display right.
10641         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10642         keystrokes.
10644 2006-04-13  Romain Francoise  <romain@orebokech.com>
10646         TODO: Backport to v5-10!
10648         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10649         Move here (and rename) from gnus-registry.el.
10651         * gnus-registry.el: Require gnus-util.
10652         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10654 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10656         * gnus-group.el (gnus-group-catchup-current):
10657         Change if-then-else-if-then-else into cond.
10658         (gnus-group-catchup): Indent.
10659         (group-name-at-point): New function.
10660         (gnus-fetch-group): Provide default from thing at point.
10662 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10664         * message.el (message-display-abbrev): Fix regexp.
10666         * ecomplete.el (ecomplete-highlight-match-line):
10667         Reimplement choosing.
10668         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10669         dead variables.
10671         * message.el (message-newline-and-indent): Remove debugging.
10672         (message-display-abbrev): Use new implementation.
10674 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10676         * gnus-art.el (gnus-article-mode):
10677         Set cursor-in-non-selected-windows to nil.
10679         * smiley.el: Revert previous change.
10680         (smiley-data-directory): defvar it before using it in the
10681         defcustom of `smiley-style'.
10683 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10685         * message.el (message-newline-and-indent): New function.
10687         * ecomplete.el: Implement more bits.
10689         * message.el (message-put-addresses-in-ecomplete): Clean up the
10690         string.
10692         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10694         * gnus-sum.el (gnus-summary-save-parts):
10695         Bind gnus-summary-save-parts-counter and use it to make unique file
10696         names.
10698         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10700         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10701         parameter to say whether to actually parse the individual
10702         addresses.
10704         * message.el (message-put-addresses-in-ecomplete): New function.
10705         (ecomplete): Require.
10706         (message-mail-alias-type): Add ecomplete as an option.
10708 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10710         * flow-fill.el (fill-flowed): Remove trailing space from blank
10711         quoted lines.
10713 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715         * smiley.el (smiley-style): Move definition later to avoid a
10716         compilation warning.
10718 2006-04-12  Kenichi Handa  <handa@m17n.org>
10720         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10721         buffer and then decode the buffer text if necessary.
10722         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10723         first, and after mm-encode-body, change the buffer to unibyte.
10724         Use mm-disable-multibyte instead of set-buffer-multibyte.
10726 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10728         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10729         Content-Type header instead of Content-Disposition header.
10730         (gnus-mime-inline-part): Ditto.
10731         (gnus-mime-view-part-as-charset): Ignore charset that the part
10732         specifies.
10734         * mm-decode.el (mm-display-part): Work with external parts and
10735         usual parts similarly.
10737         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10738         instead of gnus-display-mime.
10740         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10741         instead of with-temp-buffer.
10743         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10744         tag to summarized topics part in order to encode non-ASCII text.
10746 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10748         * smiley.el (smiley-style): New variable.
10749         (smiley-directory): New function.
10750         (smiley-data-directory): Derive from `smiley-style' using
10751         `smiley-directory'.
10752         (smiley-regexp-alist): Add new entries.
10754         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10755         (gnus-article-browse-delete-temp): Add :version.
10757 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10759         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10760         the sieve region.
10762 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764         * gnus.el (gnus-version-number): Bump version.
10766 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10768         * gnus.el: No Gnus v0.4 is released.
10770 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10773         layout.
10775         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10776         unknown charset.
10778         * message.el (message-header-synonyms): Add Original-To to the
10779         default.
10781         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10782         optional parameter.
10784 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10786         * gnus-fun.el (gnus): Require it for gnus-directory.
10788 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10790         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10792 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10794         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10796 2006-04-05  Simon Josefsson  <jas@extundo.com>
10798         * password.el (password-reset): New function.
10800 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10802         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
10803         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10805 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10807         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10808         Some whitespace was matched into the url, which broke browsing hits
10809         > 100 when mm-url-use-external was nil.
10811 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10813         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10814         Check gnus-extra-headers for 'Newsgroups.
10816         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10817         bound.
10819 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10821         * pgg-gpg.el: Clean up process buffers every time gpg processes
10822         complete.
10824 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10826         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10827         doc string.
10829 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10831         * pgg-gpg.el (pgg-gpg-process-filter)
10832         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10834         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10835         lines, temporary fix.
10837 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10839         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10841 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10843         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10844         default-enable-multibyte-characters.  This reverts the change from
10845         revision 6.17 which is no longer necessary because the passphrase
10846         is sent separately now.  GnuPG messages are unreadable under
10847         multibyte locales with default-enable-multibyte-characters set to
10848         nil.
10850 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10852         * message.el (message-tool-bar-gnome): Move "spell".
10854 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10856         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10857         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10858         instead.
10860 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10862         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
10863         Improve newsgroups handling for NNTP overviews which don't include
10864         Newsgroups.
10866 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10868         * message.el (message-resend): Bind message-generate-hashcash to nil.
10870 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10872         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10873         when searching for already-paid recipients.
10875 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10877         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10878         passphrases when it is not needed.
10879         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10880         passphrase stuff from gpg, should only be necessary when you use
10881         gpg with a smartcard.
10883 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10885         * mml.el (mml-insert-mime): Ignore cached contents of
10886         message/external-body part.
10888         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10889         (mm-insert-part): Ditto.
10891 2006-03-23  Simon Josefsson  <jas@extundo.com>
10893         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
10894         Reiner.
10895         (pgg-gpg-use-agent-p): Use it again.
10897 2006-03-23  Simon Josefsson  <jas@extundo.com>
10899         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
10900         older emacsen.
10901         (pgg-gpg-use-agent-p): Don't use it.
10903 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
10905         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
10906         if we can.
10908 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
10910         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
10911         (pgg-gpg-update-agent): New function.
10912         (pgg-gpg-use-agent-p): New function.
10913         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
10914         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
10915         (pgg-gpg-sign-region): Use it.
10917 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10919         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
10920         Reported by Ralf Wachinger <rwachinger@gmx.de>.
10922 2006-03-21  Simon Josefsson  <jas@extundo.com>
10924         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
10925         <wilde@sha-bang.de>.
10926         (pgg-gpg-use-agent): New variable.
10927         (pgg-gpg-process-region): Use it.
10928         (pgg-gpg-encrypt-region): Likewise.
10929         (pgg-gpg-encrypt-symmetric-region): Likewise.
10930         (pgg-gpg-decrypt-region): Likewise.
10931         (pgg-gpg-sign-region): Likewise.
10932         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
10934 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10936         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
10938         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
10939         Add comment on version.
10941 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10943         * smiley.el: Add missing test smiley.
10945 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10947         * mm-decode.el (mm-with-part): New macro.
10948         (mm-get-part): Use it; work with message/external-body as well.
10949         (mm-save-part): Treat name and filename equally.
10951         * mm-extern.el (mm-extern-cache-contents): New function.
10952         (mm-inline-external-body): Use it; force the part to be displayed;
10953         move undisplayer added to the cached handle to the parent.
10955         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
10956         (gnus-mime-view-part-as-type): Work with message/external-body.
10958         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
10960 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10962         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
10963         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
10964         Emacs.]
10966 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
10968         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
10969         path rather than symbol.  Always return list of directories.
10970         Guarantee that image directory comes first.  [Sync with image.el,
10971         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
10973         * message.el (message-make-tool-bar): Adjust to new API of
10974         `gmm-image-load-path-for-library'.
10976         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
10978         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
10980 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10982         * gnus-art.el (gnus-article-only-boring-p):
10983         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
10984         intangible text.
10985         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
10987 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
10989         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
10990         Use `defun' instead of `gmm-defun-compat'.
10992 2006-03-14  Simon Josefsson  <jas@extundo.com>
10994         * message.el (message-unique-id): Don't use message-number-base36
10995         if (user-uid) is a float.
10996         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
10998 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11000         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11002         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11003         empty line between a part and a message part.
11005 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11007         * smiley.el: Add more test smileys.
11008         (smiley-data-directory, smiley-regexp-alist)
11009         (gnus-smiley-file-types): Fix doc strings.
11010         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11011         adding new elements.
11012         (smiley-mouse-map): Unused code.  Make it a comment.
11014 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11016         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11017         scan latest NoCeM messages instead of old ones.
11018         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11019         delimiters that are recently used.
11020         (gnus-nocem-load-cache): Add autoload cookie.
11022         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11024         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11025         level which is larger than gnus-use-nocem is specified.
11027         * gnus-group.el (gnus-group-get-new-news): Ditto.
11029 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11031         * gnus-util.el (gnus-tool-bar-update): New function.
11033         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11034         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11036         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11038         * gnus-group.el (gnus-group-redraw-when-idle)
11039         (gnus-group-redraw-check): Remove.
11040         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11042 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11044         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11045         if optional last element is specified in splits (FIELD VALUE...).
11047 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11049         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11050         to gmm-image-load-path-for-library.  Call with no-error argument.
11051         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11053         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11055         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11057         * gmm-utils.el (gmm-image-load-path): Remove alias.
11059 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11061         * gmm-utils.el (gmm-image-load-path): Add alias.
11063         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11064         nnml-generate-nov-databases-1.
11065         (nnml-generate-nov-databases): Use it.
11066         (nnml-generate-nov-databases-directory): Document no-active
11067         argument.
11069         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11070         directory if path is t.  Add no-error.
11072         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11073         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11075         * gnus-art.el (gnus-article-browse-delete-temp-files):
11076         Simplify resetting gnus-article-browse-html-temp-list.
11078         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11079         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
11080         Add example to docstring.  Rename local variables.  Move error
11081         checks to default case in cond and simplify.
11083 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11085         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11086         handle is multipart when calling it recursively.
11087         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11089 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11091         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11092         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11094 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11096         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11097         is loaded.
11099         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11100         loaded.
11102 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11104         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11105         to "Emacs 23 (unicode)" in doc string.
11107         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11108         "Emacs 23 (unicode)" in comment.
11110 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11114         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11115         characters 160 through 255 in Emacs 23.
11117 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11119         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11120         gnus-article-browse-html-temp.
11121         (gnus-article-browse-delete-temp): Make it customizable.
11122         Add `file'.  Adjust doc string.
11123         (gnus-article-browse-delete-temp-files): Add argument.
11124         Allow query for each file.  Adjust doc string.
11125         (gnus-article-browse-html-parts):
11126         Add `gnus-article-browse-delete-temp-files' to
11127         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11129 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11131         * gnus-art.el (gnus-article-browse-html-temp)
11132         (gnus-article-browse-delete-temp): New variables.
11133         (gnus-article-browse-delete-temp-files): New function.
11134         (gnus-article-browse-html-parts): Use it.
11136 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11138         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11140         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11141         string.
11143         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11144         gnus-summary-insert-new-articles when unplugged.
11145         Remove gnus-summary-search-article-forward.
11147         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11148         display-visual-class instead of display-color-cells.
11150 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11152         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11153         message/* containing non-ASCII text properly.
11155 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11157         * message.el: Require gmm-utils, remove autoloads.
11158         (message-tool-bar): Set default based on
11159         gmm-tool-bar-style.
11160         (message-tool-bar-gnome): Add gmm-customize-mode.
11162         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11163         gmm-tool-bar-style.
11164         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11166         * gnus-group.el (gnus-group-tool-bar): Set default based on
11167         gmm-tool-bar-style.
11168         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11170         * gmm-utils.el (gmm-image-directory): Rename variable from
11171         gmm-image-load-path.
11172         (gmm-image-load-path): Use gmm-image-directory.
11173         (gmm-customize-mode): New function.
11174         (gmm-tool-bar-style): New variable.
11176         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11177         gnus-group-redraw-line-number.
11178         (gnus-group-redraw-check): Simplify.
11179         (gnus-group-tool-bar-update): Remove redraw check.
11180         (gnus-group-make-tool-bar): Add redraw check.
11182 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11184         * gnus-art.el (gnus-button): Add missing parentheses.
11186 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11188         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11190 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11192         * gnus-art.el (gnus-button): New face.
11193         (gnus-article-button-face): Use it.
11195         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11196         Add gnus-summary-next-page.  Re-order.
11198         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11199         next-node are now included.
11200         (gnus-group-redraw-line-number): New internal variable.
11201         (gnus-group-redraw-check): Helper function for updating the tool
11202         bar.
11203         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11205         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11207         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11208         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11209         Use it to match format of Spamassassin 3.0 and later.
11210         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11211         (spam-check-bogofilter)
11212         (spam-bogofilter-register-with-bogofilter): Fix args of
11213         `gnus-error' calls.
11215 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11217         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11218         unnecessary interaction when sending queued mails.
11219         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11221 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11223         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11224         first or last are nil.
11226 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11228         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11230 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11232         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11234 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11236         * dns.el (query-dns): Protect more against buggy tcp output.
11238 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11240         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11241         nov.php.
11243 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11245         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11246         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11247         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11248         output on the server side.
11249         (nnweb-google-create-mapping): Update regexps and add some
11250         progress indication.
11252 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11254         * gnus-group.el (gnus-group-tool-bar-gnome):
11255         Fix gnus-agent-toggle-plugged.  Re-order icons.
11256         (gnus-group-tool-bar-gnome):
11257         Add gnus-group-{prev,next}-unread-group.
11258         (gnus-group-tool-bar-gnome): Re-order icons.
11260         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11261         Move gnus-summary-insert-new-articles.
11263         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11264         Fix comments.
11266         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11267         also available in Emacs 21.3.
11269         * message.el (message-fix-before-sending): Change "Emacs 22" to
11270         "Emacs 23 (unicode)" in comment.
11272         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11273         "Emacs 23 (unicode)" in comment.
11275         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11276         comment.
11277         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11279         * mm-view.el (mm-fill-flowed): Add :version.
11281 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11283         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11284         and load-path.
11286 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11288         * message.el: Autoload gmm-image-load-path.
11289         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11290         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11291         consitency.
11293         * gmm-utils.el (gmm-image-load-path): Also search in
11294         "../etc/images".  Don't set gmm-image-load-path if we don't find
11295         the image.
11297 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11299         * gmm-utils.el (gmm-image-load-path): Don't make
11300         `gmm-image-load-path' include subdirectories which the second arg
11301         `image' might specify.
11303         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11304         subdirectory to icon file names.
11306         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11308 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11310         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11311         gmm-image-load-path calls.
11313         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11315         * message.el (message-make-tool-bar): Ditto.
11317         * mml.el (mml-preview): Add comment concerning tool bar icons.
11319         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11320         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11322         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11323         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11325         * message.el (message-tool-bar-gnome): Use new icon names.
11326         (message-make-tool-bar): Use `gmm-image-load-path'.
11328         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11329         New functions from MH-E.
11330         (gmm-image-load-path): New variable from MH-E.
11331         (gmm-image-load-path): New function from MH-E.  Add arguments
11332         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11333         *-image-load-path-called-flag.
11335 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11337         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11339 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11341         * nnimap.el (nnimap-request-move-article): Change folder back to
11342         source group before deleting.
11344 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11346         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11348         * gnus-art.el (mm-url-insert-file-contents-external):
11349         Autoload mm-url.
11351         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11353 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11355         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11356         coding system which mm-charset-to-coding-system returns for a
11357         given charset is valid.
11359 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11361         * html2text.el (html2text-remove-tag-list):
11362         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11364 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11366         * gnus-cus.el: Revert 2005-10-17 change.
11368 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11370         * gnus-art.el (article-strip-banner):
11371         Call article-really-strip-banner only when the regexp match is made.
11373 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11375         * gnus-art.el (article-strip-banner):
11376         Use gnus-extract-address-components instead of
11377         mail-header-parse-addresses to make it work with non-ASCII text;
11378         remove mail-encode-encoded-word-string.
11380         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11381         values which are surrounded with \"...\"; make it never cause a
11382         Lisp error; give up parsing of parameters if it failed in
11383         extracting type.
11385 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11387         * smime.el (smime-cert-by-ldap-1): Fix bug where
11388         `smime-ldap-search' returns results without userCertificates.
11390 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11392         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11394 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11396         * spam.el (spam-check-spamassassin-headers): Adapt format for
11397         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11398         <ari@mbf.ocn.ne.jp>.
11399         (spam-list-of-processors): Add spam-use-gmane.
11401 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11403         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11404         make-temp-file; make it work with XEmacs as well.
11406         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11407         mm-make-temp-file.
11409         * mm-decode.el (mm-display-external): Use the 3rd arg of
11410         mm-make-temp-file.
11411         (mm-create-image-xemacs): Ditto.
11413 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11415         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11416         with message-narrow-to-headers.
11417         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11418         (gnus-draft-check-draft-articles): New function.
11419         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11421 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11423         * gnus-art.el (gnus-article-browse-html-parts):
11424         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11425         Don't use suffix argument for mm-make-temp-file for Emacs 21
11426         compatibility.  Remove useless `format'.
11428 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11430         * nnweb.el (nnweb-google-wash-article): Update regexps.
11431         (nnweb-group-alist): Use defvoo instead of defvar.
11433 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11435         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11436         re-loading nn* modules.
11438 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11440         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11441         for `tool-bar-mode' and don't check it's default-value.
11443         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11445         * message.el (message-make-tool-bar): Ditto.
11447         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11448         `substring'.  Shorten tmp-file name.
11450         * gnus.el: Remove bogus comment.
11452 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11454         * gnus-art.el (gnus-article-browse-html-parts): New function.
11455         (gnus-article-browse-html-article): New function for viewing html
11456         articles with a browser.
11458 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11460         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11461         (mml2015-pgg-encrypt): Ditto.
11463         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11464         (mml1991-pgg-encrypt): Ditto.
11466 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11468         * nnfolder.el (nnfolder-insert-newsgroup-line):
11469         Use message-make-date instead of current-time-string.
11471         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11472         to gnus-decoded which mm-uu might set.
11474 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11476         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11477         don't decode quoted parameters; remove misimported Emacs code.
11478         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11479         (rfc2231-decode-encoded-string): Don't use split-string which
11480         behaves differently according to Emacs version; use
11481         mm-decode-coding-region to convert charset to coding-system.
11482         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11483         (rfc2231-encode-string): Remove misimported Emacs code.
11485 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11487         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11488         when calling mail-header-parse-content-type.
11489         (article-de-quoted-unreadable): Ditto.
11490         (article-de-base64-unreadable): Ditto.
11491         (article-wash-html): Ditto.
11493         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11494         calling mail-header-parse-content-type and
11495         mail-header-parse-content-disposition.
11496         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11497         mail-header-parse-content-type.
11499         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11500         insert charset and format parameters; encode description after
11501         inserting it to buffer.
11502         (mml-insert-parameter): Fold lines properly even if a parameter is
11503         segmented into two or more lines; change the max column to 76.
11505         * rfc1843.el (rfc1843-decode-article-body): Don't use
11506         ignore-errors when calling mail-header-parse-content-type.
11508         * rfc2231.el (rfc2231-parse-string): Return at least type if
11509         possible; don't cause an error even if it fails in parsing of
11510         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11511         (rfc2231-encode-string): Don't break lines at the beginning, leave
11512         it to mml-insert-parameter.
11514         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11515         calling mail-header-parse-content-type.
11517 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11519         * spam-report.el (spam-report-gmane-use-article-number):
11520         Improve doc string.
11521         (spam-report-gmane-internal): Check if a suitable header was found
11522         in the article.
11524 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11526         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11527         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11529 2006-02-05  Romain Francoise  <romain@orebokech.com>
11531         Update copyright notices of all files in the gnus directory.
11533 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11535         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11537 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11539         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11540         segmented lines of parameter value to cope with Thunderbird 1.5
11541         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11542         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11543         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11545 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11547         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11548         parts.
11550 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11552         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11553         there's only one active file for all servers.
11554         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11555         solid groups.  Gnus might have used a FAST request to select the group.
11556         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11557         and nnweb-search redundantly in the active file.
11558         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11559         (nnweb-request-create-group): Don't use ARGS.
11560         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11561         initialisations.  Let nnoo do the work.
11563 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11565         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11566         Say the part has been decoded.
11568         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11570 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11572         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11573         mailcap-viewer-test-cache when there's no 'test clause, since that
11574         will invert the meaning of a "nil" test previously determined by
11575         mailcap-mailcap-entry-passes-test.
11577 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11579         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11580         compiling.
11582         * gnus-sum.el: Ditto.
11584         * message.el: Don't bind tool-bar-map when compiling.
11586 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11588         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11590 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11592         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11593         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11594         current Google Groups.
11596 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11598         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11599         and tool-bar-mode.
11601         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11602         and tool-bar-mode.
11604         * message.el (message-tool-bar-update): Simplify.
11605         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11607         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11608         gnus-summary-buffer.
11609         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11610         gnus-summary-reply.
11612         * gmm-utils.el (gmm): Add :version.
11614 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11616         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11617         Don't autoload.
11619 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11621         * gmm-utils.el (gmm-verbose): Add :group.
11623 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * message.el: Change some comments WRT tool-bars.
11627         * gnus-sum.el (gnus-summary-tool-bar)
11628         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11629         (gnus-summary-tool-bar-zap-list): New variables.
11630         (gnus-summary-make-tool-bar): Complete rewrite using
11631         `gmm-tool-bar-from-list'.
11633         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11634         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11635         New variables.
11636         (gnus-group-make-tool-bar): Complete rewrite using
11637         `gmm-tool-bar-from-list'.
11638         (gnus-group-tool-bar-update): New function.
11640         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11642 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11644         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11645         is dissected into a single part of which the type is the same as
11646         the given one; decode charset.
11648 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11650         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11651         into alists as symbol not string, since that's what
11652         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11653         look for.
11655 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11657         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11658         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11660         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11662 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11664         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11665         (gnus-mime-security-button-menu): New definition.
11666         (gnus-mime-security-button-map): Use them.
11667         (gnus-mime-security-button-menu): New function.
11668         (gnus-insert-mime-security-button): Addition to help echo.
11669         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11670         (gnus-mime-security-pipe-part): New functions.
11672         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11673         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11675         * mm-decode.el (mm-handle-set-disposition): Remove.
11676         (mm-handle-set-description): Remove.
11678 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11680         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11681         (mm-w3m-standalone-supports-m17n-p): New function.
11682         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11683         w3m usage.
11685         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11686         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11688 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11690         * message.el (message-tool-bar-zap-list):
11691         Use gmm-tool-bar-zap-list as custom type.
11692         (message-tool-bar-update): New function.
11693         (message-tool-bar, message-tool-bar-gnome)
11694         (message-tool-bar-retro): Add message-tool-bar-update.
11695         (message-tool-bar-gnome): Add flyspell-buffer.
11697         * gnus-util.el (gnus-error): Describe `args'.
11699         * gmm-utils.el (gmm-error): Describe `args'.
11700         (gmm-tool-bar-zap-list): New widget.
11701         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11703 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11705         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11706         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11707         the number of recursive calls.
11709         * mm-decode.el (mm-handle-set-disposition): New macro.
11710         (mm-handle-set-description): New macro.
11712 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11714         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11715         encoding.
11717 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11719         * message.el (message-tool-bar-zap-list, message-tool-bar)
11720         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11721         (message-tool-bar-local-item-from-menu): Remove.
11722         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11723         (message-make-tool-bar): New function.
11724         (message-mode): Use `message-make-tool-bar'.
11726         * gmm-utils.el: New file.
11727         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11728         (gmm-lazy): New widget copied from `nnmail.el'.
11729         (gmm-tool-bar-from-list): New function for creating customizable
11730         tool bars.
11731         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11732         output.
11733         (gmm): Add :prefix to defgroup.
11735 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11737         * gmm-utils.el (gmm-widget-p): New function.
11739 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11741         * mml.el (mml-attach-file): Describe `description' in doc string.
11742         (mml-menu): Add Emacs MIME manual and PGG manual.
11744 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11746         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11748 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11750         * nntp.el (nntp-end-of-line): Doc fix.
11752 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11754         * imap.el (imap-open): Handle case where buffer is a buffer
11755         object.
11757 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11759         * gnus-delay.el (gnus-delay): Don't autoload.
11760         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11761         to be re-loaded when customizing the `gnus-delay' group.
11763 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11765         * message.el (message-insert-citation-line): Use newlines.
11767 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11769         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11771         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11773 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11775         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11777 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11779         * mm-decode.el (mm-inlined-types): Add application/pgp.
11780         (mm-automatic-display): Ditto.
11782         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11783         part as text.
11785 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11787         * nnrss.el: Update copyright.
11788         (nnrss-opml-import): Query whether to subscribe to each entry.
11790         * gnus-art.el:
11791         * gnus-sum.el:
11792         * mm-uu.el:
11793         * mm-view.el: Update copyright.
11795 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
11797         * message.el (message-info): New function.
11798         (message-mode-menu): Add it.
11799         Update copyright.
11801         * ChangeLog: Fix and update copyright.
11803 2006-01-13  Romain Francoise  <romain@orebokech.com>
11805         * message.el (message-forward-subject-name-subject): Prefer the
11806         address to 'nowhere' if the sender has no name.
11807         Fix typo.  Update copyright year.
11809 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11811         * gnus-art.el (article-wash-html):
11812         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
11813         (gnus-article-wash-html-with-w3m-standalone): New function.
11815         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
11816         mm-inline-text-html-render-with-w3m-standalone.
11817         (mm-text-html-washer-alist): Map w3m-standalone to
11818         gnus-article-wash-html-with-w3m-standalone.
11819         (mm-inline-text-html-render-with-w3m-standalone): New function.
11821 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
11823         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
11824         Improve LaTeX.
11826 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11828         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
11829         (nnrss-request-article): Render text/plain parts as HTML.
11831         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
11832         the buffer.
11834 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
11836         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
11837         custom definition of `gnus-posting-styles'.
11839         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
11840         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
11842 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
11844         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
11845         Use nntp for bug archive.
11847 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11849         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
11850         parts.
11851         (nnrss-normalize-date): New function converts ISO 8601 date into
11852         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11853         (nnrss-check-group): Use it.
11855 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11857         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
11859         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
11860         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
11861         (nnrss-insert-w3): Ditto.
11863 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11865         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
11866         the articles to be forwarded including the case where neither a
11867         number of articles nor a region is specified.
11869 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11871         * nnrss.el (nnrss-request-article): Fix last change; fill
11872         text/plain parts.
11874 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
11877         in text/plain part.
11878         (nnrss-check-group): Don't add excessive newline to dc:subject.
11880 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
11882         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
11883         article.
11885 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11887         * nnml.el: Don't require gnus-bcklg.  Autoload it.
11888         (nnml-use-compressed-files, nnml-save-mail): Support other
11889         comression programs such as bzip2.
11891 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11893         * dns.el (query-dns): Make sure we check the buffer size before
11894         removing tcp headers.
11896 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11898         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
11899         remove MIME buttons associated with multipart/alternative parts.
11900         (gnus-mime-display-alternative): Tag buttons using `article-type'
11901         text property.
11903         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
11904         associated with multipart/alternative parts.
11906         * gnus-art.el (gnus-signature-separator): Fix custom type.
11908         * mm-decode.el (mm-inlined-types): Fix custom type.
11909         (mm-keep-viewer-alive-types): Ditto.
11910         (mm-automatic-display): Ditto.
11911         (mm-attachment-override-types): Ditto.
11912         (mm-inline-override-types): Ditto.
11913         (mm-automatic-external-display): Ditto.
11915 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11917         * spam-report.el (spam-report-user-mail-address)
11918         (spam-report-user-agent): New variables.
11919         (spam-report-url-ping-plain): Use spam-report-user-agent.
11921 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
11923         * gnus-art.el (gnus-button-handle-custom): Do not just use
11924         `customize-apropos' for any "M-x customize-*" button but the
11925         function called for.  Accept both the function name and its
11926         argument in order to achieve this.
11927         (gnus-button-alist): Remove support for "custom:" URL's.
11928         Pass function name to `gnus-button-handle-custom' in case of "M-x
11929         customize-*" buttons.
11931 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11933         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
11934         multipart/alternative and add xref to mm-discouraged-alternatives
11935         in doc string.
11937         * mm-decode.el (mm-discouraged-alternatives): Add xref to
11938         gnus-buttonized-mime-types in doc string.
11940 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
11942         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
11943         Suggest image/.* in the doc string.
11945 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
11947         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
11948         message-marks (Debian bug #342521).
11950 2005-12-12  Simon Josefsson  <jas@extundo.com>
11952         * password.el (password-read-from-cache): Add.
11953         (password-read): Use it.
11955 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11957         * rfc2047.el (rfc2047-charset-to-coding-system):
11958         Recognize us-ascii as a MIME charset.
11960         * mm-bodies.el (mm-decode-content-transfer-encoding):
11961         Protect against the case where the 2nd arg TYPE is nil.
11963 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
11965         * pop3.el (pop3-stream-type): Fix custom version.
11967         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
11969 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11971         * mm-decode.el (mm-display-external): Add missing cdr.
11973 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11975         * mm-decode.el (mm-display-external): Use nametemplate (defined in
11976         RFC1524) if it is in mailcap or add a suffix according to
11977         mailcap-mime-extensions when generating a temp filename; postpone
11978         deleting a temp file for 2 seconds for some wrappers, shell
11979         scripts, and so on, which might exit right after having started a
11980         viewer command as a background job.
11982 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11984         * nntp.el (nntp-marks-directory): Fix custom group.
11986         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
11987         steps when < 10.
11989         * gnus-start.el (gnus-no-server-1):
11990         Mention `gnus-level-default-subscribed' in doc string.
11992 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
11994         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
11995         parens.
11997 2005-11-26  Dave Love  <fx@gnu.org>
11999         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12000         (tls-program, tls-success): Provide openssl alternative.
12002         * starttls.el: Doc fixes.
12003         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12004         SERVICE to PORT.
12006         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12007         port null or service name.
12008         (starttls-negotiate): Autoload.
12010 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12012         * message.el (message-kill-to-signature): Fix interactive spec.
12014 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12016         * pop3.el (pop3-open-server): Recognize a string as a service name.
12018 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12020         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12022 2005-11-23  Dave Love  <fx@gnu.org>
12024         Add pop3s, pop3/starttls.
12026         * pop3.el (pop3-authentication-scheme): Clarify doc.
12027         (open-tls-stream, starttls-open-stream): Autoload.
12028         (pop3-stream-type): New.
12029         (pop3-open-server): Use it.
12031         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12032         for POP.
12033         (mail-source-keyword-map): Add :stream for POP.
12034         (mail-source-fetch-pop): Use pop3-stream-type.
12036 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12038         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12039         of current-time-string.
12041 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12043         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12044         date header.
12046 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12048         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12049         it can seriously impact performance as it bypasses the agent's
12050         local caches.
12052 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12054         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12055         must be explicitly online rather than "not explicitly offline" for
12056         its flags to be synchronized.
12058         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12059         that gnus-uu-unmark-thread will function correctly.
12061         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12062         1024K is instead displayed as 1M.
12064 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12066         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12068 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12070         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12072 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12074         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12075         error message to display actual error condition.
12076         (gnus-agent-save-local): Avoid saving symbols that are bound to
12077         nil as they simply result in a warning message in
12078         gnus-agent-read-local.
12080 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12082         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12083         rather than make-variable-buffer-local for file-precious-flag.
12085 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12087         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12088         for duplicates which are removed.  The invalid sort check then
12089         triggers a rescan after the sort as sorting may have moved
12090         duplicate entries such that they can be cheaply detected.
12092 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12094         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12096 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12098         * gnus-agent.el (gnus-agent-article-alist-save-format):
12099         Change internal variable to a custom variable.  Change default value
12100         from compressed(2) to uncompressed(1).
12101         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12102         support for uncompressed agentview files.  Taken together, reading
12103         the agentview file should now be 6-7 times faster.
12105 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12107         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12108         as a buffer-local variable.  This avoids creating truncated
12109         dribble files as a result of a hang up, eg.
12111 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12113         * gnus-start.el (gnus-start-draft-setup):
12114         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12116         * gnus.el (gnus-splash): Change custom group.
12117         (gnus-group-get-parameter, gnus-group-parameter-value):
12118         Describe allow-list argument.
12120         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12121         string.
12123 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12125         * gnus-art.el (gnus-default-article-saver): Add user-defined
12126         `function' to custom type.
12128 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12130         * imap.el (imap-open): Handle case where buffer is a buffer
12131         object.
12133 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12135         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12136         long lines.
12137         (gnus-cache-delete-group): Wrap doc strings.
12139         * gnus-agent.el (gnus-agent-rename-group)
12140         (gnus-agent-delete-group): Wrap doc strings.
12142 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12144         * gnus-start.el (gnus-1): Add "native" to
12145         gnus-predefined-server-alist.
12147         * gnus.el (gnus-method-to-server): Don't add "native" to the
12148         lists here, because that leads to problems when
12149         gnus-select-method is bound.
12151 2005-11-09  Simon Josefsson  <jas@extundo.com>
12153         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12154         use (not sort-by-date) instead.
12156 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12158         * gnus-delay.el (gnus-delay-group): Don't autoload.
12159         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12160         to be re-loaded when customizing the `gnus-delay' group.
12162 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12164         * message.el: Revert last changes.
12165         (message-insert-citation-line): Use newlines.
12167 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12169         * message.el (message-courtesy-message)
12170         (message-mark-insert-begin, message-mark-insert-end)
12171         (message-elide-ellipsis, message-cancel-message)
12172         (message-add-header, message-change-subject)
12173         (message-cross-post-followup-to-header)
12174         (message-cross-post-insert-note, message-reduce-to-to-cc)
12175         (message-widen-reply, message-delete-not-region)
12176         (message-kill-to-signature, message-insert-signature)
12177         (message-insert-importance-high, message-insert-importance-low)
12178         (message-insert-or-toggle-importance)
12179         (message-insert-disposition-notification-to)
12180         (message-indent-citation, message-yank-original)
12181         (message-cite-original-without-signature, message-cite-original)
12182         (message-insert-citation-line, message-position-on-field)
12183         (message-fix-before-sending, message-send-mail-partially)
12184         (message-send-mail, message-send-mail-with-sendmail)
12185         (message-send-mail-with-qmail, message-send-news)
12186         (message-check-news-header-syntax, message-generate-headers)
12187         (message-insert-courtesy-copy, message-fill-address)
12188         (message-fill-header, message-shorten-references)
12189         (message-setup-1, message-cancel-news)
12190         (message-forward-make-body-plain, message-forward-make-body-mime)
12191         (message-forward-make-body-mml, message-encode-message-body)
12192         (message-forward-make-body-digest-plain)
12193         (message-forward-make-body-digest-mime)
12194         (message-use-alternative-email-as-from): Insert `hard-newline'
12195         instead of ordinary newlines.
12197 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12199         * message.el (message-generate-headers): Downcase the argument
12200         given to message-check-element.
12202 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12204         * nntp.el (nntp-authinfo-rejected): New error condition.
12205         (nntp-wait-for): Use new error condition to signal authentication
12206         error.
12207         (nntp-retrieve-data): Rethrow new error condition to break out of
12208         recursive call to nntp-send-authinfo.
12210 2005-11-08  Romain Francoise  <romain@orebokech.com>
12212         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12213         (gnus-summary-exit-map): Bind to `Z p'.
12214         (gnus-summary-make-menu-bar): Add menu item.
12216 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12218         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12219         (gnus-treat-*): Add `first' in all doc strings.
12221         * gnus-group.el (gnus-group-compact-group): Fix typo.
12223 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12225         * gnus.el (gnus-parameters-case-fold-search): New variable.
12226         (gnus-parameters-get-parameter): Use it.
12228         * gnus-score.el (gnus-home-score-file): Doc fix.
12230 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12232         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12234 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12236         * mm-util.el (mm-special-display-p): New function.
12238         * mml.el (mml-preview): Use it; doc fix.
12240 2005-10-29  Romain Francoise  <romain@orebokech.com>
12242         * message.el (message-fix-before-sending): Fix comment.
12244 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12246         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12248 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12250         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12251         Used in gnus-score.el.
12253 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12255         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12257 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12259         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12260         whitespace removed in revision 7.8.  Use concatenated string to
12261         protect trailing whitespace.
12263 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12265         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12266         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12267         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12268         Courier IMAP ("some version from 2004").  Mostly based on similar
12269         code in the same function.
12271 2005-10-26  Didier Verna  <didier@xemacs.org>
12273         * gnus-group.el (gnus-group-compact-group): Invalidate original
12274         article buffer.
12275         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12276         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12277         NOV database and in article itself.
12278         Invalidate article backlog.
12280 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12282         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12284 2005-10-26  Simon Josefsson  <jas@extundo.com>
12286         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12287         part of 2004-07-25 change.
12289 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12291         * message.el (message-display-completion-list): New function.
12292         (message-expand-group): Use it; make sure the Completions buffer
12293         is modifiable.
12295 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12297         * imap.el (imap-open): Handle case where buffer is a buffer object.
12299 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12301         * pgg-def.el:
12302         * pgg-gpg.el:
12303         * pgg-parse.el:
12304         * pgg-pgp.el:
12305         * pgg-pgp5.el:
12306         * pgg.el: Move to the parent lisp directory.
12308 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12310         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12311         user-mail-name is an empty string.
12313 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12315         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12316         depending on gnus-score-decay-constant.
12318         * encrypt.el (encrypt-insert-file-contents)
12319         (encrypt-write-file-contents): Don't use `gnus-message'.
12321         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12322         arguments.
12323         (mm-uu-type-alist): Add message-marks and insert-marks.
12324         Pass arguments to mm-uu-verbatim-marks-extract.
12325         (mm-uu-hide-markers): New variable.
12326         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12328         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12329         (gnus-convert-image-to-face-command): Use "convert" by default to
12330         allow other input image formats.
12331         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12332         accordingly.
12334 2005-10-23  Simon Josefsson  <jas@extundo.com>
12336         * imap.el (imap-gssapi-program): Align command line parameters
12337         with latest GNU SASL.
12338         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12340 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12342         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12343         HTML.
12344         (nnslashdot-request-article): Ditto.
12346 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12348         * mail-source.el (mail-source-fetch-pop): Require pop3.
12349         (mail-source-check-pop): Ditto.
12351 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12353         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12354         errors.
12356 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12358         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12359         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12361         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12363         * mm-bodies.el (mm-decode-string):
12364         Call `mm-charset-to-coding-system' with allow-override argument.
12366 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12368         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12369         (rfc2047-charset-to-coding-system): New function.
12370         (rfc2047-decode-encoded-words): New function.
12371         (rfc2047-decode-region): Use them.
12372         (rfc2047-decode-cte): Remove.
12373         (rfc2047-parse-and-decode): Remove.
12374         (rfc2047-decode): Remove.
12376 2005-10-15  Kenichi Handa  <handa@m17n.org>
12378         * rfc2047.el (rfc2047-decode-cte): New function.
12379         (rfc2047-decode-region): Change the way to decode successive
12380         encoded-words: decode B- or Q-encoding in each encoded-word,
12381         concatenate them, and decode it as charset.
12383 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12385         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12386         widget-move-and-invoke.
12387         (gnus-custom-mode): Use gnus-custom-map.
12389 2005-10-15  Bill Wohler  <wohler@newt.com>
12391         * message.el (message-tool-bar-map): Rename image file from
12392         mail_send to mail/send.
12394 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12396         * message.el (message-expand-group): Pass the common
12397         prefix substring of completion to `display-completion-list'.
12399 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12401         * mml-sec.el (mml-secure-method): New internal variable.
12402         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12403         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12404         New functions using mml-secure-method.
12406         * mml.el (mml-mode-map): Add key bindings for those functions.
12407         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12408         Harder <harder@myrealbox.com>.
12409         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12410         Goto end of message if point is the headers of the message.
12412         * message.el (message-in-body-p): New function.
12414         * assistant.el: Autoload gnus-util and netrc.
12416         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12417         Use `mm-charset-override-alist' only when decoding.
12419         * mm-bodies.el (mm-decode-body):
12420         Call `mm-charset-to-coding-system' with allow-override argument.
12422         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12423         `filename' from Content-Disposition if Content-Type doesn't
12424         provide `name'.
12425         (gnus-mime-view-part-as-type): Set default instead of
12426         initial-input.
12428 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12430         * format-spec.el (format-spec): Propagate text properties of % spec.
12432 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12434         * gnus-art.el (gnus-treat-predicate): Add `first'.
12436 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12438         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12439         (mm-charset-override-alist): New variable.
12440         (mm-charset-to-coding-system): Use it.
12441         (mm-codepage-setup): New helper function.
12442         (mm-charset-eval-alist): New variable.
12443         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12444         Warn about unknown charsets.
12446 2005-10-04  David Hansen  <david.hansen@gmx.net>
12448         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12449         (nnrss-check-group): Ditto.
12451 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12453         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12454         Rename x-gnus-verbatim to x-verbatim.
12455         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12457         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12458         x-verbatim.
12460         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12462         * gnus-util.el (gnus-remove-duplicates): Remove.
12464         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12465         instead of gnus-remove-duplicates.
12467         * message.el (message-remove-duplicates): Remove.
12468         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12469         message-remove-duplicates.
12471         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12472         available, else use implementation from `delete-dups'.
12474         * message.el (message-insert-expires): New function.
12475         (message-mode-map): Add key binding.
12476         (message-mode-field-menu): Add menu entry.
12477         (message-mode): Document it.
12478         (message-make-expires-date): Use `message-make-date'.
12480 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12482         * message.el (message-make-expires-date): New function.
12484 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12486         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12488 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12490         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12491         function rather than the diff-mode.el package.
12492         (mm-display-external): Use with-current-buffer.
12493         (mm-viewer-completion-map, mm-viewer-completion-map):
12494         Move initialization inside declaration.
12496 2005-09-29  Simon Josefsson  <jas@extundo.com>
12498         * spam.el: Load hashcash when compiling, to avoid warnings.
12499         Don't autoload mail-check-payment.
12500         (spam-check-hashcash): Define unconditionally, since hashcash.el
12501         is part of Gnus now.  Ignore errors from payment checking.
12503 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12505         * message.el (message-bold-region, message-unbold-region):
12506         Rename from `bold-region' and `unbold-region'.
12508         * message.el: Remove useless autoloads.
12510 2005-09-28  Simon Josefsson  <jas@extundo.com>
12512         * message.el (message-use-idna): Default to t.
12513         (message-use-idna): Test whether encoding works too.  Doc fix.
12515 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12517         * nntp.el (nntp-warn-about-losing-connection): Remove.
12519 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12521         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12522         customizable.  Change default value.
12523         (mm-uu-diff-groups-regexp): Change default value.
12524         (mm-uu-type-alist): Add doc string.
12525         (mm-uu-configure): Add doc string.  Make it interactive.
12526         (mm-uu-tex-groups-regexp): New variable.
12527         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12528         (mm-uu-type-alist): Add LaTeX documents.
12529         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12530         of "text/verbatim".
12531         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12533         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12534         instead of "text/verbatim".
12536         * message.el (message-mark-inserted-region)
12537         (message-mark-insert-file): Use slrn style marks when called with
12538         prefix argument.
12540 2005-09-27  Simon Josefsson  <jas@extundo.com>
12542         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12544 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12546         * message.el (message-remove-duplicates): New function.
12547         Implementation borrowed from `gnus-remove-duplicates'.
12548         (message-idna-to-ascii-rhs): Also encode idna addresses in
12549         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12550         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12551         only ask about the same idna domain once per header and also tell
12552         in what header to replace the idna domain.
12554         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12555         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12556         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12557         a header is decoded and not just the last one.
12559 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12561         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12562         has been decoded.
12564         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12565         (mm-insert-part): Don't modify text if it has been decoded.
12567         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12568         decoded.
12570         * mm-view.el (mm-inline-text): Don't strip text props unless
12571         decoding enriched or richtext parts.
12573 2005-09-25  Romain Francoise  <romain@orebokech.com>
12575         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12576         * gnus-start.el (gnus-subscribe-interactively):
12577         * gnus-uu.el (gnus-uu-grab-articles):
12578         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12579         space.
12581 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12583         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12584         * mm-view.el (mm-view-pkcs7-decrypt):
12585         * gnus-sum.el (gnus-summary-limit-to-extra)
12586         (gnus-summary-respool-article, gnus-read-move-group-name):
12587         * gnus-score.el (gnus-summary-increase-score):
12588         * gnus-util.el (gnus-completing-read-with-default):
12589         * gnus-art.el (gnus-read-save-file-name)
12590         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12591         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12592         * message.el (message-check-news-header-syntax):
12593         Follow convention for reading with the minibuffer.
12595 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12597         * spam-report.el (spam-report-url-ping-plain):
12598         Use gnus-extended-version as User-Agent.
12600         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12601         default value is nil.
12603         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12604         (mm-uu-verbatim-marks-extract): New function.
12605         (mm-uu-extract): New face.
12606         (mm-uu-copy-to-buffer): Use it.
12608         * spam-report.el (spam-report-gmane-ham): Rename from
12609         `spam-report-gmane-unspam'.
12610         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12611         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12613         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12614         Autoload.
12615         (spam-report-gmane-unregister-routine):
12616         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12618 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12620         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12621         (spam-report-gmane-unregister-routine): Add support for gmane
12622         unregistration.
12624         * spam-report.el (spam-report-gmane-unspam)
12625         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12626         (spam-report-gmane): Change to take a single article and do unspam
12627         registration.
12629 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12631         * mm-url.el (mm-url-decode-entities): Fix regexp.
12633 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12636         default to nil, to be able to use Gnus at all.  If the default
12637         switches to something else, then the function should be fixed not
12638         be exceedingly slow.
12640 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12642         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12643         fail hard.
12645         * spam-report.el: Add better Keywords line.
12647         * spam.el: Add Maintainer and better Keywords line.
12649 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12651         * gnus-art.el (gnus-article-replace-part)
12652         (gnus-mime-replace-part): New functions.
12653         (gnus-mime-action-alist, gnus-mime-button-commands)
12654         (gnus-mime-save-part-and-strip): Add file argument.
12655         (gnus-article-part-wrapper): Add interactive argument.
12657         * gnus-sum.el (gnus-summary-mime-map):
12658         Add `gnus-article-replace-part'.
12660 2005-09-19  Didier Verna  <didier@xemacs.org>
12662         The nnml compaction feature:
12663         * nnml.el (nnml-request-compact-group): New function.
12664         * nnml.el (nnml-request-compact): New function.
12665         * gnus-int.el (gnus-request-compact-group): New function.
12666         * gnus-int.el (gnus-request-compact): New function.
12667         * gnus-group.el (gnus-group-compact-group): New function.
12668         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12669         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12670         * gnus-srvr.el (gnus-server-compact-server): New function.
12671         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12672         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12674 2005-09-18  Deepak Goel  <deego@gnufans.org>
12676         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12677         format spec.
12679 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12681         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12683 2005-09-15  Romain Francoise  <romain@orebokech.com>
12685         * message.el (message-fill-paragraph): Clarify docstring.
12687 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12689         * gnus-art.el (gnus-mime-display-part): Protect against broken
12690         MIME messages.
12692 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12694         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12695         before parsing header.
12697 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12699         * html2text.el (html2text-replace-list): Add new entities.
12701 2005-09-11  Romain Francoise  <romain@orebokech.com>
12703         * message.el (message-alternative-emails): Improve docstring.
12704         (message-setup-1): Call `message-use-alternative-email-as-from'
12705         after `message-setup-hook' to give it precedence over posting
12706         styles, etc.
12707         (message-use-alternative-email-as-from): Add docstring.
12708         Remove the original From header if present.
12710         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12711         (nnml-save-mail): Use it.
12713         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12714         articles.  Add new argument `silent'.
12715         (gnus-uu-mark-all): Report the total number of marked articles.
12717 2005-09-10  Romain Francoise  <romain@orebokech.com>
12719         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12720         (gnus-uu-mark-series): Likewise.
12722 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12724         * spam-report.el (spam-report-gmane): Fix generation of spam
12725         report URL.
12727 2005-09-10  Simon Josefsson  <jas@extundo.com>
12729         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12730         t, based on discussion on the ding list with Robert Epprecht
12731         <epprecht@solnet.ch>.
12733 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12735         * spam-report.el (spam-report-gmane): Make it work without
12736         X-Report-Spam header.  Gmane now only provides Archived-At.
12737         This is only used if `spam-report-gmane-use-article-number' is nil.
12738         (spam-report-gmane-spam-header): Remove.  Not used anymore.
12740         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
12741         make `gnus-summary-sort-by-recipient' work with threading.
12743         * nnweb.el (nnweb-google-wash-article): Print a message if article
12744         is not available.
12746 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12748         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
12749         change.  Decode text/* parts content before displaying.
12751 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
12753         * mml-smime.el: Remove defvar of gnus-extract-address-components.
12755 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12757         * mm-view.el (mm-display-inline-fontify): Disable support modes.
12759 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
12761         * message.el (message-tab-body-function): Fix mismatched custom type.
12763         * gnus.el (gnus-group-change-level-function): Ditto.
12765         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
12767         * gnus-art.el (gnus-signature-limit)
12768         (gnus-article-mime-part-function): Ditto.
12770 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12772         * mml.el (mml-mode): Silence the byte compiler.
12774         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
12775         using `(sit-for 0)' before moving the point to the specified part;
12776         skip unbuttonized parts.
12777         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
12778         return to the summary window if gnus-auto-select-part is non-nil.
12780 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
12782         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
12783         New variables.
12784         (mml-dnd-attach-file, mml-mode): Use them.
12786         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
12787         Make fetching article by MID work again for Google Groups.
12788         Add FIXME concerning gnus-group-make-web-group.
12790         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
12791         Don't depend on Gnus by using mail-extract-address-components if
12792         gnus-extract-address-components is not bound.
12794 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796         * gnus-art.el (gnus-mime-display-security): Don't display the
12797         signature, but only the signed part.
12799 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12801         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
12803         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
12804         list, not listp.
12806 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
12808         * mm-encode.el (mm-encode-content-transfer-encoding):
12809         Likewise when encoding.
12811         * mm-bodies.el (mm-decode-content-transfer-encoding):
12812         De-canonicalize CRLF for all text content types, not just
12813         text/plain.
12815 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12817         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
12818         valid article; point arrow and cursor at the MIME button.
12820 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12822         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
12823         Suggested by Dan Christensen <jdc@uwo.ca>.
12825         * mm-decode.el (mm-save-part): Enable change of prompt.
12827 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
12829         * gnus-msg.el (gnus-inews-add-send-actions):
12830         Make `message-post-method' lambda parameter ARG `&optional'.
12832 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12834         * gnus-sum.el (gnus-summary-mime-map):
12835         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
12836         gnus-article-jump-to-part.
12838         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
12839         (gnus-article-edit-part): Use it.
12840         (gnus-article-part-wrapper): Add no-handle argument.
12841         (gnus-article-save-part-and-strip, gnus-article-delete-part):
12842         New functions.
12844 2005-08-29  Romain Francoise  <romain@orebokech.com>
12846         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12847         docstring.
12848         (gnus-face-from-file): Likewise.
12850 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
12852         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
12853         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
12854         non-nil.
12855         (gnus-auto-select-part): New variable.
12856         (gnus-article-jump-to-part): New function.
12857         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
12858         (gnus-mime-delete-part): Allow selecting specified part after
12859         deleting or stripping parts.
12860         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
12861         part if argument is bogus.
12863 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12865         * gnus-art.el (w3m-minor-mode-map):
12866         * gnus-spec.el (gnus-newsrc-file-version):
12867         * gnus-util.el (nnmail-active-file-coding-system)
12868         (gnus-original-article-buffer, gnus-user-agent):
12869         * gnus.el (gnus-ham-process-destinations)
12870         (gnus-parameter-ham-marks-alist)
12871         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
12872         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
12873         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
12874         * mm-decode.el (gnus-current-window-configuration):
12875         * mm-extern.el (gnus-article-mime-handles):
12876         * mm-url.el (url-current-object, url-package-name)
12877         (url-package-version):
12878         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
12879         (smime-keys, w3m-cid-retrieve-function-alist)
12880         (w3m-current-buffer, w3m-display-inline-images)
12881         (w3m-minor-mode-map):
12882         * mml-smime.el (gnus-extract-address-components):
12883         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
12884         (gnus-newsrc-hashtb, message-default-charset)
12885         (message-deletable-headers, message-options)
12886         (message-posting-charset, message-required-mail-headers)
12887         (message-required-news-headers):
12888         * mml1991.el (mc-pgp-always-sign):
12889         * mml2015.el (mc-pgp-always-sign):
12890         * nnheader.el (nnmail-extra-headers):
12891         * rfc1843.el (gnus-decode-encoded-word-function)
12892         (gnus-decode-header-function, gnus-newsgroup-name):
12893         * spam-stat.el (gnus-original-article-buffer): Add defvars.
12895 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
12897         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
12898         the end of the date treatments.
12900 2005-08-15  Simon Josefsson  <jas@extundo.com>
12902         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
12903         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
12904         Capello and Romain Francoise.
12905         (pgg-fetch-key-function): Remove, not used?
12906         (pgg-insert-url-with-w3): Require url, to get
12907         url-insert-file-contents regardless of where it is defined.
12909 2005-08-13  Romain Francoise  <romain@orebokech.com>
12911         * message.el (message-cite-original-1): New function.
12912         (message-cite-original): Use it.
12913         (message-cite-original-without-signature): Ditto.
12915 2005-08-08  Romain Francoise  <romain@orebokech.com>
12917         * message.el (message-yank-empty-prefix): New variable.
12918         (message-indent-citation): Use it.
12919         (message-cite-original-without-signature): Respect X-No-Archive.
12921 2005-08-08  Simon Josefsson  <jas@extundo.com>
12923         * pgg.el: Autoload url-insert-file-contents instead of loading
12924         w3/url.
12925         (pgg-insert-url-with-w3): Don't load url here.
12927 2005-08-07  Jesper Harder  <harder@phys.au.dk>
12929         * message.el (message-kill-to-signature): Don't insert newline at
12930         bol.
12931         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
12933 2005-08-06  Romain Francoise  <romain@orebokech.com>
12935         * message.el (message-user-fqdn): Fix typo in docstring.
12937 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
12939         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
12941         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
12943 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12945         * mm-bodies.el (mm-encode-body): Use coding system rather than
12946         charset to encode text.
12948         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
12949         number of charsets if utf-8 is available (XEmacs).
12951 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12953         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
12954         taken from `gnus-button-mid-or-mail-regexp'.
12955         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
12956         (gnus-button-alist): Improve regexp for domain part of the MIDs
12957         for news:localpart@domain buttons.
12958         (gnus-button-ctan-directory-regexp): Update.
12960 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12962         * sieve-manage.el (sieve-manage-interactive-login):
12963         Use make-local-variable rather than make-variable-buffer-local.
12964         (sieve-manage-open): Ditto.
12965         (sieve-manage-authenticate): Ditto.
12967         * mml.el (mml-generate-mime-1): Make the content type default to
12968         text/plain if the filename is not specified.
12970 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12972         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
12973         instead of insert-buffer.
12975         * message.el (message-yank-original): Ditto; set the mark at the
12976         end of the yanked message.
12978 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12980         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
12981         lines to scroll rather than to stop it.
12983         * mml.el (mml-generate-default-type): Add doc string.
12984         (mml-generate-mime-1): Use mm-default-file-encoding or make it
12985         default to application/octet-stream when determining the content
12986         type if it is not specified for the part or the mml contents; add
12987         a comment about mml-generate-default-type.
12989 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
12991         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
12992         make it default to application/octet-stream when determining the
12993         content type if it is not specified for the external contents.
12995 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12997         * rfc2231.el (rfc2231-parse-string): Take care that not only a
12998         segmented parameter but also other parameters might be there.
13000 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13002         * mm-decode.el (mm-display-external): Delete temp file, directory
13003         and buffer immediately if the external process is exited.
13005 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13007         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13008         fewer lines than that of scroll-margin.
13009         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13011 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13013         * gnus-art.el (gnus-article-next-page): Revert.
13014         (gnus-article-beginning-of-window): New macro.
13015         (gnus-article-next-page-1): Use it.
13016         (gnus-article-prev-page): Ditto.
13017         (gnus-article-edit-part): Use insert-buffer-substring instead of
13018         insert-buffer.
13019         (gnus-article-edit-exit): Ditto.
13021         * gnus-util.el (gnus-beginning-of-window): Remove.
13022         (gnus-end-of-window): Remove.
13024 2005-07-25  Simon Josefsson  <jas@extundo.com>
13026         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13027         to have the url package without w3.  Reported by Daiki Ueno
13028         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13030 2005-07-20  Didier Verna  <didier@xemacs.org>
13032         * gnus-diary.el: Remove the description comment (nndiary is now
13033         properly documented in the Gnus manual).
13034         Fix the spelling of "Back End".
13035         * nndiary.el: Ditto.
13036         Fix the copyright notice.
13038 2005-07-18  Romain Francoise  <romain@orebokech.com>
13040         * gnus-sum.el (gnus-summary-to-prefix)
13041         (gnus-summary-newsgroup-prefix): New variables.
13042         (gnus-summary-from-or-to-or-newsgroups): Use them.
13044 2005-07-17  Romain Francoise  <romain@orebokech.com>
13046         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13047         space as it's generally not especially interesting to the user.
13049 2005-07-16  Romain Francoise  <romain@orebokech.com>
13051         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13052         nil to avoid prompting and file modification if one of the
13053         messages at the top of the nnfolder file contains a copyright
13054         notice.
13055         Update copyright notice.
13057         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13058         instead of `current-time-string' as the latter creates a time
13059         string that is not RFC 2822 compliant (it lacks the zone).
13060         Update copyright notice.
13062 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13064         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13065         for text/rtf.  Display default in prompt.  Pass default for M-n.
13067         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13069 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13071         * gnus-msg.el (gnus-button-mailto):
13072         Remove save-selected-window-window hackery because it relies on
13073         save-selected-window internals.
13075 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13077         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13078         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13079         (gnus-article-prev-page): Ditto.
13081         * gnus-util.el (gnus-beginning-of-window): New function.
13082         (gnus-end-of-window): New function.
13084 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13086         * gnus-score.el (gnus-score-edit-all-score):
13087         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13088         gnus-message.
13090 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13092         * gnus-msg.el (gnus-button-mailto):
13093         Remove save-selected-window-window hackery because it relies on
13094         save-selected-window internals.
13096 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13098         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13099         add-minor-mode.
13100         (gnus-binary-mode): Ditto.
13102         * gnus-topic.el (gnus-topic-mode): Ditto.
13104 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13106         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13107         (gnus-article-prev-page): Take scroll-margin into consideration.
13109 2005-07-04  Lute Kamstra  <lute@gnu.org>
13111         Update FSF's address in GPL notices.
13113 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13115         * gnus.el (gnus-exit):
13116         * gnus-group.el (gnus-group-icons):
13117         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13119         * gnus-nocem.el (gnus-nocem):
13120         * message.el (message-various, message-buffers, message-sending)
13121         (message-interface, message-forwarding, message-insertion)
13122         (message-headers, message-news, message-mail):
13123         * pgg-gpg.el (pgg-gpg):
13124         * pgg-parse.el (pgg-parse):
13125         * pgg-pgp.el (pgg-pgp):
13126         * pgg-pgp5.el (pgg-pgp5):
13127         * pop3.el (pop3): Finish `defgroup' description with period.
13129 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13131         * gnus-art.el (article-display-face): Improve the efficiency.
13132         (article-display-x-face): Ditto; remove grey x-face stuff.
13134 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13136         * gnus-art.el (article-display-face): Correct the position in
13137         which Faces are inserted.
13139 2005-06-29  Didier Verna  <didier@xemacs.org>
13141         * gnus-art.el (article-display-face): Display faces in correct
13142         order.
13144 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13146         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13147         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13148         (gnus-nocem-check-article): Fetch the Type header.
13149         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13150         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13151         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13152         make sure gnus-nocem-hashtb is initialized.
13153         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13154         (gnus-nocem-unwanted-article-p): Ditto.
13156         * pgg.el (pgg-verify): Return the verification result.
13158 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13160         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13161         is ascii.
13163 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13165         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13166         `show-nonbreak-escape'.
13168 2005-06-23  Lute Kamstra  <lute@gnu.org>
13170         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13172         * dig.el (dig-mode):
13173         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13175 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13177         * nnimap.el (nnimap-split-download-body): Fix spellings.
13179 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13181         * gnus-art.el (gnus-article-encrypt-body):
13182         * gnus-cus.el (gnus-score-customize):
13183         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13184         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13186 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13188         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13189         header by looking for magic "MII" at the beginnig.
13191 2005-06-16  Miles Bader  <miles@gnu.org>
13193         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13194         (assistant-field-face): New backward-compatibility alias for renamed
13195         face.
13196         (assistant-render-text): Use renamed assistant-field face.
13198         * spam.el (spam): Remove "-face" suffix from face name.
13199         (spam-face): New backward-compatibility alias for renamed face.
13200         (spam-face, spam-initialize): Use renamed spam face.
13202         * message.el (message-header-to, message-header-cc)
13203         (message-header-subject, message-header-newsgroups)
13204         (message-header-other, message-header-name)
13205         (message-header-xheader, message-separator, message-cited-text)
13206         (message-mml): Remove "-face" suffix from face names.
13207         (message-header-to-face, message-header-cc-face)
13208         (message-header-subject-face, message-header-newsgroups-face)
13209         (message-header-other-face, message-header-name-face)
13210         (message-header-xheader-face, message-separator-face)
13211         (message-cited-text-face, message-mml-face):
13212         New backward-compatibility aliases for renamed faces.
13213         (message-font-lock-keywords): Use renamed message faces.
13215         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13216         (sieve-test-commands, sieve-tagged-arguments):
13217         Remove "-face" suffix from face names.
13218         (sieve-control-commands-face, sieve-action-commands-face)
13219         (sieve-test-commands-face, sieve-tagged-arguments-face):
13220         New backward-compatibility aliases for renamed faces.
13221         (sieve-control-commands-face, sieve-action-commands-face)
13222         (sieve-test-commands-face, sieve-tagged-arguments-face):
13223         Use renamed sieve faces.
13225         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13226         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13227         (gnus-group-news-3-empty, gnus-group-news-4)
13228         (gnus-group-news-4-empty, gnus-group-news-5)
13229         (gnus-group-news-5-empty, gnus-group-news-6)
13230         (gnus-group-news-6-empty, gnus-group-news-low)
13231         (gnus-group-news-low-empty, gnus-group-mail-1)
13232         (gnus-group-mail-1-empty, gnus-group-mail-2)
13233         (gnus-group-mail-2-empty, gnus-group-mail-3)
13234         (gnus-group-mail-3-empty, gnus-group-mail-low)
13235         (gnus-group-mail-low-empty, gnus-summary-selected)
13236         (gnus-summary-cancelled, gnus-summary-high-ticked)
13237         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13238         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13239         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13240         (gnus-summary-low-undownloaded)
13241         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13242         (gnus-summary-low-unread, gnus-summary-normal-unread)
13243         (gnus-summary-high-read, gnus-summary-low-read)
13244         (gnus-summary-normal-read, gnus-splash):
13245         Remove "-face" suffix from face names.
13246         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13247         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13248         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13249         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13250         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13251         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13252         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13253         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13254         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13255         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13256         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13257         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13258         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13259         (gnus-summary-normal-ticked-face)
13260         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13261         (gnus-summary-normal-ancient-face)
13262         (gnus-summary-high-undownloaded-face)
13263         (gnus-summary-low-undownloaded-face)
13264         (gnus-summary-normal-undownloaded-face)
13265         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13266         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13267         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13268         (gnus-splash-face):
13269         New backward-compatibility aliases for renamed faces.
13270         (gnus-group-startup-message): Use renamed gnus faces.
13272         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13273         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13274         (gnus-server-agent): Remove "-face" suffix from face names.
13275         (gnus-server-agent-face, gnus-server-opened-face)
13276         (gnus-server-closed-face, gnus-server-denied-face)
13277         (gnus-server-offline-face):
13278         New backward-compatibility aliases for renamed faces.
13279         (gnus-server-agent-face, gnus-server-opened-face)
13280         (gnus-server-closed-face, gnus-server-denied-face)
13281         (gnus-server-offline-face): Use renamed gnus faces.
13283         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13284         Remove "-face" suffix from face names.
13285         (gnus-picon-xbm-face, gnus-picon-face):
13286         New backward-compatibility aliases for renamed faces.
13288         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13289         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13290         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13291         (gnus-cite-11): Remove "-face" suffix from face names.
13292         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13293         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13294         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13295         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13296         New backward-compatibility aliases for renamed faces.
13297         (gnus-cite-attribution-face, gnus-cite-face-list)
13298         (gnus-article-boring-faces): Use renamed gnus faces.
13300         * gnus-art.el (gnus-signature, gnus-header-from)
13301         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13302         (gnus-header-content): Remove "-face" suffix from face names.
13303         (gnus-signature-face, gnus-header-from-face)
13304         (gnus-header-subject-face, gnus-header-newsgroups-face)
13305         (gnus-header-name-face, gnus-header-content-face):
13306         New backward-compatibility aliases for renamed faces.
13307         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13309         * gnus-sum.el (gnus-summary-selected-face)
13310         (gnus-summary-highlight): Use renamed gnus faces.
13311         * gnus-group.el (gnus-group-highlight): Likewise.
13313 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13315         * gnus-sieve.el (gnus-sieve-article-add-rule):
13316         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13317         * spam-stat.el (spam-stat-buffer-change-to-spam)
13318         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13320         * message.el (message-is-yours-p):
13321         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13323 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13325         * mm-view.el (mm-inline-text): Withdraw the last change.
13327 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13329         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13330         executing enriched-decode.
13332 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13334         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13335         charset of tar files.
13337 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13339         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13341 2005-06-04  Lute Kamstra  <lute@gnu.org>
13343         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13344         information is never recorded.
13346 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13348         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13350 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13352         * pop3.el (pop3-apop): Run md5 in the binary mode.
13354         * starttls.el (starttls-set-process-query-on-exit-flag):
13355         Use eval-and-compile.
13357 2005-05-31  Simon Josefsson  <jas@extundo.com>
13359         * smime.el (smime-replace-in-string): Define.
13360         (smime-cert-by-ldap-1): Use it.
13362 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13364         * gnus-art.el (article-display-x-face): Replace
13365         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13367         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13368         set-process-query-on-exit-flag or process-kill-without-query.
13370         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13371         loop instead of replace-regexp.
13373         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13374         instead of process-kill-without-query if it is available.
13376         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13377         instead of find-file-hooks if it is available.
13379         * mml1991.el: Bind pgg-default-user-id when compiling.
13381         * mml2015.el: Bind pgg-default-user-id when compiling.
13383         * nndraft.el (nndraft-request-associate-buffer):
13384         Use write-contents-functions instead of write-contents-hooks if it is
13385         available.
13387         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13388         instead of find-file-hooks if it is available.
13390         * nntp.el (nntp-open-connection): Replace
13391         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13392         (nntp-open-ssl-stream): Ditto.
13393         (nntp-open-tls-stream): Ditto.
13395         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13396         set-process-query-on-exit-flag or process-kill-without-query.
13397         (starttls-open-stream-gnutls): Use it instead of
13398         process-kill-without-query.
13399         (starttls-open-stream): Ditto.
13401 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13403         * smime.el (smime-cert-by-ldap-1): Don't use
13404         replace-regexp-in-string.
13406 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13408         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13410         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13411         in PEM format.  Adjust to the XEmacs compability.
13413 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13415         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13416         by `string-to-number'.
13417         * gnus-agent.el (gnus-agent-regenerate-group)
13418         (gnus-agent-fetch-articles): Ditto.
13419         * gnus-art.el (gnus-button-fetch-group): Ditto.
13420         * gnus-cache.el (gnus-cache-generate-active)
13421         (gnus-cache-articles-in-group): Ditto.
13422         * gnus-group.el (gnus-group-set-current-level)
13423         (gnus-group-insert-group-line): Ditto.
13424         * gnus-score.el (gnus-score-set-expunge-below)
13425         (gnus-score-set-mark-below, gnus-summary-score-effect)
13426         (gnus-summary-score-entry): Ditto.
13427         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13428         (gnus-soup-pack): Ditto.
13429         * gnus-spec.el (gnus-xmas-format): Ditto.
13430         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13431         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13432         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13433         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13434         * nndb.el (nndb-get-remote-expire-response): Ditto.
13435         * nndiary.el (nndiary-parse-schedule-value)
13436         (nndiary-string-to-number, nndiary-request-replace-article)
13437         (nndiary-request-article): Ditto.
13438         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13439         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13440         * nneething.el (nneething-make-head): Ditto.
13441         * nnfolder.el (nnfolder-request-article)
13442         (nnfolder-retrieve-headers): Ditto.
13443         * nnheader.el (nnheader-file-to-number): Ditto.
13444         * nnkiboze.el (nnkiboze-request-article): Ditto.
13445         * nnmail.el (nnmail-process-unix-mail-format)
13446         (nnmail-process-babyl-mail-format): Ditto.
13447         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13448         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13449         (nnmh-request-create-group, nnmh-request-list-1)
13450         (nnmh-request-group, nnmh-request-article): Ditto.
13451         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13452         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13453         * nnsoup.el (nnsoup-make-active): Ditto.
13454         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13455         * nntp.el (nntp-find-group-and-number)
13456         (nntp-retrieve-headers-with-xover): Ditto.
13457         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13458         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13459         (pgg-format-key-identifier): Ditto.
13460         * pop3.el (pop3-last, pop3-stat): Ditto.
13461         * qp.el (quoted-printable-decode-region): Ditto.
13463         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13464         of concat.
13466 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13468         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13470         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13472         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13474         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13476         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13478         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13480         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13481         (gnus-carpal-mode): Ditto.
13483         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13484         (gnus-browse-mode): Ditto.
13486         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13488         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13490 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13492         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13494 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13496         * gnus-util.el (gnus-run-mode-hooks): New function.
13498         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13500 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13502         * gnus-agent.el (gnus-agent-make-mode-line-string):
13503         Use mode-line-highlight as mouse-face.
13505 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13507         * canlock.el (canlock): Change the parent group to news.
13509         * deuglify.el (gnus-outlook-deuglify): Add :group.
13511         * dig.el (dig): Add :group.
13513         * dns-mode.el (dns-mode): Add :group.
13515         * encrypt.el (encrypt): Add :group.
13517         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13518         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13519         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13520         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13521         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13523         * gnus-diary.el (gnus-diary): Add :group.
13525         * gnus.el (gnus-group-news-1-face): Add :group.
13526         (gnus-group-news-1-empty-face): Ditto.
13527         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13528         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13529         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13530         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13531         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13532         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13533         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13534         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13535         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13536         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13537         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13538         (gnus-summary-high-ticked-face): Ditto.
13539         (gnus-summary-low-ticked-face): Ditto.
13540         (gnus-summary-normal-ticked-face): Ditto.
13541         (gnus-summary-high-ancient-face): Ditto.
13542         (gnus-summary-low-ancient-face): Ditto.
13543         (gnus-summary-normal-ancient-face): Ditto.
13544         (gnus-summary-high-undownloaded-face): Ditto.
13545         (gnus-summary-low-undownloaded-face): Ditto.
13546         (gnus-summary-normal-undownloaded-face): Ditto.
13547         (gnus-summary-high-unread-face): Ditto.
13548         (gnus-summary-low-unread-face): Ditto.
13549         (gnus-summary-normal-unread-face): Ditto.
13550         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13551         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13553         * hashcash.el (hashcash): New custom group.
13554         (hashcash-default-payment): Add :group.
13555         (hashcash-payment-alist): Ditto.
13556         (hashcash-default-accept-payment): Ditto.
13557         (hashcash-accept-resources): Ditto.
13558         (hashcash-path): Ditto.
13559         (hashcash-extra-generate-parameters): Ditto.
13560         (hashcash-double-spend-database): Ditto.
13561         (hashcash-in-news): Ditto.
13563         * message.el (message-minibuffer-local-map): Add :group.
13565         * netrc.el (netrc): Add :group.
13567         * sieve-manage.el (sieve-manage-log): Add :group.
13568         (sieve-manage-default-user): Diito.
13569         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13570         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13571         (sieve-manage-authenticators): Ditto.
13572         (sieve-manage-authenticator-alist): Ditto.
13573         (sieve-manage-default-port): Ditto.
13575         * sieve-mode.el (sieve-control-commands-face): Add :group.
13576         (sieve-action-commands-face): Ditto.
13577         (sieve-test-commands-face): Ditto.
13578         (sieve-tagged-arguments-face): Ditto.
13580         * smime.el (smime): Add :group.
13582         * spam-report.el (spam-report): Add :group.
13584         * spam.el (spam, spam-face): Add :group.
13586 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13588         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13589         return \n.\n.\n at the end of articles.  Protect against that.
13590         (nntp-with-open-group): Allow debugging.
13592         * nnheader.el (mail-header-set-extra): Make into a function
13593         because I just could't understand how to quote the list properly.
13595         * dns.el (query-dns-cached): New function.
13597 2005-05-26  Lute Kamstra  <lute@gnu.org>
13599         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13601 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13603         * gnus-art.el: Don't autoload mail-extract-address-components.
13605         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13606         eval-and-compile to evaluate it.
13608         * hashcash.el: Don't autoload executable-find.
13610         * nndb.el: Don't declare the nndb back end two or more times; don't
13611         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13613         * nntp.el: Autoload format-spec instead of format; use
13614         eval-and-compile to evaluate autoload forms.
13616 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13618         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13620 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13622         * gnus.el (gnus-version-number): Bump version.
13624 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13626         * gnus.el: No Gnus v0.3 is released.
13628 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13630         * gnus-art.el (gnus-article-edit-part): Disable undo.
13632 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13634         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13635         gnus-article-date-lapsed-new-header is t if date timer is active;
13636         skip headers in which the original date value is empty.
13637         (gnus-article-save-original-date): Redefine it as a macro.
13638         (gnus-display-mime): Use it.
13640 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13642         * gnus-art.el (article-date-ut): Support converting date in
13643         forwarded parts as well.
13644         (gnus-article-save-original-date): New function.
13645         (gnus-display-mime): Use it.
13647 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13649         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13650         enclosure element of <item>.
13652 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13654         * message.el (message-kill-buffer-query): Rename from
13655         `message-kill-buffer-query-if-modified'.  Add :version.
13657 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13659         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13660         window layout.
13662 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13664         * mml.el: Autoload dnd when compiling.
13666 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13668         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13669         x-dnd-*.
13671 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13673         * qp.el (quoted-printable-encode-region): Save excursion.
13675 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13677         * message.el (message-kill-buffer-query-if-modified): Add new variable
13678         so the user can kill a modified message buffer quickly.
13679         (message-kill-buffer): Use it.
13681 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13683         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
13684         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13686 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13688         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13689         contained in text because xml.el decodes entities) with LFs.
13691 2005-04-11  Lute Kamstra  <lute@gnu.org>
13693         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13694         differently.
13696 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13698         * mm-util.el (mm-detect-coding-region): Typo.
13700 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13702         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13704 2005-04-06  Deepak Goel  <deego@gnufans.org>
13706         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13707         user-function allow user modifications of the scores.
13708         (spam-stat-score-buffer-user): New function, to allow
13709         user-computed modifications to the score.
13710         (spam-stat-score-buffer-user-functions): List of additional
13711         scoring functions.
13712         (spam-stat-error-holder): Global temporary error holder.
13713         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
13714         variable.
13716 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
13718         * gnus-registry.el (gnus-registry-clean-empty-function)
13719         (gnus-registry-trim, gnus-registry-fetch-groups)
13720         (gnus-registry-delete-group): Groups that match
13721         `gnus-registry-ignored-groups' are removed from the registry
13722         entries, not just ignored for splitting.  This helps clean up the
13723         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
13724         to get all the groups a message ID is in.
13726         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
13727         (spam-stat-split-fancy): Change "threshhold" to "threshold".
13728         (spam-stat-score-buffer-user-functions): Add :number custom type.
13730 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13732         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
13733         argument in XEmacs.
13735         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
13736         (nnrss-request-group): Decode group name first.
13737         (nnrss-request-article): Make a text/plain article if mml-to-mime
13738         failed.
13739         (nnrss-get-encoding): Return a compatible encoding according to
13740         nnrss-compatible-encoding-alist.
13741         (nnrss-find-el): Use consp instead of listp.
13742         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
13744 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13746         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
13747         which Emacs 20 doesn't support.
13748         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
13750 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13752         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
13753         silence the byte compiler inside the defun.
13755         * gnus-demon.el (parse-time-string): Add autoload.
13757         * gnus-delay.el (parse-time-string): Add autoload.
13759         * gnus-art.el (parse-time-string): Add autoload.
13761         * nnultimate.el (parse-time): Require for `parse-time-string'.
13763 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13765         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
13767         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
13769         * smime.el (smime-ldap-host-list): Add :version.
13771 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13773         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
13774         pass it to `gnus-browse-read-group'.
13775         (gnus-browse-read-group): Add NUMBER argument and pass it to
13776         `gnus-group-read-ephemeral-group'.
13778         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
13779         argument and pass it to `gnus-group-read-group'.
13781 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
13783         * mm-util.el (mm-xemacs-find-mime-charset): Only call
13784         mm-xemacs-find-mime-charset-1 if we have the mule feature
13785         available at runtime.
13787 2005-03-25  Werner Lemberg  <wl@gnu.org>
13789         * nnmaildir.el: Replace `illegal' with `invalid'.
13791 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * gnus-start.el (gnus-display-time-event-handler):
13794         Check display-time-timer at runtime rather than only at load time
13795         in case display-time-mode is turned off in the mean time.
13797 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13799         * nnimap.el (nnimap-open-connection): Print which authinfo file is
13800         used.
13802         * nneething.el (nneething-map-file-directory): Derive from
13803         `gnus-directory'.
13805         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
13806         the To/Cc button.
13808 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13810         * nnmaildir.el (nnmaildir-request-accept-article):
13811         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
13813 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13815         * gnus-async.el: Require timer-funcs at compile time when in
13816         XEmacs for `run-with-idle-timer'.
13818 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
13820         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
13821         autoloaded function.
13823 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13825         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
13827 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
13829         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
13831 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13833         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
13834         Add gnus-expert-user to default.
13836 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
13838         * nnimap.el (nnimap-open-server): Ditto.
13840         * imap.el (imap-authenticate): Fix typo.
13842 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
13844         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
13845         buffer (since IMAP server might return FETCH response out of
13846         order, and the nntp buffer must be sorted).
13848 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
13850         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
13851         comparison on string.
13853         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
13854         (gnus-agent-score): Rename category keywords to match gnus-cus.
13855         (gnus-agent-summary-fetch-series): Modify to protect against
13856         gnus-agent-summary-fetch-group clearing processable flags.
13857         (gnus-agent-synchronize-group-flags): Update live group buffer as
13858         synchronization may occur due to the user toggle the plugged
13859         status.
13860         (gnus-agent-fetch-group-1): Clear downloadable flag when article
13861         successfully downloaded.
13862         (gnus-agent-expire-group-1): Avoid using markers when the overview
13863         is in ascending order; greatly improves performance.
13864         (gnus-agent-regenerate-group):
13865         Use gnus-agent-synchronize-group-flags to reset read status in both
13866         gnus and server.
13867         (gnus-agent-update-files-total-fetched-for): Fix initial size.
13869 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
13871         * message.el: Don't autoload former message-utils variables.
13872         (message-strip-subject-trailing-was): Change doc string.
13874         * nnweb.el: Fixes for `gnus-group-make-web-group'.
13875         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
13876         (nnweb-google-search): Add "hl=en" here.
13877         (nnweb-google-parse-1, nnweb-google-create-mapping):
13878         Don't hardcode URL.
13880 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13882         * message.el (message-get-reply-headers, message-followup):
13883         Mention related variables `message-use-followup-to' and
13884         `message-use-mail-followup-to', in the information buffer.
13886         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
13887         of broken groups(-beta).google.com.
13889 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
13891         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
13892         parameter to invoked gnus-request-move-article; remove the
13893         redundant gnus-sum-hint-move-is-internal variable; apply the marks
13894         all at once instead of once per article.
13895         (gnus-summary-remove-process-mark): Accept a list of articles as
13896         well as a single article for processing.
13898         * gnus-int.el (gnus-request-move-article): Add move-is-internal
13899         parameter.
13901         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
13903         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
13905         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
13906         parameter.
13908         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
13909         parameter.
13911         * nnimap.el (nnimap-request-move-article): Add move-is-internal
13912         parameter and remove the gnus-sum-hint-move-is-internal variable.
13914         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
13915         parameter.
13917         * nndraft.el (nndraft-request-move-article): Add move-is-internal
13918         parameter.
13920         * nndiary.el (nndiary-request-move-article): Add move-is-internal
13921         parameter.
13923         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
13925         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
13926         parameter.
13928         * nnagent.el (nnagent-request-move-article): Add move-is-internal
13929         parameter.
13931 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
13933         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
13934         a more conservative way.
13936 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13938         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
13939         buffer, so it moves the window's cursor.
13941 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
13943         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
13944         `mm-dissect-multipart' and receive the from field as an (optional)
13945         argument from `mm-dissect-multipart'.
13946         (mm-dissect-multipart): Receive the from field as an argument and
13947         pass it on when we call `mm-dissect-buffer' on MIME parts.
13948         Fixes verification/decryption of signed/encrypted MIME parts.
13950 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
13952         * gnus-sum.el (gnus-summary-move-article):
13953         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
13954         whatever it calls (right now, only nnimap-request-move article
13955         respects it).
13957         * nnimap.el (nnimap-request-move-article):
13958         When gnus-sum-hint-move-is-internal is set, don't do the extra
13959         nnimap-request-article.
13961 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13963         * nnheader.el (nnheader-find-file-noselect): Add doc string.
13965         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
13966         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
13968         * gnus-sum.el (gnus-summary-caesar-message):
13969         Apply `gnus-treat-article' after rotation.
13971         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
13972         doc string.
13974 2005-02-22  Simon Josefsson  <jas@extundo.com>
13976         * encrypt.el (encrypt-password-cache-expiry): Remove (use
13977         `password-cache-expiry' instead).  Reported by Arne Jørgensen
13978         <arne@arnested.dk>.
13979         (encrypt): Add password-cache and password-cache-expiry as group
13980         members.
13982 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
13984         * smime.el (smime-ldap-host-list): Doc fix.
13985         (smime-ask-passphrase): Use `password-read-and-add' to read (and
13986         cache) password.
13987         (smime-sign-region): Use it.
13988         (smime-decrypt-region): Use it.
13989         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
13990         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
13991         fails.
13992         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
13993         certificate from DER to PEM format rather than calling openssl.
13995         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
13997         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
13998         for signing/encryption.
14000         * mml.el (mml-parse-1): Use them.
14002 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14004         * nnrss.el (nnrss-verbose): Remove.
14005         (nnrss-request-group): Use `nnheader-message' instead.
14007 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14009         * nnrss.el (nnrss-verbose): New variable.
14010         (nnrss-request-group): Make it say nnrss is requesting a group.
14012 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14014         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14015         Handle news URL with given port correctly.
14017 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14019         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14020         containing special characters.
14022         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14024         * mml.el (mime-to-mml): Ditto.
14026         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14027         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14028         (rfc2047-decode-region): Quote decoded words containing special
14029         characters when rfc2047-quote-decoded-words-containing-tspecials
14030         is non-nil.
14032 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14034         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14036         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14038 2005-02-15  Simon Josefsson  <jas@extundo.com>
14040         * nnimap.el (nnimap-debug): Doc fix.
14042         * imap.el (imap-debug): Doc fix.
14044 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14046         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14048 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14050         * gnus.el (spam-contents): Improve docs for spam-contents
14051         parameter in its variable incarnation.
14053 2005-02-14  Simon Josefsson  <jas@extundo.com>
14055         * smime-ldap.el: Use require instead of load-library for ldap.
14056         (smime-ldap-search): Indent.
14057         (smime-ldap-search-internal): Shorten line.
14059         * smime.el (smime-cert-by-dns): Add doc-string.
14060         (smime-cert-by-ldap-1): Indent.
14062         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14063         mml-smime-get-dns-ldap.
14064         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14066 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14068         * smime.el: Require smime-ldap.
14069         (smime-ldap-host-list): New variable.
14070         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14072         * mml-smime.el (mml-smime-encrypt-query): New function.
14073         (mml-smime-encrypt-query): Use it.
14075         * smime-ldap.el: New file.
14077 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14079         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14081 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14083         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14084         argument in doc string.  Make query for type more clear.
14086 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14088         * gnus.el (gnus-group-startup-message): Search for gnus images in
14089         etc/images/gnus.
14090         * mm-util.el (mm-image-load-path): Likewise.
14091         * smiley.el (smiley-data-directory): Search for smilies in
14092         etc/images/smilies.
14094 2005-02-09  Kim F. Storm  <storm@cua.dk>
14096         Change Emacs release version from 21.4 to 22.1 throughout.
14097         Change Emacs development version from 21.3.50 to 22.0.50.
14099 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14101         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14103         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14104         non-Mule XEmacs as well.
14105         (mm-decompress-buffer): Signal an error intentionally if it does
14106         not decompress compressed data because auto-compression-mode is
14107         disabled.
14109 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14111         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14112         an ID in the registry even if it has no groups.
14114 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14116         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14117         merge it into mm-decompress-buffer.
14118         (gnus-mime-copy-part): Use the MIME part charset, the value which
14119         a user specified or gnus-newsgroup-charset for decoding, like
14120         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14121         save-buffer what was used.  Suggested by Kevin Ryde
14122         <user42@zip.com.au>.
14123         (gnus-mime-inline-part): Allow the name parameter as well as the
14124         filename parameter; force decompressing of compressed data; always
14125         display contents being not decoded as unibyte.
14127         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14128         as well as the filename parameter.
14130         * mm-util.el (mm-decompress-buffer):
14131         Merge gnus-mime-jka-compr-maybe-uncompress.
14132         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14133         of compressed data.
14135 2005-02-08  Simon Josefsson  <jas@extundo.com>
14137         * imap.el (imap-log): Doc fix.
14139 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14141         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14142         the coding cookies; decompress compressed parts.
14144         * mml.el (mml-generate-mime-1): Add the charset parameter according
14145         to the value which a user specified manually or the coding cookie.
14147         * mm-util.el (mm-string-to-multibyte): New function.
14148         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14149         (mm-coding-system-to-mime-charset): New function.
14150         (mm-decompress-buffer): New function.
14151         (mm-find-buffer-file-coding-system): New function.
14153         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14154         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14155         parts.
14157 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14159         * mm-view.el (mm-display-inline-fontify): Decode a part according
14160         to the charset parameter.
14162 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14164         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14165         prefix arg is neither nil nor a number, as info specifies.
14167 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14169         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14170         timestamps.
14172 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14174         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14175         groups error checking and notify user.
14177 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14179         * message.el (message-send-mail-function): Check existence of
14180         sendmail-program first before using default value
14181         `message-send-mail-with-sendmail'.  Otherwise use more generic
14182         `smtpmail-send-it'.
14184 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14186         * nntp.el (nntp-request-update-info): Always return nil.
14188 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14190         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14192 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14194         * message.el (message-beginning-of-line): Change the behavior when
14195         invoked between BOL and : so that it first moves backward.
14197 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14199         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14200         article buffer when editing of the article is discarded.
14201         (gnus-article-prepare): Revert.
14203 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14205         * gnus-art.el (gnus-article-prepare):
14206         Remove message-strip-forbidden-properties from the local hook.
14208 2005-01-27  Simon Josefsson  <jas@extundo.com>
14210         * password.el (password-cache-add): Only start one timer per key.
14211         Reported by Derek Atkins <warlord@MIT.EDU>.
14213 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14215         * run-at-time.el: Remove.  It is no longer needed as
14216         timer-funcs.el in the xemacs-base package has a working version of
14217         `run-at-time'.
14219         * password.el: Require timer-funcs instead of run-at-time in
14220         XEmacs.
14221         Remove `password-run-at-time' macro.
14222         (password-cache-add): Use `run-at-time' instead of
14223         `password-run-at-time'.
14225         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14226         for `run-with-idle-timer'.
14228         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14229         for `run-at-time'.
14231         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14232         for `with-timeout'.
14234 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14236         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14237         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14239 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14241         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14242         sensitively.
14244 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14246         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14248 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14250         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14251         which will be inserted according to the multibyteness of a buffer
14252         rather than the type of contents.  Suggested by ARISAWA Akihiro
14253         <ari@mbf.ocn.ne.jp>.
14255         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14256         of string which old xml.el may return rather than a string.
14258 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14260         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14262 2005-01-16  Simon Josefsson  <jas@extundo.com>
14264         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14265         idn/idna.el isn't available.
14266         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14267         <michael@waxrat.com>.
14269         * hashcash.el: Remove non-FSF copyright header.
14271         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14272         (hashcash-generate-payment): Use it.
14273         (hashcash-generate-payment-async): Use it.
14275 2005-01-15  Simon Josefsson  <jas@extundo.com>
14277         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14278         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14280         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14281         gnus-summary-idna-message.
14282         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14283         (gnus-summary-idna-message): New function.
14285 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14287         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14288         gnus-novice-user.
14290 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14292         * nnrss.el (nnrss-request-delete-group): Delete entries in
14293         nnrss-group-alist as well.
14294         (nnrss-save-server-data): Insert newline.
14296 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14298         * gnus.el (gnus-user-agent): Use list of symbols instead of
14299         symbols.  Display full version number for (S)XEmacs.
14300         Optionally display (S)XEmacs codename.
14302         * gnus-util.el (gnus-emacs-version): Update for new
14303         `gnus-user-agent'.
14305         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14306         Gnus version.
14308 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14310         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14311         which is unreadable in some setups.
14313 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * gnus-spec.el (gnus-update-format-specifications): Flush the
14316         group format spec cache if it doesn't support decoded group names.
14318 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14320         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14321         Allow to apply decay on score files matching a regexp.
14323 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14325         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14326         compatibility in %g and %c.
14328 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14331         name for only %g and %c.
14332         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14333         of gnus-tmp-group to decoded group name.
14334         (gnus-group-make-rss-group): Exclude `/'s from group names.
14336 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * nnrss.el (nnrss-get-encoding): Fix regexp.
14340 2004-12-27  Simon Josefsson  <jas@extundo.com>
14342         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14343         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14344         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14346 2004-12-17  Kim F. Storm  <storm@cua.dk>
14348         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14350         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14352 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14354         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14356 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14358         * nnrss.el: Require rfc2047 and mml.
14359         (nnrss-file-coding-system): New variable.
14360         (nnrss-format-string): Redefine it as an inline function.
14361         (nnrss-decode-group-name): New function.
14362         (nnrss-string-as-multibyte): Remove.
14363         (nnrss-retrieve-headers): Decode group name; don't use
14364         nnrss-format-string.
14365         (nnrss-request-group): Decode group name.
14366         (nnrss-request-article): Decode group name; allow a Message-ID as
14367         well as an article number; don't use nnrss-format-string; encode a
14368         Message-ID string which may contain non-ASCII characters; use
14369         mml-to-mime to compose a MIME article.
14370         (nnrss-request-expire-articles): Decode group name.
14371         (nnrss-request-delete-group): Decode group name.
14372         (nnrss-fetch): Clarify error message.
14373         (nnrss-read-server-data): Use insert-file-contents instead of load;
14374         bind file-name-coding-system; use multibyte buffer.
14375         (nnrss-save-server-data): Bind coding-system-for-write to the
14376         value of nnrss-file-coding-system; bind file-name-coding-system;
14377         add coding cookie.
14378         (nnrss-read-group-data): Use insert-file-contents instead of load;
14379         bind file-name-coding-system; use multibyte buffer.
14380         (nnrss-save-group-data): Bind coding-system-for-write to the
14381         value of nnrss-file-coding-system; bind file-name-coding-system.
14382         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14383         make it work with non-ASCII text.
14384         (nnrss-find-el): Make it work with old xml.el as well.
14386 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14388         * nnrss.el (nnrss-get-encoding): New function.
14389         (nnrss-fetch): Use unibyte buffer initially; bind
14390         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14391         decode contents according to the encoding attribute.
14392         (nnrss-save-group-data): Add coding cookie.
14393         (nnrss-mime-encode-string): New function.
14394         (nnrss-check-group): Use it to encode subject and author.
14396 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14398         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14399         imaginary variable.
14401 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14403         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14404         correctly even if there are wide characters.
14406 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14408         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14409         downcased symbol names; make a new cache instead of reusing
14410         bbdb-hashtable.
14412 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14414         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14415         concatenating segments rather than before concatenating them.
14416         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14418         * message.el (message-get-reply-headers): Bind `extra'.
14420 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14422         * message.el (message-extra-wide-headers): New variable.
14423         (message-get-reply-headers): Use it.
14425 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14427         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14428         (gnus-agent-group-pathname): Ditto.
14430         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14432         * gnus-group.el (gnus-group-make-group): Decode group name.
14433         (gnus-group-make-rss-group): Register the group data after opening
14434         the nnrss group.
14436 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14438         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14439         by expiry now get marked as read.
14441 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14443         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14445 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14447         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14448         unify Latin characters in XEmacs.
14449         (mm-find-mime-charset-region): Use it.
14451 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14453         * gnus-util.el (gnus-delete-directory): New function.
14455         * gnus-agent.el (gnus-agent-delete-group): Use it.
14457         * gnus-cache.el (gnus-cache-delete-group): Use it.
14459 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14461         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14462         names.
14464 2004-12-16  Simon Josefsson  <jas@extundo.com>
14466         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14468 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14470         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14472         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14473         (gnus-group-set-current-level): Decode group name.
14475 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14477         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14478         failed.
14480 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14482         * gnus-group.el (gnus-group-delete-group): Decode group name.
14483         (gnus-group-make-rss-group): Encode group name.
14484         (gnus-group-catchup-current): Decode group name.
14485         (gnus-group-kill-group): Decode group name.
14487 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14489         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14491 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14493         * gnus-group.el (gnus-group-make-rss-group):
14494         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14496         * gnus-start.el (gnus-setup-news): Honor user's setting to
14497         gnus-message-archive-method.  Suggested by Lute Kamstra
14498         <lute@gnu.org>.
14500 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14502         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14503         global counterparts of the buffer-local variables.
14505 2004-11-16  Romain Francoise  <romain@orebokech.com>
14507         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14508         counterparts of the buffer-local variables.
14510 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14512         * message.el (message-forbidden-properties): Fix typo in doc
14513         string.
14515 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14517         * gnus-util.el (gnus-replace-in-string): Add doc string.
14519         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14520         to avoid problems when splitting mails with many recipients.
14522 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14524         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14525         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14527 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14529         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14530         if there is no hashtable in memory or file modification time is
14531         newer than cached timestamp.
14533 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14535         * gnus-sum.el (gnus-summary-limit-to-recipient):
14536         Implement not-matching option.
14538 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14540         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14541         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14542         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14543         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14544         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14545         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14547 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14549         * message.el (message-forward-make-body-mml): Remove headers
14550         according to message-forward-ignored-headers if a message is decoded.
14552 2004-12-02  Romain Francoise  <romain@orebokech.com>
14554         * message.el (message-forward-make-body-plain): Always remove
14555         headers according to message-forward-ignored-headers.
14557 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14559         * spam.el (spam-summary-prepare-exit): Remove the
14560         gnus-summary-limit pop for now, it has problems with ham marks for
14561         me.
14563 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14565         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14566         correctly.
14568 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14570         * format-spec.el (format-spec): Message the char.
14572 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14574         * gnus-art.el (gnus-split-methods): Reformat comments.
14576         * spam.el (spam-summary-prepare-exit): Remove article limits
14577         before exiting the summary buffer.
14579 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14581         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14582         order to silence the byte compiler.
14584         * spam.el: Fix the way to silence the byte compiler, which
14585         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14586         bbdb-search-simple, spam-BBDB-register-routine,
14587         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14588         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14589         spam-stat-buffer-is-spam, spam-stat-load,
14590         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14591         spam-stat-save and spam-stat-split-fancy.
14593 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14595         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14596         which may confuse users.
14597         (canlock-password-for-verify): Ditto.
14599         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14601         * gnus-art.el (gnus-emphasis-alist): Ditto.
14603         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14605         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14607         * gnus-start.el (gnus-save-killed-list): Ditto.
14609         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14610         (gnus-sum-thread-tree-root): Ditto.
14611         (gnus-sum-thread-tree-false-root): Ditto.
14612         (gnus-sum-thread-tree-single-indent): Ditto.
14614         * message.el (message-courtesy-message): Ditto.
14615         (message-archive-note): Ditto.
14616         (message-subscribed-address-file): Ditto.
14617         (message-user-fqdn): Ditto.
14619         * spam-report.el (spam-report-gmane-regex): Ditto.
14621         * spam.el (spam-blackhole-good-server-regex): Ditto.
14623 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14625         * mml.el (mml-preview): Widen the message buffer before copying
14626         the contents to the preview buffer; sort headers before previewing.
14628         * message.el (message-hidden-headers): Fix the way to avoid a bug
14629         in the `repeat' widget in Emacs 21.3 or earlier.
14631 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14633         * message.el (message-hidden-headers): Default to "^References:".
14634         Improve customization type.  Suggested by Reiner Steib
14635         <Reiner.Steib@gmx.de>.
14637 2004-11-25  Romain Francoise  <romain@orebokech.com>
14639         * message.el (message-strip-forbidden-properties): Remove check for
14640         obsolete `message-hidden' text property, hidden headers are not
14641         accessible in the buffer anymore.
14643 2004-11-22  Romain Francoise  <romain@orebokech.com>
14645         * message.el (message-header-format-alist): Add `From' in list
14646         so that it can be sorted.
14647         (message-fix-before-sending): Widen and sort headers before
14648         sending.
14649         (message-hide-headers): Use narrowing to hide headers by moving
14650         them to the top of the buffer and narrowing to the region
14651         underneath.
14653 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14655         * message.el (message-strip-forbidden-properties):
14656         Bind buffer-read-only (etc) to nil.
14658 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14661         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14663 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14665         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14667 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14669         * dns.el (query-dns): Use sit-for to time instead of
14670         accept-process-output, since that doesn't seem to work on udp
14671         sockets.
14673 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14675         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14677 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14679         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14680         doc string.  Improve doc string.
14682 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14684         * nntp.el (nntp-request-update-info): Return nil if
14685         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
14686         may not call gnus-activate-group which uselessly issues the GROUP
14687         commands for all nntp groups and wastes time.  Reported by Romain
14688         Francoise <romain@orebokech.com>.
14690         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
14692 2004-11-15  Simon Josefsson  <jas@extundo.com>
14694         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
14695         headers separately.
14696         (gnus-button-openpgp): New function, inspired by Jochen Küpper
14697         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
14699 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14701         * gnus-start.el (gnus-convert-old-newsrc):
14702         Assign legacy-gnus-agent to 5.10.7.
14704 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14706         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
14707         start of the lines.
14709 2004-11-14  Magnus Henoch  <mange@freemail.hu>
14711         * hashcash.el (hashcash-default-payment): Change default to 20.
14712         (hashcash-default-accept-payment): Change default to 20.
14713         (hashcash-process-alist): New variable.
14714         (hashcash-generate-payment-async): Add.
14715         (hashcash-already-paid-p): Add.
14716         (hashcash-insert-payment): Don't generate payments twice.
14717         (hashcash-insert-payment-async): Add.
14718         (hashcash-insert-payment-async-2): Add.
14719         (hashcash-cancel-async): Add.
14720         (hashcash-wait-async): Add.
14721         (hashcash-processes-running-p): Add.
14722         (hashcash-wait-or-cancel): Add.
14723         (mail-add-payment): New optional argument.  Conditionally start
14724         asynchronous calculation.
14725         (mail-add-payment-async): Add.
14727         * message.el (message-send-mail): Wait for asynchronous hashcash
14728         results.  Don't clobber existing X-Hashcash headers.
14729         (message-setup-1): Call mail-add-payment-async when
14730         message-generate-hashcash is non-nil.
14732 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14734         * message.el (message-use-alternative-email-as-from): Examine the
14735         From header as well; use message-make-from in order to include a
14736         user's full name.
14738 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14740         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
14741         default; improve customization type.
14742         (gnus-emphasis-custom-with-format): New macro.
14743         (gnus-emphasis-custom-value-to-external): New function.
14744         (gnus-emphasis-custom-value-to-internal): New function.
14746 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14748         * dns.el (query-dns): Resolve reverse addresses.
14750 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14752         * gnus-group.el (gnus-group-get-new-news): Use it.
14754         * gnus-start.el (gnus-check-reasonable-setup): New function.
14756 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14758         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
14759         "Args out of range" error.  Reported by Arnaud Giersch
14760         <arnaud.giersch@free.fr>.
14762 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
14764         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
14766 2004-11-04  Richard M. Stallman  <rms@gnu.org>
14768         * spam.el (spam group): Add :version.
14770         * pgg-def.el (pgg group): Add :version.
14772 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14774         * gnus-art.el (gnus-article-edit-article): Don't associate the
14775         article buffer with a draft file.  This is a temporary measure
14776         against the 2004-08-22 change to gnus-article-edit-mode.
14778 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14780         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
14781         (html2text-format-tags): Remove unused variable `attr'.
14783 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14785         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
14787         * spam-stat.el (spam-stat): Add :version.
14789         * sieve.el (sieve): Add :version.
14791         * sha1.el (sha1): Add :version.
14792         (sha1-use-external): Remove redundant version.
14794         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
14795         (nnmail-cache-ignore-groups, nnmail-spool-hook)
14796         (nnmail-split-fancy-match-partial-words)
14797         (nnmail-split-lowercase-expanded): Add :version.
14799         * nndiary.el (nndiary): Add :version.
14801         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
14803         * mml-sec.el (mml-default-sign-method)
14804         (mml-default-encrypt-method, mml-signencrypt-style-alist):
14805         Add :version.
14807         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
14809         * mm-url.el (mm-url-use-external, mm-url-program)
14810         (mm-url-arguments): Add :version.
14812         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
14813         (mm-attachment-file-modes, mm-decrypt-option)
14814         (mm-w3m-safe-url-regexp): Add :version.
14816         * message.el (message-cite-prefix-regexp)
14817         (message-sendmail-envelope-from, message-minibuffer-local-map)
14818         (message-user-fqdn, message-completion-alist): Add :version.
14820         * gnus-win.el (gnus-configure-windows-hook)
14821         (gnus-use-frames-on-any-display): Add :version.
14823         * gnus-art.el (gnus-article-address-banner-alist)
14824         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
14825         (gnus-treat-from-picon, gnus-treat-mail-picon)
14826         (gnus-treat-x-pgp-sig): Add :version.
14828         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
14829         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
14830         (gnus-summary-article-delete-hook)
14831         (gnus-summary-display-while-building): Add :version.
14833         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
14834         (gnus-get-top-new-news-hook): Add :version.
14836         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
14837         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
14839         * gnus-registry.el (gnus-registry): Add :version.
14841         * gnus-spec.el (gnus-use-correct-string-widths)
14842         (gnus-make-format-preserve-properties): Add :version.
14844         * gnus.el (gnus-group-charter-alist)
14845         (gnus-group-fetch-control-use-browse-url)
14846         (gnus-install-group-spam-parameters): Add :version.
14848         * gnus-diary.el (gnus-diary): Add :version.
14850         * gnus-delay.el (gnus-delay): Add :version.
14852         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
14853         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
14854         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
14855         Add :version.
14857         * gnus-agent.el (gnus-agent-max-fetch-size)
14858         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
14859         (gnus-agent-prompt-send-queue): Add :version.
14861         * deuglify.el (gnus-outlook-deuglify): Add :version.
14863         * html2text.el: Beautify code.  Improve doc strings.
14864         Some checkdoc cleanup.
14865         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
14867 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
14869         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
14871 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
14873         * gnus-registry.el (gnus-registry-hashtb): Create the registry
14874         when package is loaded.
14876         * spam.el (spam-summary-score-preferred-header): Add global preference
14877         for people who want to override the default SpamAssassin over
14878         Bogofilter preference (when both are set).
14879         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
14880         (spam-user-format-function-S):
14881         Check spam-summary-score-preferred-header.
14882         (spam-extra-header-to-number): Add X-Bogosity header parsing.
14883         (spam-user-format-function-S): Format the score correctly.
14885 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14887         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
14888         signature file.  Suggested by Manoj Srivastava
14889         <srivasta@golden-gryphon.com>.
14891         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
14892         iso-2022-jp even in the Japanese language environment.
14893         Suggested by Jason Rumney <jasonr@gnu.org>.
14895 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14897         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
14898         use the same characters as the dummy marks; make it free from
14899         getting affected by the language environment.
14900         (gnus-summary-read-group-1): Update mark positions only when the
14901         format spec is updated.
14903         * gnus-spec.el (gnus-update-format-specifications): Return a list
14904         of updated types.
14906 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14908         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
14909         of boundp to check if display-warning is available.
14911 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
14913         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
14915 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14917         * nnspool.el (nnspool-spool-directory): Use news-path if the
14918         news-directory variable is not bound.
14920         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
14921         function instead of display-warning if it is not available.
14923 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14925         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
14926         v5-10: Use `point-at-bol'.
14928 2004-10-26  Simon Josefsson  <jas@extundo.com>
14930         * hashcash.el: Fix URL in comment, reported by Cheng Gao
14931         <chenggao@gmail.com>.
14933 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14935         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
14936         instead.
14938 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
14940         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
14941         to remove a server from the nnimap-server-buffer-alist.
14942         (nnimap-open-connection, nnimap-close-server): Use it.
14944         * gnus-encrypt.el: Remove file in favor of encrypt.el.
14946 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14948         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
14949         running the major-mode function.
14951 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14953         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
14954         dummy marks in the right way.
14956 2004-10-18  David Edmondson  <dme@dme.org>
14958         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
14959         excessively.
14961 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
14963         * gnus-util.el (gnus-split-references): Accept a nil references
14964         string and go on blissfully.
14966         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
14967         cases where the references string is non-nil but has no references.
14969         * encrypt.el: Add autoload tags.
14971         * spam.el (spam-resolve-registrations-routine): Remove article
14972         from unregistration list too.  Reported by David Hanak
14973         <dhanak@isis.vanderbilt.edu>
14975 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
14977         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
14978         nil.  Change custom type.
14980 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
14982         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
14984         * gnus-sum.el (gnus-summary-move-article): Use it.
14986 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
14988         * encrypt.el: Add autoload cookies.
14990         * spam.el (spam-backend-article-list-property)
14991         (spam-backend-get-article-todo-list)
14992         (spam-backend-put-article-todo-list)
14993         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
14994         Resolve registrations separately.
14995         (spam-register-routine): Format comments.
14996         (spam-unregister-routine, spam-register-routine): Always call with
14997         specific-articles, no default list.
14998         (spam-summary-prepare-exit): Use the spam-classifications function.
15000         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15001         gnus-encrypt.el.
15003         * encrypt.el: Copied from gnus-encrypt.el.
15005         * gnus-encrypt.el: Commented that it's obsolete.
15007 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15009         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15010         (gnus-score-save): Use it.
15012         * message.el (message-bury): Use `window-dedicated-p'.
15014 2004-10-15  Simon Josefsson  <jas@extundo.com>
15016         * pop3.el (top-level): Don't require nnheader.
15017         (pop3-read-timeout): Add.
15018         (pop3-accept-process-output): Add.
15019         (pop3-read-response, pop3-retr): Use it.
15021 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15023         * spam.el (spam-register-routine): Move comment.
15024         (spam-verify-bogofilter): Use 'unknown for the initial
15025         spam-bogofilter-valid state, not 'never.
15027         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15028         for netrc-machine.
15030         * nnimap.el (nnimap-open-connection):
15031         Use netrc-machine-user-or-password.
15033 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15035         * gnus-registry.el (gnus-registry-unload-hook):
15036         Set as a variable with add-hook.
15038         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15039         of news-path.
15041         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15043         * spam.el: Delete duplicate `provide'.
15044         (spam-unload-hook): Set as a variable with add-hook.
15046 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15048         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15049         in the doc string.
15051         * message.el (message-ignored-news-headers)
15052         (message-ignored-supersedes-headers)
15053         (message-ignored-resent-headers)
15054         (message-forward-ignored-headers): Improve custom type.
15056 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15058         * message.el (message-tokenize-header): Fix 2004-09-06 change
15059         which used point-min in the wrong place.
15061 2004-10-12  Simon Josefsson  <jas@extundo.com>
15063         * tls.el (tls-certtool-program): New variable.
15064         (tls-certificate-information): New function, based on
15065         ssl-certificate-information.
15067 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15069         * compface.el: Move the version of ELisp-based uncompface program
15070         to the contrib directory because of the copyright problem.
15072 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15074         * message.el (message-kill-buffer): Raise the current frame.
15076 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15078         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15080         * gnus.el (message-y-or-n-p): Autoload.
15082         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15083         (pop3-password-required, pop3-authentication-scheme)
15084         (pop3-leave-mail-on-server): Make customizable.
15085         (pop3): New custom group.
15086         (pop3-retr): Remove `sleep-for' statements.
15087         Suggested by Dave Love <fx@gnu.org>.
15089         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15090         Windows/DOS.
15092         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15093         (imap-parse-body): Fix incorrect use of `assert'.
15094         Suggested by Dave Love <fx@gnu.org>.
15096         * mml.el (mml-minibuffer-read-disposition): Require match.
15097         Suggested by Dave Love <fx@gnu.org>.
15099 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15101         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15102         doc string.
15104 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15106         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15108 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15110         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15111         instead of calling `mm-insert-inline', to decode text/* parts
15112         before displaying them.
15114 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15116         * mm-uu.el (mm-uu-text-plain-type): New variable.
15117         (mm-uu-pgp-signed-extract-1): Use it.
15118         (mm-uu-pgp-encrypted-extract-1): Use it.
15119         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15120         bind mm-uu-text-plain-type with that value.
15121         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15122         mm-uu-dissect.
15124 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15126         * gnus-group.el (gnus-update-group-mark-positions):
15127         * gnus-sum.el (gnus-update-summary-mark-positions):
15128         * message.el (message-check-news-body-syntax):
15129         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15130         of string-as-multibyte.
15132 2004-10-05  Juri Linkov  <juri@jurta.org>
15134         * gnus-group.el (gnus-update-group-mark-positions):
15135         * gnus-sum.el (gnus-update-summary-mark-positions):
15136         * message.el (message-check-news-body-syntax):
15137         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15138         8-bit unibyte values to a multibyte string for search functions.
15140 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15142         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15143         (mm-uu-dissect-text-parts): New function.
15145         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15146         dissect text parts.
15148         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15149         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15151         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15153         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15154         Use gnus-current-topics instead of gnus-current-topic.
15156 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15158         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15160 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15162         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15163         where approriate.
15165         * nnml.el (nnml-generate-active-info): do.
15167         * nndiary.el (nndiary-generate-active-info): do.
15169         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15170         (gnus-topic-move): do.
15172         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15173         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15175         * gnus-srvr.el (gnus-server-prepare)
15176         (gnus-server-open-all-servers): do.
15178         * gnus-msg.el (gnus-summary-cancel-article)
15179         (gnus-summary-resend-message)
15180         (gnus-summary-mail-crosspost-complaint): do.
15182         * gnus-move.el (gnus-change-server): do.
15184         * gnus-group.el (gnus-group-unmark-all-groups)
15185         (gnus-group-set-current-level): do.
15187 2004-10-04  Simon Josefsson  <jas@extundo.com>
15189         * message.el (message-generate-hashcash): Doc fix.
15191 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15193         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15194         avoid infinite recursion via gnus-get-function.
15196 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15198         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15200         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15202         * nnmail.el (nnmail-split-history): do.
15204         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15205         (nnml-request-delete-group): do.
15207         * nnslashdot.el (nnslashdot-read-groups): do.
15209         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15210         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15212         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15213         (nnspool-sift-nov-with-sed): Use last.
15214         (nnspool-retrieve-headers-with-nov): Use mapc.
15215         (nnspool-request-newgroups): Use dolist.
15216         (nnspool-request-group): Use last.
15218         * nntp.el (nntp-read-server-type): Use dolist.
15220         * nnvirtual.el (nnvirtual-create-mapping)
15221         (nnvirtual-update-read-and-marked): Use dolist.
15222         (nnvirtual-convert-headers): Simplify.
15224 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15226         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15227         Add support for sync'ing tick marks.
15229 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15232         there's no visible header.
15234 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15236         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15237         When necessary, pass full group name to gnus-request-set-marks.
15239 2004-10-01  Simon Josefsson  <jas@extundo.com>
15241         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15242         acroread.
15244 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15246         * spam-report.el (spam-report-gmane): Fix interactive.
15248         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15250         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15251         when writing file.
15252         (gnus-agent-synchronize-flags): Don't default to being
15253         interactive.
15255 2004-09-30  Simon Josefsson  <jas@extundo.com>
15257         * message.el (message-generate-hashcash): Add.
15258         (message-send-mail): Use it, call mail-add-payment.
15260 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15262         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15264 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15266         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15267         gnus-requst-update-info with explicit code to sync the in-memory
15268         info read flags with the marks being sync'd to the backend.
15270         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15272 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15274         * spam.el (spam-verify-bogofilter): Add new function.
15275         (spam-check-bogofilter)
15276         (spam-bogofilter-register-with-bogofilter): Use it.
15277         (spam-verify-bogofilter): Add small fixes.
15279 2004-09-28  Simon Josefsson  <jas@extundo.com>
15281         * hashcash.el (hashcash-generate-payment): Revert.
15283 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15285         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15286         Use gnus-extract-references instead of gnus-split-references.
15288         * gnus-util.el (gnus-extract-references): Add new function, analogous
15289         to gnus-split-references but extracts only the message-ID without
15290         anything extra.
15292         * hashcash.el (hashcash-generate-payment)
15293         (hashcash-check-payment): Do the right thing if hashcash-path is
15294         nil (because the hashcash program could not be found).
15296         * spam.el (spam-use-hashcash): Remove comment.
15298 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15300         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15301         (gnus-cache-enter-article, gnus-cache-remove-article)
15302         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15304         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15306         * gnus-art.el (article-hide-boring-headers)
15307         (article-translate-strings, article-display-face)
15308         (gnus-article-mime-match-handle-first)
15309         (gnus-article-highlight-headers)
15310         (gnus-article-add-buttons-to-head): do.
15312 2004-09-27  Simon Josefsson  <jas@extundo.com>
15314         * hashcash.el: New version, from
15315         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15316         ../contrib/.
15318 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15320         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15322 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15324         * gnus-dup.el (gnus-dup-open): Use mapc.
15325         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15327         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15328         Reported by Stefan Wiens <s.wi@gmx.net>.
15330         * gnus.el (gnus-shutdown): Use dolist.
15332         * gnus-undo.el (gnus-undo): Use mapc.
15334         * nnrss.el (nnrss-generate-active): do.
15336         * message.el (message-cite-original-without-signature)
15337         (message-cite-original): Use mapc.
15338         (message-do-actions, message-make-forward-subject): Use dolist.
15340 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15342         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15343         deletion to remove entire duplicate line.  Fixes merged article
15344         number bug.
15346 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15348         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15349         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15350         first ask if you want to open a server and then, even when you
15351         responded with no, asking if you want to synchronize the server's
15352         flags.
15353         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15354         multi-line expressions.
15355         (gnus-agent-synchronize-group-flags): New internal function.
15356         Updates marks in memory (in the info structure) AND in the
15357         backend.
15359         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15361         * nnagent.el (nnagent-request-set-mark):
15362         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15363         method, to ensure that synchronization updates marks in the
15364         backend and in the info (in memory) structure.
15366 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15368         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15369         convention fully; don't miss the root article of a thread; make
15370         the X-Draft-From header with correct article numbers.
15372 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15374         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15375         unless plugged.  Disable the agent so that an open failure causes
15376         an error.
15378         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15379         Revert 2004-09-21 change.  The backend must be opened while
15380         synchronizing flags even when the backend stores the flags
15381         locally.
15383 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15385         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15386         in `header' match.  Reported by Svend Tollak Munkejord.
15388         * message.el (message-cite-original): Fix use of
15389         `message-cite-articles-with-x-no-archive'.
15391 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15393         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15394         (gnus-window-to-buffer): Ditto.
15396         * mml.el (mml-preview-buffer): New variable.
15397         (mml-preview): Manage window layout with gnus-buffer-configuration.
15399         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15400         X-Draft-From header even if those articles aren't quoted.
15402 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15404         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15405         (gnus-request-set-mark, gnus-request-update-mark): Use new
15406         g-s-t-u-l-m to decide to use backend even when unplugged.
15408 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15410         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15411         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15413 2004-09-20  Simon Josefsson  <jas@extundo.com>
15415         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15416         "utf-16-le".
15418 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15420         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15422 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15424         * uudecode.el (uudecode-use-external): Add :version.
15426         * smime.el (smime-CA-file, smime-encrypt-cipher)
15427         (smime-dns-server): Add :version.
15429         * smiley.el (gnus-smiley-file-types): Add :version.
15431         * sha1.el (sha1-use-external): Add :version.
15433         * pgg-def.el (pgg-query-keyserver): Add :version.
15435         * nnmail.el (nnmail-fancy-expiry-targets)
15436         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15437         Add :version.
15439         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15440         (nnimap-retrieve-groups-asynchronous): Add :version.
15441         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15443         * mml.el (mml-content-disposition-parameters)
15444         (mml-insert-mime-headers-always): Add :version.
15446         * mm-util.el (mm-coding-system-priorities): Add :version.
15448         * mm-decode.el (mm-inline-text-html-with-images)
15449         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15450         (mm-verify-option): Add :version.
15451         (mm-text-html-renderer): Change :version.
15453         * message.el (message-fcc-externalize-attachments)
15454         (message-required-headers, message-draft-headers)
15455         (message-subject-trailing-was-query)
15456         (message-subject-trailing-was-ask-regexp)
15457         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15458         (message-mark-insert-end, message-archive-header)
15459         (message-archive-note, message-cross-post-default)
15460         (message-cross-post-note, message-followup-to-note)
15461         (message-cross-post-note-function, message-use-mail-followup-to)
15462         (message-subscribed-address-functions)
15463         (message-subscribed-address-file, message-subscribed-addresses)
15464         (message-subscribed-regexps, message-allow-no-recipients)
15465         (message-yank-cited-prefix, message-signature-insert-empty-line)
15466         (message-hidden-headers, message-hierarchical-addresses)
15467         (message-mail-user-agent, message-use-idna)
15468         (message-valid-fqdn-regexp)
15469         (message-strip-special-text-properties, message-header-synonyms)
15470         (message-beginning-of-line, message-tab-body-function): Add :version.
15471         (message-insert-canlock, message-wide-reply-confirm-recipients):
15472         Change :version.
15474         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15475         and :version.
15476         (mail-source-delete-old-incoming-confirm)
15477         (mail-source-movemail-program): Add :version.
15479         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15480         (gnus-agent-cache, gnus-agent): Change :version.
15482         * gnus-util.el (gnus-use-byte-compile): Change :version.
15484         * gnus-sum.el (gnus-summary-make-false-root-always)
15485         (gnus-summary-default-high-score)
15486         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15487         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15488         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15489         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15490         (gnus-sum-thread-tree-single-indent)
15491         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15492         (gnus-sum-thread-tree-leaf-with-other)
15493         (gnus-sum-thread-tree-single-leaf): Add :version.
15494         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15495         (gnus-article-loose-mime): Change :version.
15497         * gnus-start.el (gnus-backup-startup-file)
15498         (gnus-save-startup-file-via-temp-buffer): Add :version.
15500         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15501         (gnus-server-offline-face): Add :version.
15503         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15505         * gnus-msg.el (gnus-gcc-externalize-attachments)
15506         (gnus-debug-files, gnus-debug-exclude-variables)
15507         (gnus-discouraged-post-methods): Change :version.
15508         (gnus-confirm-mail-reply-to-news)
15509         (gnus-confirm-treat-mail-like-news): Add :version.
15511         * gnus-int.el (gnus-server-unopen-status): Add :version.
15513         * gnus-group.el (gnus-group-jump-to-group-prompt)
15514         (gnus-large-ephemeral-newsgroup)
15515         (gnus-fetch-old-ephemeral-headers): Add :version.
15517         * gnus-fun.el (gnus-x-face-directory)
15518         (gnus-convert-pbm-to-x-face-command)
15519         (gnus-convert-image-to-x-face-command)
15520         (gnus-convert-image-to-face-command): Add :version.
15522         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15524         * gnus-cite.el (gnus-cite-blank-line-after-header)
15525         (gnus-article-boring-faces): Add :version.
15527         * gnus-art.el (gnus-buttonized-mime-types)
15528         (gnus-inhibit-mime-unbuttonizing)
15529         (gnus-treat-display-face)
15530         (gnus-treat-body-boundary): Change :version.
15531         (gnus-body-boundary-delimiter, gnus-picon-databases)
15532         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15533         (gnus-treat-date-english, gnus-treat-fold-headers)
15534         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15535         (gnus-treat-mail-picon, gnus-treat-wash-html)
15536         (gnus-article-encrypt-protocol)
15537         (gnus-use-idna, gnus-article-over-scroll)
15538         (gnus-mime-display-multipart-alternative-as-mixed)
15539         (gnus-mime-display-multipart-related-as-mixed)
15540         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15541         (gnus-ctan-url, gnus-button-ctan-handler)
15542         (gnus-button-handle-ctan-bogus-regexp)
15543         (gnus-button-ctan-directory-regexp)
15544         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15545         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15546         (gnus-button-man-level, gnus-button-emacs-level)
15547         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15549         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15550         (gnus-agent-go-online): Change :version.
15551         (gnus-agent-expire-unagentized-dirs)
15552         (gnus-agent-auto-agentize-methods): Add :version.
15554         * flow-fill.el (fill-flowed-display-column)
15555         (fill-flowed-encode-column): Add :version.
15557         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15558         (gnus-outlook-deuglify-unwrap-max)
15559         (gnus-outlook-deuglify-cite-marks)
15560         (gnus-outlook-deuglify-unwrap-stop-chars)
15561         (gnus-outlook-deuglify-no-wrap-chars)
15562         (gnus-outlook-deuglify-attrib-cut-regexp)
15563         (gnus-outlook-deuglify-attrib-verb-regexp)
15564         (gnus-outlook-deuglify-attrib-end-regexp)
15565         (gnus-outlook-display-hook): Add :version.
15567         * binhex.el (binhex-use-external): Add :version.
15569 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15571         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15572         and `invisible'.
15574 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15576         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15577         in gnus-registry-trim.
15579 2004-09-13  Simon Josefsson  <jas@extundo.com>
15581         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15583         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15585         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15586         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15587         <yamaoka@jpl.org>.
15588         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15589         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15590         <yamaoka@jpl.org>.
15592         * sieve.el (sieve-manage-mode): Ditto.
15594 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15596         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15598 2004-09-11  Simon Josefsson  <jas@extundo.com>
15600         * dns-mode.el: Add.
15602         * mm-view.el (mm-display-dns-inline): Add.
15604         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15605         (mm-automatic-display): Ditto.
15607         * mailcap.el (mailcap-mime-data): Add text/dns.
15608         (mailcap-mime-extensions): Map .soa to text/dns.
15610 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15612         * gnus-art.el (article-decode-mime-words, article-babel)
15613         (gnus-article-highlight-signature, gnus-article-add-buttons)
15614         (gnus-signature-toggle): Remove unnecessary bindings of
15615         `inhibit-read-only' inherited from v5.10 merge.
15617 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15619         * nntp.el (nntp): New customization group.
15620         (nntp-authinfo-file): Add customization group.
15622         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15624         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15626         * gnus.el (to-address, to-list, subscribed)
15627         (large-newsgroup-initial): Ditto.
15629         * flow-fill.el (fill-flowed-display-column)
15630         (fill-flowed-encode-column): Ditto.
15632 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15634         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15635         Use point-min rather than 1.
15636         (message-send-mail): Use buffer-size rather than point-max.
15638         * gnus-sum.el (gnus-summary-search-article-forward):
15639         Signal a specific `search-failed' rather than a generic `error'.
15641         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15642         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15643         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15645 2004-09-10  Simon Josefsson  <jas@extundo.com>
15647         * nndb.el (require): Remove tcp and duplicate cl.
15649 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15651         * gnus-agent.el (directory-files-and-attributes): Move forward.
15653 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15655         * gnus-agent.el (directory-files-and-attributes):
15656         Optionally defined to support XEmacs.
15658 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15660         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15661         to avoid run-time CL dependencies.
15662         (gnus-agent-unfetch-articles): New function.
15663         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15664         article numbers even when local .overview file is missing.
15665         (gnus-agent-read-article-number): New function.  Only accepts
15666         27-bit article numbers.
15667         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
15668         Use gnus-agent-read-article-number.
15669         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15670         from backend while recognizing that article numbers in .overview
15671         must be valid.
15672         (gnus-agent-update-files-total-fetched-for):
15673         Use directory-files-and-attributes to improve performance.
15674         * gnus-int.el (gnus-request-move-article):
15675         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
15676         improve performance.
15678         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
15679         some users confused by references to .newsrc when they only have a
15680         .newsrc.eld file.
15681         (gnus-convert-mark-converter-prompt)
15682         (gnus-convert-converter-needs-prompt): Fix use of property list.
15683         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
15684         New function.  Used internally to only display 'gnus converting
15685         files' message when actually necessary.
15687         * gnus-sum.el (): Remove (require 'gnus-agent) as required
15688         methods now autoloaded.
15690 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * gnus-sum.el (gnus-summary-insert-subject): Remove list
15693         identifiers.
15695 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
15697         * gnus-picon.el: Fix indentation and closing parenthesis.
15699 2004-09-01  Simon Josefsson  <jas@extundo.com>
15701         * message.el (message-canlock-generate): Require sha1, not
15702         sha1-el.  (Can we get rid of this require altogether?  It is ugly
15703         to require within a function.  Sadly, if sha1.el isn't loaded, the
15704         let binding in m-c-g will hide the defcustom definition, which is
15705         bad.)
15707         * canlock.el: Require sha1, not sha1-el.
15709         * message.el: Don't autoload sha1 (there is a autoload cookie in
15710         sha1.el).
15712         * sha1-el.el: Rename to sha1.el.
15714 2004-08-30  Juanma Barranquero  <lektu@terra.es>
15716         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
15718 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15720         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
15722 2004-08-30  Kim F. Storm  <storm@cua.dk>
15724         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
15726         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
15727         Add :group 'nnimap.
15729 2004-08-30  Andreas Schwab  <schwab@suse.de>
15731         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
15732         ?* and ?\;.
15734         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
15735         and ?\' to symbol instead of whitespace.
15737 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15739         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
15741         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
15742         instead of re-search-forward.
15744         * gnus-uu.el (gnus-uu-save-article): Ditto.
15745         (gnus-uu-post-encode-uuencode): Ditto.
15747         * html2text.el (html2text-clean-list-items): Ditto.
15748         (html2text-clean-dtdd): Ditto.
15749         (html2text-format-tags): Ditto.
15751         * message.el (message-send-mail-with-sendmail): Fix regexp.
15752         (message-fill-field-general): Use search-forward instead of
15753         re-search-forward.
15754         (unbold-region): Ditto.
15756         * nnrss.el (nnrss-request-article): Ditto.
15758         * nnslashdot.el (nnslashdot-request-article): Ditto.
15760         * nnweb.el (nnweb-gmane-wash-article): Ditto.
15762         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
15763         "Unrecognized menu descriptor" error in XEmacs.
15765 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15767         * gnus-sum.el (gnus-read-header): Don't remove a header for the
15768         parent article of a sparse article in the thread hashtb.
15770 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
15772         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
15773         (nnmail-expand-newtext): Lowercase expanded entries if
15774         nnmail-split-lowercase-expanded is non-nil.
15776 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15778         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
15780         * gnus-group.el (gnus-group-line-format-alist): Convert the value
15781         of gnus-tmp-news-method into string under XEmacs.  It will be
15782         passed to gnus-correct-length which takes only a string argument.
15784 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15786         * gnus-util.el (gnus-bind-print-variables): New macro.
15787         (gnus-prin1): Use it.
15788         (gnus-prin1-to-string): Use it.
15789         (gnus-pp): New function.
15790         (gnus-pp-to-string): New function.
15792         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
15793         Replace pp-to-string with gnus-pp-to-string.
15794         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
15795         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
15796         * gnus-msg.el (gnus-debug): Ditto.
15797         * gnus-score.el (gnus-score-save): Ditto.
15798         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
15799         gnus-pp-to-string.
15800         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
15801         with gnus-pp.
15802         * score-mode.el (gnus-score-pretty-print): Ditto.
15803         * webmail.el (webmail-debug): Ditto.
15805 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15807         * gnus-art.el (article-display-face, article-display-x-face):
15808         Use buffer-read-only.
15810 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15812         * gnus-art.el (article-hide-list-identifiers):
15813         Bind inhibit-read-only as t.
15815 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
15817         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
15819 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15821         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
15822         (gnus-narrow-to-page): Don't assume point-min == 1.
15823         (gnus-article-edit-mode): Derive from message-mode.
15825         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
15826         point-min == 1.
15828         * imap.el (imap-parse-address-list, imap-parse-body-ext):
15829         Disable incorrect use of `assert'.
15831         * message.el (message-mode): Set comment-start-skip.
15833 2004-08-22  Sam Steingold  <sds@gnu.org>
15835         * pop3.el (pop3-leave-mail-on-server): New user variable.
15836         (pop3-movemail): Delete mail only when it is nil.
15838 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
15840         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
15842         * mml.el (mml-preview): Use `pop-to-buffer'.
15844         * message.el (message-goto-mail-followup-to): Insert after "To".
15845         (message-carefully-insert-headers): Add comment.
15847         * gnus.el: Remove unused variable `gnus-article-check-size'.
15849         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
15851         * gnus-art.el (gnus-button-alist):
15852         Improve `gnus-button-handle-library' entry.
15854 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
15856         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
15857         Use downcase, since XEmacs capitalizes error messages differently.
15859 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
15861         * nntp.el: Add (require 'gnus) due to reference to
15862         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
15864 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
15866         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
15867         Bind `mm-fill-flowed'.
15869         * mm-decode.el (mm-dissect-singlepart): Check it.
15871 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
15873         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
15874         'imap' for netrc parsing.
15876 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
15878         * mailcap.el (mailcap-mime-data): Mark as risky.
15880 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15882         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
15883         may be included in the encoded word.
15884         (rfc2047-encode): Don't append a space if the encoded word
15885         includes close parenthesis.
15887 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
15890         of text within parentheses.
15892 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
15894         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
15895         (gnus-encrypt-write-file-contents): Make the password key the file
15896         name PLUS the cipher, not just the cipher.  Also remove failed
15897         passwords from the cache.
15899 2004-08-06  Simon Josefsson  <jas@extundo.com>
15901         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
15902         Doc fix.
15904 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15906         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
15907         LWSP.
15909 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
15911         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15912         Try to append in-reply-to: data to the references: header.
15914         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
15915         (netrc-parse): Use gnus-encrypt.el functions.
15917         * gnus-encrypt.el: Add new file for encryption support; currently
15918         does only a few GPG ciphers and an internal XOR cipher.
15920         * password.el: Add comments on using password-read-and-add.
15921         (password-read-and-add): Add function to read and add the
15922         password to the cache at once.
15924 2004-07-28  Simon Josefsson  <jas@extundo.com>
15926         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
15927         parameter (but don't use it, for now).
15929         * imap.el (imap-ssl-open): Use imap-process-connection-type,
15930         instead of hard coding to nil.
15932 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15934         * mm-view.el (mm-inline-image-emacs): Open lines under an image
15935         as mm-inline-image-xemacs does.
15937 2004-07-26  Simon Josefsson  <jas@extundo.com>
15939         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
15940         Revert part of 2004-07-17 change below.
15942 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15944         * rfc2047.el (rfc2047-encode-region): Don't infloop.
15945         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
15947 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15949         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
15950         quotes that actually start with ">" at the beginning of the
15951         lines.
15953 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15955         * rfc2047.el (rfc2047-encode-region): Fix last change.
15956         (rfc2047-encode-parameter): Remove useless concat.
15958 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
15961         encode special characters; fix some kind of misconfigured headers;
15962         signal a real error if debug-on-quit or debug-on-error is non-nil.
15963         (rfc2047-encode-max-chars): New variable.
15964         (rfc2047-encode-1): Use it.
15965         (rfc2047-encode-parameter): New function.
15967         * mml.el (mml-insert-parameter): Remove an excessive space.
15969 2004-07-17  Simon Josefsson  <jas@extundo.com>
15971         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
15972         Kai Grossjohann <kai@emptydomain.de>.
15973         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
15974         (gnus-group-make-menu-bar): Ditto.
15976         * gnus-util.el (gnus-group-server): Add.
15978 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
15980         * message.el (message-clone-locals): Clone sendmail and smtp
15981         variables.
15983 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15985         * rfc2047.el (rfc2047-encode-region): Fix last change.
15987 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15989         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
15990         characters as non-special.
15992 2004-07-09  Simon Josefsson  <jas@extundo.com>
15994         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
15995         Users will lose all flag changes made while unplugged with
15996         e.g. nntp unless flag synchronization happens, thus `nil' is not a
15997         good default.  See numerous reports on ding mailing list.
15999 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16001         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16002         add generate-head-function and generate-article-function to the
16003         rfc822-forward entry.
16004         (nndoc-rfc822-forward-generate-article): New function.
16005         (nndoc-rfc822-forward-generate-head): New function.
16007         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16009 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16011         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16012         respect display group parameter and gnus-summary-expunge-below.
16013         (gnus-articles-to-read): Remove unused reference to display group
16014         parameter.
16016 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16018         * nnheader.el (nnheader-uniquify-message-id): New experimental
16019         variable.
16020         (nnheader-nov-read-message-id): Use it.
16022         * spam-report.el (spam-report-gmane): Add interactive.
16024 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16026         * mm-encode.el (mm-content-transfer-encoding-defaults):
16027         Use qp-or-base64 for the application/* types.
16029 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16031         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16033 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16035         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16036         trim value.
16038 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16040         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16041         New macro and function.
16042         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16044 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16046         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16047         after-load-alist.
16049 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16051         * gnus-group.el (gnus-group-get-new-news-this-group):
16052         Don't update info that isn't there.
16054 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16056         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16057         entry.
16059 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16061         * mm-view.el (mm-inline-render-with-function): Use multibyte
16062         buffer; decode html source by charset.
16064         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16066         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16067         Mule-UCS is loaded under XEmacs.
16068         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16070 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16072         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16074 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16076         * mm-util.el (mm-coding-system-p): Return a coding-system.
16077         (mm-mime-mule-charset-alist): Use shift_jis instead of
16078         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16079         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16080         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16081         instead of japanese-shift-jis and iso-latin-1 respectively in
16082         order to share the default value with both Emacs and XEmacs-mule.
16083         (mm-mule-charset-to-mime-charset):
16084         Make mm-coding-system-priorities effective.
16085         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16086         while predicating of candidates upon the priorities.
16088 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16090         * gnus-sum.el (gnus-summary-make-menu-bar):
16091         Add gnus-uu-invert-processable.
16093         * gnus.el: Autoload gnus-uu-invert-processable.
16095 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16097         * mm-util.el (mm-with-multibyte-buffer): New macro.
16099         * rfc2047.el (rfc2047-encode-string): Use it.
16100         (rfc2047-encode-region): Move point to the end of the region after
16101         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16103 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16105         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16106         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16108 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16110         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16111         (gnus-cite-parse): Ignore quoted envelope From_.
16112         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16114 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16116         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16117         invalid addresses.
16119 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16121         * spam.el: Change section markers, revise TODO list.
16122         (spam-backends): Make new master list of all installed backends.
16123         (spam-summary-exit-behavior): Add new variable to determine how
16124         messages moves are done at summary exit.
16125         (spam-move-spam-nonspam-groups-only)
16126         (spam-process-ham-in-nonham-groups)
16127         (spam-process-ham-in-spam-groups): Remove variables, the
16128         spam-summary-exit-behavior variable should be used to manage this
16129         behavior.
16130         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16131         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16132         and spam-old-spam-articles.
16133         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16134         Add empty variables, placeholders for the backends they represent.
16135         (spam-set-difference): Move, unchanged.
16136         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16137         unless the user has a processor variable.
16138         (spam-classifications, spam-classification-valid-p)
16139         (spam-backend-properties, spam-backend-property-valid-p)
16140         (spam-backend-function-type-valid-p)
16141         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16142         (spam-report-articles-gmane, spam-report-articles-resend):
16143         Remove functions, they are not needed.
16144         (spam-install-backend-super, spam-backend-list)
16145         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16146         (spam-backend-function, spam-backend-ham-registration-function)
16147         (spam-backend-spam-registration-function)
16148         (spam-backend-ham-unregistration-function)
16149         (spam-backend-spam-unregistration-function)
16150         (spam-backend-statistical-p, spam-backend-mover-p)
16151         (spam-install-backend-alias, spam-install-checkonly-backend)
16152         (spam-install-mover-backend, spam-install-nocheck-backend)
16153         (spam-install-backend, spam-install-statistical-backend)
16154         (spam-install-statistical-checkonly-backend): Add backend installation
16155         support.
16156         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16157         (spam-group-processor-p): Use the new backend code and respect the
16158         summary exit behavior.
16159         (spam-mark-spam-as-expired-and-move-routine): Remove.
16160         (spam-summary-prepare): Change to use the new spam-old-articles
16161         variable.
16162         (spam-copy-or-move-routine, spam-copy-spam-routine)
16163         (spam-move-spam-routine, spam-copy-ham-routine)
16164         (spam-move-ham-routine): Add code to copy/move ham or spam.
16165         (spam-fetch-field-fast): Improve doc and code, plus allow the
16166         'number request.
16167         (spam-list-of-checks, spam-list-of-statistical-checks):
16168         Remove variables.
16169         (spam-split, spam-find-spam): Use the new backend code.
16170         (spam-registration-functions): Remove variable.
16171         (spam-unregister-routine): Add convenience wrapper.
16172         (spam-log-undo-registration, spam-register-routine)
16173         (spam-log-processing-to-registry)
16174         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16175         where possible.
16176         (spam-check-gmane-xref, spam-check-regex-headers)
16177         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16178         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16179         (spam-check-bogofilter-headers, spam-check-spamoracle)
16180         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16181         (spam-check-crm114-headers): Use the spam-split-group that
16182         spam-split prepares, no need to determine it every time.
16184         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16185         to the nnheader-parse-naked-head call.
16187         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16189         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16190         the nnheader-nov-read-message-id call.
16192 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16194         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16195         gnus-activate-group twice.  Suggested by Markus Peter
16196         <warp@spin.de>.
16198 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16200         * gnus-art.el (gnus-article-time-format): Exchange the order of
16201         day and month in the default value; fix customization type.
16202         (article-date-ut): Use add-text-properties.
16203         (article-make-date-line): Use message-make-date instead of
16204         current-time-string.
16206         * message.el (message-fetch-field): Don't use set-text-properties.
16207         (message-make-date): Simplify.
16209 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16211         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16212         (rfc2047-encode-region): Treat text within parentheses as special;
16213         show the original text when error has occurred.
16215         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16216         already-computed method to gnus-activate-group.
16218         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16219         same select-methods identical Lisp objects.
16221         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16222         object when modifying the info.
16224 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16226         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16227         gnus-opened-servers since it has never been opened with the new
16228         configuration yet.
16230 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16232         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16233         arg to nnheader-generate-fake-message-id.
16235 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16237         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16238         number and build a fake message ID localized to a group and
16239         article number (so it's repeatable from that point on).
16240         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16241         ID format.
16243         * gnus-sum.el (gnus-get-newsgroup-headers):
16244         Call nnheader-generate-fake-message-id with the article number.
16246 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16248         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16249         end-of-buffer.
16251 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16253         * message.el (message-ignored-supersedes-headers): Add Approved.
16255 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16257         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16258         goto-char.
16259         (rfc2047-encode): Fold the line before encoding.
16261 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16263         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16264         folding -- not all headers can be folded, and this should be done
16265         by the message composition mode.  Probably.  I think.
16267 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16269         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16270         fast.
16272         * gnus-ems.el (gnus-remove-image): Don't use
16273         message-text-with-property; remove only the image found first.
16275 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16277         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16279 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16281         * message.el (message-text-with-property): Make it fast and accept
16282         optional arguments.
16283         (message-strip-forbidden-properties): Use it.
16284         (message-fix-before-sending): Follow the m-t-w-p change.
16286         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16288 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16290         * gnus-art.el (article-hide-headers): Don't change the buffer
16291         mistakenly when performing mml-preview even if
16292         gnus-single-article-buffer is nil.
16294 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16296         * message.el (message-expand-name-databases): New user option.
16297         (message-expand-name): Use it.
16299 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16301         * spam.el (spam-report-articles-resend)
16302         (spam-report-resend-register-routine): Allow ham reporting.
16303         (spam-report-resend-register-ham-routine): Add wrapper.
16304         (spam-registration-functions): Add ham resending functions.
16305         (spam-list-of-processors): Add ham resend processor.
16307         * gnus.el (ham-resend-to): Add new group parameter.
16308         (spam-process): Add ham resend option.
16310         * spam-report.el (spam-report-resend): Allow reporting ham.
16311         (spam-report-resend-ham): Add wrapper.
16313 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16315         * message.el (message-cite-articles-with-x-no-archive):
16316         New variable.
16317         (message-cite-original): Use it.
16319 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16321         * message.el (message-cite-original): Respect X-No-Archive.
16323 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16325         * gnus-art.el (article-hide-headers): Refer to the values for
16326         gnus-ignored-headers and gnus-visible-headers in the summary
16327         buffer since a user may have set them as group parameters.
16329 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16331         * assistant.el (assistant-node-name): Add convenience function.
16332         (assistant-render-text, assistant-render-node): Add error handling,
16333         plus handle multiple next nodes.
16334         (assistant-find-next-node): Comment out for now.
16335         (assistant-find-next-nodes): Add function, returns list of next
16336         nodes.
16338 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16340         * mail-source.el (mail-source-directory): Fix doc-string.
16342 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16344         * assistant.el (assistant-render-text, assistant-eval): Add :set
16345         widget type, which is different because it takes and returns a
16346         list.  Much hilarity ensues.
16348 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16350         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16352         * gnus-group.el (gnus-group-get-new-news-this-group):
16353         Add doc-string.
16355         * gnus-start.el (gnus-activate-group): Add doc-string.
16357 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16359         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16361 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16363         * assistant.el (assistant-render-text): Try to add a :set
16364         widget, more to come.
16366         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16367         strings.
16368         (spam-report-articles-resend)
16369         (spam-register-routine): Do registration iff any articles warrant
16370         it.
16371         (spam-summary-prepare-exit): Change log message for nil group
16372         destinations.
16374 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16376         * spam.el (spam-report-resend-register-routine):
16377         Allow spam-report-resend-to to be a group parameter or a global value.
16379 2004-05-26  Simon Josefsson  <jas@extundo.com>
16381         * starttls.el: Merge with my GNUTLS based starttls.el.
16382         (starttls-gnutls-program, starttls-use-gnutls)
16383         (starttls-extra-arguments, starttls-process-connection-type)
16384         (starttls-connect, starttls-failure, starttls-success):
16385         New variables.
16386         (starttls-program, starttls-extra-args): Doc fix.
16387         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16388         New functions.
16389         (starttls-negotiate, starttls-open-stream):
16390         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16391         function if it is set.
16393 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16395         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16396         structured fields.
16398 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16400         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16402 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16404         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16405         Add variable.
16406         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16407         assigning the spam-mark to new messages.
16409 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16411         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16413 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16415         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16416         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16417         default.
16419 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16421         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16422         correct data.
16424 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16426         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16427         (spam-group-processor-p): Fix function.
16428         (spam-group-processor-multiple-p)
16429         (spam-group-spam-processor-report-gmane-p)
16430         (spam-group-spam-processor-report-resend-p)
16431         (spam-group-spam-processor-bogofilter-p)
16432         (spam-group-spam-processor-blacklist-p)
16433         (spam-group-spam-processor-ifile-p)
16434         (spam-group-ham-processor-ifile-p)
16435         (spam-group-spam-processor-spamoracle-p)
16436         (spam-group-spam-processor-crm114-p)
16437         (spam-group-ham-processor-bogofilter-p)
16438         (spam-group-spam-processor-stat-p)
16439         (spam-group-ham-processor-stat-p)
16440         (spam-group-ham-processor-whitelist-p)
16441         (spam-group-ham-processor-BBDB-p)
16442         (spam-group-ham-processor-spamoracle-p)
16443         (spam-group-ham-processor-copy-p): Remove functions with some
16444         prejudice against unneeded code.
16445         (spam-report-articles-resend)
16446         (spam-report-resend-register-routine): Allow the group/topic
16447         spam-resend-to value to override spam-report-resend-to.
16448         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16449         properly now.
16451         * gnus.el (spam-resend-to): Add group/topic parameter.
16452         (spam-process): Move the OBSOLETE processors to the end of the
16453         choices.
16455 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16457         * spam-report.el (spam-report-resend-to, spam-report-resend):
16458         Start with resend-to set to nil, and then ask the user if necessary.
16459         (spam-report-resend): spam-report-resend takes a list of articles, not
16460         separate article numbers.
16462 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16464         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16465         addition to emacs-w3m.
16467 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16469         * assistant.el (assistant-authinfo-data): New function.
16470         (assistant-eval): Eval for entire assistant.
16472         * netrc.el (netrc-services-file): New variable.
16473         (netrc-parse-services): New function.
16474         (netrc-find-service-name): New function.
16475         (netrc-find-service-number): New function.
16476         (netrc-port-equal): New function.
16477         (netrc-machine): Use it.
16479         * nnimap.el (nnimap-open-connection): Use netrc.
16481         * gnus-util.el (gnus-netrc-get): Remove aliases.
16483         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16485         * assistant.el (wid-edit): Fix compilation.
16487         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16489 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16491         * gnus-util.el (gnus-set-file-modes): New function.  (small
16492         patch).
16494 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16496         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16498         * assistant.el (assistant-render-node): Fix up rendering and
16499         read-only text.
16500         (assistant-render-node): Reset.
16501         (assistant-make-read-only): Not sticky.
16503 2004-05-20  Danny Siu  <dsiu@adobe.com>
16505         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16506         centered even when gnus-auto-center-summary is t
16508 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16510         * dns.el (dns-get-txt-answer): New function.
16511         (dns-read-txt): Ditto.
16512         (query-dns): Use it.
16514 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16516         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16517         active for foreign groups even if the group level is higher than
16518         the specified value.
16520 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16522         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16523         non-active groups.
16525         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16527 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16529         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16531 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16533         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16534         (spam-crm114-header, spam-crm114-spam-switch)
16535         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16536         (spam-crm114-positive-spam-header)
16537         (spam-crm114-database-directory, spam-list-of-processors)
16538         (spam-group-spam-processor-crm114-p)
16539         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16540         (spam-generic-score, spam-list-of-checks)
16541         (spam-list-of-statistical-checks, spam-registration-functions)
16542         (spam-check-crm114-headers, spam-crm114-score)
16543         (spam-check-crm114, spam-crm114-register-with-crm114)
16544         (spam-crm114-register-spam-routine)
16545         (spam-crm114-unregister-spam-routine)
16546         (spam-crm114-register-ham-routine)
16547         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16548         From asjo@koldfront.dk (Adam Sjøgren).
16550         * gnus.el: Add spam-use-crm114.
16552         * spam.el (spam-list-of-processors, spam-registration-functions):
16553         Add spam-use-resend.
16554         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16555         (spam-report-articles-gmane): Add doc fix.
16556         (spam-report-articles-resend, spam-report-resend-register-routine):
16557         Add wrappers around spam-report-resend-to.
16559         * spam-report.el (spam-report-resend-to, spam-report-resend):
16560         Add support for resending spam.
16561         (spam-report-gmane): Fix line length >80.
16563         * gnus.el (spam-process): Add spam-use-resend.
16565 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16567         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16568         number of processed spam messages.
16569         (spam-ham-copy-or-move-routine): Return the number of processed
16570         ham messages.
16571         (spam-summary-prepare-exit): Use the above values to decide
16572         whether status messages shouled be displayed.
16574 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16576         * rfc2047.el (rfc2047-encode-function-alist): Rename from
16577         `rfc2047-encoding-function-alist' in order to avoid conflicting
16578         with the old version.
16579         (rfc2047-encode-region): Concatenate words containing non-ASCII
16580         characters in structured fields; don't encode space-delimited
16581         ASCII words even in unstructured fields; don't break words at
16582         char-category boundaries.
16583         (rfc2047-encode-1): New function.
16584         (rfc2047-encode): Use it; encode text so that it occupies the
16585         maximum width within 76-column; work correctly on Q encoding for
16586         iso-2022-* charsets.
16587         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16588         sure not to break a line just after the header name.
16589         (rfc2047-b-encode-region): Remove.
16590         (rfc2047-b-encode-string): New function.
16591         (rfc2047-q-encode-region): Remove.
16592         (rfc2047-q-encode-string): New function.
16594         * mm-util.el (mm-replace-in-string): New function.
16596 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16598         * gnus-msg.el (gnus-inews-make-draft-meta-information):
16599         Really get it right.
16600         (gnus-inews-make-draft): Really.
16602 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16604         * nnmh.el (nnmh-request-list-1): Don't check the link count
16605         before descending.  (small patch)
16607 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16609         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16610         stuff.
16612         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
16613         Match on real group name.
16615         * gnus-art.el (gnus-signature-limit): Doc fix.
16617         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16619 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16621         * gnus-draft.el (gnus-draft-send):
16622         Bind rfc2047-encode-encoded-words.
16624         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16625         (rfc2047-encodable-p): Say that =? needs encoding.
16626         (rfc2047-encode-encoded-words): New variable.
16628         * gnus-group.el (gnus-group-select-group): Doc fix.
16630         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16632         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16633         to nil.
16635         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16637         * nnheader.el (nnheader-get-lines-and-char): New function.
16639 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16641         * gnus-msg.el (gnus-summary-followup-with-original):
16642         Document yanking of region when active.
16644 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16646         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16647         groups if the group level is higher than the specified value.
16649 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16651         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16652         (gnus-group-jump-to-group): Add prefix argument using
16653         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16654         non-active group.
16656         * compface.el (uncompface): Be verbose when changing
16657         `uncompface-use-external'.
16659         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
16660         handle manual section.
16662 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16664         * gnus-art.el (gnus-button-alist): Revert previous change.
16666 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16668         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
16670 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16672         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
16673         whether backend can accept message.
16675         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
16677 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
16679         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16680         Avoid creating directory when nntp-marks-is-evil is true.
16681         Reported by Reiner Steib.
16683 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16685         * gnus-picon.el (gnus-picon-style): New variable.
16686         (gnus-picon-insert-glyph): Add optional `nostring' argument.
16687         (gnus-picon-transform-address): Support `gnus-picon-style'.
16688         From Jesper Harder <harder@ifa.au.dk>.
16690 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16692         * message.el (message-fill-field): Return point.
16693         (message-generate-headers): Go to end of field.
16695         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
16696         stuff for non-living groups.
16698 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
16700         * gnus-art.el (gnus-article-followup-with-original)
16701         (gnus-article-reply-with-original): gnus-mark-active-p ->
16702         gnus-region-active-p.
16704 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
16706         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
16707         only when there is spam or ham to be processed.
16709 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16711         * mail-source.el (mail-source-delete-crash-box): Refactor.
16712         (mail-source-fetch): Use it.
16713         (mail-source-fetch-file): Ditto.
16714         (mail-source-fetch-directory): Run postscript in loop.
16715         (mail-source-fetch-pop): Delete.
16716         (mail-source-fetch-maildir): Ditto.
16717         (mail-source-fetch-imap): Ditto.
16719         * imap.el (imap-authenticators): Comment out sasl.
16721         * message.el (message-skip-to-next-address): New function.
16722         (message-fill-header-address): Refactor.
16723         (message-fill-address): Use it.
16724         (message-delete-address): Use it.
16725         (message-fill-header-general): Refactor.
16726         (message-fill-field-address): Rename.
16727         (message-narrow-to-field): Find the start of the header.
16728         (message-header-format-alist): Don't pre-fill.
16729         (message-fill-header): Remove.
16730         (message-insert-header): New function.
16731         (message-shorten-references): Use it.
16733         * rfc2047.el (rfc2047-field-value): Strip props.
16735         * mail-parse.el (mail-header-make-address): New alias.
16737         * ietf-drums.el (ietf-drums-make-address): New function.
16739         * imap.el: Add compiler directives.
16741         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
16743         * gnus-art.el (article-decode-idna-rhs): Don't use
16744         message-idna-inside-rhs-p.
16746 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16748         * message.el (message-idna-inside-rhs-p): Remove.
16749         (message-idna-to-ascii-rhs-1): Use proper address parsing.
16751         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
16752         false positives.
16754 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
16756         * imap.el (imap-sasl-make-mechanisms): Use sasl.
16758 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16760         * nneething.el (nneething-file-name): Don't create spurious
16761         files.
16763         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
16764         (gnus-inews-do-gcc): Remove sleep.
16766         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
16767         part under point.
16769         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
16770         (gnus-agent-regenerate-group): Using nil messages aren't valid.
16772 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
16774         * spam.el (spam-summary-prepare-exit): Fix (length).
16776 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
16778         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
16779         as expired without moving it" message when there are spam
16780         messages left.
16782 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
16784         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
16785         header is not nil.
16787 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
16789         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
16790         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
16791         (nntp-marks-changed-p): New arg SERVER.
16792         (nntp-request-update-info): Adjust caller.
16794 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
16796         * nntp.el (nntp-save-marks): Pass missing arg.
16798 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
16800         * nntp.el: Support marks.
16801         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
16802         (nntp-marks-modtime, nntp-marks-directory): New variables.
16803         (nntp-request-set-mark, nntp-request-update-info)
16804         (nntp-possibly-create-directory, nntp-marks-changed-p)
16805         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
16806         New functions.
16808 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
16810         * gnus-score.el (gnus-score-insert-help):
16811         Use gnus-select-lowest-window.
16813         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
16814         appt-select-lowest-window and rename to gnus-select-lowest-window.
16816         * gnus.el: do.
16818 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16820         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
16821         encodings of MIME-encoded words, in order to improve
16822         interoperability with several broken MUAs.
16824 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16826         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
16827         tags, only when charsets are not specified in headers.
16828         (mm-inline-text-html-render-with-w3m): Ditto.
16830 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16832         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
16833         instead of MIME-decoded from fields when checking
16834         `gnus-article-address-banner-alist'.
16836 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
16838         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
16839         description rather than subject.
16841 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16843         * gnus.el (gnus-version-number): Bump.
16845 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16847         * gnus.el: No Gnus v0.2 is released.
16849 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851         * gnus-agent.el (gnus-agent-read-agentview):
16852         Inline gnus-uncompress-range.
16854 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16856         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
16857         `exec-installed-p'.
16859 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16861         * gnus.el (spam-process, spam-autodetect-methods):
16862         Add bsfilter and bsfilter-headers.
16864         * spam.el (spam-bsfilter): New customize group.
16865         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
16866         (spam-bsfilter-header, spam-bsfilter-probability-header)
16867         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
16868         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
16869         (spam-bsfilter-database-directory): New options.
16870         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
16871         (spam-list-of-statistical-checks, spam-registration-functions):
16872         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
16873         (spam-bsfilter-score): New command.
16874         (spam-check-bsfilter-headers, spam-check-bsfilter)
16875         (spam-bsfilter-register-with-bsfilter)
16876         (spam-bsfilter-register-spam-routine)
16877         (spam-bsfilter-unregister-spam-routine)
16878         (spam-bsfilter-register-ham-routine)
16879         (spam-bsfilter-unregister-ham-routine): New functions.
16880         (spam-generic-score): Support bsfilter; Accept an optional argument
16881         to recalcurate spam score even if scoring header has already been
16882         added.
16883         (spam-bogofilter-score, spam-spamassassin-score): Accept an
16884         optional argument to recalcurate spam score even if scoring header
16885         has already been added.
16887 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
16889         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
16890         strings!  Reported by David D. Smith <davidsmith@acm.org>.
16891         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
16892         link is missing.
16894 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
16896         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
16897         (html2text-get-attr): Rewrite.
16899         * message.el (message-setup-1): Remove redundant put-text-property
16900         on mail-header-separator.
16902 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
16904         * gnus-registry.el (gnus-registry-cache-whitespace)
16905         (gnus-registry-action, gnus-registry-spool-action)
16906         (gnus-registry-split-fancy-with-parent): Change message levels
16907         from 5 to 3 or 7, as needed.
16909         * spam.el (spam-summary-prepare-exit)
16910         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
16911         (spam-split, spam-find-spam, spam-log-undo-registration)
16912         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
16913         level from 5 to 6.
16915 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16917         * gnus-ems.el: Autoload appt-select-lowest-window (revert
16918         2004-03-04 change).
16920 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
16922         * sieve-manage.el (sieve-manage-open):
16923         * nnweb.el (nnweb-insert-html):
16924         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
16925         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
16926         * nnspool.el (nnspool-request-group):
16927         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
16928         * nnml.el (nnml-request-update-info):
16929         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
16930         (nnmh-request-create-group, nnmh-update-gnus-unreads):
16931         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
16932         (nnimap-request-set-mark):
16933         * nnfolder.el (nnfolder-request-update-info):
16934         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
16935         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
16936         * gnus-uu.el (gnus-uu-find-articles-matching):
16937         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
16938         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
16939         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
16940         * gnus-nocem.el (gnus-nocem-scan-groups):
16941         * gnus-int.el (gnus-start-news-server):
16942         * gnus-group.el (gnus-group-make-kiboze-group)
16943         (gnus-group-browse-foreign-server):
16944         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
16945         Use mapc when appropriate.
16947 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
16949         FIXME: Make separate entries for each person.
16951         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
16952         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
16953         <shields@msrl.com>:
16955         * spam.el (spam-necessary-extra-headers): Get the extra headers we
16956         may need for spam sorting and scoring.
16957         (spam-user-format-function-S): Add user format function suitable for
16958         general use.
16959         (spam-article-sort-by-spam-status): Add sorting function for summary
16960         sorting.
16961         (spam-extra-header-to-number): Add function to get a score from a
16962         header.
16963         (spam-summary-score): Add function to  get a numeric score from the
16964         headers.
16965         (spam-generic-score): Fix function doc, was in wrong place.
16966         (spam-initialize): Take symbols when it's run, and install the
16967         extra headers that spam-necessary-extra-headers thinks we need.
16969 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
16971         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
16972         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
16974 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
16976         * gnus-sum.el (gnus-set-global-variables)
16977         (gnus-build-all-threads, gnus-get-newsgroup-headers)
16978         (gnus-article-get-xrefs, gnus-summary-best-group)
16979         (gnus-summary-next-article, gnus-summary-enter-digest-group)
16980         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
16981         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
16982         Use with-current-buffer.
16984 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
16986         * spam.el (spam-summary-prepare-exit): Simplify logic.
16987         (spam-fetch-article-header): Read the article header if it's not
16988         available.
16989         (spam-list-articles): Simplify logic.
16990         (spam-filelist-register-routine): Fix bug with unregister-list.
16992         * gnus-registry.el: Fix comments at beginning.
16994 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
16996         * message.el (message-cater-to-broken-inn): Remove.
16997         (message-shorten-references): Make sure the total folded length of
16998         References is shorter than 998 characters to cater to a bug in INN
16999         2.3.  Also, don't pretend that references aren't folded -- this
17000         hasn't worked for a while.
17002 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17004         * gnus-agent.el (gnus-agentize):
17005         gnus-agent-send-mail-real-function no longer set to current value
17006         of message-send-mail-function but rather a lambda that calls
17007         message-send-mail-function.  The change makes the agent real-time
17008         responsive to user changes to message-send-mail-function.
17010 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17012         * legacy-gnus-agent.el
17013         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17014         help from Florian Weimer <fw@deneb.enyo.de>
17016 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17018         * nnmail.el (nnmail-cache-insert): Revert last change.
17020 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17022         * nnmail.el (nnmail-cache-insert): Always check whether
17023         nnmail-cache-ignore-groups matches a group name.
17025 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17027         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17028         (spam-find-spam, spam-log-processing-to-registry)
17029         (spam-log-registered-p, spam-log-unregistration-needed-p)
17030         (spam-log-undo-registration): Use gnus-message instead of
17031         gnus-error, none of these errors are fatal.
17033         * gnus-registry.el (gnus-registry-clean-empty-function)
17034         (gnus-registry-clean-empty): Remove only empty entries without
17035         extra data.
17037 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17039         * spam-stat.el (spam-stat-buffer-change-to-spam)
17040         (spam-stat-buffer-change-to-non-spam): Change (error) to
17041         (gnus-message 8) invocation.
17043 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * nntp.el (nntp-via-netcat-command): New variable.
17046         (nntp-via-netcat-switches): New variable.
17047         (nntp-open-via-rlogin-and-netcat): New function.
17048         (nntp-open-connection-function): Doc fix.
17049         (nntp-telnet-command): Doc fix.
17050         (nntp-end-of-line): Doc fix.
17051         (nntp-via-rlogin-command): Doc fix.
17052         (nntp-via-user-name): Doc fix.
17053         (nntp-via-address): Doc fix.
17055 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17057         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17058         error in Emacs 21.1.
17060 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17062         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17064 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17066         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17067         (gnus-agent-with-refreshed-group): New macro.
17068         (gnus-agent-rename-group): New function.
17069         (gnus-agent-delete-group): New function.
17070         (gnus-agent-save-group-info): Use gnus-command-method when
17071         `method' parameter is nil.  Don't write nil entries into the
17072         active file.
17073         (gnus-agent-get-group-info): New function.
17074         (gnus-agent-fetch-articles):
17075         Use gnus-agent-update-files-total-fetched-for to increment disk space
17076         used.
17077         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17078         Use gnus-agent-update-view-total-fetched-for to increment disk space
17079         used.
17080         (gnus-agent-get-local): Add optional parameters to avoid calling
17081         gnus-group-real-name and gnus-find-method-for-group.
17082         (gnus-agent-set-local): Delete stored entry if either min, or max,
17083         are nil.
17084         (gnus-agent-fetch-session): Reworded error/quit messages.
17085         On quit, use gnus-agent-regenerate-group to record existence of any
17086         articles fetched to disk before the quit occurred.
17087         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17088         gnus-agent-update-view-total-fetched-for, and
17089         gnus-agent-update-files-total-fetched-for to decrement disk space
17090         used.
17091         (gnus-agent-retrieve-headers):
17092         Use gnus-agent-update-view-total-fetched-for to increment disk space
17093         used.
17094         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17095         with gnus-agent-update-files-total-fetched-for to decrement disk
17096         space and fresh group buffer.
17097         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17098         (gnus-agent-need-update-total-fetched-for): New variable.
17099         (gnus-agent-update-files-total-fetched-for): New function.
17100         (gnus-agent-update-view-total-fetched-for): New function.
17101         (gnus-agent-total-fetched-for): New function.
17103         * gnus-cache.el (gnus-cache-save-buffers):
17104         Use gnus-cache-update-overview-total-fetched-for to change disk space
17105         used by this group.
17106         (gnus-cache-possibly-enter-article):
17107         Use gnus-cache-update-file-total-fetched-for to increment disk space
17108         used by this group.
17109         (gnus-cache-possibly-remove-article):
17110         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17111         used by this group.
17112         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17113         (gnus-cache-rename-group): New function.
17114         (gnus-cache-delete-group): New function.
17115         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17116         (gnus-cache-need-update-total-fetched-for): New variable.
17117         (gnus-cache-with-refreshed-group): New macro.
17118         (gnus-cache-update-file-total-fetched-for): New function.
17119         (gnus-cache-update-overview-total-fetched-for): New function.
17120         (gnus-cache-rename-group-total-fetched-for): New function.
17121         (gnus-cache-delete-group-total-fetched-for): New function.
17122         (gnus-cache-total-fetched-for): New function.
17124         * gnus-group.el: Require gnus-sum and autoload functions to
17125         resolve warnings when gnus-group.el compiled alone.
17126         (gnus-group-line-format): Documented new %F.
17127         (size of Fetched data) group line format; identifies disk space
17128         used by agent and cache.
17129         (gnus-group-line-format-alist): Defined new F format.
17130         (gnus-total-fetched-for): New function.
17131         (gnus-group-delete-group): No longer update
17132         gnus-cache-active-altered as gnus-request-delete-group now keeps
17133         the cache in sync.
17134         (gnus-group-list-active): Let the agent store a server's active
17135         list if currently plugged.
17137         * gnus-int.el (gnus-request-delete-group):
17138         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17139         local disk in sync with the server.
17140         (gnus-request-rename-group):
17141         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17142         local disk in sync with the server.
17144         * gnus-start.el (gnus-get-unread-articles):
17145         Cosmetic simplification to logic.
17147         * gnus-util.el (gnus-rename-file): New function.
17149 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17151         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17153 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17155         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17156         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17158 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17160         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17161         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17163 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17165         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17167 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17169         * spam.el (spam-set-difference): Add function to replace
17170         gnus-set-difference in spam.el.
17171         (spam-summary-prepare-exit): Use spam-set-difference.
17173 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17175         * gnus-registry.el (gnus-registry-cache-file): Update to use
17176         gnus-dribble-directory OR gnus-home-directory OR ~.
17177         (gnus-registry-split-fancy-with-parent): Fix doc.
17179 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17181         * message.el (message-exchange-point-and-mark):
17182         Use message-mark-active-p.  Suggested by Jesper Harder
17183         <harder@ifa.au.dk>.
17185 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17187         * message.el (message-exchange-point-and-mark): Don't activate
17188         region if it was inactive.  Suggested by Hiroshi Fujishima
17189         <pooh@nature.tsukuba.ac.jp>.
17191 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17193         * gnus-art.el (article-display-face): Display Faces in the same
17194         order as X-Faces.
17196 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17198         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17200 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17202         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17203         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17204         (gnus-article-mime-hierarchy): Remove.
17205         (gnus-article-mime-hierarchy-next): Remove.
17206         (gnus-article-mode): Revert 2004-03-19 change.
17207         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17208         (gnus-insert-mime-button): Revert 2004-03-19 change.
17209         (gnus-mime-accumulate-hierarchy): Remove.
17210         (gnus-mime-enter-multipart): Remove.
17211         (gnus-mime-leave-multipart): Remove.
17212         (gnus-mime-display-part): Revert 2004-03-19 change.
17213         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17215         * mml.el (mml-preview): Revert 2004-03-19 change.
17217 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17219         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17221 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17223         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17224         t while entering a file name using the mm-with-multibyte macro.
17225         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17227         * mm-util.el (mm-with-multibyte): New macro.
17229 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17231         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17232         New user option.
17233         (gnus-mime-multipart-functions): Doc and customization fix.
17234         (gnus-article-mime-hierarchy): New variable.
17235         (gnus-article-mime-hierarchy-next): New variable.
17236         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17237         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17238         gnus-article-mime-hierarchy-next to nil.
17239         (gnus-insert-mime-button): Show hierarchy numbers.
17240         (gnus-mime-accumulate-hierarchy): New function.
17241         (gnus-mime-enter-multipart): New function.
17242         (gnus-mime-leave-multipart): New function.
17243         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17244         (gnus-mime-display-alternative): Show hierarchy numbers.
17246         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17247         gnus-article-mime-hierarchy-next to nil.
17249 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17251         * dns.el: Don't require gnus-xmas.
17253 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17255         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17256         inline PGP.
17257         (mml-menu): Disable mml-quote-region if mark is inactive.
17259 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17261         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17262         when the group's active is not available.
17264 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17266         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17267         error.
17269 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17271         * imap.el (imap-store-password): New variable.
17272         (imap-interactive-login): Use it.
17273         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17275 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17277         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17278         window-start and hscroll to summary window.
17280 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17282         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17283         conversion message to newsrc-dribble when an actual conversion is
17284         performed.
17286 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17288         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17290 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17292         * mm-decode.el (mm-complicated-handles): New function reviving
17293         former definition of mm-multiple-handles.
17295         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17296         (gnus-mime-delete-part): Use it.
17298 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17300         * gnus-agent.el (gnus-agent-read-local):
17301         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17302         avoid the implicit assumption that they will always be equal.
17303         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17304         coding-system-for-write, as the with-temp-file macro first prints
17305         to a buffer then saves the buffer.
17307 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17309         * gnus-art.el (gnus-article-edit-part): New function.
17310         (gnus-mime-save-part-and-strip): Use it; do query instead of
17311         signaling an error; don't use mm-multiple-handles.
17312         (gnus-mime-delete-part): Ditto.
17314 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17316         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17317         old file versions.
17318         (gnus-group-prepare-hook): Remove function that converted list
17319         form of gnus-agent-expire-days to group properties.
17321         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17322         (gnus-request-accept-article): Re-indented.
17324         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17325         converters to handle old agent file formats.  Add logic for a
17326         "backup before upgrading warning".
17327         (gnus-convert-mark-converter-prompt): Developers can mark
17328         functions as needing (default), or not needing,
17329         gnus-convert-old-newsrc's "backup before upgrading warning".
17330         (gnus-convert-converter-needs-prompt): Tests whether the user
17331         should be protected from potentially irreversable changes by the
17332         function.
17334         * legacy-gnus-agent.el: New.  Provides converters that are only
17335         loaded when gnus-convert-old-newsrc needs to call them.
17337 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17339         * mail-source.el (mail-source-touch-pop): Doc fix.
17341         * message.el (message-smtpmail-send-it): Doc fix.
17343 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17345         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17347         * nnmail.el (nnmail-split-fancy): do.
17349         * gnus-kill.el (gnus-kill, gnus-execute): do.
17351 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17353         * gnus-sum.el (gnus-widget-reversible-match)
17354         (gnus-widget-reversible-to-internal)
17355         (gnus-widget-reversible-to-external): New functions.
17356         (gnus-widget-reversible): New widget.
17357         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17359 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17361         * gnus-sum.el (gnus-thread-sort-functions)
17362         (gnus-article-sort-functions): Document `(not F)' items.
17364 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17366         * spam.el (spam-use-gmane-xref): Add new backend.
17367         (spam-gmane-xref-spam-group): Add variable to control the name of the
17368         Gmane spam group.
17369         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17370         (spam-regex-headers-spam, spam-regex-headers-ham)
17371         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17372         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17373         backends and checks.
17374         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17376         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17377         an autodetect method.
17379 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17381         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17382         articles are being added to a group.
17383         (gnus-request-replace-article): Inform the agent that articles
17384         need to be uncached as the cached contents are no longer valid.
17386 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17388         * binhex.el: Don't autoload executable-find.
17390         * canlock.el: Don't autoload mail-fetch-field.
17392         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17394         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17395         rmail-dont-reply-to and rmail-output.
17397         * gnus-score.el: Don't autoload ffap-string-at-point.
17399         * gnus-setup.el: Don't autoload sc-cite-original.
17401         * imap.el: Don't autoload base64-decode-string,
17402         base64-encode-string and md5.
17404         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17405         and rmail-msg-restore-non-pruned-header.
17407         * mm-decode.el: Don't autoload executable-find.
17409         * mm-url.el: Don't autoload executable-find.
17411         * mm-view.el: Don't autoload diff-mode.
17413         * nndb.el: Don't autoload news-reply-mode, news-setup,
17414         cancel-timer and telnet.
17416         * password.el: Don't autoload run-at-time for Emacs.
17418         * sha1-el.el: Don't autoload executable-find.
17420         * sieve-mode.el: Don't autoload c-mode.
17422         * uudecode.el: Don't autoload executable-find.
17424 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17426         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17427         (gnus-agent-possibly-alter-active): Avoid null in numeric
17428         comparison.
17429         (gnus-agent-set-local): Refuse to save null in local object table.
17430         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17431         list of articles that will be marked as unread.
17433 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17435         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17437 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17439         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17440         language tags.
17442 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17444         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17445         Don't bind "obarray".
17447         * gnus-sum.el (gnus-thread-sort-functions):
17448         Add `gnus-thread-sort-by-most-recent-number' and
17449         `gnus-thread-sort-by-most-recent-date'.
17450         Reported by Kai Grossjohann <kai@emptydomain.de>.
17452 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17454         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17456 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17458         * gnus-cus.el (gnus-agent-customize-category):
17459         Remove ignore-errors macro reference that required cl to be loaded at
17460         run-time.
17462         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17463         single-interval range of the form (min . max).  Previously the
17464         range had to look like ((min . max)).  Likewise, return
17465         (min . max) rather than ((min . max)).
17466         (gnus-range-map): Use gnus-range-normalize to accept
17467         single-interval range.
17469         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17470         the cache, but not the agent, now appear with their usual face.
17472 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17474         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17475         w3m-safe-url-regexp variable buffer-local.
17477         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17479 2004-02-27  Simon Josefsson  <jas@extundo.com>
17481         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17482         gnus-group-real-prefix.
17483         (gnus-summary-move-article): Use it, instead of
17484         gnus-group-real-prefix.
17486 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17488         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17489         w3m-safe-url-regexp variable buffer-local and set it as the value
17490         of mm-w3m-safe-url-regexp.
17492         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17494         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17495         parsing gnus-posting-styles when the message is not for replying.
17497         * nnrss.el (nnrss-opml-export):
17498         Use mm-set-buffer-file-coding-system instead of
17499         set-buffer-file-coding-system.
17501 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17503         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17504         of checkdoc.el).
17505         * nnrss.el: do.
17506         * gnus-mlspl.el: do.
17507         * gnus-ml.el: do.
17508         * gnus-srvr.el: do.
17510         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17512 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17514         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17515         Corrections to custom-manual links.
17517         * gnus-art.el (gnus-article): Ditto.
17519         * mm-decode.el (mime-display, mime-security): Ditto.
17521 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17523         * flow-fill.el: Typo.
17525 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17527         * spam-wash.el: New file.
17529 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17531         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17533 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17535         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17536         to be run with new-articles as LIST1, not LIST2.
17537         (spam-registration-functions): Add spam-use-ham-copy as a nil
17538         registration backend.
17540 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17542         * spam-stat.el (spam-stat-washing-hook): New option.
17543         (spam-stat-buffer-words): Use it.
17544         (spam-stat-process-directory, spam-stat-test-directory):
17545         Use insert-file-contents-literally.
17546         (spam-stat-coding-system): New variable.
17547         (spam-stat-load, spam-stat-save): Use it.
17549 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17551         * spam-report.el (spam-report-plug-agent):
17552         Quote spam-report-url-to-file and spam-report-url-ping-plain.
17554 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17556         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
17557         Allow / in mailto URLs.
17559 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17561         * spam-report.el (spam-report-process-queue): Fix interactive use.
17562         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17563         (spam-report-unplug-agent): Doc fixes.
17564         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17565         (spam-report-agentize, spam-report-deagentize):
17566         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17568         * message.el (message-setup-fill-variables): Add mml tags to
17569         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17570         <ajk@iu.edu>.
17571         (message-mode): Don't modify paragraph-separate there.
17573 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17575         * compface.el (uncompface-use-external): Default to undecided.
17576         (uncompface-use-external-threshold): New variable.
17577         (uncompface-float-time): New macro.
17578         (uncompface): Determine whether to use the external decoder if
17579         uncompface-use-external is undecided.
17581 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17583         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17584         after images.
17586         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17588 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17590         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17592         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17594         * gnus-sum.el (gnus-summary-limit-to-age)
17595         (gnus-summary-limit-children): do.
17597         * gnus-int.el (gnus-request-scan): do.
17599         * gnus-group.el (gnus-group-suspend): do.
17601         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17603         * gnus-cite.el (gnus-cite-parse-attributions): do.
17605         * gnus-agent.el (gnus-summary-set-agent-mark)
17606         (gnus-agent-regenerate-group): do.
17608         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17610         * binhex.el (binhex-decode-region-internal): do.
17612 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17614         * gnus-fun.el (gnus-face-properties-alist): New user option.
17615         (gnus-display-x-face-in-from): Use it.
17617         * gnus-art.el (article-display-face): Ditto.
17619         * compface.el (uncompface-use-external): Default to nil.
17621 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17623         * nntp.el (nntp-erase-buffer): New function.
17624         (nntp-retrieve-data, nntp-send-command)
17625         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17626         (nntp-possibly-change-group): Use it.
17628         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
17629         Use with-current-buffer.
17631 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
17633         * compface.el: Merge the ELisp-based uncompface program.
17634         (compface): New customization group.
17635         (uncompface-use-external): New user option.
17636         (uncompface): Call uncompface-internal if uncompface-use-external
17637         is nil.
17638         (uncompface-internal): New function.  Note that there are also
17639         some other functions and variables added for this function.
17641 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
17643         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
17644         if necessary.
17646 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
17648         * spam-report.el (spam-report-unplug-agent)
17649         (spam-report-plug-agent, spam-report-deagentize)
17650         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
17651         Add support for the Agent in spam-report: when unplugged, report to a
17652         file; when plugged, submit all the requests.
17654         * spam.el (spam-register-routine): Fix message about
17655         registration.
17657 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
17659         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
17660         dependencies.
17661         (rfc2047-encode): Use it.
17663         * gnus-art.el (gnus-button-marker-list): Move before first
17664         reference.
17666         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17667         (imap-parse-body): Fix format string mismatch.
17669         * gnus-score.el (gnus-summary-increase-score): do.
17671         * nnrss.el (nnrss-close): New function.
17673 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
17675         * nnrss.el (nnrss-make-filename): New function.
17676         (nnrss-request-delete-group, nnrss-read-server-data)
17677         (nnrss-save-server-data, nnrss-read-group-data)
17678         (nnrss-save-group-data): Use it.
17679         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
17680         (nnrss-read-server-data, nnrss-read-group-data): Use load.
17681         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
17683 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
17685         * mml.el (mml-compute-boundary-1): Don't uncompress files.
17687 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
17689         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
17690         files.
17692         * message.el (message-generate-headers-first): Don't quote nil
17693         and t in docstrings.
17695         * imap.el (imap-id): do.
17697         * gnus-agent.el (gnus-agent-consider-all-articles)
17698         (gnus-agent-queue-mail): do.
17700 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
17702         * spam-report.el (spam-report-process-queue): New function.
17703         Process requests from `spam-report-requests-file'.
17704         (spam-report-process-queue): Doc fix.
17706 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
17708         * spam.el (spam-register-routine)
17709         (spam-log-processing-to-registry, spam-log-registered-p)
17710         (spam-log-unregistration-needed-p, spam-log-undo-registration):
17711         Change "check" to "spam-check" for semi-clarity.
17713 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
17715         * pop3.el: Require nnheader.
17717         * mml-smime.el: Require cl.  Autoload message-fetch-field.
17719         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
17721         * gnus-picon.el: Require cl.
17723         * gnus-fun.el: Require gnus-ems and gnus-util.
17725         * gnus.el (gnus-method-to-server): Move defsubst before first use.
17727         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
17729         * gnus-art.el (gnus-article-edit-mode): Define before first
17730         reference.
17732 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
17734         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
17735         (gnus-uu-post-encoded): Use point-at-bol.
17737         * gnus-topic.el (gnus-group-active-topic-p): do.
17739         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
17741         * gnus-group.el (gnus-group-kill-region): do.
17743         * gnus-art.el (article-date-ut): do.
17745         * message.el (message-fetch-field): Remove redundant
17746         case-fold-search binding.
17747         (message-narrow-to-field): Simplify.
17749 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
17751         * spam.el (spam-directory): Derive from `gnus-directory'.
17753         * spam-report.el (spam-report-url-to-file)
17754         (spam-report-requests-file): New function and variable for offline
17755         reporting.
17756         (spam-report-url-ping-function): Add `spam-report-url-to-file'
17757         and user defined function.
17758         (spam-report-url-ping-mm-url): Remove doubled slash.
17760 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
17762         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
17764 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
17766         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
17767         Fix format string mismatch.
17769         * sieve.el (sieve-deactivate-all): do.
17771         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
17773         * nnlistserv.el (nnlistserv-kk-wash-article): do.
17775         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
17777         * mm-bodies.el (mm-7bit-chars): Don't include \r.
17779 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
17781         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
17782         the list of checks.
17784 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
17786         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
17787         padding.
17789 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
17791         * mm-view.el (mm-fill-flowed): New variable.
17792         (mm-inline-text): Use it.
17794 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
17796         * spam.el (spam-spamassassin-register-ham-routine)
17797         (spam-spamassassin-register-spam-routine): Fix function names.
17799 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17801         * gnus.el (gnus-tmp-grouplens): Remove.
17802         (gnus-summary-line-format): Remove grouplens.
17804         * gnus-group.el (gnus-group-line-format): Ditto.
17806         * gnus-spec.el (gnus-format-specs): Ditto.
17807         (gnus-update-format-specifications): Flush the group format spec
17808         cache if there's the grouplens stuff.
17809         (gnus-parse-simple-format): Replace %l with the empty string.
17811 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
17813         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
17814         omission.
17816 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17818         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
17819         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17821 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17823         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
17824         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
17825         New macros and functions.
17826         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
17827         Handle > NLINK_MAX messages.
17828         * nnmaildir.el (nnmaildir-request-set-mark):
17829         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
17831 2004-01-25  Alex Schroeder  <alex@gnu.org>
17833         * spam-stat.el (spam-stat-process-directory-age): New option.
17834         (spam-stat-process-directory): Use it.
17836 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
17838         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
17839         (spam-stat-save): Accept prefix argument.
17841 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
17843         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
17844         links" error.
17846 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17848         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
17849         compatibility with old .newsrc.eld files.
17851         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
17853         * gnus-start.el (gnus-1): do.
17855         * gnus-group.el (gnus-group-line-format-alist): do.
17857         * gnus.el (gnus-use-grouplens, gnus-visual): do.
17859         * gnus-gl.el: Remove.
17861 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17863         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
17864         marks consisting of a single range {for example, (3 . 5)} rather
17865         than a list of a single range { ((3 . 5)) }.
17867 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
17869         * spam-stat.el (spam-stat-store-gnus-article-buffer):
17870         Use with-current-buffer.
17871         (spam-stat-store-current-buffer): Use insert-buffer-substring to
17872         avoid consing a string.
17874         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
17875         Remove obsolete entries for big5 and gb2312.
17877 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17879         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
17880         uncompressed list.
17882 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
17884         * spam-stat.el (spam-stat-strip-xref): New function.
17885         (spam-stat-process-directory): Use it.
17887         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
17888         here -- it's done in message-fetch-field.
17890 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17892         * gnus-agent.el (gnus-agent-queue-mail)
17893         (gnus-agent-prompt-send-queue): New variables.
17894         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
17895         * gnus-draft.el (gnus-group-send-queue): Pass the group name
17896         "nndraft:queue" along to gnus-draft-send.
17897         Use gnus-agent-prompt-send-queue.
17898         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
17899         is "nndraft:queue".  Suggested by Gaute Strokkenes
17900         <gs234@srcf.ucam.org>
17902         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
17903         (agent-enable-undownloaded-faces): Add.
17904         (gnus-agent-cat-groups): Use eval-and-compile, not
17905         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
17906         method of gnus-agent-cat-groups even when the buffer has been
17907         evaled.
17908         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
17909         delete gnus-agent-save-active-1.
17910         (gnus-agent-save-groups): Delete.  Identical to
17911         gnus-agent-save-active.
17912         (gnus-agent-write-active): No longer adjust agent's copy of active
17913         file as agent's adjustments are now stored in their own
17914         file.  Remove optional parameter.
17915         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
17916         servers.  Add use of min/max range limits from server's local
17917         file.
17918         (gnus-agent-save-alist): Remove unused optional argument.
17919         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
17920         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
17921         (gnus-agent-set-local): A per-server file that keeps min/max range
17922         limits for articles known to the agent.  Provides a fast mechanism
17923         for altering many active ranges.
17924         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
17925         active file (local makes it unnecessary).
17926         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
17928         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
17929         (agent-enable-undownloaded-faces): Add.
17931         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
17932         disable it when sending to "nndraft:queue".
17933         (gnus-group-send-queue): Add safety check to avoid sending queue
17934         when unplugged.
17936         * gnus-group.el (gnus-group-catchup): Use new
17937         gnus-sequence-of-unread-articles, not
17938         gnus-list-of-unread-articles, to avoid exhausting memory with huge
17939         numbers of articles.  Use gnus-range-map to avoid having to
17940         uncompress the unread list.
17941         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
17942         Fix invalid ange-ftp reference.
17944         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
17945         (gnus-sorted-range-intersection): Intersection of two ranges
17946         without requiring that they first be uncompressed.
17948         * gnus-start.el (gnus-activate-group): Unless blocked by the
17949         caller, possibly expand the active range to include both cached
17950         and agentized articles.
17951         (gnus-convert-old-newsrc): Rewrote in anticipation of having
17952         multiple version-dependent converters.
17953         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
17954         gnus-agent-save-active.
17955         (gnus-save-newsrc-file): Save dirty agent range limits.
17957         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
17958         gnus-agent-possibly-alter-active.
17959         (gnus-adjust-marked-articles): Faster handling of simple lists
17961 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
17963         * spam-stat.el (spam-stat-test-directory): New optional argument
17964         displays a list of files detected.  Suggested by Andrew Cohen
17965         <cohen@andy.bu.edu>.
17966         (spam-stat-buffer-words-with-scores): Don't narrow and change
17967         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
17969 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
17971         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
17972         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
17973         (spam-spamassassin-arguments)
17974         (spam-spamassassin-spam-flag-header)
17975         (spam-spamassassin-positive-spam-flag-header)
17976         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
17977         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
17978         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
17979         (spam-list-of-processors, spam-list-of-checks)
17980         (spam-list-of-statistical-checks, spam-registration-functions)
17981         (spam-check-spamassassin-headers, spam-check-spamassassin)
17982         (spam-spamassassin-score)
17983         (spam-spamassassin-register-with-sa-learn)
17984         (spam-spamassassin-register-spam-routine)
17985         (spam-spamassassin-register-ham-routine)
17986         (spam-assassin-register-spam-routine)
17987         (spam-assassin-register-ham-routine): Add SpamAssassin support.
17988         (spam-bogofilter-score): Fix to show article before scoring.
17990 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
17992         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
17993         default scoring function.
17994         (spam-generic-score): Call spam-spamassassin-score if
17995         spam-use-spamassassin or spam-use-spamassassin-headers is on;
17996         spam-bogofilter-score otherwise.
17998         * gnus.el (spam-process, spam-autodetect-methods):
17999         Add spamassassin and spamassassin-headers.
18001 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18003         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18004         Suppress unnecessary messages.
18006 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18008         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18009         make-hash-table.
18011 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18013         * canlock.el (base64-encode-string): Don't autoload it.
18015 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18017         * run-at-time.el: Remove useless (require 'itimer),
18018         eval-and-compile and (featurep 'xemacs).
18020 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18022         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18023         GROUP is a virtual group.
18025 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18027         * gnus.el: Autoload `message-y-or-n-p'.
18029 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18031         * pgg-parse.el: Remove unnecessary (require 'custom).
18033         * pgg-def.el: do.
18035         * nnmail.el: do.
18037         * gnus-undo.el: do.
18039         * gnus-picon.el: do.
18041         * gnus-util.el: do.
18043 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18045         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18047 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18049         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18050         handle, as well as a list.
18052         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18053         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18054         (mm-w3m-cid-retrieve): Simplify.
18056 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18058         * message.el (message-kill-to-signature): Allow prefix arg to
18059         specify number of lines to keep before signature.
18061 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18063         * message.el (message-kill-to-signature): Change docstring.
18065 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18067         * canlock.el: Always require sha1-el.
18068         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18070         * message.el: Autoload sha1 only when compiling.
18072 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18074         * message.el (message-canlock-generate): Require sha1-el.
18076 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18078         * message.el (message-expand-name): Silence the byte compiler.
18080 2004-01-13  Simon Josefsson  <jas@extundo.com>
18082         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18083         Invoke gnus-score-mode.
18084         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18086         * gnus-range.el (gnus-compress-sequence): Doc fix.
18087         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18089 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18091         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18093 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18095         * spam.el (spam-get-article-as-string): Update to use
18096         gnus-request-article-this-buffer, much simpler.
18097         (spam-get-article-as-buffer): Remove.
18099 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18101         * message.el (message-expand-name): Use EUDC if the user uses that.
18103 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18105         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18106         character for the encoding to avoid consing a string.
18108         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18109         unnecessarily.
18111         * mm-util.el (mm-replace-chars-in-string): Remove.
18113         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18114         of mm-replace-chars-in-string.
18116 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18118         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18120         * mm-util.el (mm-subst-char-in-string): Support inplace.
18122         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18123         a new string in every iteration.  Use shy groups.
18125 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18127         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18128         * gnus-soup.el (gnus-soup-group-brew):
18129         * gnus-msg.el (gnus-put-message):
18130         * gnus-move.el (gnus-group-move-group-to-server):
18131         * gnus-kill.el (gnus-batch-score):
18132         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18133         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18134         (gnus-group-update-group, gnus-group-read-group)
18135         (gnus-group-make-group, gnus-group-make-help-group)
18136         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18137         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18138         (gnus-group-sort-by-unread, gnus-group-catchup)
18139         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18140         (gnus-group-yank-group, gnus-group-set-info)
18141         (gnus-group-list-groups):
18142         * gnus.el (gnus-generate-new-group-name):
18143         * gnus-delay.el (gnus-delay-send-queue):
18144         * nnvirtual.el (nnvirtual-catchup-group):
18145         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18146         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18147         (gnus-group-prepare-topics, gnus-topic-check-topology):
18148         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18149         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18150         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18151         (gnus-group-make-articles-read):
18152         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18153         (gnus-group-change-level, gnus-kill-newsgroup)
18154         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18155         (gnus-get-unread-articles, gnus-make-articles-unread)
18156         (gnus-make-ascending-articles-unread): Use accessor
18157         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18158         to get group information for improved readability.
18160 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18162         * gnus-art.el (article-decode-mime-words, article-babel)
18163         (gnus-article-highlight-signature, gnus-article-add-buttons)
18164         (gnus-signature-toggle): Use gnus-with-article-buffer.
18166         * gnus-art.el (gnus-article-highlight-headers)
18167         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18169         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18170         (gnus-article-set-globals, gnus-request-article-this-buffer)
18171         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18172         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18173         (gnus-mime-display-alternative): Use with-current-buffer.
18175 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18177         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18178         also under 80 char limit, and call gnus-error if needed.
18179         (spam-fetch-article-header): Fix - it was a
18180         buffer-local variable (gnus-newsgroup-data).
18181         (spam-find-spam): Use spam-generate-fake-headers, forget about
18182         spam-insert-fake-headers.
18183         (spam-insert-fake-headers): Remove.
18185 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18187         * deuglify.el (gnus-article-outlook-unwrap-lines)
18188         (gnus-outlook-rearrange-article)
18189         (gnus-outlook-repair-attribution-outlook)
18190         (gnus-outlook-repair-attribution-block)
18191         (gnus-outlook-repair-attribution-other): Remove redundant
18192         save-excursion.
18194 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18196         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18197         (spam-fetch-field-subject-fast)
18198         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18199         (spam-fetch-article-header): Add functions to deal with Gnus
18200         internals for fast retrieval of article header data.
18201         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18203 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18205         * pop3.el (pop3-md5): Remove.
18206         (pop3-apop): Replace pop3-md5 with md5.
18208         * mm-bodies.el: base64 is always built-in.
18210         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18211         Use with-current-buffer.
18213 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18215         * canlock.el (canlock-insert-header): Remove excessive grouping in
18216         regexp.
18218         * gnus-sum.el (gnus-summary-read-document): Ditto.
18220         * gnus-uu.el (gnus-uu-part-number): Ditto.
18222         * html2text.el (html2text-remove-tags): Ditto.
18223         (html2text-format-tags): Ditto.
18224         (html2text-format-single-elements): Ditto.
18226         * mml.el (mml-parse-1): Ditto.
18228 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18230         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18232         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18234         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18236         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18238 2003-11-15  Simon Josefsson  <jas@extundo.com>
18240         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18241         (pgg-gpg-lookup-key): Use regexp match instead of
18242         split-string (split-string is different between emacs 21.2 and
18243         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18245 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18247         * gnus-art.el (gnus-mime-view-all-parts)
18248         (gnus-article-part-wrapper, gnus-article-view-part):
18249         Use with-current-buffer.
18251 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18253         * spam.el (spam-disable-spam-split-during-ham-respool)
18254         (spam-spamoracle-database, spam-cache-lookups)
18255         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18256         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18257         (spam-group-ham-marks, spam-group-spam-marks)
18258         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18259         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18260         also add spam-use-blackholes to the statistical checks.
18261         (spam-fetch-field-fast): Add interface to fetching fields, may
18262         become a macro.
18263         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18264         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18265         (spam-insert-fake-headers): Fake an article when needed.
18266         (spam-find-spam): Fake article when possible.
18267         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18268         (spam-check-bogofilter-headers): Use message-fetch-field instead
18269         of nnmail-fetch-field.
18271 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18273         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18275 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18277         * spam.el (spam-split): Do not require spam-use-CHECK to be
18278         enabled if that check is passed to spam-split explicitly; also
18279         fix so 'spam doesn't get converted to spam-split-group when
18280         spam-split-symbolic-return is t.
18281         (spam-find-spam): Find registrations of the article and use those
18282         instead of re-running spam-split to find the spam/ham
18283         classification of the article.
18284         (spam-log-processing-to-registry, spam-log-registered-p)
18285         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18286         Use gnus-error instead of gnus-message.
18287         (spam-log-registration-type): Add function to determine the
18288         classification of a message based on registry entries; will
18289         return nil if both 'spam and 'ham are found.
18290         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18291         a reasonably fast local cache without the loading errors.
18292         (spam-cache-lookups): Set to t by default.
18293         (spam-find-spam): Don't try to guess spam-cache-lookups.
18294         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18295         spam-caches entry.
18296         (spam-filelist-build-cache, spam-filelist-check-cache):
18297         Fix caching of whitelist/blacklist entries.
18298         (spam-check-whitelist, spam-check-blacklist):
18299         Invoke spam-from-listed-p with a type, not a cache variable.
18300         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18302 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18304         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18306         * nnmail.el (nnmail-split-fancy): do.
18308         * mml.el (mml-parse): do.
18310         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18311         (gnus-score-adaptive): do.
18313 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18315         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18316         (gnus-mime-button-map): Don't set keymap parent.
18317         (gnus-button-ctan-directory-regexp): Use shy grouping.
18318         (gnus-prev-page-map): Don't set keymap parent.
18319         (gnus-prev-page-map): Remove duplicated one.
18320         (gnus-next-page-map): Don't set keymap parent.
18321         (gnus-mime-security-button-map): Ditto.
18323         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18324         version number.
18326         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18328 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18330         * canlock.el (canlock-sha1-function): Remove.
18331         (canlock-sha1-function-for-verify): Remove.
18332         (canlock-openssl-program): Remove.
18333         (canlock-openssl-args): Remove.
18334         (canlock-ignore-errors): Remove.
18335         (canlock-sha1-with-openssl): Remove.
18336         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18337         (canlock-verify): Don't use canlock-ignore-errors.
18339         * sha1-el.el (sha1-string-external): Make it can return a string
18340         in binary form.
18341         (sha1-region-external): Ditto.
18342         (sha1-string-internal): Ditto.
18343         (sha1-region-internal): Ditto.
18344         (sha1-region): Ditto.
18345         (sha1-string): Ditto.
18346         (sha1): Ditto.
18348 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18350         * spam.el (spam-report-articles-gmane): New command.
18352 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18354         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18356         * run-at-time.el (run-at-time-saved): Remove.
18357         (run-at-time): Doc fix.
18359 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18361         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18362         (gnus-summary-limit-map): Add it.
18363         (gnus-summary-make-menu-bar): do.
18365 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18367         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18368         Make attempt at some caching support (done for BBDB only now).
18369         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18370         addresses to be checked.
18371         (spam-clear-cache-BBDB): Add function, to be invoked by
18372         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18373         (spam-check-BBDB): Check and use the caches, if
18374         spam-cache-lookups is on, remove superfluous (provide).
18376 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18378         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18380 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18382         * run-at-time.el (run-at-time-saved): Move to after the definition
18383         of `run-at-time'.
18385 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18387         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18388         mm-w3m-local-map-property.
18390         * mm-view.el (mm-w3m-mode-map): Remove.
18391         (mm-w3m-local-map-property): Remove.
18392         (mm-inline-text-html-render-with-w3m): Don't use
18393         mm-w3m-local-map-property.
18395 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18397         * run-at-time.el: New file.
18399         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18400         of gnus-set-text-properties.
18402         * gnus-uu.el (gnus-uu-save-article): Ditto.
18404         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18406         * gnus-cite.el (gnus-cite-parse): Ditto.
18408         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18409         of gnus-.
18411         * gnus.el: Change calls to nnheader-run-at-time and
18412         password-run-at-time throughout to use run-at-time directly.
18414         * password.el: Remove definition of run-at-time.
18416 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18418         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18419         in prompt.
18421 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18423         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18424         XEmacs version.
18426         * dns.el (dns-make-network-process): Use `open-network-stream'
18427         instead of `gnus-xmas-open-network-stream'.
18429         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18431 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18433         * gnus-art.el (gnus-mime-display-alternative)
18434         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18435         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18436         Don't use gnus-local-map-property.
18438         * gnus-util.el (gnus-local-map-property): Remove.
18440         * mm-view.el (mm-view-pkcs7-decrypt):
18441         Replace gnus-completing-read-maybe-default with completing-read.
18443         * gnus-util.el (gnus-completing-read): do.
18444         (gnus-completing-read-maybe-default): Remove.
18446 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18448         * password.el: Only autoload `run-at-time' if not XEmacs.
18449         Only autoload the itimer functions if XEmacs.
18451 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18453         * gnus-art.el (gnus-read-string): Remove.
18454         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18455         read-string.
18457 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18459         * netrc.el: Autoload password-read.
18460         (netrc): Add configuration group.
18461         (netrc-encoding-method, netrc-openssl-path):
18462         Add variables for encoding and decoding of files with symmetric
18463         ciphers.
18464         (netrc-encode): Add assistant function to encode a file with
18465         netrc-encoding-method.
18466         (netrc-parse): Add interactive parameter, added optional
18467         decoding if netrc-encoding-method is non-nil but otherwise
18468         behavior is standard.
18469         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18470         Do s/encode/encrypt/ everywhere.
18472         * spam.el: Remove executable-find autoload.
18474 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18476         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18478         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18480 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18482         * gnus-art.el (gnus-treat-ansi-sequences)
18483         (article-treat-ansi-sequences): New variable and function.
18484         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18486         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18487         Use it.
18489 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18491         * mm-util.el (mm-quote-arg): Remove.
18493         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18494         shell-quote-argument.
18496         * gnus-uu.el (gnus-uu-command): do.
18498         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18500         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18501         with make-char.
18503         * mm-util.el (mm-make-char): Remove.
18505         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18506         add-minor-mode.
18508         * gnus-undo.el (gnus-undo-mode): do.
18510         * gnus-topic.el (gnus-topic-mode): do.
18512         * gnus-sum.el (gnus-dead-summary-mode): do.
18514         * gnus-start.el (gnus-slave-mode): do.
18516         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18518         * gnus-ml.el (gnus-mailing-list-mode): do.
18520         * gnus-gl.el (gnus-grouplens-mode): do.
18522         * gnus-draft.el (gnus-draft-mode): do.
18524         * gnus-dired.el (gnus-dired-mode): do.
18526         * gnus-ems.el (gnus-add-minor-mode): Remove.
18528         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18529         Replace gnus-char-width with char-width.
18531         * gnus-ems.el (gnus-char-width): Remove.
18533         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18534         Replace gnus-char-width with char-width.
18536         * gnus-ems.el (gnus-char-width): Remove.
18538         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18539         definition.
18540         Remove Emacs 20 hash table compatibility code.
18542         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18543         20 compatibility code.
18545         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18547         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18549         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
18550         Replace with point-at-{eol,bol}.
18552         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18554         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18556         * flow-fill.el (fill-flowed-point-at-bol)
18557         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18559         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18560         Replace with point-at-{eol,bol} throughout all files.
18562 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18564         * ntlm.el (ntlm-string-as-unibyte): New macro.
18565         (ntlm-build-auth-response): Use it.
18567         Remove Emacs 20 stuff:
18568         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18569         of delq and copy-sequence.
18570         * gnus-art.el (popup-menu): Remove the compiler macro.
18571         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18572         Emacs 20.
18574 2004-01-05  Simon Josefsson  <jas@extundo.com>
18576         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18577         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18578         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18579         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18580         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18581         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18582         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
18583         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
18584         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
18585         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
18586         ntlm-string-permute, string-lshift into ntlm-string-lshift,
18587         string-xor into ntlm-string-xor.
18588         Suggested by Jesper Harder <harder@myrealbox.com>.
18590         * ntlm.el: Don't include poem.
18592         * md4.el (print-int32, print-string-hexa): Remove.
18593         Suggested by Jesper Harder <harder@myrealbox.com>.
18595         * sasl-ntlm.el, ntlm.el, md4.el: New files.
18597         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
18598         probably breaks emacs with DL patch, but do we care? Is anyone
18599         still using the DL stuff?)
18601         * sieve-manage.el: Use the password package.
18602         (sieve-manage-read-passwd): Remove.
18603         (sieve-manage-interactive-login): Use password.  Re-add
18604         condition-case around loop.
18606         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
18607         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
18608         Use the password package.
18610 2003-02-19  Simon Josefsson  <jas@extundo.com>
18612         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
18613         token.
18615 2002-08-07  Simon Josefsson  <jas@extundo.com>
18617         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
18618         (sieve-manage-authenticators):
18619         (sieve-manage-authenticator-alist): Add some SASL mechs.
18620         (sieve-sasl-auth): New function.
18621         (sieve-manage-cram-md5-auth):
18622         (sieve-manage-plain-auth): Rewrite using SASL library.
18623         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
18624         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
18625         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
18626         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
18628 2004-01-05  Simon Josefsson  <jas@extundo.com>
18630         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
18631         New files.
18633 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18635         * gnus-group.el (gnus-no-groups-message): Update.
18637         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
18639 2003-11-09  Simon Josefsson  <jas@extundo.com>
18641         * imap.el: Support for ID IMAP extension (RFC 2971).
18642         (imap-local-variables): Add imap-id.
18643         (imap-id): New variable.
18644         (imap-id): New function.
18645         (imap-parse-response): Parse untagged ID response.
18646         * nnimap.el (nnimap-id): New variable.
18647         (nnimap-open-connection): Use it.
18649 2003-12-28  Simon Josefsson  <jas@extundo.com>
18651         * gnus-score.el (gnus-score-edit-all-score): New.
18652         * gnus-group.el (gnus-group-score-map): Bind it to W e.
18654 2004-01-04  Simon Josefsson  <jas@extundo.com>
18656         * password.el: Add.
18658 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
18660         * dns.el (dns-query-types): Fix typo.
18661         (dns-query-types): New function.
18662         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
18663         PTR and SOA replies, see RFC 1035.
18665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18667         * gnus.el (gnus-logo-color-style): Change colors to `no'.
18669         * Move to Changelog.2.
18671 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18673         * gnus.el (gnus-version-number): Bump version.
18675 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18677         * gnus.el: No Gnus v0.1 is released.
18679 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18681         * gnus.el: No Gnus v0.0 is released.
18683 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18685         * gnus.el (gnus-version-number): Bump.
18686         (gnus-version): No.
18688 See ChangeLog.2 for earlier changes.
18690   Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
18691     Free Software Foundation, Inc.
18693   This file is part of GNU Emacs.
18695   GNU Emacs is free software: you can redistribute it and/or modify
18696   it under the terms of the GNU General Public License as published by
18697   the Free Software Foundation, either version 3 of the License, or
18698   (at your option) any later version.
18700   GNU Emacs is distributed in the hope that it will be useful,
18701   but WITHOUT ANY WARRANTY; without even the implied warranty of
18702   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18703   GNU General Public License for more details.
18705   You should have received a copy of the GNU General Public License
18706   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
18708 ;; Local Variables:
18709 ;; coding: utf-8
18710 ;; fill-column: 79
18711 ;; add-log-time-zone-rule: t
18712 ;; End: