gnus-art.el (article-wash-html): Fix non-ASCII characters when washing HTML (bug...
[emacs.git] / lisp / gnus / ChangeLog
blobbac79f492bc5413c18bfecd7d9c1d8b3722b0d8b
1 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
4         have a group name.
6         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
7         a multibyte buffer (bug#7410).
8         (article-wash-html): Parse the original article buffer to get the
9         unencoded data (bug#7410).
11         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
12         .newsrc.el files.
14 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
17         "#" to avoid having them interpreted as comments.
19 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21         * shr.el (shr-insert): Update the text state properly to avoid
22         inserting spurious paragraph starts.
24 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
26         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
27         requested (bug#10961).
29         * shr.el (shr-table-widths): Divide the extra width more fairly over
30         the TDs (bug#10973).
31         (shr-render-td): Don't delete too much padding.
32         (shr-natural-width): Compute the natural width more correctly.
33         (shr-insert): Allow the natural width to be computed for tables again.
34         (shr-tag-table-1): Rework how the natural widths are computed by
35         rendering the table a third time.
36         (shr-natural-width): Removed.
37         (shr-buffer-width): New function.
38         (shr-expand-newlines): Use it.
40         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
41         using a `gnus-use-full-window' setup (bug#11013).
43 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
45         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
46         24.1 release.
48 2012-03-10  David Edmondson  <dme@dme.org>
50         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
51         'Forwarded Message' header and the start of the message.
53 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
55         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
56         isn't running (bug#10897).
58 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
60         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
62 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
64         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
66 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
68         * mm-decode.el (mm-shr): Remove "soft hyphens".
70         * nnimap.el (nnimap-request-list): Return the group names encoded as
71         utf8.  Otherwise non-European group names don't work.
72         (nnimap-request-newgroups): Ditto.
74         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
75         the default in `read-string' (bug#10757).
77         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
78         topics (bug#10843).
80         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
81         buffer.  Suggested by Herbert Valerio Riedel.
82         (nnimap-request-move-article): Delete the message from the correct IMAP
83         server.
85 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
87         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
88         Reported by Peter Münster.
90 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
92         * shr.el (shr-image-fetched): Make sure we really kill the right
93         buffer.
95 2012-02-16  Leo Liu  <sdl.web@gmail.com>
97         * gnus-start.el (gnus-1): Avoid duplicate entries.
99 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
101         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
102         too-wide lines.
104 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
106         * shr.el (shr-rescale-image): Undo previous change; see
107         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
109 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
111         * nnimap.el (nnimap-record-commands): New variable.
112         (nnimap-log-command): Use it.
113         (nnimap-make-process-buffer): Add a space to the process buffer.
114         (nnimap-transform-headers): Don't bug out on header lines containing
115         stuff that look like IMAP length encodings.
117         * shr.el (shr-rescale-image): Allow viewing large images.
119 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
121         * nnml.el (nnml-request-compact-group): Delete the marks file after
122         compaction (bug#10800).
124         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
125         group exit.
127         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
128         QRESYNC/FETCH output.
130 2012-02-11  Glenn Morris  <rgm@gnu.org>
132         * sieve-manage.el (sieve-manage-default-stream):
133         * shr.el (shr):
134         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
135         (nnir-retrieve-headers-override-function)
136         (nnir-imap-default-search-key, nnir-notmuch-program)
137         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
138         (nnir-method-default-engines):
139         * message.el (message-cite-reply-position):
140         * gssapi.el (gssapi-program):
141         * gravatar.el (gravatar):
142         * gnus-sum.el (gnus-refer-thread-use-nnir):
143         * gnus-registry.el (gnus-registry-unfollowed-addresses)
144         (gnus-registry-max-pruned-entries):
145         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
146         * gnus-int.el (gnus-after-set-mark-hook)
147         (gnus-before-update-mark-hook):
148         * gnus-async.el (gnus-async-post-fetch-function):
149         * auth-source.el (auth-source-cache-expiry):
150         Add missing :version tags to new defcustoms and defgroups.
152 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
154         * message.el (message-default-send-mail-function): Made into own
155         function for reuse by emacsbug.el.
157 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
159         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
160         `gnus-sloppily-equal-method-parameters' to avoid a warning.
162 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
164         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
165         running.
167         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
169         * gnus.el (gnus-server-extend-method): Don't add an -address component
170         if the method already has one (bug#9676).
172 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
174         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
175         of an initial-input for consistency (bug#10757).
177         * shr.el: Inhibit getting and sending cookies when fetching pictures.
179         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
181 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
183         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
184         lines that are narrower than the window width.  Otherwise background
185         "blocks" will look less readable.
187 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
189         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
191 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
193         * nnimap.el (nnimap-transform-headers): Remove unused variable.
194         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
195         have newlines within the strings, and where the UID comes after the
196         BODYSTRUCTURE element (bug#10537).
198         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
199         (bug#10732).
201         * shr.el (shr-insert-document): Add doc string.
202         (shr-visit-file): Ditto.
203         (shr-remove-trailing-whitespace): New function.
204         (shr-insert-document): Use it to clean up trailing whitespace as the
205         final step (bug#10714).
207 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
209         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
210         buffer if `gnus-kill-summary-on-exit' is nil.
212 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
214         * gnus-sum.el (gnus-summary-show-thread):
215         next-single-char-property-change may return nil in XEmacs.
217 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
219         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
220         when just reading a single group from "without" Gnus.
222 2012-02-06  Chong Yidong  <cyd@gnu.org>
224         * gnus-sum.el (gnus-summary-show-thread):
225         next-single-char-property-change never returns nil (Bug#8657).
227 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
229         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
230         without reconnecting.
231         (nnimap-possibly-change-group): Ditto.
232         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
233         connection has died before being called.
235 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
237         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
238         an initial sync unless we're really doing one.
240         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
241         address parameter if one already exists (bug#9676).
243         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
244         not the prefix, as documented (bug#10689).
246 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
248         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
249         the "server".
251         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
252         the real error message with the useless "previously known to be down".
253         Which isn't even correct.
255         * nntp.el (nntp-open-connection): Report the error message if the nntp
256         server can't be reached.
258         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
259         groups we do a total scan for.
260         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
261         doing that.
263 2012-01-31  Jim Meyering  <jim@meyering.net>
265         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
266         Correct a comment (insert "not") and hide nominally-doubled "to".
268 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
270         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
271         section in the manual.
273 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
275         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
276         words.
277         (rfc2047-encode-string): Ditto.
278         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
279         understand folded filename="..." parameters, for instance.
281         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
282         the message for greater debuggability.
284 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
286         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
287         instead of setting it locally, since the latter doesn't seem to have
288         any effect (most of the time).
290 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
292         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
293         function call.
295 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
297         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
298         seconds, and make the repeat clause with HH:MM specs work as
299         documented.
301 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
303         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
304         so that previous errors don't prohibit getting new news.
306         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
308         * nntp.el (nntp-retrieve-group-data-early): Ditto.
310 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
312         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
313         bound globally in old Emacsen and XEmacsen.
315 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
317         * gnus.el (gnus-group-find-parameter): Check for liveness of the
318         buffer, not of the string which is its name.
320 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
322         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
323         non-server-marks groups.
324         (gnus-group-make-articles-read): Ditto.
326         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
327         methods (bug#9676).
329         * gnus.el (gnus-method-ephemeral-p): New function.
331 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
333         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
334         left-to-right.
336 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
338         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
339         warning.
341 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
343         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
344         macroexpand the nnir things, since they haven't been defined yet, and
345         nnir requires gnus-sum.
347 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
349         * mm-decode.el (mm-interactively-view-part): Fix prompt.
351 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
353         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
354         logical server name in addition to the actual machine address.
356         * auth-source.el (auth-source-user-and-password): Add convenience
357         wrapper to search by just host and optionally user.
359 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
361         * shr.el (shr-visit-file): Move point to the beginning of the buffer
362         after rendering.
364 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
366         * gnus-sum.el (gnus-summary-read-group): Document more parameters
367         (bug#9693).
368         (gnus-summary-setup-buffer): Document return value (bug#9697).
370         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
371         since ido doesn't work on symbols (bug#9632).
373         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
374         when getting a single value as when getting all the values.  This means
375         that atoms like `gcc-self' work cumulatively, like variable settings,
376         instead of getting the value from the last matching clause.
377         (gnus-group-find-parameter): Protect against the group buffer not
378         existing (bug#9585).
380 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382         * gnus-start.el (gnus-activate-group): Document more parameters
383         (bug#9694).
385         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
386         (bug#9692).
388         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
389         article was fetched, so that it can be expired later (bug#9958).
390         (gnus-agent-summary-fetch-series): Add doc string.
391         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
392         (bug#9517).
394         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
395         retrieval is happening.
397         * gnus.el (gnus-parameters): Doc fix.
399 2012-01-06  Dave Abrahams  <dave@boostpro.com>
401         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
402         show the thread after expansion.
404 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406         * gnus-art.el (article-narrow-to-head): If the head is completely
407         empty, narrow to the empty region (bug#9764).
409         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
410         read, and then mark them as unread only when the unread mark is used.
411         This makes `C-- T k' actually work, even though it's confusing.
413         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
414         alive before we try to find its window.
416 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
418         * mm-decode.el (mm-display-external): Use a longer timeout for the
419         deletion to allow slow programs to display the file.
421 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
424         prompt to be less confusing.
426         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
427         argument to `message-reply'.  This broke `special-display-*' frame
428         pop-uping (bug#10238).
430 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
433         systems, since these allegedly don't work there.
435 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
437         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
438         live buffer.
440 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442         * nnir.el (nnir-retrieve-headers): Protect against the article not
443         existing on the server (bug#10335).
445 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
447         * gnus-agent.el (gnus-agent-load-local): Recompute
448         gnus-agent-article-local on changing method.
450 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
452         * gnus.el (gnus-parameters): Note precedence.
454 2012-01-04  Leo Liu  <sdl.web@gmail.com>
456         * nndraft.el (nndraft-update-unread-articles): Don't move point around
457         in the group buffer.
459 2012-01-04  Julien Danjou  <julien@danjou.info>
461         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
462         change.
464 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
467         too.
469         * nntp.el (nntp-retrieve-group-data-early): Use it.
471 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473         * nntp.el (nntp-retrieval-in-progress): New variable.
474         (nntp-make-process-buffer): Make it buffer-local.
476         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
477         2010.
478         (gnus-demon-init): Use it to compute the time if time is on the form
479         "04:23".
481         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
483         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
484         status in the correct buffer.
486 2012-01-03  Leo Liu  <sdl.web@gmail.com>
488         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
489         when opening topics (bug#10407).
491 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
493         * mm-view.el (mm-display-inline-fontify): Add comment.
495 2011-12-15  Juri Linkov  <juri@jurta.org>
497         * mm-decode.el (mm-inline-media-tests): Add missing
498         `mm-handle-media-subtype'.
500 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
502         * message.el (message-valid-fqdn-regexp): Update with newly approved
503         top-level domain names ".tel" and ".asia".
505 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
507         * gnus-sum.el (gnus-summary-show-article): Don't load shr
508         unconditionally.
510 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
512         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
513         pop-to-buffer-same-window for old Emacsen.
515 2011-12-04  Chong Yidong  <cyd@gnu.org>
517         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
518         change (Bug#10200).
520 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
522         * compface.el (uncompface):
523         * gnus-art.el (gnus-article-x-face-command): Update the header format
524         of icon data for the most recent icontopbm program.
526 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
528         * gnus-msg.el (gnus-inews-do-gcc):
529         * message.el (message-send-mail):
530         * mml.el (mml-generate-mime): Share the value of the buffer-local
531         `message-options' variable between a draft buffer and temprary working
532         buffers.
534 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
536         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
538 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
540         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
541         for Cygwin.
543 2011-11-24  Glenn Morris  <rgm@gnu.org>
545         * starttls.el: Fix case of "GnuTLS".
547 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
549         * gnus-group.el (gnus-group-highlight): Fix typo.
551 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
553         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
554         value of `delete-file', that returns nil for a local file but returns t
555         for a remote file using ssh.
557 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
560         avoid later breakage.
562 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
564         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
565         article buffers' name.
567 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
569         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
570         by Paul Eggert's spellfixes two days ago.
572 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
574         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
575         buffer-local instead of binding them to avoid warnings.  Also demote
576         errors (bug#10063).
577         (font-lock-mode-hook): Shut up byte compiler.
579 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
581         * mm-util.el (mm-charset-after): Fix typo.
583 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
585         * gnus-sum.el (gnus-summary-make-menu-bar):
586         * gnus-uu.el (gnus-uu-decode-postscript)
587         (gnus-uu-decode-postscript-and-save):
588         * mailcap.el (mailcap-print-command):
589         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
590         Fix typos.
592 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
594         * gnus-art.el (gnus-article-part-wrapper):
595         * shr-color.el (shr-color-visible-distance-min)
596         (shr-color-relative-to-absolute, set-minimum-interval)
597         (shr-color-visible): Fix typos.
599 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
602         slightly clearer.
604 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
606         * message.el (message-send-and-exit): Document `arg'.
608 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
610         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
612 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
614         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
615         we don't use `bound-and-true-p'.
617 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
619         * gnus-util.el (gnus-bound-and-true-p): Remove.
620         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
621         * nnir.el: Use it.
622         * nnmairix.el: Use it.
624 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
626         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
627         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
628         for reasons unknown.
629         * nnir.el: Use it.
630         * nnmairix.el: Use it.
632         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
633         * nnir.el: Ditto.
634         * nnmairix.el: Ditto.
636         * gnus-registry.el (gnus-registry-enabled): Default to nil.
638 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
640         * message.el (message-completion-function): Make sure
641         message-tab-body-function is not attempted if one of
642         message-completion-alist fails to find a completion (bug#9158).
644 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
646         * mml.el (mml-quote-region): Quote <#secure> tag.
647         (mml-generate-mime-1): Unquote <#secure> tag.
649 2011-10-20  Chong Yidong  <cyd@gnu.org>
651         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
652         calling a minor mode from Lisp with nil arg enables it, so we have to
653         make the wording a bit ambiguous here).
655 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
657         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
658         * nnir.el (nnir-mode): Use it.
659         * nnmairix.el (nnmairix-determine-original-group-from-registry):
660         Use it.
662         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
663         * nnmairix.el (gnus-registry-enabled): Ditto.
665 2011-10-17  Dave Abrahams  <dave@boostpro.com>
667         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
668         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
669         only while we need to find out if it should be t or nil.
670         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
671         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
672         the registry is installed.  Set it to nil when it's unloaded.
673         (gnus-registry-install-p): Provide user guidance for the initial value
674         of `gnus-registry-install' when it's 'ask, otherwise return its value.
675         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
676         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
677         * nnmairix.el (nnmairix-determine-original-group-from-registry):
678         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
679         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
680         `gnus-registry-install'.
682 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
684         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
685         previous change.
686         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
687         primary key is marked as disabled.
689 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
691         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
692         primary key is marked as disabled.
694 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
696         * html2text.el (html2text-clean-anchor): Check for quotes around
697         `href' value.
699 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
701         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
702         searching.  Drop `bbdb-cache'.
704 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
706         * message.el (message-signed-or-encrypted-p): Exclude header when
707         checking if there is signed or encrypted body in text/plain message.
709 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
711         * html2text.el (html2text-get-attr): Correctly handle attribute values
712         containing "=".
714 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
716         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
717         handle bindings.
719 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721         * gnus-win.el (gnus-configure-windows): Protect against reading
722         ephemeral groups outside of Gnus.
724 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
726         * shr.el (shr-tag-img): Don't get images displayed in tables.
728 2011-10-03  Glenn Morris  <rgm@gnu.org>
730         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
731         the "maintainer" version of debbugs.gnu.org reports.
733 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
736         make asynchronous adjacent image insertion work better.
738 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
740         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
741         documentation.
743 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
745         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
746         `gnus-asynchronous' isn't shadowed.
748 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
751         (nnimap-insert-partial-structure): The charset parameter isn't
752         case-sensitive.
754         * nnheader.el (nnheader-message-maybe): New function.
756         * shr.el (shr-tag-table): Render totally broken tables better.
758         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
759         computing the boundary.
761 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
763         * pop3.el (pop3-number-of-responses): Remove.
764         (pop3-wait-for-messages): Rewrite to take linear time instead of
765         exponential time.
767 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
769         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
770         re-fetch images.
772         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
773         re-fetch images when hitting `g' in Gnus.
775 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
777         * mml.el (mml-inhibit-compute-boundary): New internal variable.
778         (mml-compute-boundary): Don't check collision if it is non-nil.
779         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
780         before checking collision.
782 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784         * message.el (message-indent-citation): Really make sure there's a
785         newline at the end.
787         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
788         Fix suggested by John Wiegley.
790         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
792         * gnus-art.el (gnus-treat-hide-citation): Add doc.
794         * message.el (message-default-send-rename-function): Break out into its
795         own function.
797         * ecomplete.el (ecomplete-display-matches): Revert patch since it
798         doesn't work under XEmacs.
800         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
801         of "imaps" to word around Windows problems.
802         (nnimap-open-connection-1): Use it.
804         * message.el (message-indent-citation): Revert last change which made
805         `F' not work.
807 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
809         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
810         terminal as well.
812 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
814         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
815         because it displays images using overlays that aren't easy to copy to
816         the article buffer.
818 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
820         * message.el (message-indent-citation): Fix empty line removal at the
821         end of the citation.
823 2011-09-20  Julien Danjou  <julien@danjou.info>
825         * auth-source.el (auth-source-netrc-create): Use default value for
826         password if specified.  Evaluate default.
827         (auth-source-plstore-create): Ditto.
828         (auth-source-plstore-create, auth-source-netrc-create): Fix default
829         value evaluation.
830         (auth-source-netrc-create): Typo fix.
831         (auth-source-plstore-create): Ditto.
833         * auth-source.el (auth-source-format-cache-entry): New function.
835 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
837         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
839 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
841         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
843 2011-09-19  Julien Danjou  <julien@danjou.info>
845         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
846         which work with things that are not ASCII.
848 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
850         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
852 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
854         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
855         message level.
857 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
859         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
861 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
863         * gnus.el (gnus-interactive-exit): Update defcustom spec.
865 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
867         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
868         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
870 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
872         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
873         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
874         articles.
876 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
878         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
879         (message-mail-other-window, message-mail-other-frame)
880         (message-news-other-window, message-news-other-frame):
881         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
882         instead of setting buffer display variables.
884 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
888         * gnus-sum.el (gnus-fetch-headers): Bump message level.
890 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
893         duplicates" to a higher level.
895         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
896         most egregious messages.
898 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
902 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
904         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
905         up the file (bug#9351).
907 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
910         it does with all other backends, but decode the names immediately after
911         getting them.
913         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
914         decoding nnimap groups.
916         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
917         newsrc file.  It doesn't seem like an important optimization any more.
919 2011-09-10  Dave Abrahams  <dave@boostpro.com>
921         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
922         overflows.
924 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
926         * gnus.el (gnus-article-mark-lists): Remove `recent'.
927         (gnus-interactive-exit): Extend to `quiet'.
929         * gnus-sum.el (gnus-offer-save-summaries): Use it.
931         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
932         string.
934         * plstore.el (plstore--get-buffer): Silence compiler warnings by
935         renaming function arguments from `this'.
937         * gnus-sum.el (gnus-newsgroup-recent): Remove.
939         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
940         has been renamed.
941         (gnus-lrm-string-p): Include RLM and PDF, too.
943         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
944         (bug#9225).
946 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
948         Add autoload cookies for functions used by sendmail.el.
949         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
951         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
953 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
955         * gnus-art.el (article-date-ut): Work properly even when there are
956         things like Date header in the body; work for forwarded parts.
958 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
960         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
961         original-article-buffer.
963 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
965         * nnir.el (nnir-compose-result): Fix matching of server type.
966         (nnir-run-swish++): Ditto.
967         (nnir-run-namazu): Ditto.
968         (nnir-run-notmuch): Ditto.
970 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
973         (bug#9405).
975         * gnus-score.el (gnus-summary-increase-score): Doc clarification
976         (bug#9421).
978         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
979         (bug#9425).
981         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
982         thing (bug#9426).
984 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
987         the error message.
989 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
991         * message.el (message-setup-1): Return t (Bug#9392).
993 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
995         * gnus-sum.el: When adding article headers to a summary buffer also
996         update gnus-newsgroup-articles (bug#9386).
998 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1000         * auth-source.el: Autoload help-mode.
1002 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1005         names.
1007 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1009         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1010         mm-replace-in-string for compatibility issues.
1011         * mml2015.el (mml2015-epg-verify): Ditto.
1013 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1015         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1017         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1019 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1021         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1022         continue on and do the clean-up phase (bug#9188).
1024         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1025         just ignore groups that can't be opened instead of erroring out
1026         (bug#9225).
1028         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1029         nil since some many people are fuddy-duddies.
1031         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1032         images.
1034         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1035         instead.
1037         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1039         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1041         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1042         processing.
1044         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1045         buffer to avoid warnings.
1047 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1049         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1050         specified to reduce precision.
1052 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1054         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1055         bodystructures (bug#9314).
1057 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1059         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1060         Make button keymap non-sticky after buttons.
1062 2011-08-18  David Engster  <dengste@eml.cc>
1064         * nnmairix.el (nnmairix-request-set-mark)
1065         (nnmairix-goto-original-article): Remove adding of article to registry,
1066         since `gnus-registry-add-group' isn't available anymore.
1067         (nnmairix-determine-original-group-from-registry):
1068         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1069         available anymore.
1071 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1073         * starttls.el (starttls-any-program-available): Define as obsolete
1074         function.
1076 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1078         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1079         versions which Gnus use when appropriate.
1081         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1082         a pretty destructive command.
1084         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1086 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1088         * message.el (message-fix-before-sending): Make a different warning
1089         about NUL characters (bug#9270).
1091         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1092         from custom (bug#9260).
1094         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1095         things work in Emacs 22 and XEmacs, too.
1097         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1098         default From.
1100         * gnus-spec.el (gnus-lrm-string-p): New macro.
1101         (gnus-lrm-string): New constant.
1102         (gnus-summary-line-format-spec): LRM-ify the from.
1103         (gnus-tilde-max-form): LRM-ify string chopping.
1105         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1107         * message.el (message-is-yours-p): Allow disabling canlock checking
1108         (bug#9295).
1109         (message-shoot-gnksa-feet): Add `canlock-verify'.
1110         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1111         message directory isn't writable (bug#9304).
1113         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1114         non-world-readable.
1116 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1118         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1119         articles.
1121 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1123         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1124         copy-list.
1126 2011-08-12  Sam Steingold  <sds@gnu.org>
1128         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1129         in the reverse order to avoid modifying the cache with `nreverse'.
1130         (gnus-all-score-files): Do not modify the value returned by
1131         `gnus-score-find-alist' because it lives in a cache variable.
1132         (gnus-current-home-score-file): No need to `nreverse' the return value
1133         of `gnus-score-find-alist', it is already in the correct order.
1135 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1137         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1138         type MESSAGE and subtype RFC822 is slightly different from those of
1139         type TEXT.
1141 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1143         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1144         This allows article-referral to work from an nnir group.
1146 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1148         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1150 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1152         * mml1991.el (mml1991-epg-find-usable-key)
1153         (mml1991-epg-find-usable-secret-key): New function.
1154         (mml1991-epg-sign): Check if signing key is usable.
1155         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1157 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1159         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1160         server-variables only.  This should fix a bug introduced with commit
1161         e1889675b7f4adf057833c5513c9374134c4e053.
1162         (nnir-run-query): 'nnir-search-engine should not be set from the global
1163         environment.
1165 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1167         * nnir.el (nnir-search-thread): Position point on referring article
1168         line.
1169         (nnir-warp-to-article): Clean up summary buffers.
1171         * nnimap.el (nnimap-request-thread): Whitespace fix.
1173 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1175         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1177 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179         * starttls.el (starttls-available-p): Rename from
1180         `starttls-any-program-available' and changed return convention.
1182 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1184         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1185         `unix-sync' unless it's defined.
1187 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1189         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1190         `aref' for XEmacs compatibiltiy.
1192 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1194         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1196 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1198         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1199         closures, quote the form properly (bug#9194).
1201 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1203         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1204         (gnus-summary-insert-new-articles): Protect against servers that are
1205         down.
1207 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1209         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1210         in mm handle if none is specified.
1212 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1214         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1216 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1218         * nnir.el (nnir-search-thread): New function to make an nnir group
1219         based on a thread query.
1221         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1222         of nnir in thread referral.
1223         (gnus-summary-refer-thread): Use it.
1225         * nnimap.el (nnimap-request-thread): Use it.
1227 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229         * shr.el (shr-tag-comment): Ignore HTML comments.
1231 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1233         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1234         argument.
1235         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1236         Use `nnir-address' to handle server info rather than passing an arg.
1238         * nnimap.el (nnimap-make-thread-query): New utility function to format
1239         an imap thread search query.
1240         (nnimap-request-thread): Use it.
1242         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1243         right select-method if we are not going back to the group buffer.
1245 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1247         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1248         enter invalid buffer configurations into the quit form (bug#9107).
1249         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1250         unplugged/plugged.
1252         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1253         keep track of which ones are unread (bug#9061).
1255         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1256         (bug#9055).
1258         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1259         (bug#9041).
1261         * gnus-html.el (mm-util): Require (bug#9073).
1263         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1264         (gnus-summary-refer-thread): Use it to remove duplicates in the
1265         un-threaded view (bug#9053).
1266         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1268 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1270         * nnir.el (nnir-read-server-parm): Use default value from global
1271         variable.  Without this the default search engine parameters aren't
1272         used at all.
1274 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276         * message.el (message-unique-id): Don't use the undocumented return
1277         value from (random t) (bug#9118).
1279 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1281         * message.el (message-auto-save-directory): If the ~/Mail directory
1282         doesn't exist, use ~ as the auto-save directory (bug#4432).
1284         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1285         hasn't already been started.
1287 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1291         * message.el (message-reply): Work around mysterious bug where
1292         `message-mode' seems to overwrite the locally bound `subject' variable.
1294 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1296         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1297         correct group.
1299         * gnus-int.el (gnus-request-thread): Add group argument.
1301         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1303 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1305         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1306         renamed to `debbugs-gnu-*'.
1308 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1310         * plstore.el: Revert the editing feature since it is not urgent.
1311         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1312         (plstore-mode-decoded): Remove.
1314 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1317         isn't very interesting any more, and it leaks potentially secret data.
1318         (gnus-debug): Remove.
1320         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1321         use of :custom-show.
1323 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1325         * plstore.el: Add documentation.
1326         (plstore-mode): New mode to edit plstore file.
1327         (plstore-mode-toggle-display, plstore-mode-original)
1328         (plstore-mode-decoded): New command.
1329         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1330         (plstore--insert-buffer, plstore--make): New function.
1331         (plstore-open, plstore-save): Simplify by using them.
1333 2011-07-06  Glenn Morris  <rgm@gnu.org>
1335         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1337 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1339         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1340         no longer is much used.
1341         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1342         Articles".
1344 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1346         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1347         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1348         `notmuch' backend.
1350 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1352         * mm-decode.el (mm-text-html-renderer): Doc fix.
1354         * gnus-msg.el (gnus-bug): Fix the MML tag.
1356         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1358 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1360         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1361         secondary methods if started with `gnus-no-server'.
1363 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1365         * message.el (message-return-action): Fix typo in docstring.
1367 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1369         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1370         bug reports at once.
1372         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1374 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1376         * nndraft.el: Require gnus-group.
1377         (nndraft-request-list): Declare.
1379         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1380         no unread article unless it matches gnus-permanently-visible-groups.
1382         * nndraft.el (nndraft-update-unread-articles): New function.
1383         (nndraft-request-associate-buffer): Use it to update the number of
1384         unread articles for the nndraft groups in the group buffer when saving
1385         or killing a draft message.
1387 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1389         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1390         systems to binary before writing and reading the mbox files.
1392         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1393         instead of trying to list them all (bug#8978).
1395 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1397         * pop3.el (pop3-open-server): Use :end-of-capability.
1399 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1402         the id is always a number.
1404         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1405         debbugs mode, if possible.
1407 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1409         * auth-source.el (auth-source-token-passphrase-callback-function):
1410         Reindent.
1411         (epg-context-operation): Remove unnecessary autoload.
1413 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415         * gnus.el (gnus-list-debbugs): New command.
1417         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1418         mboxstat instead of the maintbox, since the stat seems to be fuller.
1420         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1421         summary buffers.
1423         * message.el (message-get-reply-headers): Delete all duplicates,
1424         instead of the first.
1425         (message-get-reply-headers): Ensure that we have progress while
1426         deleting duplicates.
1428         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1429         gnus-posting-style value from the summary buffer to make it easier to
1430         make that a per-buffer conf.
1432 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1434         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1435         found by setting `shortcut' in 'query.
1436         (nnir-request-article): Use `shortcut' setting when requesting article
1437         by Message-ID.
1439 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1441         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1442         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1443         Bring the pseudo-headers back too.
1445 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1447         * auth-source.el (auth-source-token-passphrase-callback-function):
1448         Simplify and remove EPA dependency.
1450 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1452         * nnir.el (nnir-request-article): Fix error message text.
1454 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1456         * auth-source.el (plstore-delete): Autoload.
1457         (auth-source-plstore-search): Support delete operation.
1458         * plstore.el (plstore-delete): New function.
1460 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1462         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1463         mark actually existing articles as unread rather than the ones that
1464         active asserts.
1466 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1468         * nntp.el (nntp-record-command):
1469         * gnus-util.el (gnus-message-with-timestamp-1):
1470         Use format-time-string rather than decoding time stamps by hand.
1471         This is simpler and insulates the code from potential changes to
1472         current-time format.
1474 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1478 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1480         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1481         (plstore-save): Support public key encryption.
1482         (plstore--init-from-buffer): New function.
1483         (plstore-open): Use it; fix error when opening a non-existent file.
1484         (plstore-revert): Use plstore--init-from-buffer.
1486 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1488         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1490 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1492         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1493         for old Emacsen.
1495 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1497         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1498         is not fully working.
1500 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1502         * dgnushack.el: Autoload sha1 on XEmacs.
1504         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1505         quit window configuration.
1507         * auth-source.el (epg-context-set-passphrase-callback):
1508         Remove duplicate autoload.
1510 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1512         * nnir.el (nnir-request-article): Allow requesting articles by
1513         Message-ID with nnimap.
1515         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1516         current server.
1518 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1520         * auth-source.el: Autoload EPA/EPG functions.
1521         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1522         changed when EPA/EPG is not available.
1523         (auth-source-backend): Rename "arg" member to "data".
1524         (auth-source-backend-parse, auth-source-plstore-search)
1525         (auth-source-plstore-create): Use it.
1527 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1529         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1530         `gnus-refer-article-methods'.
1532 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1534         * auth-source.el: Require EPA and EPG.
1535         (auth-source-passphrase-alist): New variable.
1536         (auth-source-passphrase-callback-function)
1537         (auth-source-token-passphrase-callback-function): Callbacks for the
1538         netrc field encryption (GPG tokens).
1539         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1540         Symmetric encryption and decryption of the netrc GPG tokens.
1541         (auth-source-netrc-normalize): Use them, simplifying the closure.
1543 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1546         non-nil, and `nnimap-split-methods' is nil, use the former.
1548 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1550         * plstore.el (plstore-revert): New function.
1551         (plstore-open): Use it; hide the buffer from user.
1553 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1555         * auth-source.el (auth-source-backend): New member "arg".
1556         (auth-source-backend-parse): Handle new backend 'plstore.
1557         * plstore.el: New file.
1559 2011-06-30  Glenn Morris  <rgm@gnu.org>
1561         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1563         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1565 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1568         expiring articles to.
1570         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1571         variations as ASCII (bug#5458).
1573 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1575         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1577 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1579         * message.el (message-point-in-header-p): Tweak the function to default
1580         to saying that we're not in the headers if there is no separator at
1581         all.  This makes it possible to use the Message version of `M-q' in
1582         buffers with no headers (bug#7987).
1583         (message-point-in-header-p): Fix last checkin to work with an empty
1584         mail-header-separator, too.
1586         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1587         again, save the choice via customize.
1589 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1593         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1594         ended the connection, bail out before waiting infinitely on a new
1595         connection.
1597 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1599         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1600         reports.
1602         * gnus.el (gnus-bug-package): Use "gnus."
1603         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1605 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1608         animations going on at article exit time.
1610         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1611         since removing it breaks people upgrading.
1613         * shr.el (shr-put-image): Use the new interface for animating images.
1614         (shr-put-image): Animate for 60 seconds.
1616         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1617         error with `find-file-hooks' on Emacs 22.
1618         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1619         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1620         on all architectures.
1622         * spam.el (spam-stat): Require in a normal fashion without binding
1623         `spam-stat-install-hooks' to avoid compilation warnings.
1625         * spam-stat.el (spam-stat-install-hooks): Remove.
1626         (spam-stat-install-hooks): Don't run automatically.
1628 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1630         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1631         and keystroke.
1633 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1635         * auth-source.el (auth-source-netrc-cache): Move forward.
1637 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1639         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1640         we already know.
1641         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1642         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1644 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1647         %S format, since that looks odd.
1648         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1649         file, especially when saving.
1651 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1653         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
1654         article found.
1656 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1658         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1659         `auth-source-save-secrets' with a more sensitive alist that can be
1660         configured per file.  Experimental, so defaults to 'never.
1661         (auth-source-netrc-create): Use it.  Still experimental code.
1662         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1663         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1665 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1667         * auth-source.el (auth-source-save-secrets): New variable to control if
1668         secret tokens should be saved encrypted.
1669         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1670         to `auth-source-netrc-normalize'.
1671         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1672         on the EPA variables being defined.
1673         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1674         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1675         the lexical-let closure.
1676         (auth-source-netrc-create): Create "gpg:" tokens according to
1677         `auth-source-save-secrets'.
1679 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1681         * gnus-group.el (gnus-group-update-group): Add new argument
1682         `info-unchanged' that stops updating dribble buffer.
1684         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1685         deletes lines matching to it in dribble buffer.
1687         * gnus-agent.el (gnus-agent-fetch-group-1):
1688         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1689         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1690         * gnus-start.el (gnus-group-change-level):
1691         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1693         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1694         if newsgroup info is not changed.
1696         * gnus-group.el (gnus-group-get-new-news-this-group):
1697         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1698         Don't update dribble buffer.
1700 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1702         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1703         remove entries with groups we ignore.
1705 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1708         the underline comes at the bottom.
1710 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1712         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1713         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1714         (gnus-registry-article-marks-to-names): Rename from
1715         `gnus-registry-user-format-function-M2'.
1717 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1719         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1720         ephemeral group.
1722 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724         * shr.el (shr-browse-image): Copy the URL if called interactively.
1726 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1729         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1730         done, then unselected articles may be marked as read.
1732         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1733         since not doing this seems to lead to a race condition in pop3-logon.
1735         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1736         so that the call chain it correct when we call "upwards".
1738         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1739         in read-only groups.
1741         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1743         * message.el (message-cite-reply-position): Doc string fix.
1745         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1746         avoid regexp overflow.
1747         (nnimap-transform-split-mail): Ditto.
1749         * pop3.el (pop3-retr): Error out if the server closes the connection.
1751 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1753         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1754         mm-with-unibyte-current-buffer.  The buffer should not contain any
1755         multibyte chars anyway at this stage.
1757 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1760         at the end of lines.
1762 2011-05-29  Julien Danjou  <julien@danjou.info>
1764         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1766 2011-05-27  Glenn Morris  <rgm@gnu.org>
1768         * gnus-group.el (gnus-bug-group-download-format-alist):
1769         Use the "maintainer" version of debian reports as well.
1771 2011-05-26  Glenn Morris  <rgm@gnu.org>
1773         * gnus-group.el (gnus-bug-group-download-format-alist):
1774         Use the "maintainer" version of debbugs.gnu.org reports.
1776 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1778         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1780 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1782         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1783         the thread moves us backwards and so we loop forever.
1785 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1787         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1788         whitespace in base64 data lines.
1790 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1792         * gnus-registry.el (gnus-registry-user-format-function-M):
1793         Use `mapconcat'.
1794         (gnus-registry-user-format-function-M2): Use to see the full text of
1795         the marks.  Make "," the mark text separator.
1797         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1798         authentication with auth-source.
1800 2011-05-17  Glenn Morris  <rgm@gnu.org>
1802         * gnus-group.el (gnus-import-other-newsrc-file):
1803         Use insert-file-contents.
1805 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1807         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1808         1000 iterations.
1810 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1812         * nntp.el (nntp-open-connection): Check if process-type is available.
1814 2011-05-16  Julien Danjou  <julien@danjou.info>
1816         * shr.el (shr-tag-del): Add support for del tag.
1818 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1820         * gnus-html.el (gnus-html-put-image): Register a displayer.
1822         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1824 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1826         * registry.el (prune-factor): New initialization parameter defaulting
1827         to 0.1.
1828         (registry-prune-hard): Use it.
1830         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1831         0.1 expicitly.
1833 2011-05-13  Glenn Morris  <rgm@gnu.org>
1835         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1836         is bound, since this function requires sendmail.
1838 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1840         * registry.el (registry-usage-test): Disable pruning test.
1842 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1844         * registry.el (registry-prune-hard-candidates)
1845         (registry-prune-soft-candidates): Helper methods for registry pruning.
1846         (registry-prune): Use them.  Make the sort function optional.
1848 2011-05-10  Jim Meyering  <meyering@redhat.com>
1850         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1852 2011-05-10  Julien Danjou  <julien@danjou.info>
1854         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1855         symbol and not a list.
1857 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * gnus-art.el (gnus-article-mode): Move binding of
1860         shr-put-image-function here from gnus-article-prepare-display.
1862         * shr.el (shr-put-image-function): New variable.
1863         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1864         (shr-put-image): Return scaled image.
1866         * gnus-art.el (gnus-shr-put-image): New function.
1867         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1869         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1870         original ones, as deletable.
1872 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1874         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1876 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1878         * registry.el (registry-full): Add convenience method.  Fix logic.
1879         (registry-insert): Use it.  Fix logic here too.
1881         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1882         `registry-prune' if `registry-full' returns t.
1883         (gnus-registry-handle-action)
1884         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1885         (gnus-registry-usage-test): Use it.
1887 2011-05-07  Julien Danjou  <julien@danjou.info>
1889         * shr.el (shr-link): Make shr-link inherit from link by default.
1891 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1893         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1895 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1897         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1898         error out because the face is not a list.
1900 2011-05-05  Glenn Morris  <rgm@gnu.org>
1902         * gnus-start.el (gnus-propagate-marks): Declare.
1904 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1906         * registry.el (registry-reindex): Fix percentage message.
1908 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1910         * shr.el: Add shr-link face for links.
1911         (shr-urlify): Use it.
1913         * registry.el (registry-insert): Make error message more helpful.
1915 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * gnus-html.el (gnus-html-schedule-image-fetching):
1918         Use url-queue-retrieve, if it exists.
1920         * shr.el (shr-tag-img): Ditto.
1922         * gnus.el: Autoload more gnus-agent functions.
1924         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1925         agent if we haven't already (bug#8502).
1927         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1928         into the Agent, too.
1930         * gnus-agent.el (gnus-agent-store-article): New function.
1932         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1933         and moved from that file for reuse.
1935         * pop3.el (pop3-open-server): Error messages are "-ERR".
1937 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1939         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1940         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1942 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1944         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1945         buffer has moved to a different frame.
1947 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1950         to get the conversion from unibyte to multibyte buffers to work on
1951         Emacs 22.
1953         * nntp.el (nntp-request-article): Slight clean-up.
1955 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1957         * shr.el (shr-strike-through): New face.
1958         (shr-tag-s): Use it to provide <s> support.
1959         (shr-tag-s): Remove duplicate definition.
1961 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1963         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1964         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1966 2011-04-23  Glenn Morris  <rgm@gnu.org>
1968         * gnus-sum.el (gnus-extra-headers): Bump :version.
1970 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972         * shr.el (shr-tag-sup): New function.
1973         (shr-tag-sub): Ditto.
1975 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1977         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1978         for the case where `gnus-registry-ignored-groups' is a list of lists,
1979         and don't call `gnus-parameter-registry-ignore' otherwise.
1981 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1983         * nnimap.el (nnimap-user): New backend variable.
1984         (nnimap-open-connection-1): Use it.
1985         (nnimap-credentials): Accept user parameter so it's explicit what user
1986         name is desired.
1988         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
1989         default.
1991         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
1992         not gnus-registry.el.
1994         * gnus-registry.el: Mention in comments how to modify
1995         `gnus-extra-headers' for proper recipient tracking and that it may
1996         already have To and Cc recently, which it does as of this commit.
1997         (gnus-registry-ignored-groups): Remove defcustom.
1998         Explain why in comments.
1999         (gnus-registry-action): Fix data-header reference to use the extra
2000         headers.  Explain in package commentary how to add To and Cc headers to
2001         the gnus-extra-headers.
2002         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2003         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2004         parameter list or a string list in `gnus-registry-ignored-groups'.
2005         Fix logic error.
2007 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2009         * shr.el (shr-expand-url): Protect against null urls.
2011 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2013         * shr.el (shr-base): New binding.
2014         (shr-tag-base): Keep track of <base>.
2015         (shr-expand-url): New function used throughout.
2017 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2019         * gnus-registry.el
2020         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2021         (gnus-registry-ignored-groups): New variable.
2022         (gnus-registry-ignore-group-p): Use it.
2023         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2024         set the destination group to nil (same as delete) if it's ignored.
2026 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2028         * gnus-registry.el (gnus-registry-action)
2029         (gnus-registry-fetch-header-fast):
2030         Don't use mail-header that looks an internal function of mailheader.el.
2032 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2034         * gnus-registry.el: Eliminate cl functions.
2035         (gnus-registry-sort-addresses): New function that replaces mapcan.
2036         (gnus-registry-action, gnus-registry-spool-action)
2037         (gnus-registry-split-fancy-with-parent)
2038         (gnus-registry-fetch-recipients-fast): Use it.
2039         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2041         * registry.el (initialize-instance, registry-lookup)
2042         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2043         (registry-lookup-secondary-value, registry-search, registry-delete)
2044         (registry-insert, registry-reindex, registry-size, registry-prune):
2045         Use eval-and-compile.
2047 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2049         * registry.el (registry-reindex): New method to recreate the secondary
2050         registry indices.
2052         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2053         tracked field changes.
2054         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2055         (gnus-registry-action, gnus-registry-spool-action)
2056         (gnus-registry-handle-action)
2057         (gnus-registry--split-fancy-with-parent-internal)
2058         (gnus-registry-split-fancy-with-parent)
2059         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2060         move, and delete actions, and for fancy splitting with parent.
2061         (gnus-registry-extract-addresses)
2062         (gnus-registry-fetch-recipients-fast)
2063         (gnus-registry-fetch-header-fast): Convenience functions.
2064         (gnus-registry-misc-test): ERT test of
2065         `gnus-registry-extract-addresses'.
2067 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2069         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2070         Track by subject first, then sender.
2072 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2074         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2076         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2077         Lisp.
2079         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2080         (gnus-draft-send): Use it to avoid popping
2081         up frames from gnus-group-send-queue.
2083 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2085         * gnus-registry.el: Updated gnus-registry docs.
2087 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2089         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2090         Fix logic bug.
2091         (gnus-registry-post-process-groups): Fix logging of no results and
2092         quote sender and subject.
2094 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2096         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2097         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2098         we had no early-data returned.
2099         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2100         two async commands to the same server at the same time.
2102 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2104         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2106 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2108         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2109         "warning" level.
2111         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2112         (mm-url-insert-file-contents): Don't set the package names.
2114 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2116         * gnus-registry.el (gnus-registry-action): Remove properties and
2117         simplify subject in `gnus-registry-handle-action'.
2118         (gnus-registry-spool-action): Get subject and sender from message if
2119         they are not passed in.
2120         (gnus-registry-handle-action): Remove properties and simplify subject
2121         consistently.
2123 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2125         * registry.el: Require CL before using defmacro*.
2127 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2129         * gnus-art.el (article-treat-date): Assume that
2130         gnus-article-date-headers may be a group parameter.
2132 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2134         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2136         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2137         interactively so the newsrc file can contain foreign groups too.
2138         Useful for debugging but not much for users.
2140 2011-04-07  David Engster  <dengste@eml.cc>
2142         * registry.el (registry-usage-test): Only do
2143         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2144         lexical binding.
2146 2011-04-06  David Engster  <dengste@eml.cc>
2148         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2149         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2151 2011-04-06  David Engster  <dengste@eml.cc>
2153         * registry.el (initialize-instance): Change :after to :AFTER to be
2154         compatible with old EIEIO version in XEmacs.
2156 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2158         * gnus-registry.el (gnus-registry-post-process-groups)
2159         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2160         and provide better messaging.
2162 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2164         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2165         unconditionally anyway, discarding errors.
2166         (gnus-registry-delete-entries): New convenience function.
2167         (gnus-registry-import-eld): Import from old .eld registry.
2169         * registry.el: Don't use ERT if it's not available.  Load it
2170         unconditionally anyway, discarding errors.
2172         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2173         version from the Claudio Bley GnuTLS patch (extra optional parameters
2174         and host name).
2176 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2178         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2179         fixup the parameters that can be customized by the user between
2180         save/read cycles.
2181         (gnus-registry-read): Use it.
2182         (gnus-registry-make-db): Use it.
2183         (gnus-registry-spool-action, gnus-registry-handle-action):
2184         Fix messaging.
2185         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2186         Map references to actual group names with sender and subject tracking.
2187         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2188         (gnus-registry-usage-test): Add subject lookup test.
2190         * registry.el (registry-db, initialize-instance): Set up constructor
2191         instead of :initform arguments for the sake of older Emacsen.
2192         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2193         pre-lexbind merge bug.
2194         (registry-usage-test): Use it.
2195         (initialize-instance, registry-db): Move the non-function initforms
2196         back to the class definition.
2198 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2200         * registry.el: New library to manage gnus-registry-style data.
2202         * gnus-registry.el: Use it (major rewrite).
2204         * nnregistry.el: Use it.
2206         * spam.el: Use it.
2208 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2210         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2211         marks on non-selected articles.
2213 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2215         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
2217         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2218         parameter to open-protocol-stream.
2220 2011-04-01  Julien Danjou  <julien@danjou.info>
2222         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2223         fundamental-mode.
2225 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2228         servers.
2230 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2232         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2233         made marks not propagate, again.
2235 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2237         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2238         Make this the default type.
2239         (proto-stream-open-plain): Rename from proto-stream-open-default.
2240         (open-protocol-stream, proto-stream-open-starttls)
2241         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2242         with `plain'.
2244         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2245         value.
2247         * nntp.el (nntp-open-connection-function): Document the fact that some
2248         values are not functions but are instead handled specially.
2249         Recognize nntp-open-plain-stream value.
2250         (nntp-open-connection): Recognize that value.
2252 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2254         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2255         stuff.
2257         * gnus-score.el (gnus-score-string): Fix calling convention of
2258         `gnus-simplify-buffer-fuzzy' after last patches.
2260         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2261         server for articles we didn't get any headers for.  This is a sanity
2262         check.
2264 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2266         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2267         new CAPABILITY, use it.
2269 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2272         downloading anything.
2274         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2276 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2278         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2279         colors.
2280         (gnus-splash-svg-color-symbols): New function.
2282 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2285         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2286         (gnus-simplify-subject-fuzzy): Use the local
2287         gnus-simplify-subject-fuzzy-regex instead of the global one.
2288         This makes using this variable in group parameters work.
2290 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2292         * gnus-registry.el (gnus-registry-unfollowed-groups):
2293         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2294         archive:sent-YYYY-MM-DD groups).
2295         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2296         tracking if there are more than `gnus-registry-max-track-groups'
2297         matches.
2299 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2301         * message.el (message--yank-original-internal): New function to do the
2302         insertion cleanly inside eval in `message-yank-original'.
2303         (message-yank-original): Use it.
2305 2011-03-29  Julien Danjou  <julien@danjou.info>
2307         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2308         local variables disabled rather than `normal-mode'.
2310 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2312         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2313         with open-network-stream.
2314         (proto-stream-always-use-starttls): Option removed.
2315         (open-protocol-stream): Return a process object by default.  Provide a
2316         new parameter :return-list specifying a list-type return value, which
2317         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2318         :type `network' to `try-starttls', and `network-only' to `default'.
2319         Make `default' the default, for compatibility with open-network-stream.
2320         Handle the no-parameter case exactly as open-network-stream, with no
2321         additional stream processing.  Search plists using plist-get.
2322         Explicitly add :end-of-commend parameter if it is missing.
2323         (proto-stream-open-default): Rename from
2324         proto-stream-open-network-only.  Return 'default as the type.
2325         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2326         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2327         failed.  Always return a list with a (possibly dead) process as the
2328         first element, for compatibility with open-network-stream.
2329         (proto-stream-open-tls): Use plist-get.  Always return a list.
2330         (proto-stream-open-shell): Return `default' as connection type.
2331         (proto-stream-capability-open): Use plist-get.
2332         (proto-stream-eoc): Function deleted.
2334         * nnimap.el (nnimap-stream, nnimap-open-connection)
2335         (nnimap-open-connection-1): Handle renaming of :type parameter for
2336         open-protocol-stream.
2337         (nnimap-open-connection-1): Pass a :return-list parameter
2338         open-protocol-stream to obtain a list return value.  Parse this list
2339         using plist-get.
2341         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2342         for open-protocol-stream.  Accept open-protocol-stream return value
2343         that is a subprocess object instead of a list.  Handle the case of a
2344         dead returned process.
2346 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2348         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2350         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2352 2011-03-21  Julien Danjou  <julien@danjou.info>
2354         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2355         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2356         query.
2357         (mm-inline-text): Render normal text with fontification whenever
2358         possible.
2360         * gnus-sum.el (gnus-summary-save-parts-1):
2361         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2362         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2363         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2364         Use `mm-handle-filename'.
2366         * mm-util.el (mm-handle-filename): New function, return the filename of
2367         an handle.
2369 2011-03-18  Julien Danjou  <julien@danjou.info>
2371         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2372         (gnus-buffer-live-p): Check that buffer is not nil.
2374 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376         * gnus-art.el: Require mouse, which the build bot seems to say is
2377         needed.
2379         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2380         XEmacs, since it doesn't have url-retrieve-synchronously.
2382 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2384         * gnus-group.el (gnus-group-list-ticked): New function.
2385         (gnus-group-make-menu-bar): Provide a menu entry for it.
2386         (gnus-group-list-map): Provide a binding for it.
2388 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390         * shr.el (shr-visit-file): New command.
2392         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2394 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2396         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2397         servers.
2399 2011-03-16  Julien Danjou  <julien@danjou.info>
2401         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2402         inline.
2404         * gnus-art.el (article-hide-list-identifiers):
2405         Use gnus-group-get-list-identifiers.
2407         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2408         (gnus-summary-remove-list-identifiers):
2409         Use gnus-group-get-list-identifiers to get regexp.
2410         (gnus-select-newsgroup, gnus-summary-insert-subject)
2411         (gnus-summary-insert-articles):
2412         Call gnus-summary-remove-list-identifiers unconditionally.
2414 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2417         we're selecting a group with unread articles.
2419         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2421         * gssapi.el: New file separated out from imap.el to provide a general
2422         Kerberos 5 connection facility for Emacs.
2424         * message.el (message-elide-ellipsis): Document the format spec
2425         ellipsis.
2427 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2429         * message.el (message-elide-region): Allow the ellipsis to say how many
2430         lines were removed.
2432 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2434         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2435         window configurations containing buffers that are now dead.
2437         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2438         parsing to avoid integer overflows.
2439         (nnimap-parse-flags): Simplify the last change.
2440         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2441         too large for 32-bit Emacsen.
2443 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2445         * auth-source.el (auth-source-netrc-create):
2446         * message.el (message-yank-original): Fix use of `case'.
2448 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2450         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2451         XEmacs, which was one character too wide.
2453 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2455         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2456         default number of articles to display.
2457         (gnus-articles-to-read): Use pretty names for prompt.
2459 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461         * gnus-int.el (gnus-open-server): Ditto.
2463         * gnus-start.el (gnus-activate-group): Give a backtrace if
2464         debug-on-quit is set and the user hits `C-g'.
2465         (gnus-read-active-file): Ditto.
2467         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2469 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2471         * message.el (message-yank-original): Use cond instead of CL case.
2473 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2475         * auth-source.el (auth-source-netrc-create): Use usual format for the
2476         default in prompts.
2478 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2480         * auth-source.el (auth-source-netrc-create): Show the default in the
2481         prompt when prompting for token creation.
2483 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2485         * auth-source.el (auth-source-format-prompt): Always convert the value
2486         to a string to avoid evaluating non-string arguments.
2487         (auth-source-netrc-create): Offer default properly, not as initial
2488         content in `read-string'.
2489         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2490         of line to determine if we've been run before.  If so, don't run again,
2491         but print a trivial message to indicate the cache was hit instead.
2493 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2495         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2496         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2497         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2498         Gnus.
2500 2011-03-11  Julien Danjou  <julien@danjou.info>
2502         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2503         modified file".
2505 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2507         * auth-source.el (auth-source-read-char-choice): New function to read a
2508         character choice using `dropdown-list', `read-char-choice', or
2509         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2510         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2511         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2512         (auth-source-netrc-saver): Use it.
2513         (auth-source-pick-first-password): New convenience function.
2515 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2517         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2518         parameter in the credentials.
2519         (nnimap-open-connection-1): Use it after a successful login.
2520         (nnimap-credentials): Add IMAP-specific user and password prompt.
2522         * auth-source.el (auth-source-search): Add :require parameter, taking a
2523         list.  Document it and the :save-function return token.  Pass :require
2524         down.  Change the CREATED message from a warning to a debug statement.
2525         (auth-source-search-backends): Pass :require down.
2526         (auth-source-netrc-search): Pass :require down.
2527         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2528         Change save prompt to indicate all modifications saved here are
2529         deletions.
2530         (auth-source-netrc-create): Take user login name as default in user
2531         prompt.  Move all the save functionality to a lexically bound function
2532         under the :save-function token in the returned list.  Set up clearer
2533         default prompts for user, host, port, and secret.
2534         (auth-source-netrc-saver): New function, intended to be wrapped for
2535         :save-function.
2537 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2539         * Version 23.3 released.
2541 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2544         lines to be spaces instead.
2546 2011-03-07  Julien Danjou  <julien@danjou.info>
2548         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2549         (sieve-sasl-auth): Check that auth-source-search did return something,
2550         or just return an empty string.
2552 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2554         * gnus.el (gnus-interactive): Use read-directory-name.
2556         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2557         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2558         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2559         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2560         Likewise.
2562         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2564 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2566         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2567         onto the list of killed groups, too.  This makes killed nnimap groups,
2568         for instance, more reliably not reappear.
2570         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2571         the parent.
2573         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2575         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2576         really have server-side marks.
2578         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2579         since most backends do not usefully have server-side marks.
2580         (gnus-update-read-articles): Propagate marks to all backends that
2581         really have server-side marks.
2583 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2585         * message.el (message-cite-reply-position, message-cite-style):
2586         New variables.
2587         (message-yank-original): Use the new citation styles.
2589 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2591         * message.el (message-options): Revert the change that's a workaround
2592         for XEmacs buffer-local issue; don't mark it buffer-local when running
2593         under XEmacs.
2595 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2597         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2598         numbers too big to be `read'.
2600 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2602         * message.el (message-options): Make buffer-local two ways to attempt
2603         to fix a XEmacs bug.
2605 2011-03-02  Julien Danjou  <julien@danjou.info>
2607         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2609 2011-03-01  Julien Danjou  <julien@danjou.info>
2611         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2612         group.
2613         (article-hide-list-identifiers): Use list-identifier group parameter.
2615 2011-02-28  Julien Danjou  <julien@danjou.info>
2617         * sieve.el (sieve-buffer-script-name): New local variable to store
2618         sieve script name.
2619         (sieve-edit-script): Store sieve script name.
2620         (sieve-upload): Use sieve script name when uploading.
2621         (sieve-upload): Use substitute-command-keys.
2622         (sieve-edit-script): Use substitute-command-keys.
2623         (sieve-refresh-scriptlist): Use substitute-command-keys.
2624         (sieve-manage-mode-map): Define keymap properly.
2625         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2626         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2627         Remove commented code about cvs.
2628         (sieve-manage-quit): New function.
2629         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2631 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2635 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2637         * auth-source.el (auth-source-search): Cache empty result sets.
2639         * auth-source.el (auth-source-save-behavior): New variable to replace
2640         `auth-source-never-create'.
2641         (auth-source-netrc-create): Use it.
2642         (auth-source-never-save): Remove.
2644 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2646         * nnimap.el (nnimap-stream): Doc fix.
2647         (nnimap-open-connection-1): Reverse the order of the ports to that the
2648         prompted-for port is first.
2650         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2651         retrieval by the no-group selection.
2653         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2654         numerical parameters.
2656 2011-02-25  Julien Danjou  <julien@danjou.info>
2658         * gnus-gravatar.el: Use gnus-with-article-buffer.
2660         * gnus-art.el (gnus-with-article-buffer): Check that the
2661         gnus-article-buffer is alive.
2663 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2665         * auth-source.el (auth-source-creation-prompts): New variable to manage
2666         creation-time prompts.
2667         (auth-source-search): Document it.
2668         (auth-source-format-prompt): Add utility function.
2669         (auth-source-netrc-create): Don't default the user name to
2670         user-login-name.  Use `auth-source-creation-prompts' and some default
2671         prompts for user, host, port, and password (the default generic prompt
2672         remains ugly).
2673         (auth-source-never-save): Add customizable option to never save info.
2674         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2675         mode excursion.
2677 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2679         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2680         argument that XEmacs doesn't support.
2682 2011-02-23  Julien Danjou  <julien@danjou.info>
2684         * gnus-art.el (article-make-date-line): Ignore errors if time is
2685         invalid and not convertible.
2686         (article-make-date-line): Only add lapsed time if time is not nil.
2688 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2690         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2691         `read-char-choice' for backwards compatibility.
2692         (auth-source-netrc-element-or-first): New function to DTRT for
2693         parameter extraction.
2694         (auth-source-netrc-create): Use it and fix multiple parameter print
2695         bug.  Use the default passed from above (given-default) or the
2696         built-in (user-login-name for :user).
2698 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2700         * gnus-start.el (gnus-dribble-read-file):
2701         Set buffer-save-without-query, since we always want to save the dribble
2702         file, probably.
2704         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2705         nnimap.
2707         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2708         -summary- since it's a user-visible variable.
2710         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2711         first time you use the new Gnus.
2713 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2715         * auth-source.el: Don't load netrc.el.
2716         (auth-sources): Search ~/.netrc as well by default.
2717         (auth-source-debug): Add 'trivia option for extra output.
2718         (auth-source-do-trivia): Use it.
2719         (auth-source-search): Simplify logic to use
2720         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2721         appropriate.  Don't keep a running count at this level.  Layer :create
2722         and :delete options appropriately on the first and second passes.
2723         Don't track the backend with the search results.
2724         (auth-source-search-backends): New function to search a list of
2725         backends for a processed spec.
2726         (auth-source-netrc-parse): Cache all netrc files, making
2727         auth-source-netrc-cache an alist keyed by the file name and using the
2728         file mtime as the caching criterion.  Keep the obfuscated data secret
2729         with a lexical bind.
2730         (auth-source-netrc-search): Don't calculate the length of the results
2731         unnecessarily.
2732         (auth-source-search-backends): Fix bug.
2733         (auth-source-netrc-create): Rework prompts.
2735 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2737         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2738         Lower case names of search constraints.
2739         (nnir-run-query): Cache and reuse search constraints for all imap
2740         servers.
2742 2011-02-22  Sam Steingold  <sds@gnu.org>
2744         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2746 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2748         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2749         after exit.
2750         (gnus-setup-message): Define missing variable from last checkin.
2752         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2753         value, show the raw article.
2755 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2757         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2758         auth-source now accepts numbers.
2760         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2761         spec, too.
2762         (auth-source-ensure-strings): New function.
2764         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2765         (gnus-article-setup-buffer): Always restart the date timer so that user
2766         changes to the frequency is respected.
2768         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2769         port numbers, so make sure it gets that if nnimap-server-port is
2770         explicit.
2772 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2774         * nnimap.el (nnimap-inbox): Doc fix.
2776 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2778         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2779         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2780         color-lab-to-srgb.
2782 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2784         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2785         given method as in the group name if we're using an extended method.
2786         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2787         command, if we're using that, instead of waiting for the beginning.
2789         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2790         we're sure to get unique server names, and we don't output two async
2791         commands in the same buffer.  This fixes an NNTP hang for some users.
2793 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2795         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2796         summary buffer before reading going to the next buffer.  This avoids
2797         putting the point in the group buffer if you `C-g' the command.
2799         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2800         cache (for now) to make ~/.authinfo.gpg files usable.
2802         * nnfolder.el (copyright-update): Define for the compiler.
2804         * auth-source.el (auth-source-search): Fix unbound variable.
2806 2011-02-19  Glenn Morris  <rgm@gnu.org>
2808         * gnus.el (gnus-meta): Doc fix.
2810 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2812         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2813         in case it's not yet loaded.
2815 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2817         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2818         line we're waiting for.
2820 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2822         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2823         face with line-width greater than zero will cause RET in gnus summary
2824         buffer to scroll down article page-wise because auto vscroll happens,
2825         it should be temporally disabled when doing a scroll-up.
2827 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2829         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2830         outputs from the server.
2832 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2834         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2835         later so that bbdb can hook in easier.
2837 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2839         * auth-source.el (auth-source-search): Don't try to create credentials
2840         if the caller doesn't want that.
2841         (auth-source-search): If we don't find a match, don't bug out on
2842         non-bound variables.
2843         (auth-source-search): Only ask a single backend to create the
2844         credentials.
2846         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2847         logging.
2848         (nnimap-credentials): Protect against auth-source-search returning nil.
2849         (nnimap-request-list): Protect against not being able to open the
2850         server.
2852 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2854         * auth-source.el (auth-source-search): Do a two-phase search, one with
2855         no :create to get the responses from all backends.
2857         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2858         when getting credentials.
2860         * gnus-util.el (gnus-delete-duplicates): New function.
2862 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2864         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2865         a creation default, pass the whole port list down.  It will be
2866         completed.
2868         * auth-source.el (auth-source-search): Updated docs to talk about
2869         multiple creation choices.
2870         (auth-source-netrc-create): Accept a list as a value (from the search
2871         parameters) and do completion on that list.  Keep a separate netrc line
2872         with the password obscured for showing the user.
2874         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2875         first choice to `auth-source-search' so it will be used for entry
2876         creation instead of the server's Gnus-specific name.
2877         (nnimap-credentials): Rely on the auth-source library to select which
2878         port is actually wanted in the new netrc entry, so don't override
2879         `auth-source-creation-defaults'.
2881         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2882         :protocol and accept a missing user, host, or port as a wildcard match.
2883         (auth-source-debug): Default to off.
2885         (auth-source-netrc-search, auth-source-netrc-create)
2886         (auth-source-secrets-search, auth-source-secrets-create)
2887         (auth-source-user-or-password, auth-source-backend, auth-sources)
2888         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2889         instead of :protocol.
2891         * nnimap.el (nnimap-credentials): Pass a port default to
2892         `auth-source-search' in case an entry needs to be created.
2893         (nnimap-open-connection-1): Use :port instead of :protocol.
2895 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2897         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2898         instead of delete-dups that is not available in XEmacs 21.4.
2900 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2902         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2903         nil means that nnimap doesn't get updated.
2905 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2907         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2908         result when the user doesn't want to write to the file.
2909         (auth-source-netrc-search): Expect a synthetic result and proceed
2910         accordingly.
2911         (auth-source-cache-expiry): New variable to override
2912         `password-cache-expiry'.
2913         (auth-source-remember): Use it.
2915         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2916         parameter.  Create entry if necessary by using :create t.
2917         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2919 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2921         * auth-source.el (auth-source-debug): Enable by default and don't
2922         mention the obsolete `auth-source-hide-passwords'.
2923         (auth-source-do-warn): New function to debug unconditionally.
2924         (auth-source-do-debug): Use it.
2925         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2926         and for Secrets API entries when the secrets.el library is not
2927         available.
2929 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2931         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2932         (gnus-summary-exit): Kill the correct article buffer on exit from a
2933         `C-d' group.
2935         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2936         gnus-propagate-marks.
2938         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2939         before killing the buffers so that a non-full window conf gets handled
2940         correctly.
2941         (gnus-summary-exit): Ditto.
2942         (gnus-summary-read-group-1): Ditto.
2944         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2945         async code again so that we can debug it properly.
2947         * message.el (message-reply): Take an optional switch-buffer parameter
2948         so that Gnus window confs are respected better.
2950 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2952         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2953         `plist-get' to accept non-list parameters (XEmacs issue).
2954         Fix docstring.
2955         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2956         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2957         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2958         Login collection is "Login" and not "login".
2960 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2962         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2963         multiple headers.
2965         * nnimap.el (nnimap-inhibit-logging): New variable.
2966         (nnimap-log-command): Don't log login commands.
2968         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2969         to have more parameters.
2971         * nnimap.el (nnimap-send-command): Mark the command time for each
2972         command, so that we don't get NOOPs stepping on our toes.
2974         * gnus-art.el (article-date-ut): Get the date from the Date header on
2975         `t'.
2977 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2979         * auth-source.el (auth-source-search): Use copy-sequence instead of
2980         the cl.el copy-list.
2982 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2984         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2985         Improve prompt.
2987 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
2989         * gnus-art.el (gnus-article-mode-line-format): Remove the article
2990         washing status from the default format.  It isn't very informative.
2992 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
2994         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
2995         Fix Gcc processing on imap.
2997 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2999         * message.el (message-bury): Don't pop up a new window when selected
3000         window is dedicated.
3002 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3004         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3006 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3008         * sieve-manage.el: Autoload `auth-source-search'.
3009         (sieve-sasl-auth): Use it.
3011 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3013         * nnimap.el: Autoload `auth-source-forget+'.
3014         (nnimap-open-connection-1): Use it if the connection fails.
3016         * auth-source.el: Require `password-cache'.
3017         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3018         obsolete.
3019         (auth-source-magic): Marker for `password-cache' keys.
3020         (auth-source-do-cache): Update docstring.
3021         (auth-source-search): Use and check cache.
3022         (auth-source-forget-all-cached, auth-source-remember)
3023         (auth-source-recall, auth-source-forget, auth-source-forget+)
3024         (auth-source-specmatchp): Caching support functions.
3025         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3026         Remove and obsolete.
3027         (auth-source-user-or-password): Remove caching to further discourage
3028         using it.  Always hide passwords.
3030 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3032         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3033         code for now, since it doesn't work for all users.
3035 2011-02-09  Julien Danjou  <julien@danjou.info>
3037         * message.el (message-options): Make message-options really buffer
3038         local.
3040 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3042         * mail-source.el: Autoload `auth-source-search'.
3043         (mail-source-keyword-map): Note order matters.
3044         (mail-source-set-1): Get all the mail-source source values and
3045         defaults and search auth-source on those if needed.  This can all
3046         probably be simplified.
3048         * nnimap.el: Autoload `auth-source-search'.
3049         (nnimap-credentials): Use it.
3050         (nnimap-open-connection-1): Ask for the virtual server and physical
3051         address in one shot.
3053         * nntp.el: Autoload `auth-source-search'.
3054         (nntp-send-authinfo): Use it.  Note TODO.
3056 2011-02-08  Julien Danjou  <julien@danjou.info>
3058         * shr.el (shr-tag-body): Add support for text attribute in body
3059         markups.
3061         * message.el (message-options): Make message-options a local variable.
3063 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3065         * auth-source.el (auth-source-secrets-search)
3066         (auth-source-user-or-password): Use `append' instead of `nconc'.
3067         (auth-source-user-or-password): Build return list better and protect
3068         against nil :secret.
3070 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3072         * nnimap.el (nnimap-update-info): Refactor slightly.
3073         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3074         (nnimap-update-info): Clean up slightly.
3075         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3076         characters.
3077         (nnimap-process-quirk): Rename function to avoid collision.
3078         (nnimap-update-info): Fix macrology bug-out.
3079         (nnimap-update-info): Simplify split history test.
3081 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3083         * auth-source.el (top): Require 'eieio unconditionally.
3084         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3085         (auth-source-secrets-search): Limit search when `max' is greater than
3086         number of results.
3088 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3090         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3091         part not returning any data.
3093         * proto-stream.el (open-protocol-stream): Document the return value.
3095 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3097         * auth-source.el (auth-source-secrets-search): Add examples.
3099 2011-02-06  Julien Danjou  <julien@danjou.info>
3101         * message.el (message-setup-1): Handle message-generate-headers-first
3102         set to t.
3104 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3106         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3107         API with a string "secrets:collection-name" and with 'default.
3108         (auth-source-backend-parse): Parse "secrets:collection-name" and
3109         'default.  Recurse on parses instead of repeating code.  Use the
3110         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3111         message when ignoring a source.
3112         (auth-source-search): List ignored search keys at the top level.
3113         (auth-source-netrc-create): Use `case' instead of `cond'.
3114         (auth-source-secrets-search): Created with TODOs.
3115         (auth-source-secrets-create): Created with TODOs.
3116         (auth-source-retrieve, auth-source-create, auth-source-delete)
3117         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3118         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3119         (auth-source-user-or-password-sftp)
3120         (auth-source-user-or-password-smtp): Remove.
3121         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3122         around `auth-source-search'.  Not tested thoroughly.
3124 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3126         * auth-source.el: Bring in assoc and eioeio libraries.
3127         (secrets-enabled): New variable to track the status of the Secrets API.
3128         (auth-source-backend): New EIOEIO class to represent a backend.
3129         (auth-source-creation-defaults): New variable to set prompt defaults
3130         during token creation (see the `auth-source-search' docstring for
3131         details).
3132         (auth-sources): Simplify to allow a simple string as a netrc backend
3133         spec.
3134         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3135         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3136         (auth-source-search): Main auth-source API entry point.
3137         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3138         (auth-source-search-collection): Helper function for searching.
3139         (auth-source-netrc-parse, auth-source-netrc-normalize)
3140         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3141         Supports search, create, and delete.
3142         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3143         backend stubs.
3144         (auth-source-user-or-password): Call `auth-source-search' but it's not
3145         ready yet.
3147 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3149         * message.el (message-setup-1): Remove the read-only stuff, since it
3150         doesn't work under XEmacs, for some reason.
3152         * gnus-sum.el (gnus-user-date): Rename back from
3153         gnus-summary-user-date since user code refers to it.
3155         * shr.el (shr-render-td): Store the actual background color used.
3157         * message.el (message-setup-1): Don't bind the constant
3158         -forbidden-properties.
3159         (message-setup-1): Revert previous change, since it needs to bind the
3160         props to insert them.
3161         (message-resend): Allow removing the read-only separator line.
3163 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3165         * nnimap.el (nnimap-request-accept-article): Give an error message if
3166         the APPEND wasn't successful.
3168 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3170         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3171         that have no groups.
3173 2011-02-03  Julien Danjou  <julien@danjou.info>
3175         * gnus-draft.el: Remove progn around gnus-draft-setup.
3177 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3179         * gnus-start.el (gnus-read-active-for-groups): This function is never
3180         called with a nil `infos', so clean that up.
3181         (gnus-get-unread-articles): Request active files from primary/secondary
3182         methods that have no groups (yet).
3184 2011-02-03  Julien Danjou  <julien@danjou.info>
3186         * message.el (message-setup-1): Always generate References first.
3187         (message-mail): Return the return value of message-setup, not always t.
3188         (message-setup-1): Insert mail-header-separator with read-only and
3189         intangible properties set.
3191         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3192         user-date in docstring.
3194         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3196         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3197         docstring.
3199         * gnus.el (gnus-user-date-format-alist): Change default value.
3200         Use defcustom, with type and group.  Move from gnus-util.el.
3201         Rename to gnus-summary-user-date-format-alist.
3203 2011-02-03  Glenn Morris  <rgm@gnu.org>
3205         * nnimap.el (gnus-fetch-headers): Declare.
3207         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3209 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3211         * message.el (message-forward-make-body-digest-plain)
3212         (message-followup, message-reply): Clean up things noted by Stefan.
3214         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3215         gnus-article-update-date-headers is nil.
3216         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3217         it didn't really work with defcustom.
3218         (article-update-date-lapsed): Make sure the window start doesn't move,
3219         either.
3221 2011-02-01  Julien Danjou  <julien@danjou.info>
3223         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3224         format.
3226         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3227         standard in Emacs nowadays.
3229 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3231         * message.el (message-expand-name): Don't trust the return value of
3232         bbdb-complete-name.
3233         (message-check-news-header-syntax): Remove unused var `start'.
3234         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3235         (message-inhibit-body-encoding): Move to before first use.
3236         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3237         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3238         (Organization, Message-ID, Date, mh-previous-window-config):
3239         Defvar the vars using dynamic scoping.
3241 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3243         * shr.el (shr-render-td): Only do colors at the final rendering.
3244         Should be slightly faster.
3245         (shr-insert-table): Fix up TD background colors when doing the
3246         vertical padding.
3248         * gnus-art.el (article-date-ut): Protect against articles with no Date
3249         header.
3250         (article-update-date-lapsed): Don't use current-column to find the
3251         horizontal position.  It's fragile in the presence of \003 characters.
3253         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3255 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3257         * gnus-art.el (article-transform-date): Rewrite to still work when
3258         there are several rfc2822 parts.
3259         (article-transform-date): Fix infinite recursion.
3260         (article-date-ut): Replace infinitely many Date headers with a single
3261         one when called interactively.
3263         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3264         secure manner.
3266         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3267         move around by not using save-window-excursion.  It seems to work...
3269 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3271         * gnus-art.el (article-make-date-line): Work for user-defined format.
3273 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3275         * nntp.el (nntp-retrieve-group-data-early)
3276         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3277         fetching functions.
3279         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3280         thoroughly for all backends that have no known groups.  This should
3281         allow new nnml methods to retrieve mail.
3283         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3284         that Gnus doesn't know exists again.
3286         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3287         (gnus-treat-date-ut): Ditto.
3288         (gnus-article-update-date-header): Rename.
3289         (gnus-treat-date-local): Remove.
3290         (gnus-treat-date-english): Remove.
3291         (gnus-treat-date-lapsed): Remove.
3292         (gnus-treat-date-combined-lapsed): Remove.
3293         (gnus-treat-date-original): Remove.
3294         (gnus-treat-date-iso8601): Remove.
3295         (gnus-treat-date-user-defined): Remove.
3296         (gnus-article-date-headers): New variable to control all the date
3297         header options.
3298         (article-date-ut): Rewrite to allow using the new way to format date
3299         headers(s).
3301 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3303         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3304         method.
3305         (nnmail-article-group): A better test for fanciness.
3307         * nnimap.el (nnimap-request-head): Protect against not finding the
3308         article by Message-ID.
3310 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3312         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3313         keep point at the "same place".
3315 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3317         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3318         data if the group is inactive.
3320 2011-01-28  Julien Danjou  <julien@danjou.info>
3322         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3323         (gnus-all-windows-visible-p): Remove old compatibility code.
3324         (gnus-window-top-edge): Add docstring.
3326         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3328 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3330         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3331         older request-update-info.
3333         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3335 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3337         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3338         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3340 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3342         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3343         groups.  This makes the nndraft:queue group pop up if it's not already
3344         there.
3346         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3347         messages" logic, which was reversed.
3349         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3350         the "same place" even if point is on the line being replaced.
3351         (article-update-date-lapsed): Allow updating both the combined lapsed
3352         and the lapsed headers.
3353         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3354         (article-make-date-line): Limit the number of segments dynamically to
3355         avoid too-long lines.
3357 2011-01-27  Julien Danjou  <julien@danjou.info>
3359         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3360         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3362 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3364         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3365         Use plist-get instead of the cl function getf.
3367 2011-01-27  Glenn Morris  <rgm@gnu.org>
3369         * gnus-util.el (float-time): Get rid of compiler warning, again.
3371 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3373         * shr.el (shr-put-color): Special-case background colors: Do put them
3374         at the blank parts at the front of the lines.
3376         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3377         exit hook to nix out all data on readedness on group exit.
3379         * gnus-util.el (float-time): If float-time is bound, always use it on
3380         all Emacsen.  It's unclear why the subrp check was there.
3381         (time-date): Require to make some autoload issues on XEmacs go away.
3383         * shr.el (shr-put-color): Don't do the box padding in tables, since
3384         they're already padded.
3386 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3388         * gnus-art.el (gnus-article-next-page): When the last line of the
3389         article is displayed, scroll down once more instead of going to the
3390         next article at once.
3391         (article-lapsed-string): Refactor out and allow specifying how many
3392         segments you want.
3393         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3394         (gnus-article-update-lapsed-header): New variable.
3396         * shr.el: Revert change that made headings use different-sized faces.
3397         The Emacs display engine isn't advanced enough that, for instance,
3398         tables can comfortably use differently-sized faces.
3400 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3402         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3403         used.
3404         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3405         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3406         we're using an encrypted connection.
3408         * proto-stream.el: Alter the interface functions to also return the
3409         actual stream type used: network or TLS.
3411 2011-01-25  Julien Danjou  <julien@danjou.info>
3413         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3414         (mm-display-javascript-inline): New function.
3416         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3417         viewing function.
3419 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3421         * shr.el (shr-expand-newlines): Fix variable name.
3423 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3425         * shr.el (shr-expand-newlines): Make nested boxes work.
3427 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3429         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3430         backgrounds.
3431         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3432         in a more sensible manner.
3434 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3436         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3437         if EPG is loaded.
3439 2011-01-24  Julien Danjou  <julien@danjou.info>
3441         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3442         tags.
3444 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3446         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3447         commands.
3449         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3450         in the article buffer.
3451         (gnus-gravatar-insert): Use blank space from the current buffer to
3452         avoid breaking text properties.  This makes X-Sent updating work again.
3454         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3456 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3458         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3459         fix the bug in url-http.el instead.
3461         * shr.el (shr-image-fetched): Ditto.
3463         * shr.el (shr-image-fetched): Avoid having point move in the article
3464         buffer.
3466         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3467         buffer after being called.  It's apparently being killed by url.el, and
3468         killing it made point move to end-of-buffer in a random buffer.
3470         * shr.el (shr-image-fetched): Ditto.
3472 2011-01-23  Julien Danjou  <julien@danjou.info>
3474         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3476         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3477         text/x-org.
3479 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3481         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3482         (i.e., nnimap) returning nil as the article number.
3484 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3486         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3487         "DelSp" parameter in RFC3676.
3489 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3491         * message.el (message-check-recipients): Display the encoded version of
3492         the bogus address if they differ.
3494         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3495         after sending.
3497         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3499         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3501         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3502         group buffer after sending the queue.
3504         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3506 2011-01-22  Julien Danjou  <julien@danjou.info>
3508         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3510 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3512         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3513         nested related parts.
3515         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3516         unexpired articles.  This fixes the regression that led expiry marks to
3517         disappear from nnfolder groups.
3519 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3521         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3522         Don't confuse the "ret" of "retrograde" with RET.
3524 2011-01-21  Julien Danjou  <julien@danjou.info>
3526         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3527         than mm-insert-inline.
3529 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3531         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3532         Widen article buffer.
3534 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3536         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3537         the temp buffer.
3538         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3540 2011-01-20  Julien Danjou  <julien@danjou.info>
3542         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3544         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3545         than mm-insert-inline to insert inline part: this respect
3546         mm-inline-media-tests displayers.
3548         * mm-view.el (mm-display-shell-script-inline): New function.
3550         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3552         * mm-uu.el (mm-uu-type-alist): Add org block.
3553         (mm-uu-org-src-code-block-extract): New function.
3555         * mm-view.el (mm-display-org-inline): New function.
3557         * mm-decode.el (mm-automatic-display): Add text/org.
3559         * mailcap.el (mailcap-mime-extensions): Add .org.
3561 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3563         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3564         gnus-article-add-buttons.
3566 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3568         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3569         From header with a date and "nobody" as the sender.
3571 2011-01-19  Julien Danjou  <julien@danjou.info>
3573         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3574         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3575         if you have the same regexp several times.
3576         (gnus-button-push): Fix matching when regexp is symbol.
3578 2011-01-15  Glenn Morris  <rgm@gnu.org>
3580         * message.el (message-mail): A compose-mail function should
3581         accept headers as strings.
3583 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3585         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3586         Add :vert-only tags.
3587         (message-mail): New arg RETURN-ACTION.
3588         (message-return-action): New var.
3589         (message-bury): Use it.
3590         (message-mode): Make it buffer-local.
3591         (message-send-and-exit): Always call message-bury.
3593         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3594         message-mail.
3596 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3598         * nnimap.el (nnimap-convert-partial-article): Protect against
3599         zero-length body parts.
3601         * mm-decode.el (mm-preferred-alternative-precedence):
3602         Discourage showing empty parts.
3604         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3605         and stuff if the backend didn't return the article number.  This fixes
3606         an Exchange-related nnimap bug.
3608         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3609         group window, because it does the wrong thing when a separate frame
3610         displays the group buffer.
3612         * proto-stream.el (open-protocol-stream): Protect against the low-level
3613         transport functions returning nil.
3615 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3617         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3618         (mml2015-epg-find-usable-secret-key): New function.
3619         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3620         mml2015-epg-find-usable-key (Bug#7797).
3621         (mml2015-epg-encrypt): Ditto.
3623 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3625         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3627 2011-01-03  Glenn Morris  <rgm@gnu.org>
3629         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3631         * sieve.el (sieve-open-server): Give a more explicit error if
3632         sieve-manage-open returns nil.  (Bug#7720)
3634 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3636         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3638 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3641         This avoids sending passwords in plain text over non-encrypted
3642         channels.
3644         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3646         * nnimap.el (nnimap-login): Refactored out into own function, and
3647         implement CRAM-MD5.
3648         (nnimap-wait-for-line): Refactored out.
3650         * mm-view.el (mml-smime): Require.
3652 2010-12-20  David Engster  <deng@eml.cc>
3654         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3655         use EPG to decrypt S/MIME messages instead of openssl.
3657 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3661         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3662         status is the group clearly is unreachable.
3664         * auth-source.el (auth-source-create): Add the optional second
3665         parameter to `local-variable-p' to be compatible with XEmacs.
3667 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3669         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3670         work when using a compressed nnml folder.
3672 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3674         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3675         backends after sanitising on entry, because this never makes sense:
3676         If the articles have gone missing, then the data no longer exists on
3677         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3678         overwrite anything anyway.
3680         * shr.el (shr-insert-document): Bind shr-width dynamically to
3681         window-width if it's nil.
3683 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3685         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3686         with the meaning of using the full emacs window width for rendering.
3688 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3690         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3691         case when sender is not given.
3693 2010-12-23  Julien Danjou  <julien@danjou.info>
3695         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3696         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3697         the addresses, otherwise we might misplaced the gravatar.
3699 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3701         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3702         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3703         obsolete in Emacs.
3705 2010-12-20  Julien Danjou  <julien@danjou.info>
3707         * gnus-util.el (gnus-rescale-image): Revert last change.
3709 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3711         * gnus-group.el (gnus-group-delete-articles): New command.
3713 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3715         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3717 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3719         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3720         here, since it's up to the backends to do CRLF removal if their
3721         protocol has it.
3723         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3725 2010-12-17  Julien Danjou  <julien@danjou.info>
3727         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3728         they are from file.  Can also scale up.
3730 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3732         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3733         Restore gnus-use-agent.
3734         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3736         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3738 2010-12-17  Julien Danjou  <julien@danjou.info>
3740         * gravatar.el (gravatar-retrieve-synchronously): New function.
3741         (gravatar-get-data): Make more robust.
3743 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3746         to really consider the last line.
3748 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3750         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3751         list of recipient keys, or use symmetric encryption if not a list.
3752         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3753         EPA override, replacing the call to `netrc-store-data'.
3755 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3757         * gnus-srvr.el: Avoid passing nil regexp argument to
3758         delete-matching-lines.
3760 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3762         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3763         fetching stops when Gnus exits.
3765         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3766         function.
3767         (nnfolder-request-expire-articles): Save all the buffers after doing
3768         expiry.
3770         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3771         the last article", since that led to serious performance regressions
3772         when expiring nnml groups.
3774 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3776         * nnir.el: Improve customizations.
3778 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3780         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3782         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3783         group has been killed.
3784         (gnus-group-yank-group): Ditto.
3786         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3788         * nnimap.el (nnimap-request-update-group-status): New function.
3790         * gnus-int.el (gnus-request-update-group-status): New interface
3791         function.
3793         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3794         copying read-ness to the backends.
3796         * nnimap.el (nnimap-quirk): New function.
3797         (nnimap-retrieve-group-data-early): Use it.
3798         (nnimap-quirks): New alist.
3800 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3802         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3803         don't delete it within indentation.
3805 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3807         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3808         previous line.
3810 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3813         QRESYNC command by deleting a superfluous space which broke Cyrus
3814         servers.  This change will break other servers that are buggy the other
3815         way around.
3817 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3819         * spam.el: Reindent and fix long lines.
3820         (spam-copy-or-move-routine): Exclude invalid move destinations.
3822 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3824         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3825         installed the registry.
3827 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3829         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3830         groupname doesn't contain "gmane".
3832 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3834         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3835         (gnus-1): Don't create the nndrafts group twice.
3836         (gnus-setup-news): There's no need to read the active file here, since
3837         that's done again later on a per-backend basis.
3838         (gnus-start-draft-setup): Make sure that the new group is started out
3839         empty.
3841         * gnus-agent.el (gnus-agentize): Don't create the queue group
3842         automatically on startup.  It'll be created later, if needed.
3844         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3845         of automatically subscribed groups.
3846         (gnus-auto-subscribed-categories): New variable.
3847         (gnus-matches-options-n): Use it.
3848         (gnus-default-subscribed-newsgroups): Remove unused variable.
3849         (gnus-start-draft-setup): Message a bit less.
3851 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3853         * nnir.el (nnir-run-imap): Return article list in order of increasing
3854         UID.
3856 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3858         * gnus-sum.el (gnus-summary-enter-digest-group):
3859         Mention gnus-auto-select-on-ephemeral-exit.
3861         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3862         convention of the network-only option.
3864 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3866         * proto-stream.el (proto-stream-open-network-only): New function to
3867         have a way to specify non-STARTTLS upgrade connections.
3869 2010-12-10  Julien Danjou  <julien@danjou.info>
3871         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3872         email address is nil.
3874         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3876 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3878         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3879         deletion.
3880         (nnir-run-imap): Only need to parse list once.
3882 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884         * shr.el (shr-tag-script): Ignore <script>.
3885         (shr-tag-label): Add <label> support.
3887 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3889         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3891         * shr.el (shr-image-displayer): Work for images lined side by side.
3893 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3895         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3896         parameter, since XEmacs doesn't accept t as a parameter.
3898 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3900         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3901         ids.
3902         (nnir-run-gmane): Simplify groupspec formatting.
3903         (nnir-request-expire-articles): New function.
3905 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3907         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3908         overflow, possibly.
3910         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3911         (shr-render-td): Handle td style="" better.
3912         (shr-tag-table): Use the color from the style sheet.
3913         (shr-render-td): Make sure we copy over all the overlays, too.
3915 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3917         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3918         (nnir-request-article): Improve article retrieval.
3920 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3922         * mm-util.el (mm-extra-numeric-entities): New variable.
3924         * mm-url.el (mm-url-decode-entities):
3925         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3927 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3929         * message.el: Use completion-at-point.
3930         (message-completion-function): New fun, extracted from message-tab.
3931         (message-mode): Use it for completion-at-point-functions.
3932         (message-tab): Use it and completion-at-point.
3934 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3937         character if a non-breakable character follows.
3939 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3941         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3942         any stream.
3944         * shr.el (shr-tag-font): Colorize the region.
3945         (shr-tag-body): Ditto.
3946         (shr-tag-font): Actually let the styles be inherited instead of
3947         overwriting them.
3948         (shr-tag-font): Get the background color right.
3949         (shr-tag-style): Ignore all <style> tags for the moment.
3951         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3952         a Message-ID to avoid having nnimap depend on gnus-sum.
3954         * shr.el (shr-descend): Only colorize something if we have a node that
3955         sets colors.
3957 2010-12-06  Julien Danjou  <julien@danjou.info>
3959         * shr.el (shr-render-td): Render td content with shr-descend, so style
3960         will be applied to <td> too.
3961         (shr-colorize-region): Colorize region even if we only have a background.
3962         (shr-tag-body): Fix color and background color inheritance.
3963         Do not recolorize after shr-generic.
3964         (shr-tag-font): Let shr-generic colorize via inheritance.
3966 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3968         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3970 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3972         * nnir.el (nnir-request-move-article): Remove obsolete code.
3974 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3976         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3978 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980         * gnus-sum.el (gnus-summary-respool-article): The completion function
3981         expects a list instead of an alist.
3983         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3984         string as the parameter.
3986         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
3988         * shr.el (shr-stylesheet): New dynamic variable for cascading the
3989         styles.
3990         (shr-colorize-region): New function.
3991         (shr-insert-background-overlay): Remove.
3992         (shr-render-td): Background setting should be taken care of on a higher
3993         level.
3994         (shr-tag-body): Use post-hoc colorizations.
3995         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
3996         (shr-put-color-1): Don't overwrite old colors.
3997         (shr-colorize-region): When the background color isn't explicit, use
3998         a fixed background.
4000         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4001         nnmail variables.
4003 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4005         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4006         unless necessary.
4008 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4010         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4011         server.
4013 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4015         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4016         so that TAB works.
4018         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4019         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4021         * shr.el (shr-urlify): Show the URL before the title to avoid
4022         misleading URLs.
4024 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4026         * shr.el (shr-urlify): Display the title in <a> tags.
4028 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4030         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4032 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4034         * nnir.el: Rearrange code to allow macros to be autoloaded by
4035         gnus-sum.el.
4036         (nnir-retrieve-headers-override-function): Make this variable
4037         customizable.
4038         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4040         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4041         from nnir.el.
4043 2010-12-03  Julien Danjou  <julien@danjou.info>
4045         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4047 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4049         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4050         allow optional argument `environment'.
4052 2010-12-03  Glenn Morris  <rgm@gnu.org>
4054         * mm-extern.el (message-goto-body): Update declaration.
4056 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4058         * gnus-util.el (gnus-macroexpand-all): New function.
4060         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4061         instead of macroexpand-all that is unavailable in XEmacs.
4063 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4065         * nnir.el (nnir-summary-line-format): New variable.
4066         (nnir-mode): Use it.
4067         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4068         (nnir-article-ids): Reimplement as defsubst.
4069         (nnir-retrieve-headers): Don't mangle the subject header.
4070         (nnir-run-imap): Use 100 as RSV score.
4071         (nnir-run-find-grep): Fix for full server searching.
4072         (nnir-run-gmane): Better restriction to gmane groups.
4074         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4075         summary buffers.
4077 2010-12-02  Julien Danjou  <julien@danjou.info>
4079         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4081         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4083         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4084         support.
4086 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4088         * nnir.el: Update to handle the registry better.
4089         (autoload): Silence byte-compiler.
4090         (nnir-open-server): Add a hook for nnir groups.
4091         (nnir-request-move-article): Don't mangle the header.  Better to use
4092         formatting variables (which will be added in the future).
4093         (nnir-registry-action): Update the registry using the original article
4094         group name.
4095         (nnir-mode): Install nnir-specific hooks for updating the registry.
4097         * gnus-sum.el
4098         (gnus-article-original-subject,gnus-newsgroup-original-name):
4099         Remove obsolete variables.
4100         (gnus-summary-move-article): Remove use of obsolete variables.
4101         (gnus-summary-local-variables): Make move and delete hooks local to
4102         summary buffers.
4104 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4106         * rtree.el: New file.
4108 2010-12-01  Julien Danjou  <julien@danjou.info>
4110         * message.el (message-user-organization): Do not use
4111         gnus-local-organization.
4113         * gnus.el: Remove gnus-local-organization.
4115         * gnus-msg.el: Remove nastygram thing.
4117 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4119         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4120         funcall.
4122 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4124         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4125         names.
4127         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4128         characters.
4130         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4131         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4132         Suggested by Štěpán Němec <stepnem@gmail.com>.
4133         (gnus-gravatar-transform-address): Use mail-extract-address-components
4134         that supports non-ASCII names rather than mail-header-parse-addresses.
4136 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
4139         handled by the network handler.
4141 2010-11-30  Julien Danjou  <julien@danjou.info>
4143         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4144         (nnimap-open-connection-1): Fix PREAUTH.
4146         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4148 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4150         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4151         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4152         (shr-insert): Use them.
4153         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4155 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4157         * nnir.el (nnir-request-move-article): Bail out if original group
4158         doesn't support article moves.
4159         (nnir-get-active): Improve active list retrieval.
4161 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4163         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4165 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4167         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4168         seem to accept strings-with-numbers as port numbers,
4170 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4172         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4173         change the registry.
4175 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4177         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4178         delete-dups that is not available in XEmacs 21.4.
4180         * mm-util.el (mm-delete-duplicates): Add comment.
4182 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4184         * nnir.el (nnir-ignored-newsgroups): New variable.
4185         (nnir-get-active): Use it.
4187 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4189         * proto-stream.el (proto-stream-open-network): Add some comments.
4191         * nntp.el (nntp-open-connection): Provide a :success condition.
4193         * nnimap.el (nnimap-open-connection-1): Ditto.
4195         * proto-stream.el (proto-stream-open-network): See what the response to
4196         the STARTTLS command is.
4198         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4199         backwards compatibility).
4200         (nnimap-open-connection-1): Really respect nnimap-server-port.
4202         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4203         TLS upgrades we don't really care about the identity of the peer.
4204         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4205         that what we've checked for.
4206         (proto-stream-always-use-starttls): Only default to t if
4207         open-gnutls-stream exists.
4208         (proto-stream-open-network): If STARTTLS failed, then just open a
4209         normal connection.
4210         (proto-stream-open-network): Wait until the greeting before doing
4211         STARTTLS.
4213         * nntp.el (nntp-open-connection): Report what the connection error is.
4215         * proto-stream.el (open-protocol-stream): Rename from
4216         open-proto-stream.
4218 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4220         * nnimap.el (nnimap-stream): Change default to `undecided'.
4221         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4222         first, and then network.
4223         (nnimap-open-connection-1): Respect nnimap-server-port.
4224         (nnimap-open-connection): Be more backwards-compatible.
4226         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4227         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
4228         (proto-stream-open-starttls): Folded back into the main function.
4229         (proto-stream-open-network): Fix typo in the GnuTLS path.
4230         (proto-stream-command): Refactor out.
4232         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4234         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4235         starttls.el STARTTLS.
4237         * color.el (color-lab->srgb): Fix function call name.
4239         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4240         if we're using tls.el.
4241         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
4242         built in, then don't try to establish a STARTTLS connection.
4244         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4245         servers.
4247         * proto-stream.el (open-proto-stream): Use network, not stream.
4248         (open-proto-stream): Add a way to specify what the end of a command is.
4250         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4251         connections types.
4252         (nntp-open-network-stream): Remove.
4253         (nntp-open-ssl-stream): Remove.
4254         (nntp-open-tls-stream): Remove.
4255         (nntp-ssl-program): Remove.
4257         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4259 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4261         * nnir.el: Fix typos.
4262         (nnir-retrieve-headers-override-function): Rename variable to reflect
4263         new semantics.
4264         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4265         macros.
4266         (nnir-request-article, nnir-request-move-article): Use them.
4267         (nnir-categorize): New function.
4268         (nnir-run-query): Use it.
4269         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4270         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4271         sorted.
4272         (nnir-group-full-name): Use gnus-group-full-name instead.
4273         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4274         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4276 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4278         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4280         * proto-stream.el: New library to provide protocol-specific
4281         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4282         protocols.
4283         (open-proto-stream): Complete the documentation.
4284         (proto-stream-open-network): Fix some typos.
4286         * nnimap.el (nnimap-open-connection): Use it.
4288 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4290         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4291         negotiation.
4293 2010-11-26  Julien Danjou  <julien@danjou.info>
4295         * color.el: Rename various rgb functions to srgb.
4297 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4300         names.
4302 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4304         * shr.el (shr-insert): Revert last change.
4305         (shr-find-fill-point): Never leave point being at bol;
4306         relax the kinsoku limitation when rendering tables.
4308 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4310         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4311         results from -accept-article.
4313         * shr-color.el: Require cl when compiling.
4315         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4316         checkin.
4318         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4320         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4322         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4323         'add and 'delete to set backend marks.
4325         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4327         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4329         * nntp.el (nntp-request-set-mark): Use it.
4331         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4333         * nnml.el (nnml-request-set-mark): Ditto.
4335         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4336         introduces regressions in article selection.
4337         (nnimap-find-uid-response): New function.
4338         (nnimap-request-accept-article): Use the UID returned, if any.
4339         (nnimap-request-move-article): Use the UID returned, if any.
4340         (nnimap-get-groups): Reimplement to work with folded lines.
4341         (nnimap-find-uid-response): The UID is the last element in the list.
4342         (nnimap-request-set-mark): Extend syntax with 'set.
4344         * nnml.el (nnml-request-set-mark): Ditto.
4346         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4348         * nntp.el (nntp-request-set-mark): Ditto.
4350 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4352         * message.el (message-called-interactively-p): A temporary macro.
4353         (message-goto-body): Use it temporarily.
4355 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4357         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4358         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4359         (nnimap-last-response-string): Fix last unfolding fix.
4361 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4363         * shr.el (shr-insert): Fix the way to fold lines.
4365 2010-11-25  Julien Danjou  <julien@danjou.info>
4367         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4369         * color.el: Rename from color-lab.el
4370         (color-rgb->hex): Add.
4371         (color-complement): Add.
4372         (color-complement-hex): Add.
4374         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4376 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378         * shr-color.el (shr-color-visible): Don't bug out if the color names
4379         don't exist.
4381 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4383         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4384         assuming that article displaying or another mml-preview may be
4385         interrupted for an error or for the like.
4387         * shr.el (shr-get-background): Fix argument name.
4389 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4391         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4393         * gnus-sum.el (gnus-summary-include-articles): New function.
4395         * message.el (message-goto-body): called-interactively-p needs a
4396         parameter, so use `any'.
4398         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4399         clear marks before moving, since they're synced from the Gnus side
4400         first.
4402         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4403         (gnus-summary-move-article): Copy over all marks before moving, so that
4404         IMAP doesn't think a new article has arrived.
4406 2010-11-24  Julien Danjou  <julien@danjou.info>
4408         * shr.el (shr-insert-background-overlay): Fix typo.
4409         (shr-render-td): Copy the background before rendering.
4411         * shr-color.el (shr-color-visible): Fix docstring.
4413         * shr.el (shr-tag-table): Add bgcolor support.
4414         (shr-render-td): Add bgcolor support.
4415         (shr-get-background): Add.
4416         (shr-insert-foreground-overlay): Use shr-get-background.
4418         * message.el (message-goto-body): Use called-interactively-p.
4419         (message-in-body-p): message-goto-body returns point.
4421 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4424         Fixes something or other in Emacs 23, and is backwards compatible.
4426         * message.el (message-goto-body): Remove the <#secure special-casing,
4427         which is too special.
4429         * shr.el (shr-parse-style): Drop !important from styles.
4431 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4433         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4434         this function to return incorrect results when calling it with an
4435         explicit article argument different from
4436         (gnus-summary-article-number).
4438 2010-11-24  Julien Danjou  <julien@danjou.info>
4440         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4441         (shr-tag-body): Add background support.
4442         (shr-descend): Add background support.
4443         (shr-tag-title): Add.
4445         * shr-color.el (shr-color-visible): Really return original background
4446         if fixed.
4448 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4450         * shr.el (shr-color-check): Protect against non-existent color names.
4452 2010-11-24  Julien Danjou  <julien@danjou.info>
4454         * color-lab.el: Require 'cl when compiling.
4456         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4458         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4459         matched part.
4461         * color-lab.el: Fix all expt calls to use float type.
4463 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4465         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4466         expression to shr-color-check as is.
4468         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4470         * color-lab.el: Add coding cookie.
4471         (float-pi): Use eval-and-compile.
4473 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4475         * shr.el (shr-insert-color-overlay): Split stuff like
4476         "#444444 !important" to find the real color.
4477         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4478         parse <font color="red"> entries.
4480 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4482         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4483         point when parsing headers.
4485         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4486         is positioned properly when parsing headers.
4488 2010-11-23  Julien Danjou  <julien@danjou.info>
4490         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4492         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4494         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4496         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4497         Use shr-color-hue-to-rgb.
4498         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4500 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4502         * shr.el (shr-color->hexadecimal): Autoload.
4503         (shr-descend): Add color to all tags.
4505 2010-11-22  Julien Danjou  <julien@danjou.info>
4507         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4508         shr-color->hexadecimal.
4510         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4511         RGB() or HSL() color representation.
4513         * shr.el (shr-tag-font): Add.
4514         (shr-tag-color-check): New function to get better colors.
4515         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4516         tag-span.
4518         * shr-color.el: New file.
4520         * color-lab.el: New file.
4522         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4524 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4526         * nnir.el: Fix typo in comments.
4527         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4528         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4530 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4532         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4534         * nnimap.el (nnimap-get-capabilities): Refactor out.
4535         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4537 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4539         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4540         appearing when `mm-uu-hide-markers' is nil.
4542 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544         * nnimap.el (nnimap-unselect-group): Make into its own function.
4545         (nnimap-request-rename-group): Unselect group before renaming.
4546         This had gotten lost somewhere.
4547         (nnimap-request-accept-article): Keep track of examined groups, and
4548         unselect the group before APPENDing to read-only groups.
4549         (nnimap-request-move-article): Clear flags before moving so that they
4550         can be re-set later.
4552 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4554         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4555         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4557 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4559         * gnus-art.el (gnus-mime-display-single):
4560         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4561         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4562         parameter.
4564 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4566         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4567         (shr-table-vertical-line): New variable.
4568         (shr-insert-table): Use it.
4570 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4572         * gnus-html.el (gnus-html-wash-images): Don't display images if
4573         gnus-inhibit-images is non-nil; register displayer for cid images.
4574         (gnus-html-display-image): Work for cid image.
4575         (gnus-html-insert-image): Allow arguments.
4576         (gnus-html-put-image): Inhibit read-only.
4577         (gnus-html-prefetch-images): Don't prefetch images if
4578         gnus-inhibit-images is non-nil.
4580 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4582         * shr.el (shr-put-image): Break lines when inserting big pictures.
4584 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4586         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4587         sender, thanks Katsumi Yamaoka.
4589 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4591         * nnir.el (nnir-run-imap): Reverse the article list for each group
4592         rather than the whole list.
4594 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4596         * shr.el (shr-image-displayer): Protect function against non-existent
4597         image source.
4599         * gnus-art.el (gnus-inhibit-images): New user option.
4600         (gnus-mime-display-single): Don't display image if it is non-nil.
4602         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4603         gnus-inhibit-images.
4605         * shr.el (shr-image-displayer): New function.
4606         (shr-tag-img): Use it.
4608 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4610         * mml2015.el (mml2015-epg-sign): Use From header.
4612 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4614         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4616         * gnus-util.el (gnus-find-text-property-region): Return markers.
4618         * shr.el (shr-tag-img): Put a displayer in the text property.
4620         * gnus-util.el (gnus-find-text-property-region): New utility function.
4622         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4623         (gnus-html-show-images): Remove.
4625         * gnus-art.el (gnus-article-show-images): New, more general function.
4627         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4628         image url text properties.
4630         * shr.el: Ditto.
4632         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4633         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4635 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4637         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4638         work for two or more articles.
4640 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4642         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4643         divide an image that's in an html article to two or more when washing
4644         non-ASCII characters in alt text of it.
4646 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4648         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4649         smime-decrypt-region using function argument.
4650         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4652         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4654         * smime.el (smime-decrypt-region): Catch it.
4656 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4658         * smime.el (smime-mode-map): Move initialization into declaration.
4659         (gnus-run-mode-hooks): Don't autoload.
4660         (smime-mode): Use define-derived-mode.
4662 2010-11-11  Glenn Morris  <rgm@gnu.org>
4664         * smime.el (from): Restrict declaration to XEmacs.
4666         * nnir.el (gnus-group-topic-name): Autoload.
4668 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4670         * shr.el (shr-insert): Don't break long line if it is because of
4671         kinsoku-bol characters in the line end.
4673 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4675         * nnir.el (nnir-request-move-article): Fix to provide original group
4676         and subject.
4677         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4678         been retrieved.
4680         * gnus-sum.el (gnus-summary-move-article): Use original group and
4681         subject for virtual articles such as those in an nnir summary buffer.
4683 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4685         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4686         least 21.5).
4688         * smime.el (from): Declare it again for XEmacs.
4690 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692         * message.el (message-resend): Don't disable encoding unless it's
4693         already encoded.
4695         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4696         low-numbered articles.
4698 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4700         * rfc2047.el (rfc2047-syntax-table): Simplify.
4702         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4703         set-char-table-range for XEmacs.
4705 2010-11-10  Glenn Morris  <rgm@gnu.org>
4707         * smime.el (from): Remove unused declaration.
4709         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4710         (gnus-float-time): On Emacs, always an alias.
4712         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4713         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4715 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4717         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4719 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4721         * shr.el (browse-url-mailto): Autoload.
4723         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4725         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4726         regexp doesn't need quoting.
4728 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4730         * message.el (message-subject-trailing-was-ask-regexp)
4731         (message-subject-trailing-was-regexp): Match was: in addition to was.
4733 2010-11-09  Glenn Morris  <rgm@gnu.org>
4735         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4736         (nnbabyl-check-mbox): Use point-at-bol.
4738 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4740         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4742         * message.el (message-mailto): New function.
4743         (message-mailto): Should accept other parameters.
4744         (message-mailto): Remove since it duplicates browse-url-mailto
4745         functionality.
4747 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4749         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4750         methods.
4751         (gnus-read-active-file): Ditto.
4753         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4754         ": " from the prompt.
4755         (gnus-group-make-group): Ditto.
4757 2010-11-07  Glenn Morris  <rgm@gnu.org>
4759         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4760         (gnus-bookmark-kill-line): Use point-at-eol.
4762 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4764         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4765         asterisks in From header.
4767 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4770         string to avoid making the From headers syntactically invalid.
4772         * message.el (message-send-mail): Don't insert courtesy messages if the
4773         message already has List-Post and List-ID messages.
4775 2010-11-06  Glenn Morris  <rgm@gnu.org>
4777         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4778         `condition', `type', `length' a prefix.
4779         (gnus-treat-predicate): Update for above name changes.
4781 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4783         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4784         binding.  Handled by `gnus-summary-refer-thread' instead.
4785         (nnir-warp-to-article): New backend function.
4787         * nnimap.el (nnimap-request-thread): Force dependency updating.
4789         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4790         (gnus-summary-refer-thread): Rework to improve thread-referral.
4792         * gnus-int.el (gnus-warp-to-article): New function.
4794         * gnus-sum.el (gnus-summary-article-map): Bind it.
4796 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4798         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4799         gnus-summary-refer-thread.
4801         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4802         headers.
4803         (gnus-summary-limit-include-thread): Prevent articles in thread from
4804         being cut in gnus-cut-threads.
4805         (gnus-summary-refer-thread): Limit retrieved headers to those in
4806         thread.
4808 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4810         * message.el (message-send-mail): Use the value of
4811         message-courtesy-message from the message buffer.
4813         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4815         * shr.el (shr-browse-url): Implement mailto: URLs.
4817         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4818         "raw".
4820         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4821         if it's already selected.
4823         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4825 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4827         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4828         to measure the length and truncate alt text.
4830 2010-11-03  Glenn Morris  <rgm@gnu.org>
4832         * nndiary.el (nndiary-generate-nov-databases-1)
4833         (nndiary-generate-active-info): Rename dynamic variable `files' to
4834         something less generic.
4836 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4838         * nnir.el (nnir-request-move-article): Call the underlying backend to
4839         move articles from nnir.
4841 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4843         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4845 2010-11-02  Julien Danjou  <julien@danjou.info>
4847         * nnir.el: Remove wais support.
4849 2010-11-02  Glenn Morris  <rgm@gnu.org>
4851         * gnus-html.el: Reorder requirements to quieten compiler.
4853 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4855         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4856         properly for XEmacs as well.
4857         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4858         (gnus-article-natural-long-line-p): Use window-width rather than
4859         frame-width.
4861 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4863         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4864         (nnir-read-parms): Don't modify query.
4865         (nnir-run-query): Add ability to search topic on current line.
4866         (nnir-get-active): Clean up.
4868 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4870         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4871         degenerate articles.
4873         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4874         (gnus-print-buffer): Just print the buffer as is, without any copying
4875         to a buffer and then re-highlighting.
4877         * nnimap.el (nnimap-request-group): Store the new updated info.
4878         (nnimap-request-group): Select the group when we don't know whether it
4879         exists or not.
4881         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4882         groups.
4884         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4885         groups.
4887         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4888         groups.
4890         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4891         long-lines case by only filling the long lines.
4893         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4894         (bug #7311).
4896 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4898         * shr.el: No need to declare `declare-function' since shr.el is for
4899         only Emacsen that provide `libxml-parse-html-region'.
4901 2010-11-01  Glenn Morris  <rgm@gnu.org>
4903         * mm-util.el (gnus-completing-read): Autoload.
4904         (mm-read-coding-system): Simplify Emacs definition.
4906         * nnmail.el (gnus-activate-group):
4907         * nnimap.el (gnutls-negotiate):
4908         * nntp.el (netrc-parse): Fix declarations.
4910 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4913         string-match-p in Emacs >=23.
4915         * gnus-msg.el (gnus-configure-posting-styles):
4916         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4918 2010-11-01  Glenn Morris  <rgm@gnu.org>
4920         * nnir.el (declare-function): Add compat stub.
4921         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4922         (nnir-run-gmane): Require 'mm-url.
4924         * mm-util.el (mm-string-to-multibyte): Simplify.
4926         * shr.el (declare-function): Add compat stub.
4927         (url-cache-create-filename): Declare.
4928         (mm-disable-multibyte, widget-convert-button): Autoload.
4930         * smime.el (ldap-search): Declare.
4931         (smime-cert-by-ldap-1): Require ldap on Emacs.
4933         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4934         (nnimap-keepalive): Use gnus-float-time.
4936         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4937         (mail-source-delete-crash-box): Use gnus-float-time.
4939         * gnus-dired.el (gnus-completing-read): Autoload.
4941         * mm-view.el (gnus-rescale-image): Autoload.
4943         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4945         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4947         * sieve-manage.el: Require 'cl when compiling.
4949         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4950         (gnus-iswitchb-completing-read): Require iswitchb.
4951         (gnus-select-frame-set-input-focus): Silence compiler.
4953 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4955         * message.el (message-subject-trailing-was-query): Change default to t,
4956         since I think that's what most people want.
4958         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4959         appending for easier debugging.
4960         (nnimap-wait-for-connection): Take a regexp.
4961         (nnimap-request-accept-article): Wait for the continuation line before
4962         sending anything unless we're streaming.
4964         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4965         leave the header washing to take place.
4967 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4969         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4970         regular expression match and replace in posting styles.
4972 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4974         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4975         an entire server.
4976         (nnir-get-active): New function.
4977         (nnir-run-imap): Use it.
4978         (nnir-run-gmane): Who knew, gmane search returns an article score!
4980         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4981         server on the current line with nnir.
4983 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4985         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
4986         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
4987         left edge.
4988         (gnus-article-foldable-buffer): Skip past the prefix when determining
4989         raggedness.
4991         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
4992         the raw article, and change `C-u g' to show the article without doing
4993         treatments.
4995         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
4996         on to `gnus-treat-article'.
4997         (gnus-inhibit-article-treatments): New variable.
4999         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5001         * gnus-art.el (gnus-treatment-function-alist): Have
5002         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5003         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5004         sections.
5006         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5007         parameter.
5008         (gnus-article-fill-cited-long-lines): New function.
5009         (gnus-article-fill-cited-article): Allow filling only long sections.
5011         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5012         and non-punctuation (like after the apostrophe in "'We").
5014         * gnus-sum.el (gnus-summary-select-article): Make sure
5015         gnus-original-article-buffer is alive.
5017         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5018         reflect the order they are in the digest.
5020         * gnus.el (gnus-group-startup-message): Move point to the start of the
5021         buffer.
5023         * nnimap.el (nnimap-capability): New function.
5024         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5025         is set.
5027 2010-10-31  David Engster  <dengste@eml.cc>
5029         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5030         conform with changes to gnus-completing-read.
5032 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5034         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5036 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5038         * nnir.el: Move defvar, defcustom around to keep file organized
5039         and keep byte-compiler quiet.
5040         (nnir-read-parms): Accept search-engine as arg.
5041         (nnir-run-query): Pass search-engine as arg.
5042         (nnir-search-engine): Remove.
5044 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5046         * shr.el (shr-generic): The text nodes should be text, not :text.
5048         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5049         later in the file.
5051 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5053         * nnir.el: General clean up.  Allow searching with multiple engines.
5054         Allow separate extra-parameters for each engine.
5055         Batch queries when possible.
5056         (nnir-imap-default-search-key,nnir-method-default-engines):
5057         Add customize interface.
5058         (nnir-run-gmane): New engine.
5059         (nnir-engines): Use it.  Qualify all prompts with engine name.
5060         (nnir-search-engine): Remove global variable.
5061         (nnir-run-hyrex): Restore for now.
5062         (nnir-extra-parms,nnir-search-history): New variables.
5063         (gnus-group-make-nnir-group): Use them.
5064         (nnir-group-server): Remove in favor of gnus-group-server.
5065         (nnir-request-group): Avoid searching twice.
5066         (nnir-sort-groups-by-server): New function.
5068 2010-10-30  Julien Danjou  <julien@danjou.info>
5070         * gnus-group.el: Remove gnus-group-fetch-control.
5072         * gnus-start.el (gnus-find-new-newsgroups):
5073         Remove gnus-check-first-time-used.
5075         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5077 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5079         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5080         set on groups that don't have \* permanentflags.
5082 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5084         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5085         control the background color.
5086         (shr-tag-img): Ignore very small web bug type images.
5087         (shr-put-image): Add help-echo alt texts to the images.
5088         (shr-tag-video): Show the video poster image.
5090 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5092         * shr.el (shr-table-depth): New variable.
5093         (shr-tag-table-1): Only insert the images after the top-level table.
5095         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5097         * gnus-util.el (gnus-list-memq-of-list): New function.
5099         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5100         selected.
5101         (nnimap-unsplittable-articles): New slot.
5102         (nnimap-new-articles): Use it.
5104 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5106         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5107         move to the previous line on `M-g'.
5109 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5111         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5112         *-request-group, which seems unnecessary.
5114         * nnimap.el (nnimap-quote-specials): Function copied over from
5115         imap.el.
5116         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5117         they support that.  Suggested by Tom Regner.
5119 2010-10-29  Julien Danjou  <julien@danjou.info>
5121         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5122         defalias.
5123         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5125         * gnus.el: Remove `gnus-nntp-service' variable.
5126         (gnus-secondary-servers): Make obsolete.
5127         (gnus-nntp-server): Make obsolete.
5129         * gnus-start.el (gnus-1): Remove x-splash calls.
5131         * gnus-ems.el (gnus-x-splash): Remove.
5133         * gnus.el (gnus-group-startup-message): Simplify/update code.
5135         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5136         capability before doing anything.
5137         (gnus-group-insert-group-line): Remove useless
5138         gnus-group-remove-excess-properties.
5140 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5142         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5144 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5147         config after reselecting.
5149 2010-10-28  Julien Danjou  <julien@danjou.info>
5151         * shr.el (shr-put-image): Use point even if only inserting text.
5152         (shr-put-image): Save excursion when inserting alt text on non-graphic
5153         display, so the behavior is the same when we are on a graphic display.
5155         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5157 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5159         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5160         (gnus-mime-copy-part): Check coding system, not charset.
5161         (gnus-mime-view-part-externally): Never remove part.
5162         (gnus-mime-view-part-internally): Don't remove part here.
5163         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5164         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5165         multipart/alternative.
5167         * mm-decode.el (mm-display-part): Take optional arg `force'.
5169 2010-10-26  Julien Danjou  <julien@danjou.info>
5171         * gnus-group.el (gnus-group-default-list-level): Add this function to
5172         compute the default list level.
5173         (gnus-group-default-list-level): Add possibility to use a function.
5175 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5177         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5179         * gnus-group.el (gnus-group-completing-read)
5180         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5181         gnus-replace-in-string.
5183 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5185         * shr.el (shr-tag-div): Add.
5187 2010-10-25  Julien Danjou  <julien@danjou.info>
5189         * gnus-util.el: Remove `gnus-with-local-quit'.
5191         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5193 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5195         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5196         the original article buffer.
5198 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5200         * nnimap.el (nnimap-request-head): New function.
5201         (nnimap-request-move-article): Try to be slightly faster by not
5202         requesting the entire message when moving.
5203         (nnimap-transform-headers): Don't bug out on bodiless articles.
5204         (nnimap-send-command): Have no outstanding messages if the IMAP server
5205         doesn't support streaming.
5206         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5208 2010-10-24  Julien Danjou  <julien@danjou.info>
5210         * message.el (message-default-headers): Fix type.
5212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5215         prefetching images.
5217         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5218         backend for unknown groups.  This is mainly useful for nnimap groups.
5220         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5221         group isn't covered by the agent.
5223 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5225         * nnir.el (nnir-method-default-engines): New variable.
5226         (nnir-run-query): Use it.
5227         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5228         (gnus-summary-nnir-goto-thread): Change group if needed.
5230         * gnus-group.el (gnus-group-group-map): Add key binding for
5231         gnus-group-make-nnir-group.
5233 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5235         * shr.el (shr-tag-object): Add.
5237         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5238         original article buffer live.
5239         (gnus-summary-select-article-buffer):
5240         Mention gnus-widen-article-buffer.
5242 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5244         * shr.el (shr-tag-strong): Add.
5246 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5249         group names.  They mess up the group buffer badly.
5251         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5253         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5254         instead of the summary one.
5256 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5258         * mml.el (mml-preview): Work properly when editing article.
5260         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5261         gnus-have-read-active-file if it's already been in.
5263 2010-10-22  Tom Tromey  <tromey@redhat.com>
5265         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5266         gnus-group-completing-read.
5268 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5270         * message.el (message-mode-map): Don't bind M-; to comment region, to
5271         allow the global comment-dwim to work.
5273 2010-10-21  Julien Danjou  <julien@danjou.info>
5275         * message.el (message-setup-1): Allow message-default-headers to be a
5276         function.
5278 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5280         * shr.el (shr-tag-table): Simplify.
5282 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5285         to avoid trying to snarf invalid stuff.
5287         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5289         * gnus.el (gnus-message-archive-group): Quote value.
5290         (gnus-message-archive-group): Mark as changed.
5292         * shr.el (shr-add-font): Don't put the font properties on the newline
5293         or the indentation.
5295         * message.el (message-fix-before-sending): Change options when sending
5296         non-printable characters.
5298         * gnus.el (gnus-message-archive-method): Change the default to
5299         monthly outgoing groups.
5301         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5302         that have gotten new numbers.
5304         * nnimap.el (nnimap-request-replace-article): New function.
5306 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5308         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5309         (nnrss-request-article): Don't use special html washing code.
5311 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5313         * shr.el (shr-tag-table): Remove useless nconc.
5315 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5317         * gnus-art.el (article-wash-html): Simplify and remove the charset
5318         stuff.  Use the normal html rendering code instead of the special html
5319         washing code.
5321         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5322         `gnus-w3m' symbols.
5323         (mm-text-html-washer-alist): Remove.
5325         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5326         (mm-inline-media-tests): Remove use.
5327         (mm-text-html-renderer): Change default to the `shr' symbol.
5329         * mm-view.el (mm-inline-text-html): Remove use.
5331         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5332         `gnus-blocked-images' to be a function.
5333         (gnus-article-wash-function): Remove.
5335 2010-10-20  Julien Danjou  <julien@danjou.info>
5337         * spam.el (spam-list-of-processors): Mark as obsolete.
5339         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5340         (nnimap-insert-partial-structure): Fix boundary detection.
5342 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5344         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5345         run file-truename on remote files.  This can be expensive and even
5346         prevent one from editing drafts if some unrelated buffer has a stale
5347         connection.
5349 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5351         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5352         kinsoku-eol regardless of shr-kinsoku-shorten.
5353         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5354         (shr-tag-table): Support caption, thead, and tfoot.
5356 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5358         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5359         lines.
5360         (shr-save-contents): New command and keystroke.
5362         * nndoc.el (nndoc-type-alist): Add git support.
5363         (nndoc-git-type-p): New function.
5364         (nndoc-transform-git-article): Ditto.
5365         (nndoc-transform-git-headers): Ditto.
5366         (nndoc-transform-git-headers): Generate Subject headers.
5368         * shr.el (shr-parse-style): New function.
5369         (shr-tag-span): Ditto.
5371         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5372         to `G G' to avoid collisions.
5374 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5376         * shr.el: Load kinsoku if necessary.
5377         (shr-kinsoku-shorten): New internal variable.
5378         (shr-find-fill-point): Make kinsoku shorten text line if
5379         shr-kinsoku-shorten is bound to non-nil.
5380         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5381         shr-indentation too when testing if table is wider than frame width.
5382         (shr-insert-table): Use `string-width' instead of `length' to measure
5383         text width.
5384         (shr-insert-table-ruler): Make sure indentation is done at bol.
5386 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5388         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5389         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5390         undecoded network data.
5392 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5394         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5395         name in the mode line spec so that the mode line menu works
5396         (bug #2431).
5398         * message.el (message-get-reply-headers): If we're fed `to-address',
5399         then always use that.
5401         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5402         aren't so wide as to need to switch off the edit menu.
5404         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5405         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5407         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5408         `M-g'.
5409         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5410         the permanent marks.
5412 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5414         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5415         Splitting according to references/in-reply-to obeys the ignore-groups
5416         variable, while splitting by sender and subject do not.
5418 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5420         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5421         alist, so that we can look for non-Unicode chars.
5422         (article-translate-strings): Allow both character and string maps.
5424 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5426         * shr.el (shr-insert): Don't insert space behind a wide character
5427         categorized as kinsoku-bol, or between characters both categorized as
5428         nospace.
5430 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5432         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5433         headers to gnus-newsgroup-headers.
5435 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5437         * shr.el (shr-tag-img): Don't align images -- since we're not
5438         rescaling, this often leads to ugly displays.
5440 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5442         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5443         duplicates.
5445 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5447         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5448         call.
5450 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5452         * gnus.el: Autoload gnus-html-show-images.
5454         * nnimap.el: Use nnheader-message throughout.
5456         * shr.el (shr-tag-img): Ignore images with no data.
5458 2010-10-15  Julien Danjou  <julien@danjou.info>
5460         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5461         a possibility to disable format=flow encoding when using hard newlines.
5463 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5465         * shr.el (shr-insert): Remove space inserted before or after a
5466         breakable character or at the beginning or the end of a line.
5467         (shr-find-fill-point): Do kinsoku; find the second best point or give
5468         it up if there's no breakable point.
5470 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5472         * nnimap.el (nnimap-open-connection): Message when opening connection
5473         for debugging purposes.
5475         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5476         on every setup buffer call to allow this to change from article to
5477         article.
5479         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5480         buffers where we have a wide table.
5482 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5484         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5485         uses *-request-thread.
5487 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5489         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5490         incantation, which is no longer valid.
5492 2010-10-14  Julien Danjou  <julien@danjou.info>
5494         * shr.el: Fix defcustom type (char -> character).
5496 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5498         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5499         programs.
5501 2010-10-14  Julien Danjou  <julien@danjou.info>
5503         * shr.el (shr-tag-a): Use url-link as widget type.
5505         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5506         `gnus-group-get-icon'.
5508 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5511         This should make server editing work better.
5513         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5515         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5516         (nnimap-parse-flags): Fix regexp.
5518         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5519         probably work for CJVK text, too.
5521         * nnimap.el (nnimap-extend-tls-programs): Remove.
5522         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5524 2010-10-13  Julien Danjou  <julien@danjou.info>
5526         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5527         responses.
5529 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5531         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5533         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5534         anything in Emacs.
5536         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5538 2010-10-13  Julien Danjou  <julien@danjou.info>
5540         * shr.el (shr-width): Make shr-width a defcustom with default to
5541         fill-column.
5542         (shr-tag-img): Use shr-width rather than fill-column.
5544 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5546         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5548         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5549         position when (X-)Faces exist.
5550         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5551         avatars when called interactively.
5553 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5555         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5556         gnus-article-x-face-too-ugly is bound.
5558 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5560         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5562         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5563         mailbox that doesn't exist.
5565 2010-10-12  Julien Danjou  <julien@danjou.info>
5567         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5568         (shr-get-image-data): Encode URL properly when fetching from cache.
5569         (shr-tag-img): Use aligned-to spaces to align correctly images.
5571         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5572         before inserting the Gravatar.
5574         * shr.el (shr-tag-img): Add align attribute support for <img>.
5576 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5578         * gnus-gravatar.el (gnus-art): Require.
5580         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5581         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5582         Remove long obsoleted functions.
5584 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5586         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5588         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5589         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5590         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5591         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5592         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5593         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5594         Fix comment for declare-function.
5596 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598         * nnimap.el (nnimap-request-rename-group): Select group read-only
5599         before renaming it.
5601         * shr.el (shr-insert): Fix up the white space only regexp.
5603         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5604         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5606         * shr.el (shr-current-column): New function.
5607         (shr-find-fill-point): New function.
5609 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5611         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5612         numbers.
5614 2010-10-11  Julien Danjou  <julien@danjou.info>
5616         * shr.el (shr-hr-line): Add.
5617         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5618         display hr lines.
5619         (shr-max-columns): Do not change state to nil if we just inserting
5620         spaces.
5622 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5624         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5625         select the last group.
5627 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5629         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5631 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5633         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5634         for Gnus.
5635         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5636         (nnimap-update-qresync-info): Mark \Seen articles as read.
5638         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5639         non-variable, too.
5641         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5642         available.
5643         (nnimap-update-info): Rely more on the current active than the param
5644         active to avoid marking articles as read too much.
5646         * auth-source.el (auth-source-create): Use (user-login-name) for the
5647         user name default.
5649         * nnimap.el (nnimap-update-info): If the server doesn't return any
5650         useful info, just use the previous info.
5651         (nnimap-update-info): Prefer old info over start-article.
5652         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5654 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5656         * nnir.el (autoload): Clean up autoloads.
5657         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5658         Use key rather than value.
5659         (nnir-imap-search-other): New variable.
5660         (nnir-read-parm): Use it.
5661         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5662         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5664 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5666         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5667         the process, too.
5669 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5671         * spam.el (gnus-summary-mode-map): Bind to "$".
5672         Suggested by Russ Allbery.
5674         * shr.el: Rework the way things are indented by <li> slightly.
5676         * gnus.el (gnus-group-set-parameter): Fix typo.
5678         * nnimap.el: Start implementing QRESYNC support.
5680 2010-10-09  Julien Danjou  <julien@danjou.info>
5682         * nnir.el (nnir-engines): Fix too many arguments.
5684 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5686         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5687         group is the "last", so that the backends like nnfolder actually save
5688         their folders.
5690         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5691         try to use that for the TLS stream.
5692         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5693         UIDVALIDITY and find out which groups are read-only and not.
5694         (nnimap-get-flags): Use the same marks parsing code as the rest of
5695         nnimap.
5697 2010-10-09  Julien Danjou  <julien@danjou.info>
5699         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5701         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5702         retrieving gravatars.
5704         * shr.el (shr-table-corner): Add.
5705         (shr-table-line): Add.
5706         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5708 2010-10-08  Julien Danjou  <julien@danjou.info>
5710         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5712 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5714         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5716         * gnus-sum.el (gnus-mark-article-as-unread)
5717         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5718         (gnus-summary-set-bookmark): Use it.
5720         * gnus-msg.el (gnus-setup-message): Use it.
5722         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5724         * gnus.el (gnus-group-remove-parameter): Use it.
5726         * gnus-group.el (gnus-group-make-web-group): Use it.
5728         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5730         * nnregistry.el: Update docs to mention manual.
5732         * gnus-registry.el: Update docs to mention nnregistry.el.
5733         (gnus-registry-initialize): Don't install nnregistry refer method
5734         automatically.
5735         (gnus-registry-install-nnregistry): Remove it.
5737 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739         * shr.el (shr-insert): Don't insert double spaces.
5741 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5743         * gnus-gravatar.el (gnus-treat-from-gravatar)
5744         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5745         called interactively.
5747         * gnus-art.el (gnus-mime-view-part-externally)
5748         (gnus-mime-view-part-internally): Make predicate function passed to
5749         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5750         of a mime type.
5752         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5754 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5756         * shr.el (require): Require cl when compiling.
5757         (shr-tag-hr): New function.
5759         * nnimap.el (nnimap-update-info): Remove double setting of high.
5760         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5761         This makes nnimap work properly on Courier again.
5763         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5764         the variable for backwards compatibility.
5766         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5767         the file name before using to avoid setting mm-default-directory to
5768         nil.
5770         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5771         bidning gnus-agent variables.
5773         * shr.el (shr-render-td): Use a cache for the table rendering function
5774         to avoid getting an exponential rendering behavior in nested tables.
5775         (shr-insert): Rework the line-breaking algorithm.
5776         (shr-insert): Don't leave trailing spaces.
5777         (shr-insert-table): Also insert empty TDs.
5778         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5780 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5782         * gnus-sum.el (gnus-number): Rename from `number'.
5783         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5784         (gnus-summary-limit-children): Update uses correspondingly.
5786 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5788         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5789         (gnus-gravatar-transform-address): Don't show avatars of people of
5790         which mail addresses match gnus-gravatar-too-ugly.
5792 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5794         * shr.el (shr-table-widths): Expand TD elements to fill available
5795         space.
5797 2010-10-07  Julien Danjou  <julien@danjou.info>
5799         * nnimap.el (nnimap-request-rename-group): Add this method.
5801 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5803         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5804         name from XEmacs' function-arglist.
5806         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5807         gravatar under XEmacs.
5809 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5811         * auth-source.el: Update docs with TODO items.
5813         * gnus-sync.el: Update docs to explain state and plans.
5815         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5816         Hooks for mark updates.
5817         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5819         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5820         hooks with arguments, which is needed for mark update hooks.
5822 2010-10-06  Julien Danjou  <julien@danjou.info>
5824         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5825         was matched.
5827         * sieve-manage.el: Update example in `Commentary'.
5829         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5831         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5832         not 2000.
5833         (sieve-manage-authenticate): Re-add function.
5835 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5837         * shr.el (shr-insert): Get 'space transition right.
5838         (shr-render-td): Only delete space at the end of the TD.
5840         * nnimap.el (nnimap-open-connection): Prepare to support
5841         open-gnutls-stream.
5843         * shr.el: Rearrange function order to be more logical.
5845 2010-10-06  Julien Danjou  <julien@danjou.info>
5847         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5848         (nnrss-discover-feed): Remove 404 URL in docstring.
5850         * nnir.el: Fix Swish-E URL.
5851         Fix Namazu URL.
5853         * message.el (message-change-subject): Remove 404 URL in a comment.
5855 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5857         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5858         called interactively.
5860         * gnus-util.el (gnus-remove-if): Allow hash table.
5861         (gnus-remove-if-not): New function.
5863         * gnus-art.el (gnus-mime-view-part-as-type):
5864         * gnus-score.el (gnus-summary-score-effect):
5865         * gnus-sum.el (gnus-read-move-group-name):
5866         Replace remove-if-not with gnus-remove-if-not.
5868         * gnus-group.el (gnus-group-completing-read):
5869         Regard collection as a hash table if it is not a list.
5871 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5875         * shr.el: Document the table-rendering algorithm.
5877         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5878         invalid URLs.
5880         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5881         line-broken.
5882         (shr-tag-img): Ignore image fetching errors.
5883         (shr-overlays-in-region): Compute overlay positions correctly.
5885         * mm-decode.el (mm-shr): Require shr.
5887         * gnus-art.el (gnus-blocked-images): Move variable here.
5889         * shr.el (shr-insert-table): Bind free variable.
5891         * mm-decode.el (mm-shr): Bind shr-content-function.
5893         * shr.el (shr-content-function): New variable.
5895         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5896         added for symmetry.
5898         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5900         * gnus-group.el (gnus-group-make-group): Doc fix.
5902         * nnimap.el (nnimap-request-newgroups): Return success.
5904         * shr.el (shr-find-elements): New function.
5905         (shr-tag-table): Put all the images after the table.
5906         (shr-tag-table): Really inhibit images inside the table.
5907         (shr-collect-overlays): Copy over overlays from the TD elements to the
5908         main document.
5910         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5911         gnus-blocked-images.
5913 2010-10-05  Julien Danjou  <julien@danjou.info>
5915         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5917         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5918         (gnus-html-maximum-image-size): Add this function.
5919         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5921         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5922         server-value of the capability is nil.
5924 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5926         * shr.el (shr-tag-em): Add <EM> tag.
5928 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5930         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5931         customizable.
5933         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5934         handing broken links to browse-url.
5936 2010-10-05  Julien Danjou  <julien@danjou.info>
5938         * gnus-util.el (gnus-emacs-completing-read)
5939         (gnus-iswitchb-completing-read): Use autoload rather than require.
5941 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5943         * gnus-util.el (gnus-completing-read-function): Exclude
5944         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5945         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5946         XEmacs.
5948         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5949         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5951         * gnus-html.el: Don't require help-fns under XEmacs.
5952         (gnus-html-schedule-image-fetching): Work for XEmacs.
5954         * mm-decode.el (mm-shr): Decode contents by charset.
5956 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5958         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5959         unknown.
5961         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5962         (shr-get-image-data): Ensure against the cache file missing.
5964         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5965         for data.
5967         * spam-report.el (spam-report-url-ping-plain): Don't query about
5968         killing the process.
5970         * shr.el (shr-render-td): Protect against too-wide text.
5972 2010-10-04  Julien Danjou  <julien@danjou.info>
5974         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5975         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5977         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5978         retrieved.
5980 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5982         * shr.el (browse-url): Require.
5983         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5984         lines.
5985         (shr-show-alt-text, shr-browse-image): New commands.
5986         (shr-browse-url, shr-copy-url): New commands.
5988         * gnus-sum.el (gnus-widen-article-window): New variable.
5989         (gnus-summary-select-article-buffer): Use it.
5991         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
5992         without @ signs.
5994 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5996         * nnir.el (nnir-run-imap): Remove spurious space in search string.
5998 2010-10-04  Julien Danjou  <julien@danjou.info>
6000         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6001         for XEmacs.
6003 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6005         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6007         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6008         (nnimap-close-server): Implement.
6010         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6011         (shr-insert): Tweak line breaking.
6012         (shr-insert): Handle <pre> better.
6013         (shr-tag-li): Get <li> indentation right.
6014         (shr-tag-li): Get <li> indentation even righter.
6015         (shr-tag-blockquote): Ensure paragraph start.
6016         (shr-make-table): Tweak table generation.
6017         (shr-make-table): Fix typo.
6019         * shr.el: Implement table rendering.
6021 2010-10-04  Julien Danjou  <julien@danjou.info>
6023         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6025 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027         * shr.el (shr-insert): Use string anchors instead of line anchors.
6029 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6031         * shr.el: Add headings.
6032         (shr-ensure-paragraph): Actually work.
6033         (shr-tag-li): Make <ul> prettier.
6034         (shr-insert): Get white space at the beginning/end of elements right.
6035         (shr-tag-p): Collapse subsequent <p>s.
6036         (shr-ensure-paragraph): Don't insert double line feeds after blank
6037         lines.
6038         (shr-insert): \t is also space.
6039         (shr-tag-s): Fix "s" tag name function.
6040         (shr-tag-s): Fix face prop name.
6042 2010-10-03  Julien Danjou  <julien@danjou.info>
6044         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6046         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6047         gnus-window-inside-pixel-edges.
6049         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6050         gnus-ems.
6052         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6054         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6055         function.
6057         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6058         resize choice.
6060 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6062         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6063         beginning of the buffer.
6065         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6066         article buffer again.
6068         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6070         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6071         when it's at the start of the buffer.
6073         * shr.el (shr-tag-blockquote): Convert name.
6074         (shr-rescale-image): Use the right image-size variant.
6076         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6077         buffer isn't shown, then select the current article first instead of
6078         bugging out.
6079         (gnus-summary-select-article-buffer): Show both the article and summary
6080         buffers again.
6082         * shr.el (shr-fontize-cont): Protect against regions with no text.
6083         Rename tag functions to shr-tag-* for enhanced security.
6084         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6086 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6088         * shr.el (shr-insert):
6089         * pop3.el (pop3-movemail):
6090         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6091         loaded.
6093 2010-10-03  Glenn Morris  <rgm@gnu.org>
6095         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6097         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6099         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6101         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6103         * gnus-util.el (gnus-make-local-hook): Simplify.
6105 2010-10-02  Julien Danjou  <julien@danjou.info>
6107         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6108         (gnus-ido-completing-read): New function.
6109         (gnus-emacs-completing-read): New function.
6110         (gnus-completing-read): Use gnus-completing-read-function.
6111         Add gnus-completing-read-function.
6113 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6115         * shr.el (shr-insert-document): Autoload.
6116         (shr-img): Be silent.
6117         (shr-insert): Add a newline after every picture before text.
6118         (shr-add-font): Use overlays for combining faces.
6119         (shr-insert): Pass upwards the text start point.
6121         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6122         possible.
6123         (mm-shr): New function.
6125 2010-10-02  Julien Danjou  <julien@danjou.info>
6127         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6128         should go backward.
6130 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6132         * shr.el (shr): Fix typo in provide call.
6134 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6136         * shr.el: New file.
6138         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6140         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6141         completing read.
6143 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6145         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6146         we're being queried about.  Suggested by Dan Jacobson.
6148         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6149         Suggested by Jason Eisner.
6151         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6152         table, too.  Suggested by Stefan Wiens.
6153         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6154         the table unnecessary.  Suggested by Stefan Wiens.
6156         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6157         longer needed, and probably doesn't work either, as pointed out by
6158         Stefan Wiens.
6159         (gnus-summary-exit): Remove call to the clearing function.
6160         (gnus-summary-exit-no-update): Ditto.
6162         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6163         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6164         Reported by Stefan Monnier.
6165         (gnus-summary-save-in-rmail): Ditto.
6167         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6168         article buffer, instead of both the article buffer and the summary
6169         buffer.  Sort of suggested by Dan Jacobson.
6171         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6173         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6174         Suggested by Dan Jacobson.
6176         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6177         documentation clearer.
6179         * message.el (message-shorten-references): Comment on the number "21".
6180         Suggested by Stefan Monnier.
6182         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6183         Suggested by Dan Jacobson.
6185         * gnus.el (gnus-large-newsgroup):
6186         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6188         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6189         externalize attachments.  Bug reported by Steve Wen.
6191         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6192         really message anything to the user.
6194         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6195         directly.
6197         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6198         messages in empty groups.
6200 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6202         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6203         non-UIDNEXT group.
6205 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6207         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6208         not the value from the collection.
6210         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6211         values.  This sometimes happens on some groups that have no info.
6212         (nnimap-request-newgroups): New function.
6214 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6216         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6217         check into `gnus-registry-initialize'.
6218         (gnus-registry-initialize): Ditto.
6219         Fix and extend header docs.
6221 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6223         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6224         regexp backtrace overflows.
6226         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6227         for starttls that tls.el implements; i.e. openssl.
6229 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6231         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6232         (gravatar-create-image): New function that's an alias to
6233         gnus-xmas-create-image, gnus-create-image, or create-image.
6234         (gravatar-data->image): Use it.
6236 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6238         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6239         install the nnregistry refer method.
6240         (gnus-registry-install-hooks): Use it.
6241         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6242         unfollowed groups.
6244 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6246         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6247         expanding threads.
6249 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6251         * nnir.el: Use the server names without suffixes (bug #7009).
6253         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6254         unencrypted to STARTTLS, if possible.
6256 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6258         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6259         headers before superseding.
6261 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6263         * nnrss.el (nnrss-use-local): Add documentation.
6265         * nnimap.el (nnimap-extend-tls-programs): New function.
6266         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6267         (nnimap-wait-for-connection): Accept the greeting from the stupid
6268         output from openssl s_client -starttls, too.
6270         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6271         article number.
6272         (nnimap-split-fancy): New variable.
6273         (nnimap-split-incoming-mail): Use it.
6275         * nntp.el (nntp-server-list-active-group): Document.
6277         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6278         SELECT to get the message-id.
6280         * mail-source.el (mail-sources): Remove webmail support.
6281         (defvar): Ditto.
6282         (mail-source-fetcher-alist): Ditto.
6283         (mail-source-fetch-webmail): Remove.
6285         * webmail.el: Remove -- doesn't seem relevant any more.
6287         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6289         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6290         the \r.
6292 2010-09-30  Julien Danjou  <julien@danjou.info>
6294         * gnus-agent.el (gnus-agent-add-group): Fix call to
6295         gnus-completing-read.
6297 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6299         * nndoc.el (nndoc-retrieve-groups): New function.
6301         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6302         `default', use nnmail-split-methods.
6303         (nnimap-request-article): Downcase the NILs so that they are nil.
6305         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6306         symbol.
6308         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6309         code, since if the user has requested network, that's what they ought
6310         to get.
6311         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6312         (nnimap-split-rule): Mark as obsolete.
6314         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6315         New variable.
6317         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6318         correct slot, too.
6320 2010-09-29  Julien Danjou  <julien@danjou.info>
6322         * gnus.el (gnus-local-domain): Declare variable obsolete.
6324         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6325         Fix history computing.
6326         (gnus-ido-completing-read): Require ido.
6328 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6330         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6331         build Gnus.
6333         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6334         when interpreting the structures.
6335         (nnimap-request-accept-article): Add \r\n to the lines to make this
6336         work with Cyrus.
6338         * nndraft.el (nndraft-request-expire-articles): Use the group name
6339         instead if "nndraft".  Fix found by Nils Ackermann.
6341 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6343         * nnregistry.el: Add.
6345 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6347         * nnmail.el (group, group-art-list, group-art):
6348         Remove unneeded directives.
6350 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6352         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6353         (mm-mime-charset):
6354         * rfc2047.el (rfc2047-syntax-table):
6355         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6357         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6358         rather than `insert-file-contents' and `eval-region'.
6360 2010-09-29  Julien Danjou  <julien@danjou.info>
6362         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6363         replacement of `gnus-gravatar-relief' to mimic
6364         `gnus-faces-properties-alist'.
6365         Add :version property.
6367 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6369         * mail-source.el (mail-source-report-new-mail):
6370         * message.el (message-default-mail-headers):
6371         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6373         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6375 2010-09-28  Julien Danjou  <julien@danjou.info>
6377         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6378         mail-address contains the same string as real-name.
6380         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6381         non-blank in header, otherwise it'll get stripped.
6383         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6384         real-name, and then for mail address rather than doing : or , search.
6386 2010-09-27  Julien Danjou  <julien@danjou.info>
6388         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6389         right completing-read function.
6390         (gnus-use-ido): New variable
6391         (gnus-completing-read-with-default): Remove.
6392         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6393         (gnus-agent-add-group):
6394         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6395         * mm-view.el (mm-view-pkcs7-decrypt):
6396         * mm-util.el (mm-codepage-setup):
6397         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6398         * mml-smime.el (mml-smime-openssl-sign-query):
6399         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6400         (mml-insert-multipart):
6401         * gnus-msg.el (gnus-summary-yank-message):
6402         * gnus-int.el (gnus-start-news-server):
6403         * mm-decode.el (mm-interactively-view-part):
6404         * gnus-dired.el (gnus-dired-attach):
6405         * gnus.el (gnus-read-method):
6406         * gnus-bookmark.el (gnus-bookmark-jump):
6407         * gnus-art.el (gnus-mime-view-part-as-type)
6408         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6409         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6410         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6411         * nnmairix.el (nnmairix-create-server-and-default-group)
6412         (nnmairix-update-groups, nnmairix-get-server)
6413         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6414         (nnmairix-get-group-from-file-path):
6415         * nnrss.el (nnrss-find-rss-via-syndic8):
6416         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6417         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6418         (gnus-group-browse-foreign-server):
6419         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6420         (gnus-summary-execute-command, gnus-summary-respool-article)
6421         (gnus-read-move-group-name):
6422         * gnus-score.el (gnus-summary-increase-score)
6423         (gnus-summary-score-effect):
6424         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6426 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6428         * nnimap.el (auth-source-forget-user-or-password)
6429         (auth-source-user-or-password): Autoload.
6431         * message.el (message-from-style, message-interactive)
6432         (message-signature): Remove comment.
6433         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
6434         always.
6435         (message-sendmail-envelope-from): Comment fix.
6436         (message-yank-prefix): Default to mail-yank-prefix always.
6437         (message-indentation-spaces):
6438         Default to mail-indentation-spaces always.
6439         (message-signature-file): Default to mail-signature-file always.
6441 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6443         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6444         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6445         new articles.
6447         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6448         parts.
6449         (nnimap-request-article): Work with the t setting, too.
6451         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6452         that you don't get flashes of other buffers.
6453         (gnus-summary-show-complete-article): Intern before setting.
6455 2010-09-27  David Engster  <dengste@eml.cc>
6457         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6458         well as HEADERS.
6459         (nnmairix-retrieve-headers): Provide new argument for the above.
6461 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6463         * gnus-sum.el (gnus-summary-move-article): Don't alter
6464         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6465         group.
6467         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6469         * message.el (message-cite-prefix-regexp): Revert my last edit.
6471         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6472         variable instead of the Gnus variable.
6474         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6476         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6478         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6479         since some servers don't like it.
6480         (nnimap-open-connection): Forget credentials if the server says the
6481         password was wrong.
6482         (nnimap-parse-line): Protect against invalid data.
6484         * gnus-sum.el (gnus-summary-move-article): Add comment.
6485         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6486         nothing alters it while scanning for new messages.
6488         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6489         which may or may not help.
6490         (nnimap-open-connection): If we're doing a stream connection, and then
6491         discover we're on a STARTTLS-capable server, then open a STARTTLS
6492         connection instead.
6494 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496         * nnimap.el (utf7): Require.
6498         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6499         prefix.
6501 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6503         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6505 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6507         * nnimap.el (nnimap-request-accept-article): Message the error on
6508         error.
6510 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6512         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6514 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6516         * nndoc.el (nndoc-request-list): Return success always.
6518         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6519         `fetch-old' -- we only want to fetch the articles we've requested.
6520         The rest are in the agent, probably.
6521         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6522         disappeared server" to something low.  It's not important.
6524         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6525         arrived before the FETCH data.
6527         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6528         target here, because we don't know the Gnus name of the group.
6530         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6531         for the correct group.
6533         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6535         * gnus.el (gnus): Give a final warning after startup.
6537         * gnus-util.el (gnus-action-message-log): New variable.
6538         (gnus-message): Use it.
6539         (gnus-final-warning): New function.
6541         * nnimap.el (nnimap-open-connection): Record the greeting.
6542         (nnimap): Add greeting.
6544 2010-09-26  Julien Danjou  <julien@danjou.info>
6546         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6547         arguments.
6548         (gnus-html-wash-images): Fix spec computing to include start/end.
6550         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6552 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6554         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6555         deletion.
6556         (nnimap-retrieve-headers): Don't select the group, because that's
6557         already done by nnimap-possibly-change-group.
6559         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6560         (gnus-picon-transform-address): Use it.
6562         * mail-source.el (mail-source-value): Revert previous patch.
6564         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6565         on failure.
6566         (nnimap-open-connection): Look up both virtual and physical server name
6567         credentials.
6569         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6571 2009-02-08  Dave Love  <fx@gnu.org>
6573         * gnus-win.el (gnus-window-to-buffer-helper)
6574         (gnus-all-windows-visible-p): Function needn't be a symbol.
6576         * mail-source.el (mail-source-value): Function needn't be a symbol.
6578 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6580         * message.el (message-cite-prefix-regexp): Remove } from the cite
6581         prefix.
6583         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6584         highlight again, so that the highlight is correct.
6586         * gnus-picon.el (gnus-picon): Remove again.
6587         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6589         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6590         doing the header highlightling, so that the background color of the
6591         picon is correct.
6593         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6594         (gnus-picon): Ditto.
6595         (gnus-picon): Reinstate.  The background color for picons is white.
6596         (gnus-picon-insert-glyph): Make the background white.
6598         * nnml.el (nnml-open-nov): Don't return dead buffers.
6600         * auth-source.el (auth-source-create): Query the user for whether to
6601         store the credentials.
6603         * auth-source.el (auth-source-user-or-password): Use the existing auth
6604         sources, if any, for creation.
6606         * gnus.el (gnus-group-fast-parameter): Return the last matching
6607         parameter instead of the first matching parameter.
6609 2010-09-26  Julien Danjou  <julien@danjou.info>
6611         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6613 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6615         * mml2015.el (mml2015-use): Remove gpg support.
6617         * mml1991.el (mml1991-function-alist): Remove gpg function.
6618         (mml1991-gpg-sign): Remove.
6620 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6622         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6623         (gnus-browse-unsubscribe-current-group): Document it.
6624         (gnus-browse-unsubscribe-group): Use it.
6626 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6629         address to the To list for easier response.
6631         * gnus.el (gnus-play-startup-jingle): Remove.
6632         (gnus-splash): Don't play jingle.
6633         (gnus): Silence gnus-load message.
6635         * gnus-art.el (gnus-treat-play-sounds): Remove.
6637         * gnus.el (gnus-play-jingle): Remove audio support.
6639         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6641         * earcon.el: Remove -- no users.
6643         * gnus-audio.el: Remove -- no users of this package.
6645         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6647         * gnus-start.el (gnus-setup-news): Remove nocem support.
6649         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6651         * gnus.el (gnus-use-nocem): Remove.
6653         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6654         Remove.
6656         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6657         uses NoCeM any more.
6659         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6660         (gnus-button-ctan-handler): Ditto.
6661         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6662         (gnus-button-ctan-directory-regexp): Ditto.
6663         (gnus-button-handle-ctan): Ditto.
6664         (gnus-button-tex-level): Ditto.
6665         (gnus-button-alist): Remove CTAN stuff.
6667 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6669         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6670         nnimap-streaming test.
6672         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6673         servers twice.
6675         * nnimap.el (nnimap-open-connection): Add more error reporting when
6676         nnimap fails early.
6678         * nnheader.el (nnheader-get-report-string): New function.
6679         (nnheader-get-report): Use it.
6681         * gnus-int.el (gnus-check-server): Say what the error was when opening
6682         failed.
6684         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6685         using streaming.
6687 2010-09-25  Julien Danjou  <julien@danjou.info>
6689         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6690         gnus-window-inside-pixel-edges.
6692 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6694         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6696         * mm-decode.el (mm-save-part): Allow saving to other directories the
6697         normal Emacs way.
6699         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6700         Suggested by Jay Berkenbilt.
6702         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6703         there isn't a single byte.
6705         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6706         just do it.  It doesn't really seem to matter what the user responds
6707         here, I think, so it's just a confusing question.
6709         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6710         non-streaming case.
6712         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6713         (gnus-article-encrypt-body): Use it.
6715         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6716         keystroke.
6718         * nnimap.el (nnimap-find-wanted-parts-1):
6719         Use gnus-fetch-partial-articles.
6721         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6723         * nnimap.el (nnimap-insert-partial-structure): New function.
6724         (nnimap-get-partial-article): New function.
6725         (nnimap-request-article): Use it.
6726         (nnimap-wait-for-response): Return whether the wait was successful.
6727         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6728         retrieval wasn't successful.
6729         (nnimap-retrieve-group-data-early): Allow throttling servers.
6730         (nnimap-streaming): New variable.
6731         (nnimap-fetch-partial-articles): Remove.
6733         * mm-decode.el (mm-with-part): Protect against killed buffers.
6735         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6736         for prettier summary display.
6738 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6740         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6742 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6745         apparently third-party libraries depend on it.
6747         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6748         before starting negotiation.
6750         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6751         privacy reasons.
6752         (gnus-treat-mail-gravatar): Ditto.
6754         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6755         buffer when inserting images.  Inserting text into the headers, for
6756         instance, can make them invalid.
6758 2010-09-25  Julien Danjou  <julien@danjou.info>
6760         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6761         variables.
6763         * nnheader.el: Remove useless variables news-reply-yank-from and
6764         news-reply-yank-message-id.
6766         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6767         variables.
6769         * mml1991.el: Remove useless mml1991-verbose.
6771         * gnus.el: Remove useless variable gnus-use-generic-from.
6772         Remove obsolete variable gnus-topic-indentation.
6774         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6776         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6778         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6780         * gnus-group.el: Remove useless gnus-group-icon-cache.
6781         Remove useless gnus-ephemeral-group-server.
6783         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6785         * mml2015.el: Remove useless mml2015-verbose.
6787         * mml-smime.el: Remove useless mml-smime-verbose.
6789         * gnus.el: Remove useless gnus-local-domain.
6791         * gnus-gravatar.el (gnus-gravatar-transform-address):
6792         Use gnus-gravatar-size.
6794         * gnus-art.el: Remove useless gnus-treat-translate.
6796 2010-09-24  Julien Danjou  <julien@danjou.info>
6798         * gnus-sum.el: Add support for Gravatars.
6800         * gnus-art.el: Add support for Gravatars.
6802         * gnus-gravatar.el: Add this file.
6804         * gravatar.el: Add this file.
6806 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6810         * gnus-group.el (gnus-group-fetch-faq): Remove.
6812         * gnus.el (gnus-group-faq-directory): Remove.
6814         * gnus-group.el (gnus-group-fetch-charter): Remove.
6816         * gnus.el (gnus-group-charter-alist): Remove.
6818         * gnus-group.el (gnus-group-archive-directory): Remove.
6819         (gnus-group-recent-archive-directory): Ditto.
6820         (gnus-group-make-archive-group): Remove.
6822         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6824         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6825         use the same article number for all the cached articles.
6827         * nnimap.el (nnimap-command): Register the last command time so
6828         that we can use it for idling NOOPs.
6829         (nnimap-open-connection): Start the keeplive timer.
6830         (nnimap-make-process-buffer): Store all the process buffers.
6831         (nnimap-keepalive): New function.
6833         * starttls.el (starttls-open-stream): Add autoload cookie.
6835 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6837         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6838         handling.
6840 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6842         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6843         its data structures.
6845         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6846         instead of the cl.el copy-list.
6847         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6848         equalp.
6850 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6853         and tool-bar-local-item-from-menu.
6855         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6856         mode-line-highlight face for Emacs.
6858         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6859         loading gnus-sum.elc; fix comment for canlock-verify.
6860         (gnus-article-jump-to-part): Use read-number.
6861         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6862         Remove Emacs pre-21 compatible code for help-echo.
6863         (gnus-article-next-page-1): No need to adjust the number of lines.
6864         (gnus-article-describe-bindings): Always use help-buffer.
6866         * gnus-audio.el (gnus-audio-inline-sound):
6867         * gnus-cus.el (gnus-custom-mode):
6868         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6870         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6872         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6873         compatible code.
6875 2010-09-24  Glenn Morris  <rgm@gnu.org>
6877         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6878         visiting the fcc file in rmail-mode.
6880 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6882         * nnir.el: Silence the byte compiler.
6884         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6885         alias to browse-url-url-encode-chars if any.
6886         (gnus-html-encode-url): Use it.
6888 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6890         * gnus-start.el (gnus-use-backend-marks): New variable.
6891         (gnus-get-unread-articles-in-group): Use it.
6893         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6894         makeover.
6896 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6898         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6900 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6903         Remove.
6904         (gnus-setup-news-hook):
6905         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6907         * gnus-int.el (gnus-request-update-info): Protect against backends not
6908         having the function.
6910         * nnimap.el (nnimap-stream): Mention STARTTLS.
6911         (nnimap-open-connection): Add STARTTLS support.
6913 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6915         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6917 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6919         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6920         BODYSTRUCTUREs.
6921         (nnimap-transform-headers): Unfold quoted {42} headers.
6923         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6924         the info.
6925         (gnus-get-unread-articles): Only call updatep on backends that support
6926         it.
6928         * nnweb.el (nnweb-request-update-info): NOOP.
6930         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6932         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6933         since it only deals with marks.
6935         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6936         gnus-request-marks, and make a new gnus-request-update-info.
6938         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6939         the active instead of the high number, which is usually too low.
6941 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6943         * encrypt.el: Remove.
6945 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6948         server in symbolic form.
6950         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6952 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6954         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6955         (nnimap-update-info): Fix up code slightly.
6957         * gnus-int.el (gnus-open-server): Add tracing for performance
6958         debugging.
6960         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6961         (gnus-group-insert-group-line): Pass the real group name so that it
6962         gets the right data.
6964         * gnus-start.el (gnus-get-unread-articles): Don't have
6965         `gnus-get-unread-articles-in-group' update info, since that can be
6966         really slow and doesn't seem to be needed?
6968 2010-09-22  Julien Danjou  <julien@danjou.info>
6970         * gnus-group.el (gnus-group-insert-group-line):
6971         Call gnus-group-highlight-line.
6972         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6973         default hook list.
6974         (gnus-group-update-eval-form): Add new function.
6975         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6976         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6978 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6980         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6981         immediate, then expire all articles.
6982         (nnimap-update-info): Fix off-by-one errors.
6983         (nnimap-flags-to-marks): Would return no marks lists for group with no
6984         flags.  Instead return the other data.
6986 2010-09-22  Julien Danjou  <julien@danjou.info>
6988         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
6989         Only return an icon.
6990         (gnus-group-insert-group-line): Compute icon to return.
6992         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
6993         (gnus-html-image-fetched): Only cache if
6994         gnus-html-image-automatic-caching is set.
6995         (gnus-html-image-fetched): Check for errors.
6997 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6999         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7000         once per method on `g'.  This ensures that backends like nnfolder don't
7001         open all their folders.
7003         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7004         (nnimap-request-list): Nix out group in the correct buffer.
7005         (nnimap-parse-flags): Implement by using `read' instead of
7006         hand-parsing.
7007         (nnimap-flags-to-marks): Pass on permanent-flags.
7008         (nnimap-make-process-buffer): Record the server name.
7009         (nnimap-parse-flags): Fix typo.
7010         (nnimap-request-scan): Run split on the server in general, not just a
7011         single group.
7013         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7014         parameter, and propagate this downwards.
7016         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7017         since EXAMINE changes it on the server.
7019         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7020         this command might take a while.
7022 2010-09-22  Julien Danjou  <julien@danjou.info>
7024         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7025         harmful if you have 2 images side-by-side, they can't be properly
7026         update on text deletion.  Using text-property is safer here.
7027         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7028         data.
7030 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7032         * nnimap.el (nnimap-expunge-inbox): Remove.
7033         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7034         (nnimap-expunge): Flip default to t.
7036         * gnus.el (gnus-method-to-server): Don't push things to the cache
7037         unless it's unique.
7038         (gnus-server-to-method): Ditto.
7040 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7042         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7044 2010-09-22  Julien Danjou  <julien@danjou.info>
7046         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7047         get the start of data.
7048         (gnus-html-encode-url): Add this function to encode special chars in
7049         URL.
7050         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7051         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7053         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7054         default.
7055         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7057         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7058         images alt-text.
7059         (gnus-html-put-image): Put alt-text as help-echo.
7061 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7063         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7064         * mm-util.el (mm-decompress-buffer):
7065         * nnir.el (nnir-run-find-grep):
7066         * pop3.el (pop3-list): Use 3rd arg of split-string.
7068 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7070         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7071         outside the active range.  Suggested by Dan Christensen.
7073         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7074         slightly later to avoid double-getting it.
7076         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7077         previous patch.
7079         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7081 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7083         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7085 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7087         * gnus-int.el (gnus-open-server): Give a better error message in the
7088         "go offline" case.
7090         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7091         marks for nnimap, which is seldom the right thing to do.
7093         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7094         (gnus-same-method-different-name): New function.
7096         * nnimap.el (parse-time): Require.
7098         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7099         method in the presence of many similar methods.
7101         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7103         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7104         nnml-inhibit-expiry.
7106         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7107         find out whether methods are equal.
7109         * nnimap.el (nnimap-find-expired-articles): New function.
7110         (nnimap-process-expiry-targets): New function.
7111         (nnimap-request-move-article): Request the article before looking at
7112         what the Message-ID is.  Fix found by Andrew Cohen.
7113         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7115         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7116         for oldness in addition to being a predicate.
7118         * nnimap.el (nnimap-request-group): When we have zero articles, return
7119         the right data to Gnus.
7120         (nnimap-request-expire-articles): Only delete articles immediately if
7121         the target is 'delete.
7123         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7124         method, this would bug out.
7126         * gnus-group.el (gnus-group-expunge-group): Rename from
7127         gnus-group-nnimap-expunge, and implemented as a normal interface
7128         function.
7130         * gnus-int.el (gnus-request-expunge-group): New function.
7132         * nnimap.el (nnimap-request-create-group): Implement.
7133         (nnimap-request-expunge-group): New function.
7135 2010-09-21  Julien Danjou  <julien@danjou.info>
7137         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7138         (gnus-html-cache-expired): Add new function.
7139         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7140         wethever we should display image for fetch it.
7141         Compute alt-text earlier to pass it to the fetching function too.
7142         (gnus-html-schedule-image-fetching): Change function argument to only
7143         get one image at a time, not a list.
7144         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7145         cache.
7146         (gnus-html-get-image-data): New function to retrieve image data from
7147         cache.
7148         (gnus-html-put-image): Change buffer argument to use image data rather
7149         than file, and place image above region rather than inserting a new
7150         one.  Do not take alt-text as argument, since it's useless now: we place
7151         the image above alt-text.
7152         (gnus-html-prune-cache): Remove.
7153         (gnus-html-show-images): Start to fetch image when we find one, do not
7154         push into a temporary list.
7155         (gnus-html-prefetch-images): Only fetch image if they have expired.
7156         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7157         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7159 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7161         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7163 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7165         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7166         spec inser "*" if the group isn't active instead of 0.
7168         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7169         opening the server.
7170         (nnimap-request-delete-group): Implement group deletion.
7171         (nnimap-transform-headers): Return the size of the entire message in
7172         the Bytes header, not just the size of the first part.
7173         (nnimap-request-move-article): When moving an article from nnimap,
7174         request the article first so the accepting form has an article to
7175         accept.  Reported by Dan Christensen.
7176         (nnimap-command): Make sure that the error message doesn't error out.
7178 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7180         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7181         we haven't requested anything.
7183 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7185         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7186         "".  Fix found by Andrew Cohen.
7188         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7189         instead of -encode-string.
7191 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7193         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7195         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7196         by mm-subst-char-in-string.
7198 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7200         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7201         waiting for the connection string.
7203         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7204         arriving.
7206         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7207         bogus characters.  This allows selecting certain Gmail groups.
7209         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7210         (nnimap-fetch-partial-articles): New variable.
7211         (nnimap-open-connection): When looking for credentials, also use the
7212         nnimap-server-port.
7213         (nnimap-request-article): Return the group/article number, so that Gnus
7214         `^' works as expected.
7215         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7217         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7218         comments.
7219         (gnus-methods-sloppily-equal): New function.
7220         (gnus): When using the development version of Gnus, load the gnus-load
7221         file.
7223         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7224         `gnus-open-server' on each method before trying to scan them etc.
7225         This ensures that all the backend parameters are set correctly.
7227         * nnimap.el (nnimap-authenticator): New variable.
7228         (nnimap-open-connection): Allow anonymous login.
7229         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7230         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7232         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7233         patch, found by Knut Anders Hatlen.
7235 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7237         * gnus-agent.el (gnus-agent-batch-confirmation)
7238         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7239         to gnus-message.
7240         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7241         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7242         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7243         * gnus-int.el (gnus-open-server): Likewise.
7244         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7245         (gnus-score-check-syntax): Likewise.
7246         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7247         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7248         Likewise.
7249         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7251 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7253         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7254         calling conventions so that prefetch doesn't bug out.
7256 2010-09-19  Julien Danjou  <julien@danjou.info>
7258         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7259         rather than `subst-char-in-region' in order to be able to replace ASCII
7260         char by UTF-8 ones.
7262         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7263         than curl.
7264         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7265         the right URL and ALT text on images.
7266         (gnus-html-wash-tags): Fix tag case.
7267         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7268         (gnus-article-html): Add -o display_ins_del=2 option.
7269         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7271 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7273         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7274         the extra mail headers, which sometimes seem to happen for unknown
7275         reasons.
7277         * mail-parse.el (mail-header-encode-parameter): Define as
7278         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7279         (or most, perhaps?) mail readers don't understand the latter, but do
7280         understand the former.
7282         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7283         to nil, so that no methods are automatically agentized.  I think this
7284         is probably what most users want.
7286         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7287         from url-retrieve, for instance about invalid URLs.
7289         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7290         groups that have no articles.
7291         (nnimap-request-article): Check that we really got an article when we
7292         requested one.
7294         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7295         doesn't exist.
7297         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7298         nntp buffer so the agent can save it.
7299         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7300         that CRLF doesn't get translated to \n.
7301         (nnimap-open-connection): Don't make 'shell commands only send \n.
7303 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7305         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7306         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7307         Update var name.
7308         (nnml-generate-nov-file): Use dolist.
7309         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7310         Use with-current-buffer.
7312 2010-09-18  Julien Danjou  <julien@danjou.info>
7314         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7315         parallel.
7317 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7319         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7320         the range update right.
7321         (nnimap-request-group): Don't make `M-g' bug out on group with no
7322         marks.
7323         (nnoo): Require, so that other packages can require nnimap.
7324         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7325         command we're looking for.  This helps when the server sends more
7326         responses after we've gotten everything we expected.
7327         (nnimap): Add a `newlinep' field to keep track of end-of-line
7328         conventions.
7329         Don't send CRLF to things that don't want it.
7330         (nnimap-request-accept-article): Ditto.
7332 2010-09-18  Julien Danjou  <julien@danjou.info>
7334         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7335         than curl to retrieve images.
7337 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7339         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7340         the marks.
7341         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7342         (nnimap-wait-for-connection): New function.
7343         (nnimap-open-connection): If we have PREAUTH, don't query for login
7344         credentials.
7345         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7346         when doing a partial update.
7348 2010-09-18  Julien Danjou  <julien@danjou.info>
7350         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7351         tags.
7353 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355         * nnimap.el (nnimap-credentials): New function.
7356         (nnimap-open-connection): Use the new function to look for credentials
7357         also on the numeric equivalents of "imap" and "imaps".
7359         * gnus-start.el (gnus-activate-group): Send the info to
7360         gnus-request-group.
7362         * nnimap.el (nnimap-request-group): Have the "check" version of the
7363         function parse flags and update the info, so that a `M-g' get a total
7364         resync of all flags from the group.
7366         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7367         to allow backends to alter the info on group selection.  Also alter all
7368         the backend -request-group functions to take the parameter.
7370         * nnimap.el (nnimap-store-info): New function.
7371         (nnimap-update-info): Store the info for later usage.
7372         (nnimap-request-group): Use the stored info for the dont-check case, so
7373         that we don't retrieve all marks when we enter a group.
7375         * nnimap.el: Use deffoo instead of defun for interface functions.
7377         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7378         update the group info.  This makes the nndraft groups, for instance, go
7379         back to their old behavior.
7381         * gnus-sum.el (gnus-select-newsgroup): Indent.
7383         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7384         in.
7385         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7386         nothing.
7388         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7389         from methods that are denied.
7391         * gnus-int.el (gnus-method-denied-p): New function.
7393         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7394         store the password instead of netrc.
7395         (nnimap-open-connection): Don't error out when we can't make a
7396         connections.
7398         * auth-source.el (auth-source-create): In the password prompt, say what
7399         we're querying for.  Also prompt for user name if that hasn't been
7400         given.
7402         * nnimap.el (nnimap-with-process-buffer): Remove.
7404 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7406         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7407         method when we're reading from the agent.
7409         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7411         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7412         that's probably most useful for users.
7414         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7415         "failed" all the time.
7417         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7418         ...)) with (with-current-buffer ...).
7420         * nntp.el (nntp-open-server): Return whether the open was successful or
7421         not.
7423         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7424         select an unread unseen article first.
7426         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7427         /etc/services, supply some sensible port defaults.
7429 2010-09-17  Julien Danjou  <julien@danjou.info>
7431         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7433 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7435         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7436         doesn't have any parameters.
7438 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7441         only upcased checks.
7443         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7445         * nnimap.el (nnimap-open-shell-stream): New function.
7446         (nnimap-open-connection): Use it.
7447         (nnimap-transform-headers): Get the number of lines in each message.
7448         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7449         number of lines.
7450         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7451         problem.
7453         * utf7.el (utf7-encode): Autoload.
7455         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7456         to allow the mail splitting to not return a default group.  This is
7457         useful for nnimap, which will leave unmatched mail in the inbox.
7459         * nnimap.el: Rewritten.
7461         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7462         nnimap usage.
7464         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7465         if the move is internal, so that nnimap can do fast internal moves.
7467         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7468         data.
7469         (gnus-read-active-for-groups): Support finishing the early retrieval of
7470         data.
7472         * gnus-range.el (gnus-range-nconcat): New function.
7474         * gnus-int.el (gnus-finish-retrieve-group-infos)
7475         (gnus-retrieve-group-data-early): New functions.
7477 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7479         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7480         (nnrss-retrieve-groups):
7481         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7482         (pop3-quit): Use with-current-buffer.
7484 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7486         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7487         instead of nnheader-accept-process-output.
7489         * gnus-html.el (gnus-html-schedule-image-fetching)
7490         (gnus-html-prefetch-images): Replace process-kill-without-query by
7491         gnus-set-process-query-on-exit-flag.
7493 2010-09-16  Romain Francoise  <romain@orebokech.com>
7495         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7497 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7499         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7500         parameter to unintern is mandatory-ish in Emacs 24.
7502         * gnus-html.el (gnus-html-schedule-image-fetching)
7503         (gnus-html-prefetch-images): Check for curl before using it.
7505         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7506         depend on curl, which isn't essential.
7508         * imap.el: Revert back to version
7509         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7510         seem problematic.
7512 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7514         * gnus-registry.el (gnus-registry-install-shortcuts):
7515         Explicitly pass `obarray' to `unintern' to avoid a warning.
7517 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7519         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7520         change.
7522         * nnrss.el (nnrss-request-list): Remove this function and related
7523         functions, including the moreover stuff.
7525 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7527         * nnrss.el (nnrss-retrieve-groups): New function.
7529 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7531         * .dir-locals.el: Add no-byte-compile cookie.
7533 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7535         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7536         for back end that doesn't support request-scan.
7538 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7540         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7541         then do request scans from the backends.
7543         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7544         avoid running a hook per line, since this takes a lot of time,
7545         profiling shows.
7546         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7547         directly if gnus-visual-p is true.
7549 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7551         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7552         groups; replace mapcar with dolist which is a bit faster; pass groups
7553         info to gnus-read-active-file-1.
7554         (gnus-read-active-file-1): Scan only specified groups if the new
7555         optional arg `infos' is given.
7557 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7559         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7561         * pop3.el (pop3-movemail): Remove.
7562         (pop3-streaming-movemail): Rename to pop3-movemail.
7564         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7565         don't restrict end-tag searches to the end of the line.
7567 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7569         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7570         articles of every unchecked group to t, which means unknown since the
7571         server has never been opened.
7573 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575         * gnus-html.el (gnus-html-show-alt-text): New command.
7576         (gnus-html-browse-image): Ditto.
7577         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7578         to browse the image directly.
7579         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7580         better.
7582         * gnus-async.el (gnus-async-article-callback):
7583         Call `gnus-html-prefetch-images' unconditionally.
7585         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7586         before feeding URLs to curl.
7588 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7590         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7591         internal images as deletable by `W D D'.
7593         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7594         (gnus-async-article-callback): Fix typo.
7596 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7598         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7599         current line to work around bugs in the output from w3m.
7601         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7602         for groups that want that.
7604         * nntp.el (nntp-wait-for-string): Supply a timeout for
7605         accept-process-output to ensure progress.
7607         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7608         level to get unread articles from, then use that for foreign groups,
7609         too.
7611         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7612         confuses the rest of the function.
7614         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7615         for the methods that support -retrieve-groups, too.
7617         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7619 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7621         * pop3.el: Require cl when compiling.
7622         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7624 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7626         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7627         that aren't going to be activated.
7628         (gnus-get-unread-articles): Fix up the last commit.
7630         * gnus-html.el (gnus-article-html): Allow calling without specifying
7631         the handle.  In that case, dissect the buffer first.
7633         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7635         * nnimap.el (nnimap-open-connection): Revert the change that would look
7636         into authinfo for imaps instead of imap.
7638         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7639         say that you don't want to call gnus-request-group with don-check, but
7640         do check the response.  This is for virtual groups only.
7641         (gnus-get-unread-articles): Count the archive groups as secondary, so
7642         that they're activated the same way as before.
7644         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7645         case-insensitively.
7646         (nnimap-debug): Remove.
7648         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7649         mail from a file, and the file doesn't exist.
7651         * pop3.el (pop3-streaming-movemail): Return t for success.
7653         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7654         .authinfo if we're using ssl connection.
7656         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7657         already have if we're in a main Gnus `g' run.
7659         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7661 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7663         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7665         * nnmh.el (nnmh-request-list-1): Bind `file'.
7667         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7668         alias to set-process-query-on-exit-flag or process-kill-without-query.
7669         (pop3-open-server): Use it.
7671 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7673         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7674         box to the Incoming file.  Fixes mistake in previous checkin.
7676         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7677         request loop (for debugging purposes) removed.
7679         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7680         culprit is more visible.
7681         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7682         (nnml-add-incremental-nov): New functions to do "incremental" nov
7683         updates, where we just append to the end of the existing nov files
7684         without reading/writing them in full.
7686         * mail-source.el (mail-source-delete-crash-box): Really only check the
7687         incoming files once in a while.
7689         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7691         * mail-source.el (mail-source-delete-crash-box): Only check the
7692         incoming files for deletion once per day to save a lot of file
7693         accesses.
7695         * pop3.el (pop3-logon): Fix up unbound variable typo.
7697         * mail-source.el (pop3-streaming-movemail): Autoload.
7699         * pop3.el (pop3-streaming-movemail):
7700         Respect pop3-leave-mail-on-server.
7702         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7703         retrieval.
7705         * pop3.el (pop3-process-filter): Remove unused function.
7706         (pop3-streaming-movemail, pop3-send-streaming-command)
7707         (pop3-wait-for-messages, pop3-write-to-file)
7708         (pop3-number-of-responses): New functions for streaming pop3
7709         retrieval.
7711         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7712         come from no known methods.
7713         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7714         list.
7716         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7717         message sizes.
7718         (pop3-movemail): Use erase-buffer instead of looping and deleting
7719         regions, which seems rather odd.
7721         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7722         file once per `g' run.
7724         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7725         directories.  This makes the draft queue directory work.
7727         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7728         data from the backends, so that we only request the list of groups from
7729         each method once.  This should speed things up considerably.
7731         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7732         detect that it's not implemented.
7734         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7735         we actually do recurse down into the tree, but don't stat all leaf
7736         nodes.
7738         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7739         then say so instead of bugging out.
7741         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7742         files exist before trying to read them.
7744         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7745         around <pre_int>.
7747         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7749         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7751 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7753         * mm-util.el (mm-image-load-path): Just return the image directories,
7754         not all directories in the path in addition to the image directories.
7755         (mm-image-load-path): Maintain a cache of the image directories so that
7756         the `g' command in Gnus doesn't have to stat dozens of directories each
7757         time.
7759         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7760         (gnus-html-wash-tags): Add a new `i' command to insert images.
7761         (gnus-html-insert-image): New command and keystroke.
7762         (gnus-html-redisplay-with-images): New command and keystroke.
7763         (gnus-html-show-images): Rename command.
7764         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7765         spacers.
7766         (gnus-html-wash-tags): Decode entities at the end, so that entities
7767         inside the tags don't mess up the rest of the "parsing".
7769         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7770         so that nnimap methods aren't agentized by default.  There's apparently
7771         many problems related to agent/imap behavior.
7773         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7775         * gnus-html.el: Doc fix.
7777 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7779         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7780         glyph-width and glyph-height instead of display-graphic-p and
7781         image-size; make avoidance of displaying small images work for XEmacs.
7783         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7784         for XEmacs.
7786         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7787         of symbol that holds plist data.
7788         (gnus-process-plist): Remove plist of process after getting it.
7790 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7792         * message.el (message-generate-hashcash): Change default to
7793         'opportunistic if hashcash is installed.
7795         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7796         (gnus-html-put-image): Only call image-size once, since it's somewhat
7797         time-consuming on remote X servers.
7799 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7801         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7802         decoded contents.
7803         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7805 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7808         group line format, since it isn't very interesting.
7810         * gnus-agent.el (gnus-agent-short-article),
7811         (gnus-agent-long-article): Increase values for these two variables,
7812         since most people are likely to have more network connection and
7813         storage than before.
7815         * gnus.el (gnus-refer-article-method): Change default to 'current.
7816         When referring an article, the common behavior is to refer it from the
7817         current select method, not the native select method.  The chances of
7818         the native select method having the message in question is rather slim
7819         these days.
7821         * gnus-sum.el (gnus-auto-select-subject): Change default to
7822         `unseen-or-unread'.  I think it's likely that most people want to
7823         select an unseen article over a previously seen, but unread one.
7825         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7826         means that in the article buffer none of the minor mode elements will
7827         be shown, usually, and this is not desirable in most cases.
7829         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7830         that commands like `d' (and the like) go to the next line in the
7831         buffer, instead of the next unread article.  I think this is the
7832         behavior that is most natural for most users.
7833         (gnus-single-article-buffer): Change default to nil, so that people can
7834         have as many article buffers open as they have summary buffer.  I think
7835         this is the most natural way for the groups to behave.
7837         * message.el (message-generate-new-buffers): Change default to
7838         `unsent', so that all new message buffers start their names with the
7839         string "*unsent", and it's easier to find the buffers if you move from
7840         them.
7842 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7844         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7845         small.  They're probably tracking images.
7846         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7847         (gnus-html-rescale-image): Yet another try at getting the image sizing
7848         right.
7850         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7851         nntp-marks-file-name is nil.
7853 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7855         * gnus-html.el (gnus-html-wash-tags)
7856         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7857         Better logging.
7859 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7861         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7863         * gnus-html.el (gnus-html-wash-tags): Check the value of
7864         gnus-blocked-images in the summary buffer.
7866 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7868         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7870 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7872         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7873         like "a", it seems like.
7874         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7875         since it needs to be picked from the correct buffer.
7877         * nnwfm.el: Remove.
7879         * nnlistserv.el: Remove.
7881 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7883         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7884         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7886 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7888         * nnkiboze.el: Remove.
7890         * nndb.el: Remove.
7892         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7893         alt text.
7894         (gnus-html-rescale-image): Try to get the rescaling logic right for
7895         images that are just wide and not tall.
7897         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7898         overshadow variable bindings.
7900 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7902         * gnus-html.el (gnus-html-wash-tags)
7903         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7904         Add extra logging.
7906 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7908         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7909         (gnus-max-image-proportion): New variable.
7910         (gnus-html-rescale-image): New function.
7911         (gnus-html-put-image): Rescale images.
7913 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7915         Fix up some byte-compiler warnings.
7916         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7917         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7918         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7919         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7920         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7921         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7922         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7924 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7926         * gnus-html.el (gnus-article-html): Decode contents by charset.
7928 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7930         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7931         (gnus-html-frame-width, gnus-blocked-images):
7932         * message.el (message-prune-recipient-rules): Add custom version.
7933         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7935         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7936         functions.
7938         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7939         gnus-process-get.
7941 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7943         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7944         instead of lsub directly.
7946 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7948         * nnwarchive.el: Remove.
7950         * gnus-soup.el: Remove.
7952         * nnsoup.el: Remove.
7954         * nnultimate.el: Remove.
7956         * gnus-html.el (gnus-blocked-images): New variable.
7958         * message.el (message-prune-recipients): New function.
7959         (message-prune-recipient-rules): New variable.
7961         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7962         guess whether a long line is natural text or not.
7964         * gnus-html.el (gnus-html-schedule-image-fetching):
7965         Use gnus-process-plist and friends for compatibility.
7967 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7969         * gnus-html.el: Require packages that define macros used in this file.
7970         (gnus-article-mouse-face): Declare to silence byte-compiler.
7971         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7972         process-get.
7973         (gnus-html-put-image): Use plist-get to avoid getf.
7974         (gnus-html-prefetch-images): Use with-current-buffer.
7976 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7978         * gnus-ems.el: Provide compatibility functions for
7979         gnus-set-process-plist.
7981         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7982         * gnus.el (gnus-valid-select-methods):
7983         * message.el (message-send-mail-partially-limit):
7984         * mm-decode.el (mm-text-html-renderer):
7985         * mml.el (mml-insert-mime-headers-always):
7986         * smiley.el (smiley-regexp-alist): Bump custom version.
7988 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7990         * gnus-html.el: require mm-url.
7991         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
7992         with the url to `url'.
7993         (gnus-html-wash-tags): Support cid: URLs/images.
7995 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7997         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
7998         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
7999         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8001         * gnus-move.el: Remove file, since it doesn't really work.
8003         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8004         UTF-8.  This seems to fix problems with some German web feeds.
8006         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8007         at the top so that the proper colors are applied.
8009         * gnus-art.el (gnus-article-view-part): Doc fix.
8011         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8012         XEmacs-compatible.
8013         (gnus-html-put-image): Don't do images on non-graphic displays.
8015         * nnslashdot.el: Remove this unused backend.
8017         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8018         actions.
8019         (gnus-undo-register-1): Revert last change.
8021         * gnus-group.el (gnus-group-completing-read): Protect against not
8022         having completion-styles bound.
8024         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8025         make broken recipients happier.
8027         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8029         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8030         point parameter.
8032         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8033         completion-styles for group selection.
8035 2009-02-04  Andreas Schwab  <schwab@suse.de>
8037         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8038         headers and regexp-quote the match if necessary.
8040 2009-03-24  Miles Bader  <miles@gnu.org>
8042         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8043         the blinking smiley.
8045 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8047         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8048         blink smiley.
8050 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8052         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8053         where the dribbel file lives exists.
8055         * message.el (message-send-mail-partially-limit): Change the default to
8056         nil, since most people don't want this.
8058         * mm-url.el (mm-url-decode-entities): Also decode entities like
8059         &#x3212.
8061 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8063         * gnus-sum.el (gnus-summary-idna-message):
8064         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8065         Hyperlink urls in docstrings with URL `...'.
8067 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8069         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8070         functions.
8072 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8074         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8075         say what the mouseover text should be.
8077         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8078         version of the mm-w3m-safe-url-regexp variable to only download images
8079         in the groups where we want that to happen.
8081         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8083         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8084         easier debugging.
8085         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8086         big pictures in the article buffer.
8088         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8089         gnus-article-html.
8090         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8091         w3m.
8093         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8095 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8097         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8098         which doesn't exist.
8100         * message.el (message-inhibit-ecomplete): New variable to allow some
8101         function to inhibit ecomplete address storage.
8102         (message-resend): Disable ecomplete message storage when resending
8103         messages.
8105         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8107 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8109         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8110         Save excursion while copying, moving, and deleting articles in order to
8111         prevent the cursor from jumping to unforeseen place.
8113 2010-08-17  Glenn Morris  <rgm@gnu.org>
8115         * gnus-sync.el: Require gnus components whose functions are used.
8117         * gnus-art.el (bookmark-make-record-function):
8118         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8119         Declare for compiler.
8121         * mm-url.el (mml-compute-boundary): Autoload.
8123 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8125         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8127 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8129         Typo fix "hoo4a" -> "hook".
8131         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8133 2010-08-14  Glenn Morris  <rgm@gnu.org>
8135         * gnus-sync.el (gnus-sync): Fix defgroup version.
8137 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8139         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8141         * gnus-sync.el: Fix docs.
8142         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8143         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8145 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8147         Optimizations for gnus-sync.el.
8149         * gnus-sync.el: Add docs about gnus-sync-backend
8150         possibilities.
8151         (gnus-sync-save): Remove unnecessary message.
8152         (gnus-sync-read): Optimize and show what groups were skipped.
8154 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8156         Minor bug fixes for gnus-sync.el.
8158         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8159         Don't read the sync on get-new-news.
8161         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8162         quiet.
8164         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8165         (fix typo).
8167 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8169         Make saving and restoring of hidden threads work with overlays.
8170         Patch applied by Ted Zlatanov.
8172         * gnus-sum.el (gnus-hidden-threads-configuration)
8173         (gnus-restore-hidden-threads-configuration): Update to deal with text
8174         properties, rather than searching for a magic character.
8176 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8178         New gnus-sync.el library for synchronization of marks.
8180         * gnus-sync.el: New library for synchronization of marks.
8182         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8183         renamed from `gnus-registry-grep-in-list'.
8185         * gnus-registry.el (gnus-registry-follow-group-p):
8186         Use `gnus-grep-in-list'.
8188         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8190 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8192         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8193         determining charset of text fails.
8195 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8197         * nnmail.el (nnmail-get-new-mail-1): Revert.
8199         * nnml.el (nnml-active-number): Make sure names of newly created groups
8200         in nnml-group-alist are encoded.
8202 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8204         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8205         containing non-ASCII characters in active file for nnml back end.
8207 2010-07-24  David Engster  <dengste@eml.cc>
8209         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8210         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8212 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8214         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8215         tag (Bug#6654).
8217 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8219         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8220         the article buffer, not the summary buffer.
8222 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8224         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8225         Emacs 23 as well.
8227 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8229         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8230         Patch applied by Karl Fogel.
8232         * gnus-sum.el (gnus-summary-bookmark-make-record):
8233         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8235 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8237         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8238         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8239         C-w still not working correctly from Article buffers; Thierry's
8240         patch to fix that will be applied after this.
8242         * gnus-art.el (bookmark-make-record-function): New local variable.
8244         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8245         article buffer.
8246         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8248 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8250         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8251         on changes in bookmark.el.
8253 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8255         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8256         the *other* type of HTML form submission.
8258 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8260         * auth-source.el (auth-source-pick): If choice does not contain a
8261         questioned keyword, set the check to t.
8263 2010-06-12  Romain Francoise  <romain@orebokech.com>
8265         * gnus-util.el (gnus-date-get-time): Move up before first use.
8267 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8269         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8270         (gnus-article-edit-part): Bind it to make last part that is substituted
8271         or deleted visible.
8272         (gnus-mime-display-single): Buttonize part of which id equals to
8273         gnus-mime-buttonized-part-id.
8275 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8277         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8278         (gnus-dd-mmm): Use gnus-date-get-time.
8279         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8280         simplify logic.
8281         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8282         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8284 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8286         * auth-source.el (top): Autoload `secrets-list-collections',
8287         `secrets-create-item', `secrets-delete-item'.
8288         (auth-sources): Fix tag string.
8289         (auth-get-source, auth-source-retrieve, auth-source-create)
8290         (auth-source-delete): New defuns.
8291         (auth-source-pick): Rewrite in order to avoid 2 passes.
8292         (auth-source-forget-user-or-password): New parameter USERNAME.
8293         (auth-source-user-or-password): New parameters CREATE-MISSING and
8294         DELETE-EXISTING.  Retrieve password interactively, if needed.
8296 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8298         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8299         deleting unused directories when gnus-expert-user is t.
8301 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8303         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8304         for each temp file when gnus-article-browse-delete-temp is ask.
8306 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8308         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8310 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8312         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8313         article unless decoding article to be saved.
8315 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8318         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8319         generated within the mm-with-unibyte-current-buffer macro.
8321 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8323         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8324         to nil when we're in a mml-preview buffer and no group is selected.
8326 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8328         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8329         when catching the `C-g'.  Reported by "Leo".
8331 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8333         * message.el (message-forward-make-body-plain)
8334         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8335         multibyte-string-p.
8337 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8339         * message.el (message-forward-make-body-mml): Assume original message
8340         is multibyte string; error on unibyte.
8341         (message-forward-make-body-plain): Ditto; don't add excessive newline
8342         in body end.
8344 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8346         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8347         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8349 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8351         * mm-extern.el (mm-extern-url): Don't use
8352         mm-with-unibyte-current-buffer.
8353         (mm-extern-cache-contents): Use with-current-buffer instead of
8354         save-excursion + set-buffer.
8356 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8358         * mm-util.el (mm-emacs-mule): Remove.
8360 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8362         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8363         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8364         change.
8366 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8368         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8369         bind the default value of enable-multibyte-characters to nil.
8371 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8373         * message.el (message-forward-make-body-plain)
8374         (message-forward-make-body-mml):
8375         Don't use mm-with-unibyte-current-buffer.
8377 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8379         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8380         (Bug#5592).
8382 2010-05-07  Julien Danjou  <julien@danjou.info>
8384         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8385         it to mm-pipe-part.
8387         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8388         it is given.
8390 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8392         * nnweb.el (nnweb-gmane-search):
8393         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8394         XEmacs.
8396         * gnus-art.el (gnus-article-browse-html-parts):
8397         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8398         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8399         make-temp-file.
8401         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8402         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8403         compiling.
8405         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8406         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8407         XEmacs when compiling.
8409         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8410         gnus-pick-mode-off-hook for XEmacs when compiling.
8411         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8412         gnus-binary-mode-off-hook for XEmacs when compiling.
8414         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8415         Return nil if char-charset is not available.
8417         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
8418         macro.
8420         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8421         instead of encode-coding-string.
8423         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8424         'xemacs) instead of mm-emacs-mule to switch function definitions.
8425         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8427 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8429         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8431 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8433         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8434         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8436 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8438         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8439         alias `jka-compr-delete-temp-file' no longer exists.
8441 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8443         Use define-minor-mode in Gnus where applicable.
8444         * mml.el (mml-mode): Use define-minor-mode.
8445         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8446         (gnus-undo-mode): Use define-minor-mode.
8447         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8448         (gnus-dead-summary-mode): Use define-minor-mode.
8449         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8450         Initialize in declaration.
8451         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8452         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8453         (gnus-mailing-list-mode): Use define-minor-mode.
8454         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8455         (gnus-draft-mode): Use define-minor-mode.
8456         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8457         (gnus-dired-mode): Use define-minor-mode.
8459 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8461         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8462         handles on recursive mml-to-mime translation and check them for
8463         boundary delimiter collisions.  Reported by Greg Troxel.
8465 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8467         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8469 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8471         * mm-util.el (mm-find-buffer-file-coding-system):
8472         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8474 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8476         * message.el (message-generate-headers): Record insertion of optional
8477         headers as well.  Otherwise the check to prevent repeated insertion of
8478         optional headers is a no-op.
8480 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8482         * smime.el: Don't mention CVS.
8484         * nnrss.el (nnrss-fetch): Don't mention CVS.
8486         * nnir.el: Don't mention CVS.
8488 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8490         * gnus-sum.el (gnus-summary-bookmark-make-record):
8491         Add `location' field.
8493 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8495         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8496         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8497         Use with-current-buffer to silence the byte-compiler.
8498         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8499         bother to require `gnus'.
8500         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8502 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8504         * gnus-sum.el (gnus-summary-bookmark-make-record)
8505         (gnus-summary-bookmark-jump): New functions.
8506         (gnus-summary-mode): Setup bookmark support.
8508 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8510         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8511         if set.
8513 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8515         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8516         gnus-article-browse-html-save-cid-image; make it work recursively for
8517         forwarded messages as well.
8518         (gnus-article-browse-html-parts): Work when prefix arg is given.
8519         (gnus-article-browse-html-article): Doc fix.
8521 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8523         * message.el (message-default-mail-headers):
8524         (message-default-headers): Carry the value mail-default-headers over
8525         into message-default-mail-headers, rather than message-default-headers.
8527 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8529         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8530         charset.
8532         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8533         charset into the <meta> tag when the article is encoded to utf-8.
8535 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8537         * gnus-art.el (gnus-article-browse-delete-temp-files):
8538         Delete directories as well.
8539         (gnus-article-browse-html-parts): Work for images that do not specify
8540         file names; delete temp directory when quitting; insert header at the
8541         right place; use file: scheme for image files.
8543 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8545         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8546         (gnus-article-browse-html-parts): Use it to make temporary cid image
8547         files in addition to html file so that browser may display them.
8549 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8551         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8553 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8555         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8557 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8559         * auth-source.el (auth-sources): Change default to be simpler.
8560         Explain about Secret Service API sources.  Improve Customize options.
8561         (auth-source-pick): Change to accept any number of search parameters.
8562         Implement fallbacks iteratively, not recursively.  Add scoring on the
8563         second pass and sort by score.  Call Secret Service API when needed.
8564         (auth-source-user-or-password): Use it.  Call Secret Service API
8565         directly when needed to get the user name and the password.
8567 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8569         * message.el (message-interactive): Doc fix.
8570         (message-qmail-inject-args): Reflow.
8571         (message-kill-to-signature): Fix typo in docstring.
8573         * smiley.el (smiley-buffer): Fix typo in docstring.
8575 2010-03-24  Glenn Morris  <rgm@gnu.org>
8577         * mail-source.el (gnus-message): Declare.
8578         (mail-source-delete-old-incoming): Require gnus-util.
8580 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8584         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8586         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8587         password-cache's default if it is not bound.
8588         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8589         password-cache-expiry's default if it is not bound.
8591         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8592         available in Emacs 21.
8594 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8596         * auth-source.el (auth-sources): Fix up definition so extra parameters
8597         are always inline.
8599 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8601         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8602         wasn't updated after mismatch.  Clear cached mailbox info correctly
8603         when uidvalidity changes.
8604         (nnimap-group-prefixed-name): New function to avoid some code
8605         duplication.
8606         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8607         (nnimap-request-group): Use it.
8608         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8609         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8610         with many imap folders.  This is done by caching the group status from
8611         the imap server persistently in a group parameter `imap-status'.  (This
8612         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8613         but not persistently, so every Gnus startup was still very slow.)
8615 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8617         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8618         secrets.el dependency.
8619         (auth-sources): Add optional user name.  Add secrets.el configuration
8620         choice (unused right now).
8622 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8624         * gnus-sum.el (gnus-summary-make-menu-bar):
8625         Let `gnus-registry-install-shortcuts' fill in the functions.
8627         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8628         warnings.
8629         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8630         (gnus-registry-install-shortcuts): Populate and use it in a
8631         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8633 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8635         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8636         In-place substitutions for the group name encoding/decoding.
8637         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8638         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8639         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8640         (nnimap-update-unseen, nnimap-request-list)
8641         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8642         (nnimap-request-set-mark, nnimap-split-to-groups)
8643         (nnimap-split-articles, nnimap-request-newgroups)
8644         (nnimap-request-create-group, nnimap-request-accept-article)
8645         (nnimap-request-delete-group, nnimap-request-rename-group)
8646         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8647         `encoded-mbx' for consistency.
8648         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8649         variable `imap-current-mailbox'.
8651         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8652         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8654 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8656         * pop3.el (pop3-display-message-size-flag): Display message size byte
8657         counts during POP3 download.
8658         (pop3-movemail): Use it.
8659         (pop3-list): Implement listing of available messages.
8661 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8663         * nnir.el (nnir-get-article-nov-override-function): New function to
8664         override the normal NOV retrieval.
8665         (nnir-retrieve-headers): Use it.
8667 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8669         * auth-source.el (netrc-machine-user-or-password): Autoload.
8671 2010-03-19  Glenn Morris  <rgm@gnu.org>
8673         Stop message.el from loading about 40 libraries it doesn't always need.
8674         The general approach is to autoload rather than require, and to
8675         require in the specific functions rather than the file.  (Bug#5642)
8677         * gmm-utils.el: Don't require wid-edit.
8678         (widget-create-child-value, widget-convert, widget-default-get):
8679         Autoload.
8681         * gnus-util.el: Don't require time-date, netrc.
8682         (message-fetch-field, gnus-group-name-decode): Declare rather than
8683         autoloading.
8684         (gnus-fetch-field): Require message.
8685         (gnus-decode-newsgroups): Require gnus-group.
8687         * ietf-drums.el: Don't require time-date.
8689         * message.el: Don't require hashcash, canlock, ecomplete.
8690         Do require mail-utils.  Require nnheader only when compiling.
8691         (smtpmail-default-smtp-server): Remove declaration.
8692         (message-send-mail-function): Check smtpmail-default-smtp-server
8693         is bound rather than requiring smtpmail.
8694         (message-auto-save-directory, message-insert-signature):
8695         Use expand-file-name rather than nnheader-concat.
8696         (nnheader-insert-file-contents): Autoload.
8697         (hashcash-wait-async): Declare.
8698         (message-send-mail): Only call gnus-setup-posting-charset if
8699         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8700         (message-send-mail-with-sendmail): Require sendmail.
8701         (canlock-password, canlock-password-for-verify): Declare.
8702         (message-canlock-password): Require canlock.
8703         (nnheader-get-report): Autoload.
8704         (gnus-setup-posting-charset): Declare.
8705         (message-send-news): Require gnus-msg.
8706         (message-make-references, message-make-in-reply-to): Use mail-header-id
8707         rather than the alias mail-header-message-id.
8708         (ecomplete-add-item, ecomplete-save): Declare.
8709         (message-put-addresses-in-ecomplete): Require ecomplete.
8710         (ecomplete-display-matches): Autoload.
8712         * mm-decode.el: Don't require mailcap, gnus-util.
8713         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8714         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8715         Autoload.
8716         (mailcap-mime-extensions): Declare.
8718         * mm-encode.el: Don't require mailcap.
8719         (mailcap-extension-to-mime): Autoload.
8721         * mml-sec.el: Don't require password-cache.
8723         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8724         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8725         (mml-minibuffer-read-type): Require mailcap.
8726         (mml-preview): Require gnus-msg.
8728         * mml1991.el: Require password-cache.
8729         (password-cache-expiry): Remove declaration.
8731         * mml2015.el: Require password-cache.
8732         (password-cache-expiry): Remove declaration.
8734         * nneething.el (mailcap): Require mailcap.
8736         * nnheader.el (declare-function): Add compatibility stub.
8737         (message-remove-header): Declare rather than autoload.
8738         (nnheader-replace-header): Require message.
8740         * nnimap.el (declare-function): Add compatibility stub.
8741         (netrc-parse, netrc-machine-user-or-password): Declare.
8742         (nnimap-open-connection): Require netrc.
8744         * nntp.el (declare-function): Add compatibility stub.
8745         (netrc-parse, netrc-machine, netrc-get): Declare.
8746         (nntp-send-authinfo): Require netrc.
8748         * rfc2047.el: Don't require qp.
8749         (quoted-printable-encode-region, quoted-printable-decode-string):
8750         Autoload.
8752         * sieve-mode.el: Don't require easymenu.
8753         (easy-menu-add-item): Autoload it.
8755         * spam-stat.el (time-to-number-of-days): Autoload it.
8757 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8759         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8760         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8761         value if any backslash escapes).
8763 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8765         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8766         if it is available.  (bug#5647)
8768 2010-02-26  Glenn Morris  <rgm@gnu.org>
8770         * message.el (message-send-mail-function): Change the default, so that
8771         it inherits from a customized send-mail-function.  (Bug#5643)
8773 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8775         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8776         shell-command-to-string signals an error (bug#5299).
8778 2010-02-24  Glenn Morris  <rgm@gnu.org>
8780         * message.el (message-smtpmail-send-it)
8781         (message-send-mail-with-mailclient): Doc fixes.
8783 2010-02-16  Glenn Morris  <rgm@gnu.org>
8785         * message.el (message-default-mail-headers): Change the default value
8786         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8788 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8790         * message.el (message-mail): Just pass yank-action on to message-setup.
8791         (message-setup): Handle (FUN . ARGS) form of yank-action.
8792         (message-with-reply-buffer, message-widen-reply)
8793         (message-yank-original): Handle non-buffer values of
8794         message-reply-buffer (Bug#4080).
8795         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8797 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8799         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8800         Fix typo in docstring.
8802 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8804         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8805         response.
8807 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8809         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8811         * message.el (message-check-news-header-syntax): Protect against a
8812         string that `rfc822-addresses' returns when parsing fails.
8814 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8817         (gnus-previous-char-property-change): New functions.
8819         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8821 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8823         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8824         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8826 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8828         * message.el (message-exchange-point-and-mark): Rework last change to
8829         avoid using optional arg of exchange-point-and-mark, for backward
8830         compatibility.
8832 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8834         * message.el (message-exchange-point-and-mark):
8835         Call exchange-point-and-mark with an argument rather than setting
8836         mark-active by hand (Bug#5175).
8838 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8840         * nntp.el (nntp-service-to-port): Work for service expressed with
8841         numeric string; replace [:digit:] with [0-9] for XEmacs.
8843 2009-12-17  Glenn Morris  <rgm@gnu.org>
8845         * gnus-group.el (gnus-bug-group-download-format-alist):
8846         Change emacs entry to debbugs.gnu.org.  Bump :version.
8848 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8850         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8852 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8854         * message.el (message-info): Explain why we use `Info-goto-node'.
8856 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * message.el (message-completion-in-region): New compatibility function.
8859         (message-expand-group): Use it.
8861 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8863         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8864         with no unread article should be listed if the 2nd arg `predicate' is
8865         given.
8867 2009-11-29  Juri Linkov  <juri@jurta.org>
8869         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8870         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8871         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8873 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8875         * message.el (message-from-style, message-interactive)
8876         (message-signature): Always set default values from the corresponding
8877         mail-* variables.
8878         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8879         (message-yank-prefix, message-indentation-spaces)
8880         (message-signature-file, message-default-headers): Use boundp rather
8881         than (featurep 'xemacs) to check if the corresponding mail-* variables
8882         exist.
8884 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
8886         * message.el (message-send-mail-with-sendmail): Revert last change.
8888 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8890         * message.el (message-from-style, message-interactive)
8891         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8892         (message-yank-prefix, message-indentation-spaces, message-signature)
8893         (message-signature-file, message-default-headers): For GNU Emacs, set
8894         default values from the corresponding mail-* variables.
8895         (message-send-mail-with-sendmail): Use envelope-from only if
8896         mail-specify-envelope-from is non-nil.
8898 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8900         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8901         containing tspecial characters if they have been already quoted.
8903 2009-10-24  Glenn Morris  <rgm@gnu.org>
8905         * gnus-art.el (help-xref-stack-item): Define for compiler.
8907 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8909         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8911 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8913         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8914         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8916 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8918         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8919         (gnus-overlays-in): New alias to overlays-in.
8921         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8922         gnus-overlay-get, and gnus-delete-overlay.
8923         (gnus-summary-show-thread): Make it work as well for systems in which
8924         next-single-char-property-change is not available.
8925         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8927 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8929         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8931 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8933         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8934         and XEmacs that don't have `remove-overlays'.
8936 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8938         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8939         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8940         selective display.  Use overlays instead.
8942 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8944         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8946 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8948         * spam-stat.el (spam-stat-load): Fix typo in message.
8950 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8952         * gnus-art.el (gnus-article-encrypt-body):
8953         * message.el (message-check-recipients):
8954         * mm-util.el (mm-codepage-setup):
8955         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8956         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8958 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8960         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8961         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8962         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8963         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8964         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8966 2009-09-18  Glenn Morris  <rgm@gnu.org>
8968         * gnus-diary.el (gnus-diary-check-message):
8969         * message.el (message-insert-formatted-citation-line):
8970         * nnbabyl.el (top-level):
8971         * nndiary.el (nndiary-schedule):
8972         Fix typos in condition-case handlers.
8974 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8976         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8977         configuration that provides the sole article window in a frame;
8978         position point correctly after deleting a part.
8980 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8982         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8983         (spam-resolve-registrations-routine): Use it to unregister articles
8984         that change status.
8986 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8988         * nnrss.el (nnrss-request-article): Remove binding of
8989         default-enable-multibyte-characters that has gotten needless by
8990         the 2007-07-13 change in rfc2047-encode-message-header.
8992         * mml.el (mml-insert-multipart): Error on the message header.
8993         (mml-insert-part): Error on the message header; position point at
8994         the end of a MIME tag.
8996 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8998         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
8999         (gnus-float-time): Alias to float-time if it exists.
9001         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9002         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9003         float-time is available; suppress compile warning for time-to-seconds.
9005 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9007         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9008         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9009         Add the optional argument `encoding' that overrides the default.
9011         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9012         mm-encode-buffer.
9014 2009-09-04  Glenn Morris  <rgm@gnu.org>
9016         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9017         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9018         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9019         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9020         * mm-util.el (mm-with-unibyte-current-buffer)
9021         (mm-find-buffer-file-coding-system):
9022         * yenc.el (yenc-decode-region): Use default-value rather than
9023         default-enable-multibyte-characters.
9025 2009-09-03  Glenn Morris  <rgm@gnu.org>
9027         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9028         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9029         than default-enable-multibyte-characters.
9031 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9033         * gnus-art.el (gnus-article-read-summary-keys):
9034         Fix gnus-buffer-configuration's value temporarily used.
9036 2009-09-02  Glenn Morris  <rgm@gnu.org>
9038         * gnus-util.el (gnus-float-time): New function.
9039         * gnus-delay.el (gnus-delay-article):
9040         * gnus-sum.el (gnus-thread-latest-date):
9041         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9042         * nnspool.el (nnspool-request-newgroups):
9043         Use gnus-float-time rather than time-to-seconds.
9044         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9046         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9047         (gnus-header-subject-face, gnus-header-newsgroups-face)
9048         (gnus-header-name-face, gnus-header-content-face):
9049         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9050         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9051         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9052         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9053         (gnus-cite-face-11):
9054         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9055         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9056         (gnus-server-closed-face, gnus-server-denied-face)
9057         (gnus-server-offline-face):
9058         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9059         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9060         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9061         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9062         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9063         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9064         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9065         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9066         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9067         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9068         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9069         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9070         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9071         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9072         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9073         (gnus-summary-high-undownloaded-face)
9074         (gnus-summary-low-undownloaded-face)
9075         (gnus-summary-normal-undownloaded-face)
9076         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9077         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9078         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9079         (gnus-splash-face):
9080         * message.el (message-header-to-face, message-header-cc-face)
9081         (message-header-subject-face, message-header-newsgroups-face)
9082         (message-header-other-face, message-header-name-face)
9083         (message-header-xheader-face, message-separator-face)
9084         (message-cited-text-face, message-mml-face):
9085         * sieve-mode.el (sieve-control-commands-face)
9086         (sieve-action-commands-face, sieve-test-commands-face)
9087         (sieve-tagged-arguments-face):
9088         * spam.el (spam-face):
9089         Mark face aliases with "-face" in the name as obsolete.
9091 2009-09-01  Glenn Morris  <rgm@gnu.org>
9093         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9094         than goto-line.
9096 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9098         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9099         Don't move point if the command is invoked inside the message header.
9101 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9103         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9104         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9105         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9106         * nnir.el (nnir-swish-e-index-file):
9107         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9108         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9109         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9110         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9111         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9112         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9114 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9116         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9117         Don't save excursion.
9119 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9121         * nnheader.el (nnheader-find-file-noselect):
9122         * mm-util.el (mm-insert-file-contents):
9123         Use (default-value 'major-mode) instead of default-major-mode.
9125 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9127         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9129 2009-08-25  Glenn Morris  <rgm@gnu.org>
9131         * nnir.el (top-level): Don't require cl at run-time.
9132         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9133         Replace cl-function substitute with gnus-replace-in-string.
9134         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9135         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9136         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9137         simplified expansions.
9139 2009-08-22  Glenn Morris  <rgm@gnu.org>
9141         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9142         goto-line.
9144 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9148         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9149         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9150         (gnus-mm-display-part, gnus-mime-display-single)
9151         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9152         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9154         * gnus-sum.el
9155         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9156         (gnus-summary-move-article): Add expirable mark to articles copied or
9157         moved to group that has auto-expire turned on if the option is non-nil.
9159 2009-07-24  Glenn Morris  <rgm@gnu.org>
9161         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9162         Fix typo.  (Bug#3903)
9164 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9166         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9167         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9168         that should not be used for draft articles.
9169         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9170         that has no concern in minor mode keys.
9171         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9172         Abolish.
9174 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9176         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9177         article without making inquiry to a user for unknown encoding.
9179         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9180         (nnmaildir--scan): Assume i-node and device number that file-attributes
9181         returns might be cons-cell.
9183 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9185         * auth-source.el: Remove docs now in auth.texi.  Don't use
9186         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9187         `auth-source-hide-passwords' and use them.
9189 2009-07-15  Glenn Morris  <rgm@gnu.org>
9191         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9193 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9195         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9196         excessive whitespace from the default values of title and description.
9198 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9201         mail-fetch-field to fetch Content-Description header in order to
9202         exclude newlines.
9204 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9206         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9207         to deleted part.
9209 2009-05-30  David Engster  <dengste@eml.cc>
9211         * nnmairix.el: Remove old documentation in the commentary block.
9212         (nnmairix-request-group): Do not update active file for nnml back ends.
9213         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9214         end so that overview files are ignored.
9215         (nnmairix-update-groups): Make updating the groups more robust by using
9216         marks.
9217         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9218         with dollar characters in message-id.
9220 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9222         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9223         2008-12-25 in dns.el.
9225 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9227         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9228         could happen if the text is only composed of spaces and/or tabs.
9230 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9232         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9233         when sending a queued message to avoid extra mml tags.
9235 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9237         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9239 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9241         * gnus-dired.el: Remove autoload for gnus-setup-message.
9242         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9243         displaying Gnus logo; always use compose-mail.
9245 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9247         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9249 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9251         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9252         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9253         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9254         available.
9255         (gnus-nocem-epg-verify): New function.
9257 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9259         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9261 2009-02-15  Glenn Morris  <rgm@gnu.org>
9263         * gnus-util.el (rmail-insert-rmail-file-header)
9264         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9265         autoloads.
9266         (rmail-default-rmail-file): Remove unnecessary declaration.
9267         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9269 2009-02-14  Glenn Morris  <rgm@gnu.org>
9271         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9272         variable (only used in gnus-util, which declares it anyway).
9273         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9274         which was only needed by gnus-art (changed to not use it any more).
9275         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9276         only used in gnus-util, which autoloads it itself.
9277         (rmail-update-summary): Fix autoload.
9279         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9280         rather than rmail-output-to-rmail-file.
9282 2009-02-07  Glenn Morris  <rgm@gnu.org>
9284         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9285         autoload of function that no longer exists.
9286         (rmail-toggle-header): Declare.
9287         (message-forward-rmail-make-body): Handle mbox Rmail.
9289 2009-01-31  Glenn Morris  <rgm@gnu.org>
9291         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9292         2009-01-09 change.
9294 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9296         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9297         (auth-source-forget-all-cached): New convenience function.
9298         (auth-source-user-or-password): Accept list of modes or a single mode.
9300         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9301         auth-source modes.
9303         * nnimap.el (nnimap-open-connection): Use list of
9304         auth-source modes.
9306         * nntp.el (nntp-send-authinfo): Use list of
9307         auth-source modes.
9309 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9311         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9312         now.
9314 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9316         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9317         coding system in XEmacs; add a workaround for XEmacs.
9319 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9321         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9322         of current-language-environment.
9324 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9326         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9327         available at runtime.
9329 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9331         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9333 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9335         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9336         the greatest positive fixnum value doesn't work under an XEmacs with
9337         bignum support; use the most-positive-fixnum constant instead,
9338         available since Emacs 21.1 with cl and XEmacs 21.1.
9340 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9342         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9343         XEmacs gets not to work.
9345 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9347         * mm-util.el (mm-coding-system-priorities): Allow the value like
9348         "Japanese (UTF-8)" of current-language-environment.
9350 2009-01-09  Glenn Morris  <rgm@gnu.org>
9352         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9353         with last-command-event.
9355 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9357         * message.el (message-fix-before-sending): Amend comment.
9359 2009-01-07  David Engster  <dengste@eml.cc>
9361         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9362         simplified server definitions by converting it via
9363         gnus-server-to-method.
9365 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9367         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9368         parameter's operands.
9370 2009-01-06  David Engster  <dengste@eml.cc>
9372         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9373         primary select method (for gnus-group-mark-article-as-read).
9375 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9377         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9378         `(gnus)Face', not `(gnus)X-Face'.
9380 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9382         * mm-util.el (mm-ucs-to-char): New function.
9384         * mm-url.el (mm-url-decode-entities): Use it.
9386 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9388         * message.el (message-fix-before-sending): Add `eight-bit' to
9389         illegible-text check.
9391 2009-01-03  Michael Olson  <mwolson@gnu.org>
9393         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9394         `headers' is nil.  This can occur if the IMAP server does not have
9395         permissions to read messages from a folder, but can write new messages
9396         to the folder.
9397         (nnimap-request-article-part): Do not insert `data' if it is nil.
9399 2009-01-01  Dave Love  <fx@gnu.org>
9401         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9403         * nnimap.el: Fix author email.
9404         (nnimap-split-rule): Add FIXME comment.
9405         (nnimap-debug): Fix doc string.
9407 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9409         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9410         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9411         to check if those variables exist (first appeared in Emacs 18.50).
9413 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9415         * mm-util.el (mm-line-number-at-pos): New function.
9417         * spam-report.el (spam-report-process-queue): Use it.
9419 2008-12-24  David Engster  <dengste@eml.cc>
9421         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9422         parameters that haven't existed as variables as buffer-local variables.
9424 2008-12-23  Dave Love  <fx@gnu.org>
9426         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9427         cadar.
9429         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9430         imap-starttls-p.
9431         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9433 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9435         * spam-report.el (spam-report-gmane-max-requests): New constant.
9436         (spam-report-gmane-wait): New variable.
9437         (spam-report-gmane-ham, spam-report-gmane-spam)
9438         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9439         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9440         the server.
9442         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9443         Add explanations.
9445         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9446         nnheader-accept-process-output and nnheader-read-timeout if available.
9447         (pop3-movemail): Use it.
9449         * message.el (message-check-news-body-syntax): Fix signature check if
9450         there's an attachment.
9452 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9454         * mm-util.el: Add comments to the mm- emulating functions.
9456 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9458         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9459         Reported by Stephen Berman <stephen.berman@gmx.net>.
9461 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9463         * mm-util.el (mm-substring-no-properties): New function.
9464         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9465         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9466         (mm-string-to-multibyte): Doc fix.
9468         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9470 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9472         * mml.el (mml-attach-file): Strip text properties from file name.
9473         (Bug#1574)
9475 2008-12-16  Glenn Morris  <rgm@gnu.org>
9477         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9479 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9481         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9482         knows since the charset specified might be a bogus alias that
9483         mm-charset-synonym-alist provides.
9485 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9487         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9488         "ISO_8859-1".
9490         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9492 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9494         * mm-util.el (mm-charset-eval-alist):
9495         Define it before mm-charset-to-coding-system.
9496         (mm-charset-to-coding-system): Add optional argument `silent';
9497         define it before mm-charset-override-alist.
9498         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9499         default value if it can be used in Emacs currently running;
9500         silence mm-charset-to-coding-system.
9502 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9504         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9505         `allow-override' which says whether to use `mm-charset-override-alist'.
9506         (rfc2047-decode-encoded-words): Use it.
9508         * mm-util.el (mm-charset-override-alist): Fix custom type;
9509         add `(gb2312 . gbk)' to choices.
9511 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9513         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9514         fast.
9516         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9518 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9520         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9521         on links.
9523         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9525 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9527         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9528         users' addresses that don't have domain parts.
9529         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9530         rather than message-narrow-to-head since there will be the message
9531         header separator.
9533 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9535         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9536         since the result is inserted in a unibyte buffer anyway.
9537         (nnimap-demule-use-string-to-multibyte): Remove.
9538         (nnimap-demule): Alias it to mm-string-to-multibyte.
9540 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9542         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9543         variable for debugging bug#464 and bug#1174.
9544         (nnimap-demule): Use it.
9546 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9548         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9549         score calculation correctly.
9551 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9553         * message.el (message-send-mail): Just set the buffer to unibyte
9554         rather than use mm-with-unibyte-current-buffer which does a lot more.
9555         (message-send-mail-partially): Don't bother with
9556         mm-with-unibyte-current-buffer since it's already been made unibyte by
9557         message-send-mail.
9559 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9561         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9563 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9565         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9567 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9569         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9570         require itself and to remove `with-no-warnings'.
9572 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9574         * starttls.el (starttls-any-program-available): Get the name of the
9575         available TLS layer program.
9576         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9577         well as the host name in the "opening" message.
9579         * auth-source.el (auth-source-cache, auth-source-do-cache)
9580         (auth-source-user-or-password): Cache passwords and logins by default,
9581         allow override with `auth-source-do-cache'.
9582         (auth-source-forget-user-or-password): Allow users to remove cache
9583         entries if needed.
9585 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9587         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9588         condition-case to only the forward-sexp call.
9590 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9592         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9593         quotes contained.  Make it more robust regardless by an extra
9594         condition-case wrapper.
9596 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9598         * nnml.el (nnml-request-expire-articles): Check if the function set to
9599         `nnmail-expiry-target' returns the symbol `delete'.
9601         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9603         * nnmail.el (nnmail-expiry-target): Fix custom type.
9605 2008-10-02  Glenn Morris  <rgm@gnu.org>
9607         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9608         Silence compiler warning.
9610 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9612         * mml.el (mml-menu): Don't assume mml2015 is bound.
9614 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9616         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9617         exists.
9619 2008-09-27  Glenn Morris  <rgm@gnu.org>
9621         * gnus-util.el (mail-header-remove-comments): Autoload it.
9623 2008-09-27  Andreas Schwab  <schwab@suse.de>
9625         * gnus-util.el (gnus-split-references): Strip comments.
9626         (gnus-parent-id): Likewise.
9628 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9630         * message.el (message-confirm-send): Fix version.
9632 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9634         * message.el (message-idna-to-ascii-rhs-1): Use
9635         mail-extract-address-components rather than mail-header-parse-addresses
9636         that is an alias by default to ietf-drums-parse-addresses that does not
9637         support non-ASCII names in headers' contents.
9639 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9641         * message.el (message-confirm-send): Fix variable documentation to
9642         avoid the "y/n" wording.
9644 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9646         * message.el (message-set-auto-save-file-name): Save to a different
9647         filename so multiple messages (especially drafts) can be recovered.
9649 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9651         * message.el (message-confirm-send): Add appropriate version.
9653 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9655         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9656         defvar.
9658 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9660         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9661         (mm-pkcs7-enveloped-magic): Ditto.
9663 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9665         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9666         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9668 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9670         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9671         default, it's better.
9673 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9675         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9676         summary line gnus-number property and ignore them (with a warning
9677         message).
9679 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9681         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9682         macro caddr in the interactive form since it won't be expanded.
9684 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9687         `charset'; fix name of function called recursively.
9688         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9690 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9692         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9693         (gnus-mime-set-charset-parameters): New function.
9694         (gnus-mime-view-part-as-charset): Use it to correctly display part
9695         specifying wrong charset.
9697 2008-09-08  David Engster  <dengste@eml.cc>
9699         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9700         in completing-read for back end server.
9702 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9704         * message.el (message-confirm-send): New variable to confirm sending a
9705         message.
9706         (message-send): Use it.
9708 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9710         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9712 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9714         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9716 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9718         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9719         prevent tracking too many groups.
9720         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9721         Use it.
9723 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9725         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9726         moving point to the bottom of the window in order to avoid recentering.
9728 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9730         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9731         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9732         (gnus-article-beginning-of-window): Fix calculation.
9734 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9736         * gnus-msg.el (gnus-summary-supersede-article)
9737         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9738         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9739         message header.
9741 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9743         * message.el:
9744         * gnus-start.el:
9745         * gnus-registry.el: Remove VMS support.
9747 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9749         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9750         macro.
9751         (rfc2104-hash): Use it.
9753 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9755         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9756         (gnus-summary-sort-by-most-recent-date): New commands.
9757         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9758         and menu entries.
9760 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9762         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9763         don't redisplay article for raw contents; remove plural articles stuff.
9765         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9766         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9767         on gnus-summary-save-article; display results properly.
9769 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9771         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9773 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9775         * gnus-art.el (gnus-summary-save-in-pipe):
9776         Consider gnus-save-all-headers.
9778 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9780         * gnus-util.el (ns-focus-frame): Remove declaration.
9781         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9782         like x.
9784 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9786         * rfc2104.el (rfc2104-zero): Delete defconst.
9787         (rfc2104-hex-alist): Likewise.
9788         (rfc2104-hex-to-int): Delete func.
9789         (rfc2104-hexstring-to-bitstring): Likewise.
9790         (rfc2104-nybbles): New defconst.
9791         (rfc2104-hash): Rewrite for speed.
9793 2008-07-16  Glenn Morris  <rgm@gnu.org>
9795         * gnus-util.el (ns-focus-frame): Declare for compiler.
9797 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9799         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9800         set as a group parameter.
9801         (gnus-summary-save-in-pipe): Work when it is called independently.
9802         (gnus-summary-pipe-to-muttprint): Don't modify
9803         gnus-summary-pipe-output-default-command.
9805 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9807         * message.el (message-send-mail-with-sendmail):
9808         Display the error message.
9810 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9812         * gnus-art.el (gnus-default-article-saver):
9813         Add gnus-summary-save-in-pipe to choices.
9814         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9815         gnus-summary-pipe-output-default-command as the default command.
9816         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9817         instead of gnus-last-shell-command.
9819         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9820         New user option.
9821         (gnus-summary-muttprint-program): Mention the value will be changed.
9822         (gnus-summary-save-article): Force showing of all headers.
9823         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9825 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9827         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9829 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9831         * nnimap.el (nnimap-id):
9832         * sieve-manage.el (sieve-manage-open): Doc fixes.
9834 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9836         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9837         if available.
9839 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9841         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9843         * nnkiboze.el (nnkiboze-generate-group):
9844         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9846         * nnmairix.el: Require CL.
9848 2008-06-15  David Engster  <dengste@eml.cc>
9850         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9852 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9854         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9855         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9856         runtime choice under XEmacs.
9858         * gnus-sum.el (gnus-summary-set-display-table):
9859         Use `gnus-put-display-table', `gnus-get-display-table',
9860         `gnus-set-display-table' for the display table, instead of `aset'.
9862 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9864         * nnmairix.el: Add autoloads.
9866 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9868         * nnmairix.el (nnmairix-delete-recreate-group)
9869         (nnmairix-update-and-clear-marks): Fix error messages.
9871 2008-06-14  David Engster  <dengste@eml.cc>
9873         * nnmairix.el: Upgrade to version 0.6.
9874         (nnmairix-group-toggle-propmarks-this-group)
9875         (nnmairix-group-toggle-readmarks-this-group)
9876         (nnmairix-group-delete-recreate-this-group)
9877         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9878         (nnmairix-remove-tick-mark-original-article): New commands.
9879         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9880         (nnmairix-propagate-marks-to-nnmairix-groups)
9881         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9882         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9883         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9884         functions needed for marks propagation and manipulation of read marks.
9885         (nnmairix-update-groups): New function.
9886         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9887         (nnmairix-determine-original-group-from-registry)
9888         (nnmairix-determine-original-group-from-path)
9889         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9890         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9891         New helper functions.
9892         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9893         keystrokes for new commands.
9894         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9895         (nnmairix-request-group): Check allow-fast group parameter.
9896         (nnmairix-request-create-group): Set allow-fast group parameter if
9897         nnmairix-allowfast-default is set.
9898         (nnmairix-close-group): Propagate marks upon closing if needed.
9899         (nnmairix-group-toggle-threads-this-group): Use new.
9900         nnmairix-group-toggle-parameter helper function.
9901         (nnmairix-search): Better check for empty search result.
9902         (nnmairix-goto-original-article): Use new helper functions for
9903         determining original article.
9904         (nnmairix-show-original-article): Make sure message-id is in brackets.
9905         (nnmairix-call-mairix-binary): Change variable name.
9906         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9907         helper function.
9908         (nnmairix-widget-toggle-activate): Fix doc string.
9910 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9912         * nnir.el: Require edmacro when compiling with XEmacs.
9913         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9914         available in Emacs 21.
9916 2008-06-11  Glenn Morris  <rgm@gnu.org>
9918         * gnus-util.el (x-focus-frame):
9919         * gnus.el (image-size):
9920         * mm-decode.el (image-size): Declare.
9922         * gnus-picon.el (declare-function): Add compat definition.
9923         (image-size): Declare.
9925         * gnus-group.el (tool-bar-map):
9926         * gnus-sum.el (tool-bar-map): Define for compiler.
9928         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9930         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9932         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9933         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9934         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9935         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9936         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9937         * sieve-manage.el, spam-report.el, spam.el:
9938         Remove unnecessary eval-and-compile of autoloads.
9940 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9942         * auth-source.el: Precise Tramp doc.
9944 2008-06-07  Glenn Morris  <rgm@gnu.org>
9946         * nnmairix.el: Remove unnecessary eval-when-compile.
9948 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
9950         * nnir.el: New file.
9952 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9954         * gnus-util.el (gnus-read-shell-command): New function.
9955         * mm-decode.el (mm-pipe-part):
9956         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9958 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9960         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9962 2008-06-03  Glenn Morris  <rgm@gnu.org>
9964         * pop3.el (nnheader-accept-process-output): Autoload it.
9966 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9968         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9969         are not 2-digit hexadecimal characters that follow `%'s.
9971 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9973         * message.el (message-bogus-recipient-p): Fix type in doc string.
9974         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9975         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9976         Improve custom options.
9977         (message-bogus-recipient-p): Adjust accordingly.
9979 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9981         * nnmairix.el: Require edmacro when compiling with XEmacs.
9983 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9985         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
9986         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
9988 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
9990         * auth-source.el: Add more docs.
9992 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9994         * nnheader.el (nnheader-read-timeout): Change the default timeout from
9995         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
9996         retrieval faster in some cases, but might make CPU usage larger.
9997         If this has any bad side effects, we might revert this change.
9999         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10000         seems to make mail retrieval much, much faster.
10001         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10002         unconditionally.
10004         * gnus-draft.el (gnus-group-send-queue):
10005         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10007 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10009         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10011         * message.el (message-bogus-address-regexp): Fix and improve custom
10012         type.
10013         (message-setup-hook): Add message-check-recipients as custom option.
10015 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10017         * message.el (message-cite-function): Remove bogus autoload which crept
10018         in during merge from v5-10.
10020 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10022         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10024         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10026         * auth-source.el: Preliminary Tramp docs.
10027         (auth-sources): Change the default auth-sources to use
10028         EPA .gpg files.
10030 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10032         * nntp.el: Autoload `auth-source-user-or-password'.
10033         (nntp-send-authinfo): Use it.
10035         * nnimap.el: Autoload `auth-source-user-or-password'.
10036         (nnimap-open-connection): Use it.
10038         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10039         for the gnus-message function.
10040         (auth-source-user-or-password): Use it.
10042 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10044         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10045         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10046         (rfc2104-hash): Use it.
10048 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10050         * gnus-art.el (gnus-article-toggle-truncate-lines):
10051         Don't use `iff' in docstring.
10053 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10055         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10057         * gnus-util.el (gnus-extract-address-component-name)
10058         (gnus-extract-address-component-email): Convenience functions around
10059         `gnus-extract-address-components'.
10061         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10062         Use `gnus-extract-address-component-email' to fix bug of comparing full
10063         sender name to `user-mail-address'.
10065 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10067         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10068         catch/throw to optimize.
10069         (gnus-registry-find-keywords): Just use member to find a keyword.
10071 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10073         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10074         is current before calling gnus-server-prepare.
10075         (gnus-server-setup-buffer, gnus-server-update-server)
10076         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10078 2008-05-04  Juri Linkov  <juri@jurta.org>
10080         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10081         (mailcap-file-default-commands): Use mailcap-replace-in-string
10082         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10083         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10085 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10087         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10089 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10091         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10092         hooks.
10093         (gnus-update-read-articles): Speed up non-marks-using users.
10094         (gnus-use-marks): Define gnus-use-marks.
10095         (gnus-propagate-marks): Rename variable to something more sensible.
10097 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10099         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10100         (gmm-image-load-path-for-library): Fix typos in docstrings.
10101         (gmm-message): Reflow docstring.
10103 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10105         * mail-source.el (mail-source-set-1, mail-source-bind):
10106         Move auth-source code out of the macro to clean it up and fix bugs.
10108 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10110         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10111         by sender if it's equal to user-mail-address, it's likely to be
10112         useless.
10114         * mail-source.el (mail-source-bind): Don't use user or password if they
10115         are not bound.  Unintern them if they are nil.  Don't use server unless
10116         it's bound, and default it to empty string otherwise.
10118 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10120         * mail-source.el: Load auth-source.el.
10121         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10122         get user name or password, if auth-sources is set up.
10124         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10125         strategy of splitting with parent.
10126         (gnus-registry-split-fancy-with-parent)
10127         (gnus-registry-post-process-groups): Use it and fix prior
10128         bug (returning a list as the split result).
10130         * auth-source.el (auth-sources): Remove server parameter.
10131         (auth-source-pick, auth-source-user-or-password)
10132         (auth-source-user-or-password-imap)
10133         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10134         (auth-source-user-or-password-sftp)
10135         (auth-source-user-or-password-smtp): Remove server parameter.
10137 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10139         * smime.el (smime-sign-region, smime-encrypt-region)
10140         (smime-decrypt-region):
10141         Remove redundant calls to `generate-new-buffer-name'.
10143 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10145         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10146         Don't use QP for message/rfc822.
10147         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10149 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10151         * sieve-manage.el (sieve-string-bytes): Remove.
10152         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10153         correct byte-length only if the process's coding-system is the same as
10154         the one used internally by Emacs to represent strings.
10156 2008-04-22  Juri Linkov  <juri@jurta.org>
10158         * mailcap.el (mailcap-file-default-commands): New function.
10160 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10162         * message.el (message-signature-separator, message-cite-function):
10163         Change custom version.
10165 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10167         * mm-decode.el (mm-display-external): Make temp file read-only.
10169 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10171         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10172         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10173         `C-c C-f d'.
10175 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10177         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10179 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10181         * auth-source.el: Add docs.
10182         (auth-sources): Modify format to support server.
10183         (auth-source-pick, auth-source-user-or-password)
10184         (auth-source-user-or-password-imap)
10185         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10186         (auth-source-user-or-password-sftp)
10187         (auth-source-user-or-password-smtp): Add server parameter.
10189 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10191         * gnus-registry.el: Initialize the registry when gnus-registry-install
10192         is t.
10194 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10196         * compface.el (uncompface): Make buffer unibyte.
10198 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10200         * mail-source.el (mail-source-value):
10201         Prefer fboundp to functionp so it works with macros as well.
10203 2008-04-05  Glenn Morris  <rgm@gnu.org>
10205         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10207 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10209         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10210         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10212         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10213         multibyteness after rather than before erasing it.
10215         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10216         mm-with-multibyte.
10217         (gnus-request-article-this-buffer): Make sure the proper decoding is
10218         used if gnus-original-article-buffer happens to be unibyte.
10220         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10221         default-enable-multibyte-characters.
10223         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10224         default-enable-multibyte-characters.
10226         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10228         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10230 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10232         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10233         Fix last change in case the element is not even a symbol.
10235 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10237         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10238         imap-enable-exchange-bug-workaround.
10239         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10241 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10243         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10244         a 100 byte status-checks into a 2-3MB transfer for each group.
10245         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10246         to enable bug workaround or not.
10247         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10249 2008-03-31  Glenn Morris  <rgm@gnu.org>
10251         * message.el (mml2015-use): Declare for compiler.
10252         (message-info): Require mml2015 when appropriate.
10254 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10257         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10258         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10259         (nntp-service-to-port): New function.
10260         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10261         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10262         (nntp-open-netcat-stream): New function.
10263         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10265 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10267         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10269 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10271         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10273 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10275         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10277 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10279         * message.el (message-signature-separator): Change default.
10280         Improve custom type.
10281         (message-cite-function): Change default to
10282         message-cite-original-without-signature.
10284         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10285         toggle.
10287         * message.el (message-check-news-body-syntax): Fix signature check.
10288         (message-setup-1): Mark buffer as unmodified _after_ running
10289         message-setup-hook and handling message-alternative-emails.
10290         (message-shorten-references): Be more strict when building list of
10291         valid references to comply with GNKSA.
10293         * gnus-group.el (gnus-read-ephemeral-bug-group)
10294         (gnus-read-ephemeral-debian-bug-group)
10295         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10297         * message.el (message-info): Don't use booleanp which isn't supported
10298         in Emacs 21 and XEmacs.
10300 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10302         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10303         gnus-group-gmane-group-download-format.
10304         (gnus-group-read-ephemeral-gmane-group): Rename from
10305         gnus-group-read-ephemeral-gmane-group.
10306         (gnus-read-ephemeral-gmane-group-url): Rename from
10307         gnus-group-read-ephemeral-gmane-group-url.
10308         (gnus-bug-group-download-format-alist): New variable.
10309         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10310         (gnus-read-ephemeral-emacs-bug-group): New commands.
10312 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10314         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10315         (gnus-visible-headers): Improve custom type.
10317 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10319         * mml.el (mml-menu): Add workarounds for XEmacs.
10321         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10322         X-Boundary header.
10324         * message.el (message-simplify-recipients): Fix previous commit.
10326 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10328         * mm-util.el (mm-set-buffer-multibyte): New function.
10329         * mm-decode.el (mm-copy-to-buffer): Use it.
10331         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10332         Prefer fboundp to functionp so it works with macros as well.
10334 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10336         * message.el (message-alter-recipients-discard-bogus-full-name):
10337         New function.
10338         (message-alter-recipients-function): New variable.
10339         (message-get-reply-headers): Use it.
10340         (message-replace-header): New helper function.
10341         (message-recipients-without-full-name): New variable.
10342         (message-simplify-recipients): New command.
10344         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10346         * message.el (message-info): Handle EasyPG manual.
10348         * mml.el (mml-menu): Add entry for EasyPG.
10350 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10352         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10353         parameter.
10355         * message.el (message-disassociate-draft): Specify drafts group name
10356         fully.
10358 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10360         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10361         Eliminate unnecessary duplicates from the match list.
10363 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10365         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10366         args of `how-many' of which the XEmacs version doesn't take; declare
10367         Info-index-next as function.
10369 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10371         * gnus-score.el (gnus-score-headers): Fix handling of
10372         gnus-inhibit-slow-scoring.
10374         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10375         string.
10376         (gnus-button-url-regexp): Improve handling of parenthesis.
10377         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10378         (gnus-button-handle-info-keystrokes): Handle index entries.
10380 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10382         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10383         Incoming* files.
10385 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10387         * auth-source.el (auth-sources): Rename from auth-source-choices.
10388         (auth-source-pick): Use it.
10390 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10392         * auth-source.el (auth-source-protocols)
10393         (auth-source-protocols-customize, auth-source-choices): Add and
10394         modified variable customizations and defaults.
10395         (auth-source-pick, auth-source-user-or-password)
10396         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10397         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10398         (auth-source-user-or-password-sftp)
10399         (auth-source-user-or-password-smtp): Use new variables and provide an
10400         interface to netrc.el.
10402 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10404         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10405         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10406         Make sure the nntp port to specify is a string.
10408 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10410         * nntp.el: Use with-current-buffer.
10411         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10412         dubious mm-with-unibyte-current-buffer.
10413         (nntp-with-open-group-function): New function extracted from
10414         nntp-with-open-group macro.
10415         (nntp-with-open-group): Use the function, so it's easier to debug.
10416         Add indentation and debugging info.
10417         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10418         Recommend the use of the netcat alternatives.
10420         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10421         Avoid mm-string-as-multibyte as well.
10423         * nnweb.el (nnweb-insert-html):
10424         Remove use of nnheader-string-as-multibyte.
10426         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10427         (nnheader-string-as-multibyte): Remove.
10429         * mm-view.el: Use inhibit-read-only.
10430         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10431         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10432         or unibyte-string.
10434         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10435         (mm-uu-yenc-extract): Use with-current-buffer.
10437         * gnus-soup.el (gnus-soup-send-packet): Don't use
10438         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10440         * nnmh.el: Use with-current-buffer.
10441         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10442         mm-string-as-multibyte on the output of mm-encode-coding-string.
10444         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10445         (nnimap-request-move-article): Use with-current-buffer.
10447         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10448         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10449         conversion uses string-make-unibyte rather than string-as-unibyte.
10451         * gnus-msg.el: Use with-current-buffer.
10453         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10455 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10457         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10458         string for caching if it is 'PIN.
10460 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10462         * mail-source.el (mail-source-delete-old-incoming-confirm):
10463         Change default to nil.
10464         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10466 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10468         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10469         (gnus-article-goto-prev-page): Work for articles having ^L's.
10471         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10473         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10475 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10477         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10478         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10479         (gnus-bookmark-jump): Adjust some variable names.
10481 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10483         * auth-source.el: New package.
10484         (auth-source-choices): Add customization entry point variable.
10486         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10487         bug.
10489 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10491         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10492         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10493         (gnus-registry-install-shortcuts): Rename from
10494         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10495         the `gnus-registry-mark-map' keymap dynamically from
10496         `gnus-registry-marks'.  The generated functions update the summary line
10497         when a registry mark is added or deleted, and will call
10498         `gnus-registry-install-p' (see the comments in the code).
10499         (gnus-registry-user-format-function-M): Use concat intelligently.
10501         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10502         the registry mark functions.
10504 2008-03-05  Glenn Morris  <rgm@gnu.org>
10506         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10507         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10508         gnus-art.
10509         (top-level): No need to load own source when compiling.
10511 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10513         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10514         Suggested by <chris.anderton@zetnet.co.uk>.
10516 2008-03-04  Glenn Morris  <rgm@gnu.org>
10518         * gnus-sum.el (top-level): No need to require gnus when compiling,
10519         since unconditionally required near start of file.
10520         (gnus-summary-display-while-building): Move definition before use.
10522 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10524         * gnus-registry.el (gnus-registry-user-format-function-M):
10525         Add formatting function.
10527 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10529         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10530         with plists.
10531         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10532         Use new format.
10534 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10536         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10537         `where-is-internal' that returns a range of key sequences.
10539 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10541         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10543         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10544         (gnus-summary-jump-to-group): Consider windows on other displayed
10545         frames as well.  Similar changes might be needed elsewhere, but that's
10546         the one I've bumped into during my use.
10548         * nndoc.el (nndoc-oe-dbx-type-p):
10549         * gnus-msg.el (gnus-debug):
10550         * gnus-group.el (gnus-update-group-mark-positions):
10551         Use mm-string-to-multibyte.
10553 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10555         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10556         doesn't handle NotDashEscaped.
10558         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10559         (mml-dnd-attach-options): Fix typo in custom choice.
10561         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10562         Change nndoc-article-type to mbox.
10563         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10565         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10566         to nil, instead of html2text.
10568         * imap.el (imap-debug): Add `imap-ping-server'.
10570         * gnus-bookmark.el: Add FIXMEs.
10572         * message.el (message-form-letter-separator)
10573         (message-send-form-letter-delay): New variables.
10574         (message-send-form-letter): Use them.  New command to send form
10575         letters.  Requested by Uwe Siart.
10576         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10578 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10580         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10581         empty author.
10583 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10585         * gnus-registry.el (gnus-registry-marks): Add variable for
10586         customization of marks and their appearance.
10587         (gnus-registry-read-mark): Use it.
10588         (gnus-registry-do-marks): Add utility function to loop through
10589         `gnus-registry-marks'.
10590         (gnus-registry-install-shortcuts-and-menus): Add function to install
10591         shortcuts and menus.
10592         (gnus-registry-initialize): Use it.
10593         (gnus-registry-default-mark): Clarify documentation.
10595 2008-02-29  Glenn Morris  <rgm@gnu.org>
10597         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10598         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10599         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10600         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10601         Change defcustom :version from 23.0 to 23.1.
10603 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10605         * gnus-registry.el (gnus-registry-follow-group-p)
10606         (gnus-registry-post-process-groups): Add functions to aid registry
10607         splitting and improve logging.  Clarify behavior in function
10608         documentation.
10609         (gnus-registry-split-fancy-with-parent): Use them.
10611 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10613         * gnus-art.el: Use with-current-buffer.
10615 2008-02-27  David Engster  <dengste@eml.cc>
10617         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10618         Express real group name in the response.
10620 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10622         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10623         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10624         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10625         autoload gnus-registry-fetch-group when compiling.
10626         (nnmairix-request-group-with-article-number-correction):
10627         Remove unreferenced argument passed to nnmairix-call-backend.
10629 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10631         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10632         (mm-uu-extract): Improve face for low color ttys.
10633         Reported by Sascha Wilde.
10635 2008-02-27  Glenn Morris  <rgm@gnu.org>
10637         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10638         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10639         variables to defconsts.  Convert comments to doc-strings.
10640         (nnmairix-last-server, nnmairix-current-server): Convert from free
10641         variables to defvars.  Convert comments to doc-strings.
10642         (gnus-registry-fetch-group): Autoload.
10643         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10644         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10645         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10646         caddr.
10647         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10648         nnmairix-request-group-with-article-number-correction call.
10649         (nnmairix-fast, nnmairix-group): New, less general names, for free
10650         variables passed from nnmairix-request-group to
10651         nnmairix-request-group-with-article-number-correction.  Declare.
10652         (nnmairix-request-group-with-article-number-correction):
10653         Use nnmairix-fast, nnmairix-group rather than fast, group.
10655 2008-02-26  David Engster  <dengste@eml.cc>
10657         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10658         version 0.5.
10660 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10662         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10663         instead of making an extra function call.  Don't add the current group
10664         to articles only when they have the group.  Use
10665         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10666         Reported by David <de_bb@arcor.de>.
10668 2008-02-24  Miles Bader  <miles@gnu.org>
10670         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10671         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10672         (mm-find-mime-charset-region):
10673         * mm-bodies.el (mm-encode-body):
10674         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10676 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10678         * mail-source.el (mail-source-delete-incoming): Change default.
10679         Supplement doc string.
10681         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10683 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10685         * nnmail.el (nnmail-message-id-cache-file): Derive from
10686         `gnus-home-directory'.
10688 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10690         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10691         Document negative prefix.
10693         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10695 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10697         * message.el (message-unsent-separator): Add the Exim bounce
10698         separator.
10700 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10702         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10703         list.
10704         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10705         recipient/signer list.
10707 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10710         fbound (Emacs 23 unicode), signal an error.
10712 2008-02-08  Glenn Morris  <rgm@gnu.org>
10714         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10716 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10718         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10719         ports to the calls to `netrc-machine-user-or-password' in addition to
10720         "imap" and "imaps".
10722 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10724         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10725         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10726         <hanche@math.ntnu.no>.
10728 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10730         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10732 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10734         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10736         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10738 2008-02-01  Miles Bader  <miles@gnu.org>
10740         * mml.el (mml-parse-1): Remove apparently vestigial use of
10741         `mm-hack-charsets'.
10742         * mm-bodies.el (mm-encode-body): Likewise.
10744 2008-02-01  Kenichi Handa  <handa@m17n.org>
10746         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10747         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10748         (rfc2104-hash): Convert the result of concat to unibyte string.
10750 2008-02-01  Dave Love  <fx@gnu.org>
10752         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10753         coding-system-for-read.
10754         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10756         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10757         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10758         (mm-find-mime-charset-region): Remove hack-charsets stuff.
10760 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10762         * mail-source.el (mail-sources): Add `group' choice.
10764         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10765         parameter `in-group' to control into which group the articles go.
10766         Add treatment of `group' mail-source.
10768 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10770         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10771         * message.el (message-beginning-of-line): Use featurep instead of bound
10772         tests in order to resolve conditionals at compile time.
10774 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10778         * mm-decode.el (mm-dissect-buffer): Decode description.
10780         * mml.el (mml-to-mime): Encode message header first.
10782 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10784         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10785         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10787 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10789         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10791 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10793         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10794         prefix keys.
10795         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10796         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10797         gnus-xmas.el.
10799 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10801         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10802         Add new variables for article mark management.
10803         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10804         list of extra data entries which, when present, will indicate that the
10805         article ID should not be trimmed from the registry.
10806         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10807         functions.
10808         (gnus-registry-read-mark): New function to read a mark name from the
10809         user.
10810         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10811         (gnus-registry-set-article-mark-internal): New functions to add and
10812         remove marks.
10813         (gnus-registry-get-article-marks): New function to show the marks for
10814         an article, or retrieve them for further use.
10816 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10819         keys when no argument is given.
10821 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10823         * gnus-sum.el (gnus-article-sort-by-random)
10824         (gnus-thread-sort-by-random): Fix doc strings.
10825         Reported by jidanni@jidanni.org.
10827 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10829         * gnus-art.el (gnus-article-describe-bindings): New function.
10830         (gnus-article-read-summary-keys): Use it.
10831         (gnus-article-mode-map): Bind `C-h b' to it.
10833 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10835         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10836         XEmacs.
10837         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10838         Protect against non-character events.
10840 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10842         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10843         New command.
10844         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10845         instead of END.  Change name of the temp file.
10846         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10847         customizable.
10849 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10851         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10852         bind `S W' to gnus-article-wide-reply-with-original; set default
10853         binding to gnus-article-read-summary-send-keys.
10854         (gnus-article-read-summary-keys): Fix the order of keys; display
10855         continuation keys correctly in the echo area; describe bindings
10856         correctly when keys end with `C-h'.
10857         (gnus-article-read-summary-send-keys): New function.
10858         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10859         Work for gnus-article-read-summary-send-keys; display continuation keys
10860         correctly in the echo area.
10861         (gnus-article-reply-with-original): Ignore prefix argument.
10862         (gnus-article-wide-reply-with-original): New function.
10864 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10866         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10867         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10869 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10871         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10872         (gnus-group-read-ephemeral-gmane-group): New command.
10874 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10876         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10878 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10880         * message.el (message-send-mail-function): Increase custom version.
10882         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10883         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10885 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10887         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10888         html parts correctly; support forwarded messages.
10889         (gnus-article-browse-html-article): Remove work buffers.
10891         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10892         compiling.
10893         (netrc-bound-and-true-p): New macro.
10894         (netrc-parse): Use it instead of bound-and-true-p that is not available
10895         in XEmacs 21.4.
10897 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10899         * gnus-registry.el (gnus-registry-mark-article)
10900         (gnus-registry-article-marks): Add functionality to mark articles
10901         through the Gnus registry.
10903         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10904         (netrc-parse): Use encrypt-file-alist to determine if
10905         encrypt-find-model or encrypt-insert-file-contents should be used.
10907 2007-12-19  Glenn Morris  <rgm@gnu.org>
10909         * mml.el (message-options-set, message-narrow-to-head)
10910         (message-in-body-p, message-mail-p, message-encode-message-body):
10911         Autoload.
10912         (message-remove-header, message-narrow-to-headers-or-head)
10913         (message-subscribed-p, message-make-mail-followup-to)
10914         (message-position-on-field, message-news-p)
10915         (message-options-set-recipient, message-generate-headers)
10916         (message-sort-headers): Declare as functions.
10918 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10920         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10921         convention in doc string.
10923 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10925         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10926         title to html parts.
10927         (gnus-article-browse-html-article): Pass message header to it.
10929         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10931 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10933         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10934         or password compatible with XEmacs.
10936 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10938         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10939         format document.
10940         (gnus-mime-delete-part): Don't write description line if empty.
10941         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10943 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
10945         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10946         (gnus-summary-mark-read-and-unread-as-read)
10947         (gnus-summary-mark-current-read-and-unread-as-read)
10948         (gnus-summary-mark-unread-as-ticked): Doc fix.
10949         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10951 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10953         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10954         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10956 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10958         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10959         yes-or-no-p.
10961 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10963         * mm-decode.el (mm-add-meta-html-tag): New function.
10964         (mm-save-part-to-file, mm-pipe-part): Use it.
10966         * gnus-art.el (gnus-article-browse-delete-temp-files):
10967         Use gnus-y-or-n-p instead of y-or-n-p.
10968         (gnus-article-browse-html-parts): Work with message/external-body; use
10969         mm-add-meta-html-tag.
10971 2007-12-11  Glenn Morris  <rgm@gnu.org>
10973         * gnus-cache.el: Require gnus-sum not just when compiling.
10975         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10977         * gnus-int.el (gnus-server-opened, gnus-status-message):
10978         Move definitions before use.
10980         * mm-decode.el: Require gnus-util.
10981         (mm-remove-part): Only call delete-annotation on XEmacs.
10983         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10985         * nnmail.el: Require gnus-int.
10987         * spam.el: Move `require's before `eval-when-compile's.
10989         * gnus-ems.el (gnus-alive-p):
10990         * gnus-fun.el (message-goto-eoh):
10991         * gnus-util.el (gnus-group-name-decode):
10992         * mail-source.el (gnus-compress-sequence):
10993         * message.el (Info-goto-node, format-spec):
10994         * mm-bodies.el (message-options-get):
10995         * mm-decode.el (mm-view-pkcs7):
10996         * mm-util.el (gmm-write-region):
10997         * mml-smime.el (mml-compute-boundary)
10998         (gnus-completing-read-with-default):
10999         * mml.el (widget-button-press, gnus-make-hashtable):
11000         * mml1991.el (mm-decode-content-transfer-encoding)
11001         (mm-encode-content-transfer-encoding)
11002         (message-options-get, message-options-set):
11003         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11004         * nnfolder.el (gnus-request-group):
11005         * nnheader.el (ietf-drums-unfold-fws):
11006         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11007         * smime.el (gnus-run-mode-hooks):
11008         * spam-stat.el (gnus-message): Autoload.
11010         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11011         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11012         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11013         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11014         Add declare-function compatibility definition.
11016         * gnus-cache.el (nnvirtual-find-group-art):
11017         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11018         (gnus-add-image, gnus-add-wash-type):
11019         * gnus-group.el (nnkiboze-score-file):
11020         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11021         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11022         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11023         (message-tokenize-header, gnus-get-buffer-create)
11024         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11025         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11026         * gnus.el (gnus-group-decoded-name):
11027         * mail-source.el (imap-capability):
11028         * mm-bodies.el (message-options-set):
11029         * mm-decode.el (gnus-configure-windows):
11030         * mm-extern.el (message-goto-body):
11031         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11032         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11033         (epg-sub-key-validity, message-options-set):
11034         * mml.el (widget-event-point, gnus-configure-windows):
11035         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11036         * mml2015.el (epg-check-configuration, epg-configuration)
11037         (message-options-set):
11038         * nndb.el (nndb-request-article):
11039         * nnfolder.el (gnus-request-create-group):
11040         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11041         * nnmaildir.el (gnus-group-mark-article-read):
11042         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11043         * rfc1843.el (message-fetch-field):
11044         * spam.el (gnus-extract-address-components):
11045         Declare as functions.
11047 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11049         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11051 2007-12-09  Glenn Morris  <rgm@gnu.org>
11053         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11055         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11056         * message.el, mm-view.el, sieve-manage.el, smime.el:
11057         Add declare-function compatibility definition.
11059         * gnus-art.el (w3-region, w3m-region, Info-menu):
11060         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11061         * gnus-sum.el (gnus-get-predicate):
11062         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11063         * message.el (mail-abbrev-in-expansion-header-p):
11064         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11065         (w3m-detect-meta-charset, w3m-region):
11066         * sieve-manage.el (password-read, password-cache-add)
11067         (password-cache-remove):
11068         * smime.el (password-read-and-add): Declare as functions.
11070 2007-12-08  David Kastrup  <dak@gnu.org>
11072         * gnus-sum.el (gnus-summary-simplify-subject-query):
11073         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11074         `message'.
11076 2007-12-07  Glenn Morris  <rgm@gnu.org>
11078         * gnus-art.el (article-make-date-line): Revert previous change.
11080 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11082         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11084 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11086         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11087         Call gnus-add-to-range ranges only once with a prepared article-list.
11089 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11091         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11092         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11093         group names with backslashes.
11094         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11096 2007-12-06  Deepak Goel  <deego3@gmail.com>
11098         * gnus-art.el (article-make-date-line):
11099         * gnus-start.el (gnus-load):
11100         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11102 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11104         * gnus-art.el (gnus-use-idna):
11105         * gnus-start.el (gnus-site-init-file):
11106         * message.el (message-use-idna):
11107         * mm-uu.el (mm-uu-hide-markers):
11108         * smiley.el (smiley-style): Revert changes that suppress warnings.
11110 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11113         specify charset to html source.
11114         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11116 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11118         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11119         idna-program in order to suppress byte compile warning issued by XEmacs
11120         that came to byte compile the default value section of defcustom forms
11121         recently.
11123         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11124         value of installation-directory.
11126         * message.el (message-use-idna): Don't directly refer to the value of
11127         idna-program.
11129         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11131         * smiley.el (smiley-style): Don't directly call face-attribute.
11133 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11135         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11137         * gnus-dired.el: Reduce Gnus dependencies.
11138         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11139         Don't require.  Use autoloads instead.
11140         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11141         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11142         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11143         (gnus-dired-mode): Adjust doc string.
11144         (gnus-dired-mail-mode): New variable.
11145         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11146         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11147         (gnus-dired-mail-buffers): New function.  Return mail or message
11148         composition buffers.
11149         (gnus-dired-attach): Use it.
11150         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11151         NO-DECODE.
11152         (gnus-dired-print): Use `gnus-print-buffer' depending on
11153         `gnus-dired-mail-mode'.
11155 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11157         * rfc2047.el (rfc2047-encoded-word-regexp)
11158         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11159         explaining what regexp patterns are for.
11161 2007-12-04  Glenn Morris  <rgm@gnu.org>
11163         * password.el: Move to ../password-cache.el.
11165         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11166         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11167         * mml-smime.el (password-read, password-cache-add)
11168         (password-cache-remove):
11169         No need to autoload, since mml-sec requires password.
11171         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11172         * message.el (gnus-extract-address-components):
11173         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11175         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11176         password.
11178 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11180         * mailcap.el: Reduce dependencies.
11181         (mail-header-parse-content-type): Autoload.
11182         (mailcap-delete-duplicates): New alias.
11183         (mailcap-mime-info): Add optional argument NO-DECODE.
11184         (mailcap-mime-types): Use mailcap-delete-duplicates.
11186         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11188 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11190         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11191         function.
11193         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11194         (gnus-uu-yenc-article): New function.
11196         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11198         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11200 2007-12-02  Glenn Morris  <rgm@gnu.org>
11202         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
11203         Move to ../net.
11205         * binhex.el, uudecode.el: Move to ../mail.
11207         * encrypt.el: Remove file.
11209 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11211         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11212         matches on patches.
11214         * gnus-art.el (gnus-article-browse-html-article):
11215         Mention `mm-text-html-renderer' in the doc string.
11217         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11218         string.  Add comments.
11220         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11221         if rhs is ASCII.
11223 2007-12-01  Glenn Morris  <rgm@gnu.org>
11225         * dig.el, dns.el: Move to ../net.
11226         * format-spec.el, hex-util.el, sha1.el: Move to ../.
11228         * mail-source.el (top-level): Require format-spec before
11229         eval-when-compile.
11231 2007-11-30  Glenn Morris  <rgm@gnu.org>
11233         * encrypt.el: Require password, rather than autoloading password-read.
11235 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11237         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11238         caller can indicate whether the cache should be disregarded for this
11239         call.  This way the result of the call is reproducible at all times and
11240         can be considered a canonical server name for the supplied method.
11241         (gnus-agent-method-p): Canonicalize server names by pushing their
11242         method through `gnus-method-to-server' using the no-cache argument.
11244         * gnus-srvr.el (gnus-server-insert-server-line):
11245         Call `gnus-method-to-server' with `no-cache' argument.
11247         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11248         gnus-agent-possibly-synchronize-flags as this should be called when the
11249         server is actually being opened.
11250         (gnus-agent-possibly-synchronize-flags)
11251         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11252         flags file of an agentized server to the latter function.
11254         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11255         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11256         after a connection has been established successfully.
11258 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11260         * gnus-art.el (article-display-face): Force to display face if called
11261         interactively; check if gnus-article-x-face-too-ugly matches author.
11262         (article-display-x-face): Display face even if From header is missing
11263         as article-display-face does.
11265 2007-11-28  Richard Stallman  <rms@gnu.org>
11267         * md4.el: Move to ../.
11268         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
11270 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11272         * mail-source.el (mail-sources): Default to fetch from file for
11273         compatibility with default of nnmail-spool-file.
11275 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11277         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11278         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11279         to look for encoded word that should be encoded again.
11280         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11281         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11282         encoding pattern.
11283         (rfc2047-decode-region): Switch strict regexp and loose one according
11284         to rfc2047-allow-irregular-q-encoded-words.
11286 2007-11-26  Simon Josefsson  <simon@josefsson.org>
11288         * imap.el: Move to ../net directory.
11290 2007-11-25  Romain Francoise  <romain@orebokech.com>
11292         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11294 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11296         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11297         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11299         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11300         `nnmail-spool-file'.
11302         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11303         `nnmail-spool-file'.
11305         * gnus-move.el (gnus-change-server): Ditto.
11307         * gnus-kill.el (gnus-batch-score): Ditto.
11309         * gnus-cache.el (gnus-jog-cache): Ditto.
11311         * gnus-msg.el (gnus-summary-reply):
11312         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11314 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11316         * gnus-cache.el (gnus-cache-generate-nov-databases):
11317         Use nnml-generate-nov-databases-directory instead of
11318         nnml-generate-nov-databases-1.
11320 2007-11-24  Glenn Morris  <rgm@gnu.org>
11322         * message.el (message-tool-bar-retro): Update for rename
11323         mail_send.xpm->mail-send.xpm.
11325 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11327         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11328         `smime-ldap-search' for Emacs 22 and up.
11330 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11332         * hashcash.el: Move to ../mail directory.
11334         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
11336         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11337         `smime-ldap-search' for Emacs 22 and up.
11339 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11341         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11343         * message.el (message-send-mail-function): Fix error convention.
11344         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11345         (message-widen-reply, message-send-mail, message-talkative-question)
11346         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11347         (message-clone-locals, message-send-news): Use with-current-buffer.
11348         (message-insert-or-toggle-importance): Remove unused var `valid'.
11349         (message-make-references): Remove unused var `new-references'.
11350         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11352 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11354         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11355         (spam-split-symbolic-return-positive): Reflow docstring.
11356         (spam-backends, spam-summary-exit-behavior)
11357         (spam-mark-ham-unread-before-move-from-spam-group)
11358         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11359         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11360         (spam-clear-cache, spam-backend-check, spam-install-backend)
11361         (spam-install-statistical-backend, spam-list-of-processors)
11362         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11363         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11364         (spam-check-crm114, spam-initialize, spam-unload-hook):
11365         Fix typos in docstrings.
11367 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11369         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11370         been checked if they have never been read and those group levels are
11371         higher than the one that a user specified.
11373 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11375         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11376         foreign groups unless a group level is specified by a user.
11377         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11379 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11381         * message.el (message-send-mail-function): Require sendmail.
11383 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11385         * message.el (message-send-mail-function): Check for smtpmail too.
11387         * utf7.el (utf7-encode, utf7-decode): Use coding system
11388         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11390         * message.el (message-send-mail-function): New function.
11391         (message-send-mail-function): Set default using
11392         message-send-mail-function.  Adjust doc string.
11393         (message-send-mail-with-mailclient): New function.
11395 2007-11-17  Richard Stallman  <rms@gnu.org>
11397         * assistant.el: Remove file.
11399 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11401         * smime.el (from):
11402         * rfc2047.el (message-posting-charset):
11403         * qp.el (mm-use-ultra-safe-encoding):
11404         * pop3.el (parse-time-months):
11405         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11406         * nnml.el (files):
11407         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11408         (jka-compr-compression-info-list, ange-ftp-path-format)
11409         (efs-path-regexp):
11410         * nndiary.el (files):
11411         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11412         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11413         (epg-digest-algorithm-alist, inhibit-redisplay)
11414         (password-cache-expiry):
11415         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11416         (pgg-output-buffer, password-cache-expiry):
11417         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11418         (efs-path-regexp):
11419         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11420         (inhibit-redisplay):
11421         * mm-uu.el (file-name, start-point, end-point, entry)
11422         (gnus-newsgroup-name, gnus-newsgroup-charset):
11423         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11424         (latin-unity-ucs-list):
11425         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11426         (mm-uu-binhex-decode-function):
11427         * message.el (gnus-message-group-art, gnus-list-identifiers)
11428         (rmail-enable-mime-composing, gnus-local-organization)
11429         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11430         (gnus-read-active-file, facemenu-add-face-function)
11431         (facemenu-remove-face-function, gnus-article-decoded-p)
11432         (tool-bar-mode):
11433         * mail-source.el (display-time-mail-function):
11434         * gnus-util.el (nnmail-pathname-coding-system)
11435         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11436         (gnus-original-article-buffer, gnus-user-agent)
11437         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11438         (xemacs-codename, sxemacs-codename, emacs-program-version):
11439         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11440         * gnus-start.el (gnus-agent-covered-methods)
11441         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11442         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11443         (gnus-newsgroup-headers, gnus-group-list-mode)
11444         (gnus-group-mark-positions, gnus-newsgroup-data)
11445         (gnus-newsgroup-unreads, nnoo-state-alist)
11446         (gnus-current-select-method, mail-sources)
11447         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11448         (nnmail-spool-file, gnus-cache-active-hashtb):
11449         * gnus-mh.el (mh-lib-progs):
11450         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11451         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11452         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11453         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11454         (gnus-group-buffer):
11455         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11456         (font-lock-set-defaults):
11457         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11458         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11459         (gnus-summary-post-menu, total-parts, type, condition, length):
11460         * gnus-agent.el (gnus-agent-read-agentview):
11461         * flow-fill.el (show-trailing-whitespace):
11462         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11463         eval-and-compile wrappers for byte compiler pacifiers.
11465         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11466         (mm-display-inline-fontify): Check for featurep 'xemacs not
11467         extent-list.
11469         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11470         itimer-list.
11471         (mm-create-image-xemacs): Only do something for XEmacs.
11472         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11474         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11476         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11477         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11479 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11481         * nnimap.el (nnimap-split-download-body):
11482         * gnus-demon.el (gnus-demon):
11483         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11485 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11487         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11488         New macros.
11489         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11490         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11491         copy data from unibyte buffer to multibyte current buffer.
11492         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11493         to copy data from unibyte current buffer to multibyte buffer.
11494         (nntp-make-process-buffer): Make process buffer unibyte.
11496         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11498 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11500         * pop3.el (pop3-open-server): Accept and process data more robustly at
11501         connection start to avoid spurious "POP SSL connection failed" errors.
11503 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11505         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11506         read group names.
11508 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11510         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11512 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11514         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11515         (nnmail-save-active): Use a unibyte buffer when saving active file,
11516         which may contain non-ASCII group names.
11518         * nnml.el (nnml-request-group): Decode group names in messages.
11520 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11522         * message.el (message-citation-line-function)
11523         (message-insert-formatted-citation-line): Fix spelling of
11524         `message-insert-formated-citation-line'.
11526 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11528         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11530 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11532         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11533         nnmail-pathname-coding-system.
11535         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11536         that a user enters; decode group names in messages.
11538         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11540 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11542         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11544         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11546         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11547         risky local variable.
11549         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11551 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11553         * encrypt.el: Improve documentation to fix function name typo.
11554         Reported by Daiki Ueno <ueno@unixuser.org>.
11556 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11558         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11559         even if the point is not in the last page of an article.
11560         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11561         back to the previous page.
11563 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11565         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11567 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11569         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11571 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11573         * message.el (message-check-news-body-syntax):
11574         Avoid mm-string-as-multibyte.
11575         (message-hide-headers): Don't assume (point-min)==1.
11577 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11579         * message.el (message-remove-blank-cited-lines): Fix if remove is
11580         given.
11581         (message-bogus-address-regexp): New variable.
11582         (message-bogus-recipient-p): New function.
11583         (message-check-recipients): New command.
11584         (message-syntax-checks): Add `bogus-recipient'.
11585         (message-fix-before-sending): Add `bogus-recipient'.
11587         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11588         (gnus-treat-body-boundary): Don't test window-system.
11590 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
11592         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11594 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11596         * gnus.el: Bump version to Gnus v5.13.
11598 2007-10-28  Miles Bader  <miles@gnu.org>
11600         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11601         at compile-time too.
11603 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11605         * gnus-msg.el (gnus-message-setup-hook):
11606         Add `message-remove-blank-cited-lines' to options.
11608 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11610         * message.el (message-remove-blank-cited-lines): New function.
11611         Suggested by Karl Plästerer.
11613 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11615         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11616         mapc.
11618         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11619         (top-level): Use mapc to set functions to be traced for debugging.
11621         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11622         called for effect with while loop.
11624         * message.el (message-talkative-question): Replace mapcar called for
11625         effect with mapc.
11627         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11628         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11629         called for effect with dolist.
11631         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11633         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11634         gnus-extra-headers and nnmail-extra-headers.
11636         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11637         called for effect with dolist.
11638         (top-level): Use mapc to set functions to be traced for debugging.
11640         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11641         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11642         dolist.
11644         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11645         Replace mapcar called for effect with mapc.
11646         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11647         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11648         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11649         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11651         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11652         remove-if that's a cl function.
11654         * webmail.el (webmail-debug): Replace mapcar called for effect with
11655         dolist.
11657 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11660         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11661         with while loop.
11663         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11664         functions from article-* functions.
11665         (gnus-multi-decode-header): Replace mapcar called for effect with
11666         dolist.
11668         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11669         (gnus-bookmark-show-details): Replace mapcar called for effect with
11670         while loop.
11672         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11673         called for effect with while loop.
11675         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11676         with dolist.
11678         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11679         Replace mapcar called for effect with dolist.
11681         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11683         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11684         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11685         Replace mapcar called for effect with dolist.
11686         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11687         mapc.
11689         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11690         Replace mapcar called for effect with dolist.
11691         (gnus-topic-list): Replace mapcar called for effect with mapc.
11693         * gnus.el: Use mapc instead of mapcar to add autoloads.
11695 2007-10-23  Richard Stallman  <rms@gnu.org>
11697         * gnus-group.el (gnus-group-highlight): Mark as risky.
11699 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11701         * gnus.el (gnus-server-to-method): Return method found first in
11702         gnus-newsrc-alist.
11704         * gnus-art.el (gnus-article-highlight-signature)
11705         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11706         button overlay without the front stickiness.
11708 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11710         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11711         overview buffer needed a catch to receive its throw.
11712         (gnus-agent-flush-cache): Declare as interactive to make this function
11713         easier to use.
11715 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11717         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11718         `next-line'.
11720 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11722         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11723         exclude address matching message-dont-reply-to-names.
11725 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * gnus-util.el (gnus-string<): New function.
11729         * gnus-sum.el (gnus-article-sort-by-author)
11730         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11732 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11734         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11735         the frame-focus tag is set in gnus-buffer-configuration.
11737 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11739         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11740         the front stickiness.
11742 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11744         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11745         url pattern; remove duplicate one.
11746         (gnus-article-extend-url-button): New function.
11747         (gnus-article-add-buttons): Use it.
11748         (gnus-button-push): Use concatenated url that it makes.
11750 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11752         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11753         (sieve-manage-open): Use `mapc' instead of `mapcar'.
11755 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11757         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11758         Don't hardcode point-min==1.
11760 2007-09-30  David Kastrup  <dak@gnu.org>
11762         * gnus-art.el (gnus-article-reply-with-original)
11763         (gnus-article-followup-with-original): When `transient-mark-mode' is
11764         off, refrain from active-region behavior for followups.
11766 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11768         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11769         Fix comment about "iso8859-1".
11771 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11773         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11774         ones returned from the verify-function.
11776         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11777         Call mml2015-extract-cleartext-signature if extraction failed.
11779 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11781         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11782         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11783         failed.
11785 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11787         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11789 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11791         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11792         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11793         thread for both the null and zero (kill/expire thread) universal prefix
11794         cases.
11795         (gnus-summary-expire-thread): Add new function to expire a thread,
11796         using gnus-summary-kill-thread.
11797         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11798         shortcuts for gnus-summary-expire-thread.
11799         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11800         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11802 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11804         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11805         extras value, so an extras entry can be deleted.
11806         (gnus-registry-delete-extra-entry): Use it.
11807         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11808         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11809         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11810         storage through the gnus-registry, and provide an appropriate API for
11811         it.
11813 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11815         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11816         Suggested by Leo <sdl.web@gmail.com>.
11818         * gnus.el: Do.
11820 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11822         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11823         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11825         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11827         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11828         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11830 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11832         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11833         newline.
11834         (nnmbox-request-accept-article): Don't change article in source buffer;
11835         narrow to header to use message-fetch-field rather than
11836         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11837         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11838         as delimiters; make sure article ends with newline.
11839         (nnmbox-delete-mail): Correct last position of article to be deleted;
11840         ignore X-Gnus-Newsgroup header in article body.
11841         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11842         positions; make sure article ends with newline.
11844         * message.el (message-display-abbrev): Don't infloop when a user
11845         inserts SPC in the beginning of header.
11847 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11849         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11850         list of groups not followed by default.  Fix type to be regexp.
11851         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11853 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11855         * hmac-def.el (define-hmac-function): Switch from old-style to
11856         new-style backquotes.
11858         * md4.el (md4-make-step): Likewise.
11860 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11862         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11863         raw-text coding system when saving .newsrc file, which may contain
11864         non-ASCII group names.
11866 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11868         * gnus-cus.el (gnus-score-extra): New widget.
11869         (gnus-score-extra-convert): New function.
11870         (gnus-score-customize): Use it for Extra.
11872 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11874         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11875         (mml2015-mailcrypt-clear-verify): Use it.
11876         (mml2015-gpg-clear-verify): Use it.
11877         (mml2015-pgg-clear-verify): Use it.
11878         (mml2015-epg-clear-verify): Replace the current part with the output
11879         from GnuPG; don't extract the plaintext by itself.
11881         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11882         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11883         mml2015-clear-verify-function; don't touch the armor headers or
11884         dash-escaped text here.
11886 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11888         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11889         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11890         parts, or application/octet-stream as a last resort.
11891         (gnus-mime-view-part-as-type): Don't toggle display.
11892         (gnus-mime-view-part-as-charset): Don't turn off display before
11893         querying charset.
11895         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11896         stuff to undisplayer function in Emacs.
11897         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11899         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11900         text/calendar parts.
11902 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11904         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11905         decoding text/calendar parts.
11907         * message.el (message-forward-make-body-mime): Always mark body as
11908         having no illegible text; remove signed-or-encrypted argument.
11909         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11911         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11912         (mml-generate-mime-1): Don't encode body if it is specified to be in
11913         raw form; don't make buffer be unibyte when inserting multibyte string.
11915 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * sha1.el: Fix up comment style.
11918         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11919         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11921         * hex-util.el: Fix up comment style.
11922         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11924         * gnus-salt.el: Use with-current-buffer.
11925         (gnus-pick-setup-message): Fix long-standing typo.
11927 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11929         * imap.el (imap-logout-timeout): New variable.
11930         (imap-logout, imap-logout-wait): New functions.
11931         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11933         * nnimap.el (nnimap-logout-timeout): New server variable.
11934         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11935         nnimap-logout-timeout.
11937         * gnus-art.el (gnus-article-summary-command-nosave)
11938         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11940 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11942         * gnus.el (gnus-maximum-newsgroup): New variable.
11944         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11945         according to gnus-maximum-newsgroup.
11947         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11948         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11949         Limit the range of articles according to gnus-maximum-newsgroup.
11951 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11953         * gnus-art.el (gnus-sticky-article): Fix problems described in
11954         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11955         Don't perform gnus-configure-windows here; reuse existing sticky
11956         article buffer.
11958         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11959         it doesn't exist in gnus-article-mode.
11961 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11963         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11964         (gnus-agent-decoded-group-name): New function.
11965         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11966         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11968 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11970         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11971         Add binding for gnus-sticky-article.
11972         (gnus-summary-exit): Don't kill sticky article buffers.
11974         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11975         article buffer.
11976         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11977         (gnus-kill-sticky-article-buffers): New commands.
11979 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11981         * nntp.el (nntp-xref-number-is-evil): New server variable.
11982         (nntp-find-group-and-number): If it is non-nil, don't trust article
11983         numbers in the Xref header.
11985 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11987         * gnus-agent.el (gnus-agent-read-group): New function.
11988         (gnus-agent-flush-group, gnus-agent-expire-group)
11989         (gnus-agent-regenerate-group): Use it.
11990         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
11991         nnmail-pathname-coding-system.
11993 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
11997         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
11998         that are unread as unread, and also as selected so that information of
11999         marks having been changed by a user may be updated when exiting group.
12001 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12003         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12005 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12007         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12008         calculated ignoring signature parts to gnus-treat-article.
12010 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12012         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12013         a point here in order to keep the window start.
12014         (gnus-insert-mime-security-button): Make a button overlay without the
12015         front stickiness.
12016         (gnus-mime-display-security): Goto the end of a button.
12018         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12020 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12022         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12023         group-name-at-point.
12024         (gnus-group-completing-read): New function that offers decoded
12025         non-ASCII group names for completion.
12026         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12027         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12028         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12029         (gnus-group-fetch-control): Use it.
12030         (gnus-fetch-group): Use group-name-at-point for the initial value
12031         rather than the default value; use gnus-alive-p.
12033         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12034         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12035         (gnus-summary-post-news): Use gnus-group-completing-read.
12037         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12038         (gnus-read-move-group-name): Decode group name for completion.
12040 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12042         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12043         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12044         Yamaoka slightly modified the code).
12046 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12048         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12049         (nnmail-split-incoming): Bind it.
12051         * nnml.el (nnml-group-name-charset): New function.
12052         (nnml-decoded-group-name): Use it; don't decode group name if
12053         nnmail-group-names-not-encoded-p is non-nil.
12054         (nnml-encoded-group-name): New function.
12055         (nnml-group-pathname): Inline nnml-decoded-group-name.
12056         (nnml-request-expire-articles): Decode group name in message.
12057         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12058         nnmail-pathname-coding-system.
12059         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12060         not decoded ones according to nnmail-group-names-not-encoded-p.
12061         (nnml-generate-active-info): Use nnml-encoded-group-name.
12063 2007-08-08  Glenn Morris  <rgm@gnu.org>
12065         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12066         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12067         doc-strings and comments.
12069 2007-07-25  Glenn Morris  <rgm@gnu.org>
12071         * Relicense all FSF files to GPLv3 or later.
12073 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * gnus-sum.el (gnus-summary-move-article):
12076         Make gnus-summary-respool-article work.
12078 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12080         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12081         string.
12083 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12085         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12086         that should be ignored when comparing distant RSS articles with local
12087         ones.
12088         (nnrss-make-hash-index): New function.  Create a hash index according
12089         to the ignored fields.
12090         (nnrss-check-group): Use it.
12092 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12094         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12096         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12098         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12099         the new optional argument ENCODED is non-nil.
12100         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12101         coding system for encoding group name.
12102         (gnus-group-make-rss-group): Pass un-encoded group name to
12103         gnus-group-make-group.
12104         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12105         encoded.
12107         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12108         Encode group name to which articles are moved or copied.
12109         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12110         coding system for encoding Newsgroup, Followup-To and Xref headers.
12112         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12113         marks; use nnheader-file-coding-system to write a file.
12114         (nnagent-retrieve-headers): Bind file-name-coding-system to
12115         nnmail-pathname-coding-system.
12117         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12119         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12120         (nnml-request-article, nnml-request-create-group)
12121         (nnml-request-rename-group, nnml-find-id)
12122         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12123         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12124         (nnml-save-marks): Use nnml-group-pathname instead of
12125         nnmail-group-pathname.
12127         (nnml-request-create-group, nnml-request-expire-articles)
12128         (nnml-request-move-article, nnml-request-delete-group)
12129         (nnml-deletable-article-p, nnml-possibly-create-directory)
12130         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12131         (nnml-open-marks): Bind file-name-coding-system to
12132         nnmail-pathname-coding-system.
12134         (nnml-request-article): Pass server argument to nnml-find-group-number.
12135         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12136         Pass server argument to nnml-possibly-create-directory.
12137         (nnml-request-accept-article): Pass server argument to
12138         nnml-active-number and nnml-save-mail.
12139         (nnml-find-group-number): Pass server argument to nnml-find-id.
12140         (nnml-request-update-info): Pass server argument to
12141         nnml-marks-changed-p.
12143         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12144         (nnml-save-mail, nnml-active-number): Add server argument.
12146         (nnml-request-delete-group): Warn if group is missing.
12147         (nnml-get-nov-buffer): Decode group name.
12148         (nnml-generate-active-info): Encode group name.
12149         (nnml-open-marks): Decode group name in messages.
12151 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12153         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12154         if it is not specified.
12155         (gnus-article-pipe-part, gnus-article-save-part)
12156         (gnus-article-interactively-view-part, gnus-article-copy-part)
12157         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12158         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12159         (gnus-article-replace-part, gnus-article-delete-part)
12160         (gnus-article-view-part-as-type): Pass raw prefix argument to
12161         gnus-article-part-wrapper.
12163 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12165         * gnus-agent.el (gnus-agent-save-active):
12166         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12168         * gnus-cache.el (gnus-cache-save-buffers)
12169         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12170         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12171         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12172         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12173         (gnus-cache-generate-active, gnus-cache-rename-group)
12174         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12175         (gnus-cache-update-overview-total-fetched-for):
12176         Bind file-name-coding-system to nnmail-pathname-coding-system.
12177         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12178         New variables.
12179         (gnus-cache-decoded-group-name): New function.
12180         (gnus-cache-file-name): Use it.
12181         (gnus-cache-generate-active): Use non-decoded group name for active.
12183         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12184         right place.
12185         (gnus-write-active-file): Don't break non-ASCII group names.
12187         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12188         nnmail-pathname-coding-system.
12190         * gnus-uu.el (gnus-uu-decode-save): Typo.
12192 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12194         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12196 2007-07-14  David Kastrup  <dak@gnu.org>
12198         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12199         finishing actions if we did not edit the article.
12201 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12203         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12204         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12205         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12206         (gnus-agent-flush-group, gnus-agent-flush-cache)
12207         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12208         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12209         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12210         (gnus-agent-regenerate-group)
12211         (gnus-agent-update-files-total-fetched-for)
12212         (gnus-agent-update-view-total-fetched-for):
12213         Bind file-name-coding-system to nnmail-pathname-coding-system.
12214         (gnus-agent-group-pathname): Don't encode file names by
12215         nnmail-pathname-coding-system.
12216         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12217         coding-system-for-write instead of buffer-file-coding-system to
12218         gnus-agent-file-coding-system.
12220         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12221         Decode group name.
12223         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12225         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12226         (gnus-read-newsrc-el-file): Make group names unibyte.
12228         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12229         nnmail-pathname-coding-system.
12231         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12232         (nnrss-request-delete-group): Bind file-name-coding-system to
12233         nnmail-pathname-coding-system.
12234         (nnrss-read-server-data, nnrss-read-group-data):
12235         Bind file-name-coding-system correctly.
12236         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12238         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12239         (nntp-server-to-method-cache): New variable.
12240         (nntp-group-pathname): New function that decodes non-ASCII group names.
12241         (nntp-possibly-create-directory, nntp-marks-changed-p)
12242         (nntp-save-marks, nntp-open-marks): Use it.
12243         (nntp-possibly-create-directory, nntp-open-marks):
12244         Bind file-name-coding-system to nnmail-pathname-coding-system.
12245         (nntp-open-marks): Decode group names when bootstrapping marks.
12247         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12248         Newsgroups and Followup-To headers.
12250 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12252         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12253         (gnus-server-closed-face, gnus-server-denied-face)
12254         (gnus-server-offline-face): Remove variable.
12255         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12257         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12258         of modifying message-stack directly for XEmacs.
12260         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12261         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12262         if the coding-system argument is nil for XEmacs.
12264         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12265         mm-charset-override-alist.
12267         * rfc2047.el: Don't require base64; require rfc2045 for the function
12268         rfc2045-encode-string.
12269         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12270         to quote the parameter value.
12272 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12274         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12275         form in gnus-group-name-charset-method-alist.
12277         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12278         overrides the default layout edit-form.
12280         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12282         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12284 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12286         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12287         as unfetched articles.
12289 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12291         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12293 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12295         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12296         original back end that keeps marks in the local system.
12298 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12300         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12301         arg of pop-to-buffer for XEmacs.
12302         (gnus-article-read-summary-keys): Ditto; don't restore window
12303         configuration if summary command ends up with neither article buffer
12304         nor summary buffer; describe bindings if summary keys end with C-h.
12306 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12308         * message.el (message-fix-before-sending): Skip raw message part to be
12309         forwarded while checking illegible text.
12310         (message-forward-make-body-mime, message-forward-make-body):
12311         Mark signed or encrypted raw message as having no illegible text.
12313 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12315         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12316         (gnus-message-with-timestamp-1): New macro.
12317         (gnus-message-with-timestamp): New function.
12318         (gnus-message): Use them.
12320         * nnheader.el (nnheader-message): Use them.
12322 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12324         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12325         .newsrc.eld file.
12327 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12329         * gnus-agent.el (gnus-agent-fetch-headers)
12330         (gnus-agent-retrieve-headers):
12331         Bind gnus-decode-encoded-address-function to identity.
12333         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12334         available also when the server returns simply a dot.
12336         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12338 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12340         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12342 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12344         * gnus-ems.el (gnus-x-splash): Make it work.
12346         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12347         from being used.
12349 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12351         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12352         the front stickiness.
12353         (gnus-article-summary-command-nosave): Correct the order of the
12354         arguments passed to pop-to-buffer.
12355         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12356         summary command ends up with the article buffer.
12358         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12359         the same faces.
12361 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12363         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12365 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12367         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12368         * gnus-sum.el (gnus-summary-highlight):
12369         * mail-source.el (mail-source-delete-old-incoming-confirm):
12370         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12372 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12374         * gnus-art.el (gnus-mime-view-part-externally)
12375         (gnus-mime-view-part-internally): Fix predicate function passed to
12376         completing-read.
12378         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12380         * gnus.el (gnus-update-message-archive-method): Add :version.
12382 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12384         * gnus.el (gnus-update-message-archive-method): New variable.
12386         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12387         according to gnus-message-archive-method if
12388         gnus-update-message-archive-method is non-nil.
12390 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12392         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12393         Suggested by Loic Dachary <loic@dachary.org>.
12394         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12396 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12398         * message.el (message-pop-to-buffer): Add switch-function argument.
12399         (message-mail): Pass switch-function argument to it.
12401 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12403         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12404         Improve doc string.
12406 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12408         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12409         (gnus-header-content):
12410         * gnus-cite.el (gnus-cite-10):
12411         * gnus-srvr.el (gnus-server-closed):
12412         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12413         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12414         (gnus-group-mail-3-empty, gnus-group-mail-low)
12415         (gnus-group-mail-low-empty, gnus-splash):
12416         * message.el (message-header-to, message-header-cc)
12417         (message-header-subject, message-header-other, message-header-name)
12418         (message-header-xheader, message-separator, message-cited-text)
12419         (message-mml): Lighten colors of faces used for dark background.
12421 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12423         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12424         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12426 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12428         * message.el (message-narrow-to-headers-or-head):
12429         Ignore mail-header-separator in the body.
12431 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12433         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12434         same as window size.
12436 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12438         * message.el (message-font-lock-keywords): Use message-header-xheader
12439         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12440         ahead of the anything pattern, to get it recognized.
12442 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12444         * gnus-sum.el (gnus-articles-to-read)
12445         (gnus-summary-insert-old-articles): Don't truncate group name for
12446         `read-string'.
12448         * gnus-util.el (gnus-limit-string): Delete this function.
12450         * gnus-sum.el (gnus-simplify-subject-fully):
12451         Use `truncate-string-to-width' instead.
12453 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12455         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12456         Tell if, on summary exit, the next group has to be selected.
12457         (gnus-summary-exit): Use it.
12459 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12461         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12462         non-break space.
12464 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12466         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12467         Check if group is not a directory.
12468         (nnfolder-request-expire-articles): Don't delete articles if the target
12469         group is not available.
12471         * nnml.el (nnml-request-create-group): Properly check if group is not a
12472         file.
12473         (nnml-request-expire-articles): Don't delete articles if the target
12474         group is not available.
12476         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12477         Don't quote characters that are within parentheses.
12479 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12481         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12482         (gnus-handle-ephemeral-exit): Select article according to it.
12484 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12486         * message.el (message-insert-formated-citation-line): Remove newline.
12487         (message-citation-line-format): Add final \n here so that the user can
12488         avoid a blank line.
12490 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12492         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12493         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12494         Update lanl/arXiv support.
12496 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12498         * gnus.el: Bump version number.
12500 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12502         * gnus.el (gnus-version-number): Bump version.
12504 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12506         * gnus.el: No Gnus v0.6 is released.
12508 2007-04-27  Didier Verna  <didier@xemacs.org>
12510         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12511         * gmm-utils.el (gmm-regexp-concat): ... here.
12512         * message.el: Don't require 'gnus-util.
12513         (message-dont-reply-to-names): Handle name change above.
12514         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12516 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12518         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12519         since the initial value varies according to the system.
12521 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12523         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12525 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12527         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12529 2007-04-24  Didier Verna  <didier@xemacs.org>
12531         Improve the type of gnus-ignored-from-addresses.
12532         * gnus-util.el (gnus-orify-regexp): New function.
12533         * message.el (gnus-util): Require it.
12534         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12535         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12536         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12538 2007-04-24  Didier Verna  <didier@xemacs.org>
12540         * gnus-sum.el:
12541         * gnus-utils.el: Fix some trailing whitespaces.
12543 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12545         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12546         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12547         article's Message-ID; refer parent article in summary buffer.
12549         * message.el (message-bounce): Call mime-to-mml.
12551 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12553         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12555 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12557         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12558         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12559         displayed of multipart/alternative part if it is invoked from summary
12560         buffer.
12562         * mm-view.el (mm-inline-text-html-render-with-w3m)
12563         (mm-inline-text-html-render-with-w3m-standalone)
12564         (mm-inline-render-with-function): Use mail-parse-charset by default.
12566 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12568         * parse-time.el (parse-time-string-chars): Check if CHAR
12569         is less than the length of parse-time-syntax.
12571 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12573         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12574         from gnus-newsgroup-processable.
12576 2007-04-16  Didier Verna  <didier@xemacs.org>
12578         * gnus-msg.el (gnus-configure-posting-styles):
12579         Handle message-signature-directory properly with :file syntax.
12580         Reported by "Leo".
12582 2007-04-11  Didier Verna  <didier@xemacs.org>
12584         New user option: message-signature-directory.
12585         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12586         * message.el (message-insert-signature): Ditto.
12587         * message.el (message-signature-file): Doc update.
12588         * message.el (message-signature-directory): New.
12590 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12592         * gnus-msg.el (gnus-inews-yank-articles):
12593         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12595 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * message.el (message-yank-original): Make sure cited text ends with
12598         newline; don't exchange point and mark.
12600 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12602         * tls.el (open-tls-stream): Properly handle case where there
12603         is no associated buffer.
12605 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12607         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12608         message-yank-original, make sure (< mark TEXT point).
12610 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12612         * message.el (message-fill-column): New variable.
12613         (message-mode): Use it.  Add comment on a possible new hook.
12615         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12616         (nnmail-get-new-mail): Reformat.
12618         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12620         * gmm-utils.el: Fix Commentary.
12621         (gmm-tool-bar-from-list): Fix typo in doc string.
12623 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12625         * message.el (message-yank-original): Don't switch point and mark
12626         unnecessarily to put point and mark as documented.
12628 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12630         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12631         from the message heads.
12633 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12635         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12636         article buffer does not have a window.  This may not be the best
12637         solution but is certainly better than setting the start of the null,
12638         that is the current, window.
12640 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12642         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12643         (gnus-draft-setup): Run it.
12645         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12646         gnus-score-fast-scoring.  Allow regexp.
12647         (gnus-score-headers): Use it.
12649         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12650         XEmacs.
12652         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12653         string.
12654         (gnus-button-alist): Also catch `<f1> k ...'.
12655         (gnus-treat-display-x-face): Fix doc string.
12657 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12659         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12660         evaluation of gnus-extended-version to ensure correct generation of the
12661         User-Agent header when message-generate-headers-first is used.
12663 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12665         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12666         hashcash-path is nil.  Don't call callback with incorrect number of
12667         parameters if val is 0.
12669 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12671         * message.el (message-required-news-headers):
12672         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12674 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12676         * message.el (message-generate-new-buffers): Change the meaning of the
12677         nil value; add `standard' to the choices; treat t as `unique'; improve
12678         doc string.
12679         (gnus-select-frame-set-input-focus): Autoload.
12680         (message-buffer-name): Search for the existing message buffer if
12681         message-generate-new-buffers is nil or `standard'; treat the value t of
12682         message-generate-new-buffers as `unique'.
12683         (message-pop-to-buffer): Raise the frame already displaying the message
12684         buffer; clear the echo area after querying.
12685         (message-setup): Pass the `continue' argument to compose-mail.
12686         (message-mail): Prefer `switch-function' if it is given; search for the
12687         existing message buffer if the `continue' argument is non-nil; pass
12688         continue and switch-function arguments to compose-mail by way of
12689         message-setup.
12690         (message-mail-other-window): Adjust argument of message-setup.
12691         (message-mail-other-frame): Ditto.
12693 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12695         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12696         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12697         to turn font-lock on when turning gnus-message-citation-mode on.
12699 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12701         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12702         (mml-smime-function-alist): New variable; add epg as the backend.
12703         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12704         mml-smime- functions instead.
12705         * mm-view.el: Require smime.
12707 2007-03-05  Didier Verna  <didier@xemacs.org>
12709         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12710         instead of just inheritance for posting styles.
12711         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12713 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12715         * tls.el (tls-certtool-program): Fix custom type.
12717 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12719         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12720         and point-at-eol instead of line-(beginning|end)-position.
12722         * assistant.el (assistant-parse-buffer): Ditto.
12724 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12726         * mml2015.el (mml2015-epg-find-usable-key): New function.
12727         (mml2015-epg-sign): Use it.
12728         (mml2015-epg-encrypt): Use it.
12730 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12732         * message.el (message-make-in-reply-to): Quote name containing
12733         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12734         if there are special characters.  Reported by NAKAJI Hiroyuki
12735         <nakaji@jp.freebsd.org>.
12737 2007-02-27  Didier Verna  <didier@xemacs.org>
12739         Include the group parameters as well as the topic ones in the
12740         inheritance filter process.
12741         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12742         argument GROUP-PARAMS-LIST.
12743         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12745 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12747         * nntp.el (nntp-never-echoes-commands)
12748         (nntp-open-connection-functions-never-echo-commands): New variables.
12749         (nntp-send-command): Use them.
12751 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12753         * mml2015.el (mml2015-epg-verify): Simplify.
12755 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12757         * mml.el (mml-content-disposition-alist): New user option.
12758         (mml-content-disposition): New function.
12759         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12760         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12762 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12764         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12765         verification.
12767 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12769         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12770         articles posted in the last 24 hours.
12772 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12774         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12776 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12778         * nntp.el (nntp-send-command): Don't wait for echoes when
12779         nntp-open-ssl-stream is used.
12781 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12783         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12784         (gnus-message-add-citation-keywords)
12785         (gnus-message-remove-citation-keywords): Remove.
12786         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12787         directly, make the variables in font-lock-defaults buffer-local, add
12788         gnus-message-citation-keywords to them and then update the value of
12789         font-lock-keywords.
12791 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12793         * message.el (message-cite-original-1): Don't call
12794         gnus-article-highlight-citation.
12796         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12797         citations; fix line count.
12799 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12801         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12802         (gnus-message-add-citation-keywords)
12803         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12804         versions of font-lock-add-keywords and font-lock-remove-keywords to
12805         work with XEmacs correctly.
12807 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12809         * gnus-cite.el (gnus-cite-face-list): Set the values of
12810         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12811         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12812         (gnus-message-cite-prefix-regexp): New variable.
12813         (gnus-message-search-citation-line): Use it; protect against long
12814         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12815         the 0th match data for Emacs.
12816         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12817         (gnus-message-add-citation-keywords): Append keywords rather than
12818         prepending; emulate font-lock-add-keywords if it is not available.
12819         (gnus-message-remove-citation-keywords):
12820         Emulate font-lock-remove-keywords if it is not available.
12822         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12824         * message.el (message-cite-prefix-regexp): Set the value of
12825         gnus-message-cite-prefix-regexp.
12827 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12829         * nnweb.el (nnweb-google-parse-1): Update parser.
12831 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12833         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12835 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12837         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12838         regexp.
12840 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12842         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12843         string-to-multibyte.
12844         (uudecode-decode-region-internal): Use it.
12846 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12848         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12849         Fix custom choice.
12851         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12853 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12855         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12857         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12858         `write-region' to respect `mm-inhibit-file-name-handlers'.
12860 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12862         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12863         Use gnus-home-directory instead of "~/" or "$HOME".
12865 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12867         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12868         to mention filename.
12869         Add comments at beginning regarding usage.
12870         (encrypt-write-file-contents): Change interactive so a string is
12871         acceptable.  If the file has no associated model, show an error instead
12872         of a nonsense prompt.
12874 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12876         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12877         Thanks to Yoshihiko Yamada for kind notification of this typo.
12879 2007-01-12  Kenichi Handa  <handa@m17n.org>
12881         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12882         multibyte buffer.
12884 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12886         * gnus-score.el (gnus-score-fast-scoring): New variable.
12887         (gnus-score-headers): Use it.
12889         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12891         * message.el (message-cite-original-1):
12892         Call gnus-article-highlight-citation if requested.
12893         (message-make-from): Allow name and address as optional arguments.
12895         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12897         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12898         bugs to doc string.
12899         (gnus-button-alist): Add mid\\|message-id.
12900         (gnus-button-fetch-group): Extend for use in
12901         `browse-url-browser-function'.
12902         (gnus-button-url-regexp): Try to catch paired parentheses like in
12903         Wikipedia URLs.
12905         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12906         Suggested by Simon Krahnke <overlord@gmx.li>.
12908 2007-01-13  Romain Francoise  <romain@orebokech.com>
12910         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12911         Update copyright.
12913 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12915         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12917 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12919         * gnus-registry.el (gnus-registry-unfollowed-groups)
12920         (gnus-registry-split-fancy-with-parent): Fix documentation.
12922 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12924         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12925         from nnweb groups.
12927 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12929         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12930         Xref urls.  Erase buffer before requesting head.
12932         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12934 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12936         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12937         customizable.
12939 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12941         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12942         no signing key is found.
12943         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12944         no encrypting and/or signing key is found.
12946 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12948         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12950 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12952         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12953         headers read from disk with the ones newly found in the current search.
12954         This should no longer cause problems, because the article numbers in
12955         Gmane's `nov.php' output are ignored since the previous change.
12957 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12959         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12961 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12963         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12965 2007-01-01  Romain Francoise  <romain@orebokech.com>
12967         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12969 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12971         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12972         `define-minor-mode' macro definition expanded properly.
12973         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12974         exclude it there.
12976         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12977         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12978         `fboundp' test.
12979         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12980         This is OK to autoload in (S)XEmacs now.
12982 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12984         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12985         keystroke.
12986         (gnus-summary-limit-to-singletons): Fix typo.
12988         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
12989         else fails.
12991 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12993         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
12994         docstring.
12996         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
12997         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
12998         (gnus-summary-insert-dormant-articles): Fix typo in message.
13000 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13002         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13003         nil for XEmacs.
13004         (gnus-message-citation-mode): Don't autoload in XEmacs.
13006         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13008 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13010         * nnimap.el (nnimap-expunge-search-string):
13011         Mention nnimap-search-uids-not-since-is-evil in docstring.
13013 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13015         * spam.el: Revert to make-obsolete-variable because
13016         define-obsolete-variable-alias is not supported in Emacs 21.
13018         * spam.el (spam-ifile-path, spam-ifile-database-path)
13019         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13020         make-obsolete-variable.
13021         (spam-bsfilter-path, spam-bsfilter-program)
13022         (spam-spamassassin-path, spam-spamassassin-program)
13023         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13024         Don't use "path" inappropriately.
13025         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13026         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13027         variable names.
13029 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13031         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13032         summary buffer.
13034         * password.el (password-cache-remove): Use clear-string to burn
13035         password, if available.
13037 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13039         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13041         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13043         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13044         (gnus-message-highlight-citation): Move defcustom here from
13045         gnus-cite.el.
13046         (gnus-message-citation-mode): Autoload.
13048         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13049         checks to make it compile with XEmacs.
13050         (gnus-message-citation-mode): New minor mode.
13051         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13052         (gnus-message-highlight-citation): New variables.
13053         (gnus-message-search-citation-line)
13054         (gnus-message-add-citation-keywords)
13055         (gnus-message-remove-citation-keywords)
13056         (turn-on-gnus-message-citation-mode)
13057         (turn-off-gnus-message-citation-mode): New functions.
13059 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13061         * gnus-cite.el: Enable highlighting of different citation levels in
13062         message-mode.
13064 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13066         * message.el (message-make-fqdn): Fix comment.
13067         (message-bogus-system-names): Add ".local".
13069         * spam.el (spam-ifile-path, spam-ifile-program)
13070         (spam-ifile-database-path, spam-ifile-database)
13071         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13072         Don't use "path" inappropriately.
13073         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13074         strings.
13075         (spam-check-ifile, spam-ifile-register-with-ifile)
13076         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13077         Use new variable names.
13079         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13080         (gnus-treat-display-smileys): Simplify using
13081         gnus-image-type-available-p.
13083         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13084         available.
13086 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13088         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13089         one after turning on the buffer's multibyteness instead of decoding
13090         them directly in the unibyte buffer that causes unexpected conversion
13091         in Emacs 23 (unicode).
13093 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13095         * message.el (message-generate-hashcash): Fix custom type.
13097 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13099         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13101 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13103         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13104         disconnect icons.  Add help text.
13106 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13108         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13109         negated to be consistent with the others we handle.
13111 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13113         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13114         version of gnus-summary-buffer to something, so that we can use two
13115         article buffers at the same time.
13117 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13119         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13120         trigger all the extra headers.
13121         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13122         sorting.
13124 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13126         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13127         solid groups.
13129 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13131         * legacy-gnus-agent.el: Add Copyright notice.
13133 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13135         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13137 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13139         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13141         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13142         to make it work reliably in CVS Emacs.
13143         (gnus-summary-limit-strange-charsets-predicate)
13144         (gnus-summary-limit-to-predicate): New functions.
13146 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13148         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13149         specifying array size.
13150         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13151         array if it is too small.
13152         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13153         (gnus-sort-threads-loop): New function.
13155 2006-12-06  Chris Moore  <dooglus@gmail.com>
13157         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13158         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13160 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13162         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13163         options.
13165 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13167         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13168         DOS-ing the recipient.
13170         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13171         the headers when creating the mapping to avoid mismappings.
13172         (nnweb-gmane-create-mapping): Always nix out old mapping.
13174 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13176         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13177         and mm-verify-option to never.
13179 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13181         * message.el (message-signed-or-encrypted-p): New function.
13182         (message-forward-make-body): Use it.
13184         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13185         Replace encode-coding-string with mm-encode-coding-string.
13187 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13189         * nneething.el (nneething-decode-file-name):
13190         Replace decode-coding-string with mm-decode-coding-string.
13192         * gnus-int.el (gnus-open-server): Say failed server's name.
13194 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13196         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13197         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13199         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13200         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13201         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13202         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13203         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13204         (gnus-subscribe-newsgroup, gnus-1):
13205         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13206         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13207         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13208         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13210 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13212         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13213         keystroke.
13214         (gnus-summary-limit-to-bodies): Implement headersp.
13216 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13218         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13220 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13222         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13224 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226         * message.el (message-generate-hashcash): Expand range of values to
13227         include `opportunistic'.
13228         (message-send-mail): Use it.
13230 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13232         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13233         and comment it.
13235         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13237 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13239         * gnus-util.el (gnus-extract-address-components): Improve comment.
13241 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13243         * gnus-util.el (gnus-extract-address-components): Work with address in
13244         which the name portion contains @.
13246 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13248         * gnus.el (gnus-start): Move custom group up.
13249         (gnus-select-method): Don't autoload, but make it available for
13250         `customize-variable'.
13251         (gnus-getenv-nntpserver): Don't autoload.
13253 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13255         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13257 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13259         * message.el (message-sendmail-extra-arguments): New variable.
13260         (message-send-mail-with-sendmail): Use it.
13262 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13264         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13265         mm-with-unibyte-current-buffer to make string unibyte.
13267         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13268         mm-string-as-multibyte.
13270 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13272         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13273         Reported by Werner Koch <wk@gnupg.org>.
13275 2006-11-14  Daiki Ueno  <ueno@p360>
13277         * mml2015.el: Autoload epa-select-keys when compiling.
13279 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13281         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13282         message-options.
13283         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13285 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13287         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13288         EasyPG (< 0.0.6).
13289         (mml2015-always-trust): New user option.
13290         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13291         prompt.
13293 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13295         * nntp.el (nntp-authinfo-force): New variable.
13296         (nntp-send-authinfo): Use it.
13298 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13300         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13301         decode encoded words.  Improve prompt.  Add comment about forwarding.
13302         (message-replacement-char): Move up.
13304 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13306         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13307         instead of gnus-intersection because arguments of gnus-sorted-nunion
13308         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13310 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13312         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13313         (message-simplify-subject-functions):
13314         Enable message-strip-subject-encoded-words by default.
13316 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13318         * message.el (message-strip-subject-encoded-words): New function.
13319         (message-simplify-subject-functions): New variable.
13320         (message-simplify-subject): Use it.  Fix typo in doc string.
13321         Support message-strip-subject-encoded-words.
13323 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13325         * gnus-diary.el (gnus-diary-delay-format-function):
13326         * nndiary.el (nndiary-reminders):
13327         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13329 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13331         * gnus-art.el (article-hide-boring-headers): Fetch date from
13332         gnus-original-article-buffer to avoid problems with localized date
13333         strings.
13335 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13339 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13341         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13342         New variables.
13343         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13344         (mm-charset-synonym-alist): Move some entries to
13345         mm-codepage-iso-8859-list.
13346         (mm-charset-synonym-alist, mm-charset-override-alist):
13347         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13349 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13351         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13353 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13355         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13356         with Emacs 21 and XEmacs.
13358 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13360         * spam.el (spam-parse-address): New function for better parsing,
13361         catching errors, etc.
13362         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13364 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13366         * mm-view.el: Add interactive arg to html2text autoload.
13368 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13370         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13372 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13374         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13375         New variables.
13376         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13377         (mm-charset-synonym-alist): Move some entries to
13378         mm-codepage-iso-8859-list.
13380         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13382 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13384         * message.el (message-citation-line-format)
13385         (message-insert-formated-citation-line): Fix implementation of %E, %N
13386         and %n according to the doc string.
13388 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13390         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13391         Use car-safe to avoid bad parses.
13393 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13395         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13396         names.
13398         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13400 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13402         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13403         header.
13405         * message.el (message-draft-headers): Add Date.
13406         (message-headers-to-generate): Fix typo in docstring.
13408         * nndraft.el (nndraft-required-headers): New variable.
13409         (nndraft-generate-headers): Use it.
13411         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13413 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13415         * gnus-registry.el (gnus-registry-wash-for-keywords)
13416         (gnus-registry-find-keywords): New functions to allow easy searching of
13417         articles that are in the registry.
13419 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13421         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13422         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13423         Reported by Damien Elmes <damien@repose.cx>.
13425 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13427         * gnus.el (gnus-mime): Remove unused custom group.
13429 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13431         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13432         "blank line" when searching for end of armor headers.
13434 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13436         * gmm-utils.el (gmm-write-region): Fix variable name.
13438 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13440         * gmm-utils.el (gmm-write-region): New function based on compatibility
13441         code from `mm-make-temp-file'.
13443         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13445         * nnmaildir.el (nnmaildir--update-nov)
13446         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13447         Use `gmm-write-region'.
13449 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13451         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13452         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13454         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13456         * message.el (message-replacement-char): New variable.
13457         (message-fix-before-sending): Use it.
13458         (message-simplify-subject): New function to remove duplicate code.
13459         (message-reply, message-followup): Use it.
13461         * gnus-sum.el (gnus-summary-make-menu-bar):
13462         Clarify gnus-summary-limit-to-articles.
13464 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13466         * gnus-util.el (gnus-with-local-quit): New macro.
13468         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13470 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13472         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13473         ignore non-string data.
13475 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13477         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13478         non-string data (needs to be done in the registry too).
13480 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13482         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13483         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13484         (gnus-registry-split-fancy-with-parent)
13485         (gnus-registry-fetch-simplified-message-subject-fast)
13486         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13487         Remove text properties on ingress into the registry and when it's saved.
13488         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13489         registry from entries with no groups.
13491 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13493         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13494         function to remove string properties.
13496 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13498         * gmm-utils.el (gmm): Adjust custom version.
13500         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13501         Adjust custom version.
13503         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13505 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13507         * gnus-art.el (gnus-insert-prev-page-button)
13508         (gnus-insert-next-page-button): Simplify.  Reformat.
13510 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13512         * gnus-art.el (gnus-insert-prev-page-button)
13513         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13515 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13517         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13519 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13521         * gnus-art.el (gnus-insert-mime-button)
13522         (gnus-insert-mime-security-button):
13523         Apply gnus-article-button-face to MIME and security buttons.
13525 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13527         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13528         readable.
13530 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13532         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13533         `browse-url-of-file' instead of `browse-url'.
13535 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13537         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13538         regexp.  Articles containing quotation were cut prematurely.
13540 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13542         * message.el (message-cite-original-1): Use nobody by default for the
13543         value of From header.
13544         (message-reply): Ditto.
13546 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13548         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13549         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13550         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13552 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13554         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13555         mails in the doc string.  Add some URLs in comment.
13556         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13558 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13560         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13561         backslashes handling and the way to find boundaries of quoted strings.
13563 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13565         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13566         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13567         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13568         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13570 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13572         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13573         doc string.
13574         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13576 2006-09-06  Simon Josefsson  <jas@extundo.com>
13578         * mml2015.el (mml2015-use): Doc fix, mention epg.
13580 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13582         * mml2015.el (mml2015-use): Default to epg, if available.
13584 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13586         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13587         message-sender.
13588         (mml1991-epg-encrypt): Ditto.
13589         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13590         message-sender.
13591         (mml2015-epg-encrypt): Ditto.
13593 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13595         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13596         several common directories.
13598 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13600         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13601         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13603 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13605         * gnus-art.el (article-decode-encoded-words): Make it fast.
13607 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13609         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13611         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13612         in quoted string into `\'.
13614 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13616         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13617         Use standard-syntax-table.
13619 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13621         * gnus-art.el (gnus-decode-address-function): New variable.
13622         (article-decode-encoded-words): Use it to decode headers which are
13623         assumed to contain addresses.
13624         (gnus-mime-delete-part): Remove useless `or'.
13626         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13627         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13628         (gnus-nov-parse-line): Use it to decode From header.
13629         (gnus-get-newsgroup-headers): Ditto.
13630         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13632         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13633         (mail-decode-encoded-address-string): New alias.
13635         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13636         New function.
13637         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13638         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13639         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13640         (rfc2047-decode-string): Ditto.
13641         (rfc2047-decode-address-region): New function.
13642         (rfc2047-decode-address-string): New function.
13644 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13646         * message.el (message-caesar-buffer-body): Allow rotating headers.
13648         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13650         * message.el (message-insert-formated-citation-line): Fix %f.
13651         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13653 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13655         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13656         (gnus-bookmark-mouse-available-p): New macro.
13657         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13658         (gnus-bookmark-bmenu-show-infos): Use it.
13659         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13660         (gnus-bookmark-bmenu-hide-infos): Ditto.
13661         (gnus-bookmark-remove-properties): New function.
13662         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13663         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13664         (gnus-bookmark-write-file): Bind coding-system-for-write.
13665         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13666         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13667         group before selecting it.
13668         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13669         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13670         quit-window if it is not available; use gnus-mouse-2 and bind it to
13671         gnus-bookmark-bmenu-select-by-mouse.
13672         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13673         (gnus-bookmark-bmenu-select-by-mouse): New function.
13675 2006-08-13  Romain Francoise  <romain@orebokech.com>
13677         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13678         space.
13680 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13682         * compface.el (uncompface): Use binary rather than raw-text-unix.
13684 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13686         * compface.el (uncompface): Make sure the eol conversion doesn't take
13687         place when communicating with the external programs.
13688         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13690 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13692         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13694 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13696         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13697         Make it more robust by parsing author and date independently.
13699 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13701         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13703 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13705         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13706         first matching secret key.
13707         (mml2015-epg-encrypt): Ditto.
13709         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13710         first matching secret key.
13711         (mml1991-epg-encrypt): Ditto.
13713         * mml2015.el (mml2015-encrypt-to-self): New user option.
13714         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13715         mml2015-epg-encrypt-to-self is set.
13717         * mml1991.el (mml1991-encrypt-to-self): New variable.
13718         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13719         mml1991-epg-encrypt-to-self is set.
13721         * mml2015.el (mml2015-signers): New user option.
13722         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13723         (mml2015-epg-encrypt): Allow to select signing keys.
13725         * mml1991.el (mml1991-signers): New variable.
13726         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13727         (mml1991-epg-encrypt): Allow to select signing keys.
13729 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13731         * nnheader.el (nnheader-insert-head): Make it work even if the file
13732         uses CRLF for the line-break code.
13734 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13736         * mml2015.el: Require mml-sec instead of password.
13737         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13738         (mml2015-cache-passphrase): Inherit the default value from
13739         mml-secure-cache-passphrase.
13740         (mml2015-passphrase-cache-expiry): Inherit the default value from
13741         mml-secure-passphrase-cache-expiry.
13743         * mml1991.el: Require mml-sec instead of password.
13744         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13745         (mml1991-cache-passphrase): Inherit the default value from
13746         mml-secure-cache-passphrase.
13747         (mml1991-passphrase-cache-expiry): Inherit the default value from
13748         mml-secure-passphrase-cache-expiry.
13750         * mml-sec.el: Require password.
13751         (mml-secure-verbose): New user option.
13752         (mml-secure-cache-passphrase): New user option.
13753         (mml-secure-passphrase-cache-expiry): New user option.
13755 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
13756             Andreas Vögele  <andreas@altroot.de>   (tiny change)
13758         * pgg-def.el (pgg-truncate-key-identifier):
13759         Truncate the key ID to 8 letters from the end.
13761 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13763         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13764         workaround for the url package included with Emacs.
13766         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13768 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13770         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13771         correctly.  This fixes a bug caused by the 2006-05-12 change.
13773 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13775         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13776         some information about the error when saying that the `bogus' mail
13777         group will be used.
13779 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13781         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13782         string.
13784 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13786         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13788 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13790         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13792 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13794         * mml1991.el (mml1991-function-alist): Add epg.
13795         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13796         (mml1991-epg-encrypt): New functions.
13798 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13800         * mml2015.el (mml2015-verbose): New variable.
13801         (mml2015-cache-passphrase): Ditto.
13802         (mml2015-passphrase-cache-expiry): Ditto.
13803         (mml2015-function-alist): Add epg.
13804         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13805         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13806         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13807         New functions.
13809 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13811         * message.el (message-cite-original-1): Preserve region when removing
13812         quoted text due to X-No-Archive in order to avoid bogus attribution
13813         when citing multiple messages.
13815 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13817         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13818         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13820 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13822         * gnus-diary.el (gnus-user-format-function-d)
13823         (gnus-user-format-function-D): Autoload.
13825         * imap.el (Commentary): Fix typo.
13827         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13828         2006-04-22 contribution.
13830 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13832         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13833         It didn't really fix the bogosity I'm seeing with solid web groups.
13835 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13837         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13838         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13839         created using server names.  If we use the feature without declaring
13840         it, Gnus does not properly manage server and group state.
13842         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13843         bound.
13845 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13847         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13848         looking up the method using GROUP's prefix before inventing a new one.
13849         It is used on killed/unknown groups in various places where returning
13850         an all-new method isn't expected by the caller.
13852         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13853         and match semantics of gnus-group-real-prefix.
13855 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13857         * nnmail.el (nnmail-broken-references-mailers): New variable.
13858         (nnmail-ignore-broken-references): New function generalizing
13859         nnmail-fix-eudora-headers.
13860         (nnmail-fix-eudora-headers): Now obsolete.
13862         * gnus-art.el (gnus-button-handle-custom):
13863         Support `customize-apropos*'.
13865 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13867         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13869         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13870         articles.
13872 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13874         * message.el (message-cite-reply-above): New variable.
13875         (message-yank-original): Use it.
13877 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13879         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13881 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13883         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13884         as read.
13886         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13888 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13890         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13891         (gnus-bookmark-default-file): Use gnus-directory.
13892         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13893         Remove "*" in doc string.
13894         (gnus-bookmark-write-file): Simplify.
13895         (gnus-bookmark-maybe-sort-alist): Use `when'.
13896         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13897         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13898         Add FIXME about Emacs 21 and XEmacs compatibility.
13899         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13900         compatibility.
13901         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13902         compatibility.
13903         (gnus-bookmark-menu-heading): Fix version.
13905 2006-06-19  Bastien Guerry  <bzg@altern.org>
13907         * gnus-bookmark.el: New file.
13909 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13911         * message.el (message-syntax-checks): Doc fix.
13913 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13915         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13916         unsubscribed groups as if they were killed ones.  It causes duplicate
13917         entries in gnus-newsrc-alist.
13919 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13921         * message.el (message-syntax-checks): Doc fix.
13922         (message-send-mail): Add check for continuation headers.
13923         (message-check-news-header-syntax): Fix regexp used to check for
13924         continuation headers.
13926 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13928         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13930 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13932         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13934 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13936         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13937         default-truncate-lines.
13939 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13942         to fill the utf-8 entry.
13944 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13946         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13948 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13950         * gnus-agent.el (directory-files-and-attributes): Move all the way
13951         forward (the third and final move).
13952         (gnus-agent-read-agentview): Trap reconstruction errors due to
13953         nonexistent directory.  Handle by returning nil.
13955 2006-05-30  Didier Verna  <didier@xemacs.org>
13957         * message.el (message-dont-reply-to-names): Update the custom type.
13958         * message.el (message-dont-reply-to-names): New defsubst: potentially
13959         convert a list of regexps into a single one.
13960         * message.el (message-get-reply-headers): Use it.
13961         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13963 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13965         * gnus-agent.el (directory-files-and-attributes): Move forward.
13967 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13969         * gnus-ml.el (gnus-mailing-list-subscribe)
13970         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13971         (gnus-mailing-list-message): Fix doc strings.
13973 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13975         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13976         of doing it manually.
13978 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13980         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13981         comment.
13983 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13985         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
13986         (gnus-agent-read-agentview): Fix handling of end-of-file error.
13987         (gnus-agent-read-local): All symbols allocated in my-obarray.
13988         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
13989         (gnus-agent-regenerate-group): Check numeric names to see if they are
13990         messages or groups.
13991         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
13992         better way of do this...)
13994         * gnus-cache.el (gnus-agent-total-fetched-for):
13995         Ignore 'dummy.group' (there should be a better way of do this...)
13997 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13999         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14000         (gnus-saved-headers): Ditto.
14001         (gnus-default-article-saver): Mention functions may have properties.
14002         (gnus-article-save): Override gnus-save-all-headers and
14003         gnus-saved-headers by :headers property which saver function may have.
14004         (gnus-summary-save-in-file): Add :headers property.
14005         (gnus-summary-write-to-file): Ditto.
14007         * gnus-sum.el (gnus-summary-save-article): Bind
14008         gnus-prompt-before-saving to t when saving many articles in a file;
14009         always show all headers.
14011 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14013         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14014         marks.
14016         * message.el (message-indent-citation): Add optional arguments to allow
14017         using it outside of message buffers.
14019         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14020         (gnus-article-treat-unfold-headers): Use it.
14021         (gnus-article-truncate-lines): New variable.
14022         (gnus-article-mode): Use it.
14023         (gnus-article-toggle-truncate-lines): New function.
14025         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14026         Add gnus-article-toggle-truncate-lines.
14028         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14029         coding system in XEmacs, use binary.
14031 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14033         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14034         after-load-alist.
14036         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14037         this function should save decoded articles.
14038         (gnus-summary-write-to-file): Use property to specify this function
14039         should save decoded articles and specify gnus-summary-save-in-file
14040         should be used to save articles other than the first one when saving
14041         many articles.
14042         (gnus-summary-save-body-in-file): Use property to specify this
14043         function should save decoded articles.
14044         (gnus-summary-write-body-to-file): Use property to specify this
14045         function should save decoded articles and specify
14046         gnus-summary-save-body-in-file should be used to save articles other
14047         than the first one when saving many articles.
14049         * gnus-sum.el (gnus-summary-save-article): Simplify.
14051 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14053         * gnus-art.el (gnus-default-article-saver):
14054         Add gnus-summary-write-body-to-file.
14055         (gnus-article-save-coding-system): Don't use coding system object
14056         in XEmacs.
14057         (gnus-read-save-file-name): Add optional `dir-var' argument which
14058         specifies directory in which files are saved; work even if optional
14059         `variable' argument is not specified.
14060         (gnus-summary-write-to-file): Read file name.
14061         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14062         (gnus-summary-write-body-to-file): New function.
14064         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14065         (gnus-summary-local-variables): Add it.
14066         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14067         (gnus-summary-save-article): Remove optional `decode' argument;
14068         determine whether to decode articles by the value of
14069         gnus-default-article-saver; when saving many files using
14070         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14071         it first and use gnus-summary-save-in-file or
14072         gnus-summary-save-body-in-file thereafter unless
14073         gnus-prompt-before-saving is always; move point to article which
14074         will be saved.
14075         (gnus-summary-save-article-file): Revert.
14076         (gnus-summary-write-article-file): Revert.
14077         (gnus-summary-save-article-body-file): Revert.
14078         (gnus-summary-write-article-body-file): New function.
14080 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14082         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14084 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14086         * gnus-art.el (gnus-default-article-saver): Doc fix.
14087         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14088         from gnus-summary-save-article-coding-system, and default to a
14089         certain coding system.
14090         (gnus-output-to-file): Add coding cookie and encode text according
14091         to gnus-article-save-coding-system; don't use mm-append-to-file.
14093         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14094         gnus-art.el and rename to gnus-article-save-coding-system.
14095         (gnus-summary-save-article): Require gnus-art; don't show all
14096         headers if it decodes articles; don't add coding cookie here;
14097         don't bind mm-text-coding-system-for-write.
14098         (gnus-summary-save-article-file): Save decoded articles.
14099         (gnus-summary-write-article-file): When saving many files, use
14100         gnus-summary-write-to-file first and gnus-summary-save-in-file
14101         thereafter unless gnus-prompt-before-saving is always.
14102         (gnus-summary-save-article-body-file): Save decoded articles.
14104 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14106         * nnrss.el (nnrss-check-group): Bind hash-index.
14108 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14110         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14111         its hash index.  Store this hash in `nnrss-group-data'.
14112         (nnrss-read-group-data): Update accordingly.
14114 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14116         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14117         entry.
14119         * gnus-sum.el (gnus-summary-make-menu-bar):
14120         Add gnus-article-browse-html-article.
14122 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14124         * gnus-sum.el (gnus-summary-mime-map):
14125         Add gnus-article-browse-html-article.
14127 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14129         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14130         suitable coding systems in customize.
14132 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14134         * mail-source.el (mail-sources): Fix custom type.
14136 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14138         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14139         (gnus-summary-expire-articles-now): Shorten prompt.
14141         * gmm-utils.el (wid-edit): Require.
14142         (defun-gmm): Rename from `gmm-defun-compat'.
14143         (gmm-image-search-load-path): Use it.
14144         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14146 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14148         * gnus-sum.el (gnus-summary-save-article-coding-system):
14149         New variable.
14150         (gnus-summary-save-article): Add optional `decode' argument.
14151         If it is set and gnus-summary-save-article-coding-system is non-nil,
14152         save decoded article.
14153         (gnus-summary-write-article-file): Save decoded article if
14154         gnus-summary-save-article-coding-system is non-nil.
14156         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14157         type.
14159 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14161         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14163 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14165         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14166         first to test gnus-single-article-buffer which may be buffer-local.
14168         * gnus-sum.el (gnus-summary-setup-buffer):
14169         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14170         group; make gnus-article-buffer, gnus-article-current, and
14171         gnus-original-article-buffer always buffer-local.
14172         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14173         group.
14174         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14176 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14178         * nnml.el (nnml-request-compact-group): Compressed files might not
14179         have .gz extension.
14181 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14183         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14184         (mm-copy-to-buffer): Use with-current-buffer.
14185         (mm-display-part): Simplify.
14186         (mm-inlinable-p): Add optional arg `type'.
14188 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14190         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14191         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14192         Try harder to show the attachment internally or externally using
14193         gnus-mime-view-part-as-type.
14195 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14197         * message.el (message-from-style, message-signature-separator)
14198         (message-user-organization-file, message-send-mail-function)
14199         (message-citation-line-function, message-yank-prefix)
14200         (message-indent-citation-function, message-signature)
14201         (message-signature-file, message-signature-insert-empty-line):
14202         Remove autoloads.
14204         * gnus-art.el (gnus-buttonized-mime-types):
14205         Remove "multipart/signed".  Revert 2006-04-26 change.
14207 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14209         * gnus.el (gnus-version-number): Bump version.
14211 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14213         * gnus.el: No Gnus v0.5 is released.
14215 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14217         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14218         fetching articles by message-id.
14220 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14222         * message.el (hashcash): Require hashcash as normal.
14224         * ecomplete.el (ecomplete-highlight-match-line):
14225         Use point-at-eol.
14226         (ecomplete-highlight-match-line): Use `highlight', because that
14227         face exists in both Emacs and XEmacs.
14229         * message.el (message-display-abbrev): Use point-at-bol.
14231         * mail-source.el: Don't require timer/timer-funcs.
14233         * gnus-async.el: Ditto.
14235         * password.el: Ditto.
14237         * mm-url.el: Ditto.
14239         * mm-util.el: Require timer/timer-funcs.
14241 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14243         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14244         Close.
14246 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14248         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14249         unibyte after clear-decrypt function runs.
14251         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14252         returns as a unibyte string.
14254 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14256         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14257         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14258         (mml1991-pgg-encrypt): Ditto.
14260 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14262         * message.el (message-user-organization-file): Check several
14263         locations of the organization file.
14265         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14266         Add gnus-article-view-part-as-type.
14268         * gnus-art.el (gnus-article-view-part-as-type): New function.
14270         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14271         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14273         * mml.el: Simplify autoload.
14274         (mml-mode): defvar dnd-protocol-alist instead of using
14275         symbol-value.
14276         (mml-default-directory): New variable.
14277         (mml-minibuffer-read-file): Use it.
14278         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14280         * message.el (message-citation-line-format): New variable.
14281         (message-insert-formated-citation-line): New function.
14282         (message-citation-line-function):
14283         Add `message-insert-formated-citation-line' to custom type.
14285         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14286         to doc string.
14288         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14289         depending on mm-verify-option.
14291 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14293         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14294         binding pgg-* variables; reimplement the section which prevents
14295         MIME header from being signed.
14296         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14297         pgg-text-mode; remove a blank line at the top of body.
14299         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14300         lines at the top of body; use gnus-newsgroup-charset if there's no
14301         Charset header.
14303 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14305         * message.el (message-self-insert-commands): Doc fix.
14307         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14308         (mm-uu-pgp-encrypted-test): Ditto.
14309         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14310         between header and body; return application/pgp-encrypted handle
14311         if decryption failed; decode decrypted body by charset.
14313         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14314         element match to application/pgp-*.
14316 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14318         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14319         HTML.
14321 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14323         * mail-source.el (mail-source-call-script): Message the error
14324         string.
14326 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14328         * gnus-util.el (gnus-byte-compile): Use it.
14330 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14332         * gnus-util.el (kill-empty-logs): New function.
14334 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14336         * message.el (message-mail-alias-type): Doc fix.
14337         (message-mail-alias-type-p): New function.
14338         (message-send): Use it.
14339         (message-mode): Ditto.
14340         (message-strip-forbidden-properties): Ditto.
14342         * ecomplete.el (ecomplete-database-file-coding-system):
14343         New variable.
14344         (ecomplete-save): Use it.
14345         (ecomplete-setup): Use it.
14347 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14349         * message.el (message-self-insert-commands): New variable.
14350         (message-strip-forbidden-properties): Use it.
14352 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14354         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14355         that doesn't make XEmacs choke.
14357 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14359         * gnus-util.el (gnus-replace-in-string):
14360         Prefer replace-regexp-in-string over of replace-in-string.
14362 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14364         * gnus-util.el (gnus-select-frame-set-input-focus):
14365         Use select-frame-set-input-focus if it is available in XEmacs; use
14366         definition defined in Emacs 22 for old Emacsen.
14368 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14370         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14372 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14374         * gnus-registry.el (gnus-registry-cache-save): Remove text
14375         properties when saving via the temp buffer.
14377 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14379         * message.el (message-generate-hashcash): Honor custom type.
14381 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14383         * message.el (message-generate-hashcash): Default to non-nil when
14384         hashcash is found.
14386         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14387         (gnus-refer-thread-limit): Increase default to 500.
14389         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14391         * flow-fill.el (fill-flowed): Allow delete-space.
14393 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14395         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14396         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14397         Remove autoloads.
14399 2006-04-18  Simon Josefsson  <jas@extundo.com>
14401         * message.el (message-generate-hashcash): Default to.
14403 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14405         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14406         concatenating segments rather than before concatenating them.
14408 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14410         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14412         * imap.el (imap-quote-specials): New function.
14413         (imap-login-auth): Quote specials.
14415 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14417         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14419         * message.el (message-forward-make-body-plain):
14420         Allow message-forward-ignored-headers to be a list.
14421         (message-remove-ignored-headers): Factor out into function.
14422         (message-forward-make-body-mml): Use it.
14423         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14424         (rfc2231-parse-string): Allow concatanation of parameters that
14425         aren't contiguous.  The test case is
14426           (mail-header-parse-content-type "message/external-body;
14427             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14428             access-type=LOCAL-FILE;
14429             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14431 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14433         * nntp.el (nntp-accept-process-output): Return the value of
14434         `nnheader-accept-process-output'.
14436 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14438         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14439         (gnus-button-alist): Recognize more diff formats.
14440         (gnus-button-patch): Strip directory.
14442 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14444         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14445         Emacs 22 when setting focus.
14447 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14449         * gnus-art.el (gnus-article-treat-types): Do treatment of
14450         text/x-verbatim parts.
14451         (gnus-button-patch): New command.
14453         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14454         addresses that contain invalid characters.
14456 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14458         * message.el (message-put-addresses-in-ecomplete):
14459         Use gnus-replace-in-string.
14460         (message-is-yours-p): Use the more correct
14461         mail-header-parse-address instead of
14462         mail-extract-address-components.
14463         (message-put-addresses-in-ecomplete): Fix typo.
14465         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14466         keystroke.
14468         * gnus-art.el (gnus-treatment-function-alist): Change order of
14469         newsgroups/generic header folding to avoid double-folding.
14471         * message.el (message-hidden-headers): Add X-Draft-From.
14473         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14474         New command.
14475         (gnus-summary-repeat-search-article-backward): New command.
14477         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14478         groups in the parent topic.
14480 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14482         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14483         (spam-extra-header-to-number): Return the CRM114 number as a
14484         number instead of a string.
14486 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14488         * gnus-art.el (gnus-face-properties-alist): Move here from
14489         gnus-fun.
14491         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14493 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14495         * message.el (message-strip-forbidden-properties): Only display on
14496         self-insert-command.
14498         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14499         reindent.
14500         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14502 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14504         * smiley.el (smiley-style): Fix typo.
14506 2006-03-23  Kenichi Handa  <handa@m17n.org>
14508         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14509         instead of set-buffer-multibyte.
14511 2006-03-23  Kenichi Handa  <handa@m17n.org>
14513         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14514         buffer and then decode the buffer text if necessary.
14515         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14516         first, and after mm-encode-body, change the buffer to unibyte.
14518 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14520         * hashcash.el (hashcash-insert-payment-async-2):
14521         Use message-goto-eoh instead of doing it manually.
14522         (mail-add-payment): Use message-narrow-to-header instead of trying
14523         to do the same itself.
14525         * message.el (message-hidden-headers): Add Face.
14527         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14528         reparenting code.
14529         (gnus-summary-reparent-children): Refactored out code.
14530         (gnus-summary-thread-map): New keystroke.
14531         (gnus-summary-reparent-children): Make into command.
14533         * smiley.el (smiley-style): Default to `medium' if using a large
14534         font.
14536         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14537         does it itself.
14539         * message.el (message-point-in-header-p): Simplify definition.
14541 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14543         * nnagent.el (nnagent-request-set-mark): Silence log file
14544         writing.
14545         (nnagent-request-set-mark): Use write-region instead of
14546         append-to-file.
14548         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14549         strange select method.
14551         * ecomplete.el (ecomplete-display-matches): Get highlightling
14552         right.
14553         (ecomplete-display-matches): Use literals.
14554         (ecomplete-display-matches): Disable message logging.
14556         * message.el (message-display-abbrev): Small optimization.
14558         * ecomplete.el (ecomplete-display-matches): Allow automatic
14559         display.
14561         * message.el (message-strip-forbidden-properties):
14562         Display abbrevs.
14563         (message-display-abbrev): Get automatic display right.
14565         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14566         keystrokes.
14568 2006-04-13  Romain Francoise  <romain@orebokech.com>
14570         TODO: Backport to v5-10!
14572         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14573         Move here (and rename) from gnus-registry.el.
14575         * gnus-registry.el: Require gnus-util.
14576         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14578 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14580         * gnus-group.el (gnus-group-catchup-current):
14581         Change if-then-else-if-then-else into cond.
14582         (gnus-group-catchup): Indent.
14583         (group-name-at-point): New function.
14584         (gnus-fetch-group): Provide default from thing at point.
14586 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14588         * message.el (message-display-abbrev): Fix regexp.
14590         * ecomplete.el (ecomplete-highlight-match-line):
14591         Reimplement choosing.
14592         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14593         dead variables.
14595         * message.el (message-newline-and-indent): Remove debugging.
14596         (message-display-abbrev): Use new implementation.
14598 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14600         * gnus-art.el (gnus-article-mode):
14601         Set cursor-in-non-selected-windows to nil.
14603         * smiley.el: Revert previous change.
14604         (smiley-data-directory): defvar it before using it in the
14605         defcustom of `smiley-style'.
14607 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14609         * message.el (message-newline-and-indent): New function.
14611         * ecomplete.el: Implement more bits.
14613         * message.el (message-put-addresses-in-ecomplete): Clean up the
14614         string.
14616         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14618         * gnus-sum.el (gnus-summary-save-parts):
14619         Bind gnus-summary-save-parts-counter and use it to make unique file
14620         names.
14622         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14624         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14625         parameter to say whether to actually parse the individual
14626         addresses.
14628         * message.el (message-put-addresses-in-ecomplete): New function.
14629         (ecomplete): Require.
14630         (message-mail-alias-type): Add ecomplete as an option.
14632 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14634         * flow-fill.el (fill-flowed): Remove trailing space from blank
14635         quoted lines.
14637 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14639         * smiley.el (smiley-style): Move definition later to avoid a
14640         compilation warning.
14642 2006-04-12  Kenichi Handa  <handa@m17n.org>
14644         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14645         buffer and then decode the buffer text if necessary.
14646         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14647         first, and after mm-encode-body, change the buffer to unibyte.
14648         Use mm-disable-multibyte instead of set-buffer-multibyte.
14650 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14652         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14653         Content-Type header instead of Content-Disposition header.
14654         (gnus-mime-inline-part): Ditto.
14655         (gnus-mime-view-part-as-charset): Ignore charset that the part
14656         specifies.
14658         * mm-decode.el (mm-display-part): Work with external parts and
14659         usual parts similarly.
14661         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14662         instead of gnus-display-mime.
14664         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14665         instead of with-temp-buffer.
14667         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14668         tag to summarized topics part in order to encode non-ASCII text.
14670 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14672         * smiley.el (smiley-style): New variable.
14673         (smiley-directory): New function.
14674         (smiley-data-directory): Derive from `smiley-style' using
14675         `smiley-directory'.
14676         (smiley-regexp-alist): Add new entries.
14678         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14679         (gnus-article-browse-delete-temp): Add :version.
14681 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14683         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14684         the sieve region.
14686 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14688         * gnus.el (gnus-version-number): Bump version.
14690 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14692         * gnus.el: No Gnus v0.4 is released.
14694 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14696         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14697         layout.
14699         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14700         unknown charset.
14702         * message.el (message-header-synonyms): Add Original-To to the
14703         default.
14705         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14706         optional parameter.
14708 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14710         * gnus-fun.el (gnus): Require it for gnus-directory.
14712 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14714         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14716 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14718         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14720 2006-04-05  Simon Josefsson  <jas@extundo.com>
14722         * password.el (password-reset): New function.
14724 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14726         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14727         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14729 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14731         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14732         Some whitespace was matched into the url, which broke browsing hits
14733         > 100 when mm-url-use-external was nil.
14735 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14737         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14738         Check gnus-extra-headers for 'Newsgroups.
14740         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14741         bound.
14743 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14745         * pgg-gpg.el: Clean up process buffers every time gpg processes
14746         complete.
14748 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14750         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14751         doc string.
14753 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14755         * pgg-gpg.el (pgg-gpg-process-filter)
14756         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14758         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14759         lines, temporary fix.
14761 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14763         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14765 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14767         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14768         default-enable-multibyte-characters.  This reverts the change from
14769         revision 6.17 which is no longer necessary because the passphrase
14770         is sent separately now.  GnuPG messages are unreadable under
14771         multibyte locales with default-enable-multibyte-characters set to
14772         nil.
14774 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14776         * message.el (message-tool-bar-gnome): Move "spell".
14778 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14780         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14781         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14782         instead.
14784 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14786         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14787         Improve newsgroups handling for NNTP overviews which don't include
14788         Newsgroups.
14790 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14792         * message.el (message-resend): Bind message-generate-hashcash to nil.
14794 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14796         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14797         when searching for already-paid recipients.
14799 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14801         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14802         passphrases when it is not needed.
14803         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14804         passphrase stuff from gpg, should only be necessary when you use
14805         gpg with a smartcard.
14807 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14809         * mml.el (mml-insert-mime): Ignore cached contents of
14810         message/external-body part.
14812         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14813         (mm-insert-part): Ditto.
14815 2006-03-23  Simon Josefsson  <jas@extundo.com>
14817         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14818         Reiner.
14819         (pgg-gpg-use-agent-p): Use it again.
14821 2006-03-23  Simon Josefsson  <jas@extundo.com>
14823         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14824         older emacsen.
14825         (pgg-gpg-use-agent-p): Don't use it.
14827 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14829         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14830         if we can.
14832 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14834         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14835         (pgg-gpg-update-agent): New function.
14836         (pgg-gpg-use-agent-p): New function.
14837         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14838         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14839         (pgg-gpg-sign-region): Use it.
14841 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14843         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14844         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14846 2006-03-21  Simon Josefsson  <jas@extundo.com>
14848         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14849         <wilde@sha-bang.de>.
14850         (pgg-gpg-use-agent): New variable.
14851         (pgg-gpg-process-region): Use it.
14852         (pgg-gpg-encrypt-region): Likewise.
14853         (pgg-gpg-encrypt-symmetric-region): Likewise.
14854         (pgg-gpg-decrypt-region): Likewise.
14855         (pgg-gpg-sign-region): Likewise.
14856         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14858 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14860         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14862         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14863         Add comment on version.
14865 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14867         * smiley.el: Add missing test smiley.
14869 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14871         * mm-decode.el (mm-with-part): New macro.
14872         (mm-get-part): Use it; work with message/external-body as well.
14873         (mm-save-part): Treat name and filename equally.
14875         * mm-extern.el (mm-extern-cache-contents): New function.
14876         (mm-inline-external-body): Use it; force the part to be displayed;
14877         move undisplayer added to the cached handle to the parent.
14879         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14880         (gnus-mime-view-part-as-type): Work with message/external-body.
14882         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14884 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14886         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14887         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14888         Emacs.]
14890 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14892         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14893         path rather than symbol.  Always return list of directories.
14894         Guarantee that image directory comes first.  [Sync with image.el,
14895         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14897         * message.el (message-make-tool-bar): Adjust to new API of
14898         `gmm-image-load-path-for-library'.
14900         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14902         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14904 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14906         * gnus-art.el (gnus-article-only-boring-p):
14907         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14908         intangible text.
14909         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14911 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14913         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14914         Use `defun' instead of `gmm-defun-compat'.
14916 2006-03-14  Simon Josefsson  <jas@extundo.com>
14918         * message.el (message-unique-id): Don't use message-number-base36
14919         if (user-uid) is a float.
14920         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14922 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14924         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14926         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14927         empty line between a part and a message part.
14929 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14931         * smiley.el: Add more test smileys.
14932         (smiley-data-directory, smiley-regexp-alist)
14933         (gnus-smiley-file-types): Fix doc strings.
14934         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14935         adding new elements.
14936         (smiley-mouse-map): Unused code.  Make it a comment.
14938 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14940         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14941         scan latest NoCeM messages instead of old ones.
14942         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14943         delimiters that are recently used.
14944         (gnus-nocem-load-cache): Add autoload cookie.
14946         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14948         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14949         level which is larger than gnus-use-nocem is specified.
14951         * gnus-group.el (gnus-group-get-new-news): Ditto.
14953 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14955         * gnus-util.el (gnus-tool-bar-update): New function.
14957         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14958         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14960         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14962         * gnus-group.el (gnus-group-redraw-when-idle)
14963         (gnus-group-redraw-check): Remove.
14964         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14966 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14968         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14969         if optional last element is specified in splits (FIELD VALUE...).
14971 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14973         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14974         to gmm-image-load-path-for-library.  Call with no-error argument.
14975         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14977         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14979         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14981         * gmm-utils.el (gmm-image-load-path): Remove alias.
14983 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14985         * gmm-utils.el (gmm-image-load-path): Add alias.
14987         * nnml.el (nnml-generate-nov-databases-directory): Rename from
14988         nnml-generate-nov-databases-1.
14989         (nnml-generate-nov-databases): Use it.
14990         (nnml-generate-nov-databases-directory): Document no-active
14991         argument.
14993         * gmm-utils.el (gmm-image-load-path-for-library): Return single
14994         directory if path is t.  Add no-error.
14996         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
14997         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
14999         * gnus-art.el (gnus-article-browse-delete-temp-files):
15000         Simplify resetting gnus-article-browse-html-temp-list.
15002         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15003         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
15004         Add example to docstring.  Rename local variables.  Move error
15005         checks to default case in cond and simplify.
15007 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15009         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15010         handle is multipart when calling it recursively.
15011         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15013 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15015         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15016         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15018 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15020         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15021         is loaded.
15023         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15024         loaded.
15026 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15028         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15029         to "Emacs 23 (unicode)" in doc string.
15031         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15032         "Emacs 23 (unicode)" in comment.
15034 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15036         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15038         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15039         characters 160 through 255 in Emacs 23.
15041 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15043         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15044         gnus-article-browse-html-temp.
15045         (gnus-article-browse-delete-temp): Make it customizable.
15046         Add `file'.  Adjust doc string.
15047         (gnus-article-browse-delete-temp-files): Add argument.
15048         Allow query for each file.  Adjust doc string.
15049         (gnus-article-browse-html-parts):
15050         Add `gnus-article-browse-delete-temp-files' to
15051         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15053 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15055         * gnus-art.el (gnus-article-browse-html-temp)
15056         (gnus-article-browse-delete-temp): New variables.
15057         (gnus-article-browse-delete-temp-files): New function.
15058         (gnus-article-browse-html-parts): Use it.
15060 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15062         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15064         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15065         string.
15067         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15068         gnus-summary-insert-new-articles when unplugged.
15069         Remove gnus-summary-search-article-forward.
15071         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15072         display-visual-class instead of display-color-cells.
15074 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15076         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15077         message/* containing non-ASCII text properly.
15079 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15081         * message.el: Require gmm-utils, remove autoloads.
15082         (message-tool-bar): Set default based on
15083         gmm-tool-bar-style.
15084         (message-tool-bar-gnome): Add gmm-customize-mode.
15086         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15087         gmm-tool-bar-style.
15088         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15090         * gnus-group.el (gnus-group-tool-bar): Set default based on
15091         gmm-tool-bar-style.
15092         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15094         * gmm-utils.el (gmm-image-directory): Rename variable from
15095         gmm-image-load-path.
15096         (gmm-image-load-path): Use gmm-image-directory.
15097         (gmm-customize-mode): New function.
15098         (gmm-tool-bar-style): New variable.
15100         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15101         gnus-group-redraw-line-number.
15102         (gnus-group-redraw-check): Simplify.
15103         (gnus-group-tool-bar-update): Remove redraw check.
15104         (gnus-group-make-tool-bar): Add redraw check.
15106 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15108         * gnus-art.el (gnus-button): Add missing parentheses.
15110 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15112         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15114 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15116         * gnus-art.el (gnus-button): New face.
15117         (gnus-article-button-face): Use it.
15119         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15120         Add gnus-summary-next-page.  Re-order.
15122         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15123         next-node are now included.
15124         (gnus-group-redraw-line-number): New internal variable.
15125         (gnus-group-redraw-check): Helper function for updating the tool
15126         bar.
15127         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15129         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15131         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15132         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15133         Use it to match format of Spamassassin 3.0 and later.
15134         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15135         (spam-check-bogofilter)
15136         (spam-bogofilter-register-with-bogofilter): Fix args of
15137         `gnus-error' calls.
15139 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15141         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15142         unnecessary interaction when sending queued mails.
15143         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15145 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15147         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15148         first or last are nil.
15150 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15152         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15154 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15156         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15158 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15160         * dns.el (query-dns): Protect more against buggy tcp output.
15162 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15164         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15165         nov.php.
15167 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15169         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15170         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15171         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15172         output on the server side.
15173         (nnweb-google-create-mapping): Update regexps and add some
15174         progress indication.
15176 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15178         * gnus-group.el (gnus-group-tool-bar-gnome):
15179         Fix gnus-agent-toggle-plugged.  Re-order icons.
15180         (gnus-group-tool-bar-gnome):
15181         Add gnus-group-{prev,next}-unread-group.
15182         (gnus-group-tool-bar-gnome): Re-order icons.
15184         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15185         Move gnus-summary-insert-new-articles.
15187         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15188         Fix comments.
15190         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15191         also available in Emacs 21.3.
15193         * message.el (message-fix-before-sending): Change "Emacs 22" to
15194         "Emacs 23 (unicode)" in comment.
15196         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15197         "Emacs 23 (unicode)" in comment.
15199         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15200         comment.
15201         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15203         * mm-view.el (mm-fill-flowed): Add :version.
15205 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15207         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15208         and load-path.
15210 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15212         * message.el: Autoload gmm-image-load-path.
15213         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15214         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15215         consitency.
15217         * gmm-utils.el (gmm-image-load-path): Also search in
15218         "../etc/images".  Don't set gmm-image-load-path if we don't find
15219         the image.
15221 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15223         * gmm-utils.el (gmm-image-load-path): Don't make
15224         `gmm-image-load-path' include subdirectories which the second arg
15225         `image' might specify.
15227         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15228         subdirectory to icon file names.
15230         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15232 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15234         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15235         gmm-image-load-path calls.
15237         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15239         * message.el (message-make-tool-bar): Ditto.
15241         * mml.el (mml-preview): Add comment concerning tool bar icons.
15243         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15244         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15246         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15247         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15249         * message.el (message-tool-bar-gnome): Use new icon names.
15250         (message-make-tool-bar): Use `gmm-image-load-path'.
15252         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15253         New functions from MH-E.
15254         (gmm-image-load-path): New variable from MH-E.
15255         (gmm-image-load-path): New function from MH-E.  Add arguments
15256         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15257         *-image-load-path-called-flag.
15259 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15261         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15263 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15265         * nnimap.el (nnimap-request-move-article): Change folder back to
15266         source group before deleting.
15268 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15270         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15272         * gnus-art.el (mm-url-insert-file-contents-external):
15273         Autoload mm-url.
15275         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15277 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15279         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15280         coding system which mm-charset-to-coding-system returns for a
15281         given charset is valid.
15283 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15285         * html2text.el (html2text-remove-tag-list):
15286         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15288 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15290         * gnus-cus.el: Revert 2005-10-17 change.
15292 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15294         * gnus-art.el (article-strip-banner):
15295         Call article-really-strip-banner only when the regexp match is made.
15297 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15299         * gnus-art.el (article-strip-banner):
15300         Use gnus-extract-address-components instead of
15301         mail-header-parse-addresses to make it work with non-ASCII text;
15302         remove mail-encode-encoded-word-string.
15304         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15305         values which are surrounded with \"...\"; make it never cause a
15306         Lisp error; give up parsing of parameters if it failed in
15307         extracting type.
15309 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15311         * smime.el (smime-cert-by-ldap-1): Fix bug where
15312         `smime-ldap-search' returns results without userCertificates.
15314 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15316         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15318 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15320         * spam.el (spam-check-spamassassin-headers): Adapt format for
15321         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15322         <ari@mbf.ocn.ne.jp>.
15323         (spam-list-of-processors): Add spam-use-gmane.
15325 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15327         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15328         make-temp-file; make it work with XEmacs as well.
15330         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15331         mm-make-temp-file.
15333         * mm-decode.el (mm-display-external): Use the 3rd arg of
15334         mm-make-temp-file.
15335         (mm-create-image-xemacs): Ditto.
15337 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15339         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15340         with message-narrow-to-headers.
15341         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15342         (gnus-draft-check-draft-articles): New function.
15343         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15345 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15347         * gnus-art.el (gnus-article-browse-html-parts):
15348         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15349         Don't use suffix argument for mm-make-temp-file for Emacs 21
15350         compatibility.  Remove useless `format'.
15352 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15354         * nnweb.el (nnweb-google-wash-article): Update regexps.
15355         (nnweb-group-alist): Use defvoo instead of defvar.
15357 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15359         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15360         re-loading nn* modules.
15362 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15364         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15365         for `tool-bar-mode' and don't check it's default-value.
15367         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15369         * message.el (message-make-tool-bar): Ditto.
15371         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15372         `substring'.  Shorten tmp-file name.
15374         * gnus.el: Remove bogus comment.
15376 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15378         * gnus-art.el (gnus-article-browse-html-parts): New function.
15379         (gnus-article-browse-html-article): New function for viewing html
15380         articles with a browser.
15382 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15384         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15385         (mml2015-pgg-encrypt): Ditto.
15387         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15388         (mml1991-pgg-encrypt): Ditto.
15390 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15392         * nnfolder.el (nnfolder-insert-newsgroup-line):
15393         Use message-make-date instead of current-time-string.
15395         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15396         to gnus-decoded which mm-uu might set.
15398 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15400         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15401         don't decode quoted parameters; remove misimported Emacs code.
15402         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15403         (rfc2231-decode-encoded-string): Don't use split-string which
15404         behaves differently according to Emacs version; use
15405         mm-decode-coding-region to convert charset to coding-system.
15406         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15407         (rfc2231-encode-string): Remove misimported Emacs code.
15409 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15411         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15412         when calling mail-header-parse-content-type.
15413         (article-de-quoted-unreadable): Ditto.
15414         (article-de-base64-unreadable): Ditto.
15415         (article-wash-html): Ditto.
15417         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15418         calling mail-header-parse-content-type and
15419         mail-header-parse-content-disposition.
15420         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15421         mail-header-parse-content-type.
15423         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15424         insert charset and format parameters; encode description after
15425         inserting it to buffer.
15426         (mml-insert-parameter): Fold lines properly even if a parameter is
15427         segmented into two or more lines; change the max column to 76.
15429         * rfc1843.el (rfc1843-decode-article-body): Don't use
15430         ignore-errors when calling mail-header-parse-content-type.
15432         * rfc2231.el (rfc2231-parse-string): Return at least type if
15433         possible; don't cause an error even if it fails in parsing of
15434         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15435         (rfc2231-encode-string): Don't break lines at the beginning, leave
15436         it to mml-insert-parameter.
15438         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15439         calling mail-header-parse-content-type.
15441 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15443         * spam-report.el (spam-report-gmane-use-article-number):
15444         Improve doc string.
15445         (spam-report-gmane-internal): Check if a suitable header was found
15446         in the article.
15448 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15450         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15451         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15453 2006-02-05  Romain Francoise  <romain@orebokech.com>
15455         Update copyright notices of all files in the gnus directory.
15457 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15459         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15461 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15463         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15464         segmented lines of parameter value to cope with Thunderbird 1.5
15465         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15466         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15467         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15469 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15471         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15472         parts.
15474 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15476         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15477         there's only one active file for all servers.
15478         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15479         solid groups.  Gnus might have used a FAST request to select the group.
15480         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15481         and nnweb-search redundantly in the active file.
15482         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15483         (nnweb-request-create-group): Don't use ARGS.
15484         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15485         initializations.  Let nnoo do the work.
15487 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15489         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15490         Say the part has been decoded.
15492         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15494 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15496         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15497         mailcap-viewer-test-cache when there's no 'test clause, since that
15498         will invert the meaning of a "nil" test previously determined by
15499         mailcap-mailcap-entry-passes-test.
15501 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15503         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15504         compiling.
15506         * gnus-sum.el: Ditto.
15508         * message.el: Don't bind tool-bar-map when compiling.
15510 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15512         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15514 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15516         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15517         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15518         current Google Groups.
15520 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15522         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15523         and tool-bar-mode.
15525         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15526         and tool-bar-mode.
15528         * message.el (message-tool-bar-update): Simplify.
15529         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15531         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15532         gnus-summary-buffer.
15533         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15534         gnus-summary-reply.
15536         * gmm-utils.el (gmm): Add :version.
15538 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15540         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15541         Don't autoload.
15543 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15545         * gmm-utils.el (gmm-verbose): Add :group.
15547 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15549         * message.el: Change some comments WRT tool-bars.
15551         * gnus-sum.el (gnus-summary-tool-bar)
15552         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15553         (gnus-summary-tool-bar-zap-list): New variables.
15554         (gnus-summary-make-tool-bar): Complete rewrite using
15555         `gmm-tool-bar-from-list'.
15557         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15558         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15559         New variables.
15560         (gnus-group-make-tool-bar): Complete rewrite using
15561         `gmm-tool-bar-from-list'.
15562         (gnus-group-tool-bar-update): New function.
15564         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15566 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15568         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15569         is dissected into a single part of which the type is the same as
15570         the given one; decode charset.
15572 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15574         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15575         into alists as symbol not string, since that's what
15576         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15577         look for.
15579 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15581         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15582         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15584         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15586 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15588         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15589         (gnus-mime-security-button-menu): New definition.
15590         (gnus-mime-security-button-map): Use them.
15591         (gnus-mime-security-button-menu): New function.
15592         (gnus-insert-mime-security-button): Addition to help echo.
15593         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15594         (gnus-mime-security-pipe-part): New functions.
15596         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15597         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15599         * mm-decode.el (mm-handle-set-disposition): Remove.
15600         (mm-handle-set-description): Remove.
15602 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15604         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15605         (mm-w3m-standalone-supports-m17n-p): New function.
15606         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15607         w3m usage.
15609         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15610         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15612 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15614         * message.el (message-tool-bar-zap-list):
15615         Use gmm-tool-bar-zap-list as custom type.
15616         (message-tool-bar-update): New function.
15617         (message-tool-bar, message-tool-bar-gnome)
15618         (message-tool-bar-retro): Add message-tool-bar-update.
15619         (message-tool-bar-gnome): Add flyspell-buffer.
15621         * gnus-util.el (gnus-error): Describe `args'.
15623         * gmm-utils.el (gmm-error): Describe `args'.
15624         (gmm-tool-bar-zap-list): New widget.
15625         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15627 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15629         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15630         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15631         the number of recursive calls.
15633         * mm-decode.el (mm-handle-set-disposition): New macro.
15634         (mm-handle-set-description): New macro.
15636 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15638         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15639         encoding.
15641 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15643         * message.el (message-tool-bar-zap-list, message-tool-bar)
15644         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15645         (message-tool-bar-local-item-from-menu): Remove.
15646         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15647         (message-make-tool-bar): New function.
15648         (message-mode): Use `message-make-tool-bar'.
15650         * gmm-utils.el: New file.
15651         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15652         (gmm-lazy): New widget copied from `nnmail.el'.
15653         (gmm-tool-bar-from-list): New function for creating customizable
15654         tool bars.
15655         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15656         output.
15657         (gmm): Add :prefix to defgroup.
15659 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15661         * gmm-utils.el (gmm-widget-p): New function.
15663 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15665         * mml.el (mml-attach-file): Describe `description' in doc string.
15666         (mml-menu): Add Emacs MIME manual and PGG manual.
15668 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15670         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15672 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15674         * nntp.el (nntp-end-of-line): Doc fix.
15676 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15678         * imap.el (imap-open): Handle case where buffer is a buffer
15679         object.
15681 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15683         * gnus-delay.el (gnus-delay): Don't autoload.
15684         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15685         to be re-loaded when customizing the `gnus-delay' group.
15687 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15689         * message.el (message-insert-citation-line): Use newlines.
15691 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15693         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15695         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15697 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15699         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15701 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15703         * mm-decode.el (mm-inlined-types): Add application/pgp.
15704         (mm-automatic-display): Ditto.
15706         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15707         part as text.
15709 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15711         * nnrss.el: Update copyright.
15712         (nnrss-opml-import): Query whether to subscribe to each entry.
15714         * gnus-art.el:
15715         * gnus-sum.el:
15716         * mm-uu.el:
15717         * mm-view.el: Update copyright.
15719 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15721         * message.el (message-info): New function.
15722         (message-mode-menu): Add it.
15723         Update copyright.
15725         * ChangeLog: Fix and update copyright.
15727 2006-01-13  Romain Francoise  <romain@orebokech.com>
15729         * message.el (message-forward-subject-name-subject): Prefer the
15730         address to 'nowhere' if the sender has no name.
15731         Fix typo.  Update copyright year.
15733 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15735         * gnus-art.el (article-wash-html):
15736         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15737         (gnus-article-wash-html-with-w3m-standalone): New function.
15739         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15740         mm-inline-text-html-render-with-w3m-standalone.
15741         (mm-text-html-washer-alist): Map w3m-standalone to
15742         gnus-article-wash-html-with-w3m-standalone.
15743         (mm-inline-text-html-render-with-w3m-standalone): New function.
15745 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15747         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15748         Improve LaTeX.
15750 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15752         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15753         (nnrss-request-article): Render text/plain parts as HTML.
15755         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15756         the buffer.
15758 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15760         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15761         custom definition of `gnus-posting-styles'.
15763         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15764         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15766 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15768         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15769         Use nntp for bug archive.
15771 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15773         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15774         parts.
15775         (nnrss-normalize-date): New function converts ISO 8601 date into
15776         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15777         (nnrss-check-group): Use it.
15779 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15781         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15783         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15784         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15785         (nnrss-insert-w3): Ditto.
15787 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15789         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15790         the articles to be forwarded including the case where neither a
15791         number of articles nor a region is specified.
15793 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * nnrss.el (nnrss-request-article): Fix last change; fill
15796         text/plain parts.
15798 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15800         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15801         in text/plain part.
15802         (nnrss-check-group): Don't add excessive newline to dc:subject.
15804 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15806         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15807         article.
15809 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15811         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15812         (nnml-use-compressed-files, nnml-save-mail): Support other
15813         comression programs such as bzip2.
15815 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15817         * dns.el (query-dns): Make sure we check the buffer size before
15818         removing tcp headers.
15820 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15822         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15823         remove MIME buttons associated with multipart/alternative parts.
15824         (gnus-mime-display-alternative): Tag buttons using `article-type'
15825         text property.
15827         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15828         associated with multipart/alternative parts.
15830         * gnus-art.el (gnus-signature-separator): Fix custom type.
15832         * mm-decode.el (mm-inlined-types): Fix custom type.
15833         (mm-keep-viewer-alive-types): Ditto.
15834         (mm-automatic-display): Ditto.
15835         (mm-attachment-override-types): Ditto.
15836         (mm-inline-override-types): Ditto.
15837         (mm-automatic-external-display): Ditto.
15839 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15841         * spam-report.el (spam-report-user-mail-address)
15842         (spam-report-user-agent): New variables.
15843         (spam-report-url-ping-plain): Use spam-report-user-agent.
15845 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15847         * gnus-art.el (gnus-button-handle-custom): Do not just use
15848         `customize-apropos' for any "M-x customize-*" button but the
15849         function called for.  Accept both the function name and its
15850         argument in order to achieve this.
15851         (gnus-button-alist): Remove support for "custom:" URL's.
15852         Pass function name to `gnus-button-handle-custom' in case of "M-x
15853         customize-*" buttons.
15855 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15857         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15858         multipart/alternative and add xref to mm-discouraged-alternatives
15859         in doc string.
15861         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15862         gnus-buttonized-mime-types in doc string.
15864 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15866         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15867         Suggest image/.* in the doc string.
15869 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15871         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15872         message-marks (Debian bug #342521).
15874 2005-12-12  Simon Josefsson  <jas@extundo.com>
15876         * password.el (password-read-from-cache): Add.
15877         (password-read): Use it.
15879 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15881         * rfc2047.el (rfc2047-charset-to-coding-system):
15882         Recognize us-ascii as a MIME charset.
15884         * mm-bodies.el (mm-decode-content-transfer-encoding):
15885         Protect against the case where the 2nd arg TYPE is nil.
15887 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15889         * pop3.el (pop3-stream-type): Fix custom version.
15891         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15893 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15895         * mm-decode.el (mm-display-external): Add missing cdr.
15897 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15899         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15900         RFC1524) if it is in mailcap or add a suffix according to
15901         mailcap-mime-extensions when generating a temp filename; postpone
15902         deleting a temp file for 2 seconds for some wrappers, shell
15903         scripts, and so on, which might exit right after having started a
15904         viewer command as a background job.
15906 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15908         * nntp.el (nntp-marks-directory): Fix custom group.
15910         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15911         steps when < 10.
15913         * gnus-start.el (gnus-no-server-1):
15914         Mention `gnus-level-default-subscribed' in doc string.
15916 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15918         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15919         parens.
15921 2005-11-26  Dave Love  <fx@gnu.org>
15923         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15924         (tls-program, tls-success): Provide openssl alternative.
15926         * starttls.el: Doc fixes.
15927         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15928         SERVICE to PORT.
15930         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15931         port null or service name.
15932         (starttls-negotiate): Autoload.
15934 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15936         * message.el (message-kill-to-signature): Fix interactive spec.
15938 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15940         * pop3.el (pop3-open-server): Recognize a string as a service name.
15942 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15944         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15946 2005-11-23  Dave Love  <fx@gnu.org>
15948         Add pop3s, pop3/starttls.
15950         * pop3.el (pop3-authentication-scheme): Clarify doc.
15951         (open-tls-stream, starttls-open-stream): Autoload.
15952         (pop3-stream-type): New.
15953         (pop3-open-server): Use it.
15955         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15956         for POP.
15957         (mail-source-keyword-map): Add :stream for POP.
15958         (mail-source-fetch-pop): Use pop3-stream-type.
15960 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15962         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15963         of current-time-string.
15965 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15967         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15968         date header.
15970 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15972         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15973         it can seriously impact performance as it bypasses the agent's
15974         local caches.
15976 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15978         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15979         must be explicitly online rather than "not explicitly offline" for
15980         its flags to be synchronized.
15982         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15983         that gnus-uu-unmark-thread will function correctly.
15985         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
15986         1024K is instead displayed as 1M.
15988 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15990         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
15992 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
15994         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
15996 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
15998         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
15999         error message to display actual error condition.
16000         (gnus-agent-save-local): Avoid saving symbols that are bound to
16001         nil as they simply result in a warning message in
16002         gnus-agent-read-local.
16004 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16006         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16007         rather than make-variable-buffer-local for file-precious-flag.
16009 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16011         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16012         for duplicates which are removed.  The invalid sort check then
16013         triggers a rescan after the sort as sorting may have moved
16014         duplicate entries such that they can be cheaply detected.
16016 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16018         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16020 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16022         * gnus-agent.el (gnus-agent-article-alist-save-format):
16023         Change internal variable to a custom variable.  Change default value
16024         from compressed(2) to uncompressed(1).
16025         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16026         support for uncompressed agentview files.  Taken together, reading
16027         the agentview file should now be 6-7 times faster.
16029 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16031         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16032         as a buffer-local variable.  This avoids creating truncated
16033         dribble files as a result of a hang up, eg.
16035 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16037         * gnus-start.el (gnus-start-draft-setup):
16038         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16040         * gnus.el (gnus-splash): Change custom group.
16041         (gnus-group-get-parameter, gnus-group-parameter-value):
16042         Describe allow-list argument.
16044         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16045         string.
16047 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16049         * gnus-art.el (gnus-default-article-saver): Add user-defined
16050         `function' to custom type.
16052 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16054         * imap.el (imap-open): Handle case where buffer is a buffer
16055         object.
16057 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16059         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16060         long lines.
16061         (gnus-cache-delete-group): Wrap doc strings.
16063         * gnus-agent.el (gnus-agent-rename-group)
16064         (gnus-agent-delete-group): Wrap doc strings.
16066 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16068         * gnus-start.el (gnus-1): Add "native" to
16069         gnus-predefined-server-alist.
16071         * gnus.el (gnus-method-to-server): Don't add "native" to the
16072         lists here, because that leads to problems when
16073         gnus-select-method is bound.
16075 2005-11-09  Simon Josefsson  <jas@extundo.com>
16077         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16078         use (not sort-by-date) instead.
16080 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16082         * gnus-delay.el (gnus-delay-group): Don't autoload.
16083         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16084         to be re-loaded when customizing the `gnus-delay' group.
16086 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16088         * message.el: Revert last changes.
16089         (message-insert-citation-line): Use newlines.
16091 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16093         * message.el (message-courtesy-message)
16094         (message-mark-insert-begin, message-mark-insert-end)
16095         (message-elide-ellipsis, message-cancel-message)
16096         (message-add-header, message-change-subject)
16097         (message-cross-post-followup-to-header)
16098         (message-cross-post-insert-note, message-reduce-to-to-cc)
16099         (message-widen-reply, message-delete-not-region)
16100         (message-kill-to-signature, message-insert-signature)
16101         (message-insert-importance-high, message-insert-importance-low)
16102         (message-insert-or-toggle-importance)
16103         (message-insert-disposition-notification-to)
16104         (message-indent-citation, message-yank-original)
16105         (message-cite-original-without-signature, message-cite-original)
16106         (message-insert-citation-line, message-position-on-field)
16107         (message-fix-before-sending, message-send-mail-partially)
16108         (message-send-mail, message-send-mail-with-sendmail)
16109         (message-send-mail-with-qmail, message-send-news)
16110         (message-check-news-header-syntax, message-generate-headers)
16111         (message-insert-courtesy-copy, message-fill-address)
16112         (message-fill-header, message-shorten-references)
16113         (message-setup-1, message-cancel-news)
16114         (message-forward-make-body-plain, message-forward-make-body-mime)
16115         (message-forward-make-body-mml, message-encode-message-body)
16116         (message-forward-make-body-digest-plain)
16117         (message-forward-make-body-digest-mime)
16118         (message-use-alternative-email-as-from): Insert `hard-newline'
16119         instead of ordinary newlines.
16121 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16123         * message.el (message-generate-headers): Downcase the argument
16124         given to message-check-element.
16126 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16128         * nntp.el (nntp-authinfo-rejected): New error condition.
16129         (nntp-wait-for): Use new error condition to signal authentication
16130         error.
16131         (nntp-retrieve-data): Rethrow new error condition to break out of
16132         recursive call to nntp-send-authinfo.
16134 2005-11-08  Romain Francoise  <romain@orebokech.com>
16136         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16137         (gnus-summary-exit-map): Bind to `Z p'.
16138         (gnus-summary-make-menu-bar): Add menu item.
16140 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16142         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16143         (gnus-treat-*): Add `first' in all doc strings.
16145         * gnus-group.el (gnus-group-compact-group): Fix typo.
16147 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16149         * gnus.el (gnus-parameters-case-fold-search): New variable.
16150         (gnus-parameters-get-parameter): Use it.
16152         * gnus-score.el (gnus-home-score-file): Doc fix.
16154 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16156         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16158 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16160         * mm-util.el (mm-special-display-p): New function.
16162         * mml.el (mml-preview): Use it; doc fix.
16164 2005-10-29  Romain Francoise  <romain@orebokech.com>
16166         * message.el (message-fix-before-sending): Fix comment.
16168 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16170         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16172 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16174         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16175         Used in gnus-score.el.
16177 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16179         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16181 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16183         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16184         whitespace removed in revision 7.8.  Use concatenated string to
16185         protect trailing whitespace.
16187 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16189         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16190         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16191         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16192         Courier IMAP ("some version from 2004").  Mostly based on similar
16193         code in the same function.
16195 2005-10-26  Didier Verna  <didier@xemacs.org>
16197         * gnus-group.el (gnus-group-compact-group): Invalidate original
16198         article buffer.
16199         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16200         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16201         NOV database and in article itself.
16202         Invalidate article backlog.
16204 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16206         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16208 2005-10-26  Simon Josefsson  <jas@extundo.com>
16210         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16211         part of 2004-07-25 change.
16213 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16215         * message.el (message-display-completion-list): New function.
16216         (message-expand-group): Use it; make sure the Completions buffer
16217         is modifiable.
16219 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16221         * imap.el (imap-open): Handle case where buffer is a buffer object.
16223 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
16225         * pgg-def.el:
16226         * pgg-gpg.el:
16227         * pgg-parse.el:
16228         * pgg-pgp.el:
16229         * pgg-pgp5.el:
16230         * pgg.el: Move to the parent lisp directory.
16232 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16234         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16235         user-mail-name is an empty string.
16237 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16239         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16240         depending on gnus-score-decay-constant.
16242         * encrypt.el (encrypt-insert-file-contents)
16243         (encrypt-write-file-contents): Don't use `gnus-message'.
16245         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16246         arguments.
16247         (mm-uu-type-alist): Add message-marks and insert-marks.
16248         Pass arguments to mm-uu-verbatim-marks-extract.
16249         (mm-uu-hide-markers): New variable.
16250         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16252         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16253         (gnus-convert-image-to-face-command): Use "convert" by default to
16254         allow other input image formats.
16255         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16256         accordingly.
16258 2005-10-23  Simon Josefsson  <jas@extundo.com>
16260         * imap.el (imap-gssapi-program): Align command line parameters
16261         with latest GNU SASL.
16262         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16264 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16266         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16267         HTML.
16268         (nnslashdot-request-article): Ditto.
16270 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16272         * mail-source.el (mail-source-fetch-pop): Require pop3.
16273         (mail-source-check-pop): Ditto.
16275 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16277         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16278         errors.
16280 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16282         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16283         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16285         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16287         * mm-bodies.el (mm-decode-string):
16288         Call `mm-charset-to-coding-system' with allow-override argument.
16290 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16292         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16293         (rfc2047-charset-to-coding-system): New function.
16294         (rfc2047-decode-encoded-words): New function.
16295         (rfc2047-decode-region): Use them.
16296         (rfc2047-decode-cte): Remove.
16297         (rfc2047-parse-and-decode): Remove.
16298         (rfc2047-decode): Remove.
16300 2005-10-15  Kenichi Handa  <handa@m17n.org>
16302         * rfc2047.el (rfc2047-decode-cte): New function.
16303         (rfc2047-decode-region): Change the way to decode successive
16304         encoded-words: decode B- or Q-encoding in each encoded-word,
16305         concatenate them, and decode it as charset.
16307 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16309         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16310         widget-move-and-invoke.
16311         (gnus-custom-mode): Use gnus-custom-map.
16313 2005-10-15  Bill Wohler  <wohler@newt.com>
16315         * message.el (message-tool-bar-map): Rename image file from
16316         mail_send to mail/send.
16318 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16320         * message.el (message-expand-group): Pass the common
16321         prefix substring of completion to `display-completion-list'.
16323 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16325         * mml-sec.el (mml-secure-method): New internal variable.
16326         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16327         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16328         New functions using mml-secure-method.
16330         * mml.el (mml-mode-map): Add key bindings for those functions.
16331         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16332         Harder <harder@myrealbox.com>.
16333         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16334         Goto end of message if point is the headers of the message.
16336         * message.el (message-in-body-p): New function.
16338         * assistant.el: Autoload gnus-util and netrc.
16340         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16341         Use `mm-charset-override-alist' only when decoding.
16343         * mm-bodies.el (mm-decode-body):
16344         Call `mm-charset-to-coding-system' with allow-override argument.
16346         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16347         `filename' from Content-Disposition if Content-Type doesn't
16348         provide `name'.
16349         (gnus-mime-view-part-as-type): Set default instead of
16350         initial-input.
16352 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16354         * format-spec.el (format-spec): Propagate text properties of % spec.
16356 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16358         * gnus-art.el (gnus-treat-predicate): Add `first'.
16360 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16362         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16363         (mm-charset-override-alist): New variable.
16364         (mm-charset-to-coding-system): Use it.
16365         (mm-codepage-setup): New helper function.
16366         (mm-charset-eval-alist): New variable.
16367         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16368         Warn about unknown charsets.
16370 2005-10-04  David Hansen  <david.hansen@gmx.net>
16372         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16373         (nnrss-check-group): Ditto.
16375 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16377         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16378         Rename x-gnus-verbatim to x-verbatim.
16379         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16381         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16382         x-verbatim.
16384         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16386         * gnus-util.el (gnus-remove-duplicates): Remove.
16388         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16389         instead of gnus-remove-duplicates.
16391         * message.el (message-remove-duplicates): Remove.
16392         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16393         message-remove-duplicates.
16395         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16396         available, else use implementation from `delete-dups'.
16398         * message.el (message-insert-expires): New function.
16399         (message-mode-map): Add key binding.
16400         (message-mode-field-menu): Add menu entry.
16401         (message-mode): Document it.
16402         (message-make-expires-date): Use `message-make-date'.
16404 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16406         * message.el (message-make-expires-date): New function.
16408 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16410         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16412 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16414         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16415         function rather than the diff-mode.el package.
16416         (mm-display-external): Use with-current-buffer.
16417         (mm-viewer-completion-map, mm-viewer-completion-map):
16418         Move initialization inside declaration.
16420 2005-09-29  Simon Josefsson  <jas@extundo.com>
16422         * spam.el: Load hashcash when compiling, to avoid warnings.
16423         Don't autoload mail-check-payment.
16424         (spam-check-hashcash): Define unconditionally, since hashcash.el
16425         is part of Gnus now.  Ignore errors from payment checking.
16427 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16429         * message.el (message-bold-region, message-unbold-region):
16430         Rename from `bold-region' and `unbold-region'.
16432         * message.el: Remove useless autoloads.
16434 2005-09-28  Simon Josefsson  <jas@extundo.com>
16436         * message.el (message-use-idna): Default to t.
16437         (message-use-idna): Test whether encoding works too.  Doc fix.
16439 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16441         * nntp.el (nntp-warn-about-losing-connection): Remove.
16443 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16445         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16446         customizable.  Change default value.
16447         (mm-uu-diff-groups-regexp): Change default value.
16448         (mm-uu-type-alist): Add doc string.
16449         (mm-uu-configure): Add doc string.  Make it interactive.
16450         (mm-uu-tex-groups-regexp): New variable.
16451         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16452         (mm-uu-type-alist): Add LaTeX documents.
16453         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16454         of "text/verbatim".
16455         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16457         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16458         instead of "text/verbatim".
16460         * message.el (message-mark-inserted-region)
16461         (message-mark-insert-file): Use slrn style marks when called with
16462         prefix argument.
16464 2005-09-27  Simon Josefsson  <jas@extundo.com>
16466         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16468 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16470         * message.el (message-remove-duplicates): New function.
16471         Implementation borrowed from `gnus-remove-duplicates'.
16472         (message-idna-to-ascii-rhs): Also encode idna addresses in
16473         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16474         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16475         only ask about the same idna domain once per header and also tell
16476         in what header to replace the idna domain.
16478         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16479         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16480         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16481         a header is decoded and not just the last one.
16483 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16485         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16486         has been decoded.
16488         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16489         (mm-insert-part): Don't modify text if it has been decoded.
16491         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16492         decoded.
16494         * mm-view.el (mm-inline-text): Don't strip text props unless
16495         decoding enriched or richtext parts.
16497 2005-09-25  Romain Francoise  <romain@orebokech.com>
16499         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16500         * gnus-start.el (gnus-subscribe-interactively):
16501         * gnus-uu.el (gnus-uu-grab-articles):
16502         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16503         space.
16505 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16507         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16508         * mm-view.el (mm-view-pkcs7-decrypt):
16509         * gnus-sum.el (gnus-summary-limit-to-extra)
16510         (gnus-summary-respool-article, gnus-read-move-group-name):
16511         * gnus-score.el (gnus-summary-increase-score):
16512         * gnus-util.el (gnus-completing-read-with-default):
16513         * gnus-art.el (gnus-read-save-file-name)
16514         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16515         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16516         * message.el (message-check-news-header-syntax):
16517         Follow convention for reading with the minibuffer.
16519 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16521         * spam-report.el (spam-report-url-ping-plain):
16522         Use gnus-extended-version as User-Agent.
16524         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16525         default value is nil.
16527         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16528         (mm-uu-verbatim-marks-extract): New function.
16529         (mm-uu-extract): New face.
16530         (mm-uu-copy-to-buffer): Use it.
16532         * spam-report.el (spam-report-gmane-ham): Rename from
16533         `spam-report-gmane-unspam'.
16534         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16535         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16537         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16538         Autoload.
16539         (spam-report-gmane-unregister-routine):
16540         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16542 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16544         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16545         (spam-report-gmane-unregister-routine): Add support for gmane
16546         unregistration.
16548         * spam-report.el (spam-report-gmane-unspam)
16549         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16550         (spam-report-gmane): Change to take a single article and do unspam
16551         registration.
16553 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16555         * mm-url.el (mm-url-decode-entities): Fix regexp.
16557 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16559         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16560         default to nil, to be able to use Gnus at all.  If the default
16561         switches to something else, then the function should be fixed not
16562         be exceedingly slow.
16564 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16566         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16567         fail hard.
16569         * spam-report.el: Add better Keywords line.
16571         * spam.el: Add Maintainer and better Keywords line.
16573 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16575         * gnus-art.el (gnus-article-replace-part)
16576         (gnus-mime-replace-part): New functions.
16577         (gnus-mime-action-alist, gnus-mime-button-commands)
16578         (gnus-mime-save-part-and-strip): Add file argument.
16579         (gnus-article-part-wrapper): Add interactive argument.
16581         * gnus-sum.el (gnus-summary-mime-map):
16582         Add `gnus-article-replace-part'.
16584 2005-09-19  Didier Verna  <didier@xemacs.org>
16586         The nnml compaction feature:
16587         * nnml.el (nnml-request-compact-group): New function.
16588         * nnml.el (nnml-request-compact): New function.
16589         * gnus-int.el (gnus-request-compact-group): New function.
16590         * gnus-int.el (gnus-request-compact): New function.
16591         * gnus-group.el (gnus-group-compact-group): New function.
16592         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16593         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16594         * gnus-srvr.el (gnus-server-compact-server): New function.
16595         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16596         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16598 2005-09-18  Deepak Goel  <deego@gnufans.org>
16600         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16601         format spec.
16603 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16605         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16607 2005-09-15  Romain Francoise  <romain@orebokech.com>
16609         * message.el (message-fill-paragraph): Clarify docstring.
16611 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16613         * gnus-art.el (gnus-mime-display-part): Protect against broken
16614         MIME messages.
16616 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16618         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16619         before parsing header.
16621 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16623         * html2text.el (html2text-replace-list): Add new entities.
16625 2005-09-11  Romain Francoise  <romain@orebokech.com>
16627         * message.el (message-alternative-emails): Improve docstring.
16628         (message-setup-1): Call `message-use-alternative-email-as-from'
16629         after `message-setup-hook' to give it precedence over posting
16630         styles, etc.
16631         (message-use-alternative-email-as-from): Add docstring.
16632         Remove the original From header if present.
16634         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16635         (nnml-save-mail): Use it.
16637         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16638         articles.  Add new argument `silent'.
16639         (gnus-uu-mark-all): Report the total number of marked articles.
16641 2005-09-10  Romain Francoise  <romain@orebokech.com>
16643         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16644         (gnus-uu-mark-series): Likewise.
16646 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16648         * spam-report.el (spam-report-gmane): Fix generation of spam
16649         report URL.
16651 2005-09-10  Simon Josefsson  <jas@extundo.com>
16653         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16654         t, based on discussion on the ding list with Robert Epprecht
16655         <epprecht@solnet.ch>.
16657 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16659         * spam-report.el (spam-report-gmane): Make it work without
16660         X-Report-Spam header.  Gmane now only provides Archived-At.
16661         This is only used if `spam-report-gmane-use-article-number' is nil.
16662         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16664         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16665         make `gnus-summary-sort-by-recipient' work with threading.
16667         * nnweb.el (nnweb-google-wash-article): Print a message if article
16668         is not available.
16670 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16672         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16673         change.  Decode text/* parts content before displaying.
16675 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16677         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16679 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16681         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16683 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16685         * message.el (message-tab-body-function): Fix mismatched custom type.
16687         * gnus.el (gnus-group-change-level-function): Ditto.
16689         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16691         * gnus-art.el (gnus-signature-limit)
16692         (gnus-article-mime-part-function): Ditto.
16694 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16696         * mml.el (mml-mode): Silence the byte compiler.
16698         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16699         using `(sit-for 0)' before moving the point to the specified part;
16700         skip unbuttonized parts.
16701         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16702         return to the summary window if gnus-auto-select-part is non-nil.
16704 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16706         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16707         New variables.
16708         (mml-dnd-attach-file, mml-mode): Use them.
16710         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16711         Make fetching article by MID work again for Google Groups.
16712         Add FIXME concerning gnus-group-make-web-group.
16714         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16715         Don't depend on Gnus by using mail-extract-address-components if
16716         gnus-extract-address-components is not bound.
16718 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16720         * gnus-art.el (gnus-mime-display-security): Don't display the
16721         signature, but only the signed part.
16723 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16725         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16727         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16728         list, not listp.
16730 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16732         * mm-encode.el (mm-encode-content-transfer-encoding):
16733         Likewise when encoding.
16735         * mm-bodies.el (mm-decode-content-transfer-encoding):
16736         De-canonicalize CRLF for all text content types, not just
16737         text/plain.
16739 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16741         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16742         valid article; point arrow and cursor at the MIME button.
16744 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16746         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16747         Suggested by Dan Christensen <jdc@uwo.ca>.
16749         * mm-decode.el (mm-save-part): Enable change of prompt.
16751 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16753         * gnus-msg.el (gnus-inews-add-send-actions):
16754         Make `message-post-method' lambda parameter ARG `&optional'.
16756 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16758         * gnus-sum.el (gnus-summary-mime-map):
16759         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16760         gnus-article-jump-to-part.
16762         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16763         (gnus-article-edit-part): Use it.
16764         (gnus-article-part-wrapper): Add no-handle argument.
16765         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16766         New functions.
16768 2005-08-29  Romain Francoise  <romain@orebokech.com>
16770         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16771         docstring.
16772         (gnus-face-from-file): Likewise.
16774 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16776         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16777         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16778         non-nil.
16779         (gnus-auto-select-part): New variable.
16780         (gnus-article-jump-to-part): New function.
16781         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16782         (gnus-mime-delete-part): Allow selecting specified part after
16783         deleting or stripping parts.
16784         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16785         part if argument is bogus.
16787 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16789         * gnus-art.el (w3m-minor-mode-map):
16790         * gnus-spec.el (gnus-newsrc-file-version):
16791         * gnus-util.el (nnmail-active-file-coding-system)
16792         (gnus-original-article-buffer, gnus-user-agent):
16793         * gnus.el (gnus-ham-process-destinations)
16794         (gnus-parameter-ham-marks-alist)
16795         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16796         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16797         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16798         * mm-decode.el (gnus-current-window-configuration):
16799         * mm-extern.el (gnus-article-mime-handles):
16800         * mm-url.el (url-current-object, url-package-name)
16801         (url-package-version):
16802         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16803         (smime-keys, w3m-cid-retrieve-function-alist)
16804         (w3m-current-buffer, w3m-display-inline-images)
16805         (w3m-minor-mode-map):
16806         * mml-smime.el (gnus-extract-address-components):
16807         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16808         (gnus-newsrc-hashtb, message-default-charset)
16809         (message-deletable-headers, message-options)
16810         (message-posting-charset, message-required-mail-headers)
16811         (message-required-news-headers):
16812         * mml1991.el (mc-pgp-always-sign):
16813         * mml2015.el (mc-pgp-always-sign):
16814         * nnheader.el (nnmail-extra-headers):
16815         * rfc1843.el (gnus-decode-encoded-word-function)
16816         (gnus-decode-header-function, gnus-newsgroup-name):
16817         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16819 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16821         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16822         the end of the date treatments.
16824 2005-08-15  Simon Josefsson  <jas@extundo.com>
16826         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16827         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16828         Capello and Romain Francoise.
16829         (pgg-fetch-key-function): Remove, not used?
16830         (pgg-insert-url-with-w3): Require url, to get
16831         url-insert-file-contents regardless of where it is defined.
16833 2005-08-13  Romain Francoise  <romain@orebokech.com>
16835         * message.el (message-cite-original-1): New function.
16836         (message-cite-original): Use it.
16837         (message-cite-original-without-signature): Ditto.
16839 2005-08-08  Romain Francoise  <romain@orebokech.com>
16841         * message.el (message-yank-empty-prefix): New variable.
16842         (message-indent-citation): Use it.
16843         (message-cite-original-without-signature): Respect X-No-Archive.
16845 2005-08-08  Simon Josefsson  <jas@extundo.com>
16847         * pgg.el: Autoload url-insert-file-contents instead of loading
16848         w3/url.
16849         (pgg-insert-url-with-w3): Don't load url here.
16851 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16853         * message.el (message-kill-to-signature): Don't insert newline at
16854         bol.
16855         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16857 2005-08-06  Romain Francoise  <romain@orebokech.com>
16859         * message.el (message-user-fqdn): Fix typo in docstring.
16861 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16863         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16865         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16867 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16869         * mm-bodies.el (mm-encode-body): Use coding system rather than
16870         charset to encode text.
16872         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16873         number of charsets if utf-8 is available (XEmacs).
16875 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16877         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16878         taken from `gnus-button-mid-or-mail-regexp'.
16879         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16880         (gnus-button-alist): Improve regexp for domain part of the MIDs
16881         for news:localpart@domain buttons.
16882         (gnus-button-ctan-directory-regexp): Update.
16884 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16886         * sieve-manage.el (sieve-manage-interactive-login):
16887         Use make-local-variable rather than make-variable-buffer-local.
16888         (sieve-manage-open): Ditto.
16889         (sieve-manage-authenticate): Ditto.
16891         * mml.el (mml-generate-mime-1): Make the content type default to
16892         text/plain if the filename is not specified.
16894 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16896         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16897         instead of insert-buffer.
16899         * message.el (message-yank-original): Ditto; set the mark at the
16900         end of the yanked message.
16902 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16904         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16905         lines to scroll rather than to stop it.
16907         * mml.el (mml-generate-default-type): Add doc string.
16908         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16909         default to application/octet-stream when determining the content
16910         type if it is not specified for the part or the mml contents; add
16911         a comment about mml-generate-default-type.
16913 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16915         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16916         make it default to application/octet-stream when determining the
16917         content type if it is not specified for the external contents.
16919 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16921         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16922         segmented parameter but also other parameters might be there.
16924 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16926         * mm-decode.el (mm-display-external): Delete temp file, directory
16927         and buffer immediately if the external process is exited.
16929 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16931         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16932         fewer lines than that of scroll-margin.
16933         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16935 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16937         * gnus-art.el (gnus-article-next-page): Revert.
16938         (gnus-article-beginning-of-window): New macro.
16939         (gnus-article-next-page-1): Use it.
16940         (gnus-article-prev-page): Ditto.
16941         (gnus-article-edit-part): Use insert-buffer-substring instead of
16942         insert-buffer.
16943         (gnus-article-edit-exit): Ditto.
16945         * gnus-util.el (gnus-beginning-of-window): Remove.
16946         (gnus-end-of-window): Remove.
16948 2005-07-25  Simon Josefsson  <jas@extundo.com>
16950         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16951         to have the url package without w3.  Reported by Daiki Ueno
16952         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16954 2005-07-20  Didier Verna  <didier@xemacs.org>
16956         * gnus-diary.el: Remove the description comment (nndiary is now
16957         properly documented in the Gnus manual).
16958         Fix the spelling of "Back End".
16959         * nndiary.el: Ditto.
16960         Fix the copyright notice.
16962 2005-07-18  Romain Francoise  <romain@orebokech.com>
16964         * gnus-sum.el (gnus-summary-to-prefix)
16965         (gnus-summary-newsgroup-prefix): New variables.
16966         (gnus-summary-from-or-to-or-newsgroups): Use them.
16968 2005-07-17  Romain Francoise  <romain@orebokech.com>
16970         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16971         space as it's generally not especially interesting to the user.
16973 2005-07-16  Romain Francoise  <romain@orebokech.com>
16975         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16976         nil to avoid prompting and file modification if one of the
16977         messages at the top of the nnfolder file contains a copyright
16978         notice.
16979         Update copyright notice.
16981         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16982         instead of `current-time-string' as the latter creates a time
16983         string that is not RFC 2822 compliant (it lacks the zone).
16984         Update copyright notice.
16986 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
16988         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
16989         for text/rtf.  Display default in prompt.  Pass default for M-n.
16991         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
16993 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16995         * gnus-msg.el (gnus-button-mailto):
16996         Remove save-selected-window-window hackery because it relies on
16997         save-selected-window internals.
16999 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17001         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17002         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17003         (gnus-article-prev-page): Ditto.
17005         * gnus-util.el (gnus-beginning-of-window): New function.
17006         (gnus-end-of-window): New function.
17008 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17010         * gnus-score.el (gnus-score-edit-all-score):
17011         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17012         gnus-message.
17014 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17016         * gnus-msg.el (gnus-button-mailto):
17017         Remove save-selected-window-window hackery because it relies on
17018         save-selected-window internals.
17020 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17022         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17023         add-minor-mode.
17024         (gnus-binary-mode): Ditto.
17026         * gnus-topic.el (gnus-topic-mode): Ditto.
17028 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17030         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17031         (gnus-article-prev-page): Take scroll-margin into consideration.
17033 2005-07-04  Lute Kamstra  <lute@gnu.org>
17035         Update FSF's address in GPL notices.
17037 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17039         * gnus.el (gnus-exit):
17040         * gnus-group.el (gnus-group-icons):
17041         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17043         * gnus-nocem.el (gnus-nocem):
17044         * message.el (message-various, message-buffers, message-sending)
17045         (message-interface, message-forwarding, message-insertion)
17046         (message-headers, message-news, message-mail):
17047         * pgg-gpg.el (pgg-gpg):
17048         * pgg-parse.el (pgg-parse):
17049         * pgg-pgp.el (pgg-pgp):
17050         * pgg-pgp5.el (pgg-pgp5):
17051         * pop3.el (pop3): Finish `defgroup' description with period.
17053 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17055         * gnus-art.el (article-display-face): Improve the efficiency.
17056         (article-display-x-face): Ditto; remove gray x-face stuff.
17058 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17060         * gnus-art.el (article-display-face): Correct the position in
17061         which Faces are inserted.
17063 2005-06-29  Didier Verna  <didier@xemacs.org>
17065         * gnus-art.el (article-display-face): Display faces in correct
17066         order.
17068 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17070         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17071         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17072         (gnus-nocem-check-article): Fetch the Type header.
17073         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17074         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17075         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17076         make sure gnus-nocem-hashtb is initialized.
17077         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17078         (gnus-nocem-unwanted-article-p): Ditto.
17080         * pgg.el (pgg-verify): Return the verification result.
17082 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17084         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17085         is ascii.
17087 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17089         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17090         `show-nonbreak-escape'.
17092 2005-06-23  Lute Kamstra  <lute@gnu.org>
17094         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17096         * dig.el (dig-mode):
17097         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17099 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17101         * nnimap.el (nnimap-split-download-body): Fix spellings.
17103 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17105         * gnus-art.el (gnus-article-encrypt-body):
17106         * gnus-cus.el (gnus-score-customize):
17107         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17108         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17110 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17112         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17113         header by looking for magic "MII" at the beginning.
17115 2005-06-16  Miles Bader  <miles@gnu.org>
17117         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17118         (assistant-field-face): New backward-compatibility alias for renamed
17119         face.
17120         (assistant-render-text): Use renamed assistant-field face.
17122         * spam.el (spam): Remove "-face" suffix from face name.
17123         (spam-face): New backward-compatibility alias for renamed face.
17124         (spam-face, spam-initialize): Use renamed spam face.
17126         * message.el (message-header-to, message-header-cc)
17127         (message-header-subject, message-header-newsgroups)
17128         (message-header-other, message-header-name)
17129         (message-header-xheader, message-separator, message-cited-text)
17130         (message-mml): Remove "-face" suffix from face names.
17131         (message-header-to-face, message-header-cc-face)
17132         (message-header-subject-face, message-header-newsgroups-face)
17133         (message-header-other-face, message-header-name-face)
17134         (message-header-xheader-face, message-separator-face)
17135         (message-cited-text-face, message-mml-face):
17136         New backward-compatibility aliases for renamed faces.
17137         (message-font-lock-keywords): Use renamed message faces.
17139         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17140         (sieve-test-commands, sieve-tagged-arguments):
17141         Remove "-face" suffix from face names.
17142         (sieve-control-commands-face, sieve-action-commands-face)
17143         (sieve-test-commands-face, sieve-tagged-arguments-face):
17144         New backward-compatibility aliases for renamed faces.
17145         (sieve-control-commands-face, sieve-action-commands-face)
17146         (sieve-test-commands-face, sieve-tagged-arguments-face):
17147         Use renamed sieve faces.
17149         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17150         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17151         (gnus-group-news-3-empty, gnus-group-news-4)
17152         (gnus-group-news-4-empty, gnus-group-news-5)
17153         (gnus-group-news-5-empty, gnus-group-news-6)
17154         (gnus-group-news-6-empty, gnus-group-news-low)
17155         (gnus-group-news-low-empty, gnus-group-mail-1)
17156         (gnus-group-mail-1-empty, gnus-group-mail-2)
17157         (gnus-group-mail-2-empty, gnus-group-mail-3)
17158         (gnus-group-mail-3-empty, gnus-group-mail-low)
17159         (gnus-group-mail-low-empty, gnus-summary-selected)
17160         (gnus-summary-cancelled, gnus-summary-high-ticked)
17161         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17162         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17163         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17164         (gnus-summary-low-undownloaded)
17165         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17166         (gnus-summary-low-unread, gnus-summary-normal-unread)
17167         (gnus-summary-high-read, gnus-summary-low-read)
17168         (gnus-summary-normal-read, gnus-splash):
17169         Remove "-face" suffix from face names.
17170         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17171         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17172         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17173         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17174         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17175         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17176         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17177         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17178         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17179         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17180         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17181         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17182         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17183         (gnus-summary-normal-ticked-face)
17184         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17185         (gnus-summary-normal-ancient-face)
17186         (gnus-summary-high-undownloaded-face)
17187         (gnus-summary-low-undownloaded-face)
17188         (gnus-summary-normal-undownloaded-face)
17189         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17190         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17191         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17192         (gnus-splash-face):
17193         New backward-compatibility aliases for renamed faces.
17194         (gnus-group-startup-message): Use renamed gnus faces.
17196         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17197         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17198         (gnus-server-agent): Remove "-face" suffix from face names.
17199         (gnus-server-agent-face, gnus-server-opened-face)
17200         (gnus-server-closed-face, gnus-server-denied-face)
17201         (gnus-server-offline-face):
17202         New backward-compatibility aliases for renamed faces.
17203         (gnus-server-agent-face, gnus-server-opened-face)
17204         (gnus-server-closed-face, gnus-server-denied-face)
17205         (gnus-server-offline-face): Use renamed gnus faces.
17207         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17208         Remove "-face" suffix from face names.
17209         (gnus-picon-xbm-face, gnus-picon-face):
17210         New backward-compatibility aliases for renamed faces.
17212         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17213         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17214         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17215         (gnus-cite-11): Remove "-face" suffix from face names.
17216         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17217         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17218         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17219         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17220         New backward-compatibility aliases for renamed faces.
17221         (gnus-cite-attribution-face, gnus-cite-face-list)
17222         (gnus-article-boring-faces): Use renamed gnus faces.
17224         * gnus-art.el (gnus-signature, gnus-header-from)
17225         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17226         (gnus-header-content): Remove "-face" suffix from face names.
17227         (gnus-signature-face, gnus-header-from-face)
17228         (gnus-header-subject-face, gnus-header-newsgroups-face)
17229         (gnus-header-name-face, gnus-header-content-face):
17230         New backward-compatibility aliases for renamed faces.
17231         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17233         * gnus-sum.el (gnus-summary-selected-face)
17234         (gnus-summary-highlight): Use renamed gnus faces.
17235         * gnus-group.el (gnus-group-highlight): Likewise.
17237 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17239         * gnus-sieve.el (gnus-sieve-article-add-rule):
17240         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17241         * spam-stat.el (spam-stat-buffer-change-to-spam)
17242         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17244         * message.el (message-is-yours-p):
17245         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17247 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17249         * mm-view.el (mm-inline-text): Withdraw the last change.
17251 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17253         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17254         executing enriched-decode.
17256 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17258         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17259         charset of tar files.
17261 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17263         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17265 2005-06-04  Lute Kamstra  <lute@gnu.org>
17267         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17268         information is never recorded.
17270 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17272         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17274 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17276         * pop3.el (pop3-apop): Run md5 in the binary mode.
17278         * starttls.el (starttls-set-process-query-on-exit-flag):
17279         Use eval-and-compile.
17281 2005-05-31  Simon Josefsson  <jas@extundo.com>
17283         * smime.el (smime-replace-in-string): Define.
17284         (smime-cert-by-ldap-1): Use it.
17286 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17288         * gnus-art.el (article-display-x-face): Replace
17289         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17291         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17292         set-process-query-on-exit-flag or process-kill-without-query.
17294         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17295         loop instead of replace-regexp.
17297         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17298         instead of process-kill-without-query if it is available.
17300         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17301         instead of find-file-hooks if it is available.
17303         * mml1991.el: Bind pgg-default-user-id when compiling.
17305         * mml2015.el: Bind pgg-default-user-id when compiling.
17307         * nndraft.el (nndraft-request-associate-buffer):
17308         Use write-contents-functions instead of write-contents-hooks if it is
17309         available.
17311         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17312         instead of find-file-hooks if it is available.
17314         * nntp.el (nntp-open-connection): Replace
17315         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17316         (nntp-open-ssl-stream): Ditto.
17317         (nntp-open-tls-stream): Ditto.
17319         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17320         set-process-query-on-exit-flag or process-kill-without-query.
17321         (starttls-open-stream-gnutls): Use it instead of
17322         process-kill-without-query.
17323         (starttls-open-stream): Ditto.
17325 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17327         * smime.el (smime-cert-by-ldap-1): Don't use
17328         replace-regexp-in-string.
17330 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17332         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17334         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17335         in PEM format.  Adjust to the XEmacs compatibility.
17337 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17339         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17340         by `string-to-number'.
17341         * gnus-agent.el (gnus-agent-regenerate-group)
17342         (gnus-agent-fetch-articles): Ditto.
17343         * gnus-art.el (gnus-button-fetch-group): Ditto.
17344         * gnus-cache.el (gnus-cache-generate-active)
17345         (gnus-cache-articles-in-group): Ditto.
17346         * gnus-group.el (gnus-group-set-current-level)
17347         (gnus-group-insert-group-line): Ditto.
17348         * gnus-score.el (gnus-score-set-expunge-below)
17349         (gnus-score-set-mark-below, gnus-summary-score-effect)
17350         (gnus-summary-score-entry): Ditto.
17351         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17352         (gnus-soup-pack): Ditto.
17353         * gnus-spec.el (gnus-xmas-format): Ditto.
17354         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17355         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17356         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17357         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17358         * nndb.el (nndb-get-remote-expire-response): Ditto.
17359         * nndiary.el (nndiary-parse-schedule-value)
17360         (nndiary-string-to-number, nndiary-request-replace-article)
17361         (nndiary-request-article): Ditto.
17362         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17363         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17364         * nneething.el (nneething-make-head): Ditto.
17365         * nnfolder.el (nnfolder-request-article)
17366         (nnfolder-retrieve-headers): Ditto.
17367         * nnheader.el (nnheader-file-to-number): Ditto.
17368         * nnkiboze.el (nnkiboze-request-article): Ditto.
17369         * nnmail.el (nnmail-process-unix-mail-format)
17370         (nnmail-process-babyl-mail-format): Ditto.
17371         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17372         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17373         (nnmh-request-create-group, nnmh-request-list-1)
17374         (nnmh-request-group, nnmh-request-article): Ditto.
17375         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17376         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17377         * nnsoup.el (nnsoup-make-active): Ditto.
17378         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17379         * nntp.el (nntp-find-group-and-number)
17380         (nntp-retrieve-headers-with-xover): Ditto.
17381         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17382         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17383         (pgg-format-key-identifier): Ditto.
17384         * pop3.el (pop3-last, pop3-stat): Ditto.
17385         * qp.el (quoted-printable-decode-region): Ditto.
17387         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17388         of concat.
17390 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17392         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17394         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17396         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17398         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17400         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17402         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17404         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17405         (gnus-carpal-mode): Ditto.
17407         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17408         (gnus-browse-mode): Ditto.
17410         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17412         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17414 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17416         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17418 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17420         * gnus-util.el (gnus-run-mode-hooks): New function.
17422         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17424 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17426         * gnus-agent.el (gnus-agent-make-mode-line-string):
17427         Use mode-line-highlight as mouse-face.
17429 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17431         * canlock.el (canlock): Change the parent group to news.
17433         * deuglify.el (gnus-outlook-deuglify): Add :group.
17435         * dig.el (dig): Add :group.
17437         * dns-mode.el (dns-mode): Add :group.
17439         * encrypt.el (encrypt): Add :group.
17441         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17442         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17443         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17444         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17445         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17447         * gnus-diary.el (gnus-diary): Add :group.
17449         * gnus.el (gnus-group-news-1-face): Add :group.
17450         (gnus-group-news-1-empty-face): Ditto.
17451         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17452         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17453         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17454         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17455         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17456         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17457         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17458         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17459         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17460         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17461         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17462         (gnus-summary-high-ticked-face): Ditto.
17463         (gnus-summary-low-ticked-face): Ditto.
17464         (gnus-summary-normal-ticked-face): Ditto.
17465         (gnus-summary-high-ancient-face): Ditto.
17466         (gnus-summary-low-ancient-face): Ditto.
17467         (gnus-summary-normal-ancient-face): Ditto.
17468         (gnus-summary-high-undownloaded-face): Ditto.
17469         (gnus-summary-low-undownloaded-face): Ditto.
17470         (gnus-summary-normal-undownloaded-face): Ditto.
17471         (gnus-summary-high-unread-face): Ditto.
17472         (gnus-summary-low-unread-face): Ditto.
17473         (gnus-summary-normal-unread-face): Ditto.
17474         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17475         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17477         * hashcash.el (hashcash): New custom group.
17478         (hashcash-default-payment): Add :group.
17479         (hashcash-payment-alist): Ditto.
17480         (hashcash-default-accept-payment): Ditto.
17481         (hashcash-accept-resources): Ditto.
17482         (hashcash-path): Ditto.
17483         (hashcash-extra-generate-parameters): Ditto.
17484         (hashcash-double-spend-database): Ditto.
17485         (hashcash-in-news): Ditto.
17487         * message.el (message-minibuffer-local-map): Add :group.
17489         * netrc.el (netrc): Add :group.
17491         * sieve-manage.el (sieve-manage-log): Add :group.
17492         (sieve-manage-default-user): Diito.
17493         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17494         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17495         (sieve-manage-authenticators): Ditto.
17496         (sieve-manage-authenticator-alist): Ditto.
17497         (sieve-manage-default-port): Ditto.
17499         * sieve-mode.el (sieve-control-commands-face): Add :group.
17500         (sieve-action-commands-face): Ditto.
17501         (sieve-test-commands-face): Ditto.
17502         (sieve-tagged-arguments-face): Ditto.
17504         * smime.el (smime): Add :group.
17506         * spam-report.el (spam-report): Add :group.
17508         * spam.el (spam, spam-face): Add :group.
17510 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17512         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17513         return \n.\n.\n at the end of articles.  Protect against that.
17514         (nntp-with-open-group): Allow debugging.
17516         * nnheader.el (mail-header-set-extra): Make into a function
17517         because I just could't understand how to quote the list properly.
17519         * dns.el (query-dns-cached): New function.
17521 2005-05-26  Lute Kamstra  <lute@gnu.org>
17523         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17525 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17527         * gnus-art.el: Don't autoload mail-extract-address-components.
17529         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17530         eval-and-compile to evaluate it.
17532         * hashcash.el: Don't autoload executable-find.
17534         * nndb.el: Don't declare the nndb back end two or more times; don't
17535         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17537         * nntp.el: Autoload format-spec instead of format; use
17538         eval-and-compile to evaluate autoload forms.
17540 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17542         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17544 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17546         * gnus.el (gnus-version-number): Bump version.
17548 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17550         * gnus.el: No Gnus v0.3 is released.
17552 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17554         * gnus-art.el (gnus-article-edit-part): Disable undo.
17556 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17558         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17559         gnus-article-date-lapsed-new-header is t if date timer is active;
17560         skip headers in which the original date value is empty.
17561         (gnus-article-save-original-date): Redefine it as a macro.
17562         (gnus-display-mime): Use it.
17564 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17566         * gnus-art.el (article-date-ut): Support converting date in
17567         forwarded parts as well.
17568         (gnus-article-save-original-date): New function.
17569         (gnus-display-mime): Use it.
17571 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17573         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17574         enclosure element of <item>.
17576 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17578         * message.el (message-kill-buffer-query): Rename from
17579         `message-kill-buffer-query-if-modified'.  Add :version.
17581 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17583         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17584         window layout.
17586 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17588         * mml.el: Autoload dnd when compiling.
17590 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17592         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17593         x-dnd-*.
17595 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17597         * qp.el (quoted-printable-encode-region): Save excursion.
17599 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17601         * message.el (message-kill-buffer-query-if-modified): Add new variable
17602         so the user can kill a modified message buffer quickly.
17603         (message-kill-buffer): Use it.
17605 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17607         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17608         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17610 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17612         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17613         contained in text because xml.el decodes entities) with LFs.
17615 2005-04-11  Lute Kamstra  <lute@gnu.org>
17617         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17618         differently.
17620 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17622         * mm-util.el (mm-detect-coding-region): Typo.
17624 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17626         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17628 2005-04-06  Deepak Goel  <deego@gnufans.org>
17630         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17631         user-function allow user modifications of the scores.
17632         (spam-stat-score-buffer-user): New function, to allow
17633         user-computed modifications to the score.
17634         (spam-stat-score-buffer-user-functions): List of additional
17635         scoring functions.
17636         (spam-stat-error-holder): Global temporary error holder.
17637         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17638         variable.
17640 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17642         * gnus-registry.el (gnus-registry-clean-empty-function)
17643         (gnus-registry-trim, gnus-registry-fetch-groups)
17644         (gnus-registry-delete-group): Groups that match
17645         `gnus-registry-ignored-groups' are removed from the registry
17646         entries, not just ignored for splitting.  This helps clean up the
17647         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17648         to get all the groups a message ID is in.
17650         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17651         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17652         (spam-stat-score-buffer-user-functions): Add :number custom type.
17654 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17656         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17657         argument in XEmacs.
17659         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17660         (nnrss-request-group): Decode group name first.
17661         (nnrss-request-article): Make a text/plain article if mml-to-mime
17662         failed.
17663         (nnrss-get-encoding): Return a compatible encoding according to
17664         nnrss-compatible-encoding-alist.
17665         (nnrss-find-el): Use consp instead of listp.
17666         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17668 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17670         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17671         which Emacs 20 doesn't support.
17672         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17674 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17676         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17677         silence the byte compiler inside the defun.
17679         * gnus-demon.el (parse-time-string): Add autoload.
17681         * gnus-delay.el (parse-time-string): Add autoload.
17683         * gnus-art.el (parse-time-string): Add autoload.
17685         * nnultimate.el (parse-time): Require for `parse-time-string'.
17687 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17689         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17691         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17693         * smime.el (smime-ldap-host-list): Add :version.
17695 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17697         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17698         pass it to `gnus-browse-read-group'.
17699         (gnus-browse-read-group): Add NUMBER argument and pass it to
17700         `gnus-group-read-ephemeral-group'.
17702         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17703         argument and pass it to `gnus-group-read-group'.
17705 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17707         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17708         mm-xemacs-find-mime-charset-1 if we have the mule feature
17709         available at runtime.
17711 2005-03-25  Werner Lemberg  <wl@gnu.org>
17713         * nnmaildir.el: Replace `illegal' with `invalid'.
17715 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17717         * gnus-start.el (gnus-display-time-event-handler):
17718         Check display-time-timer at runtime rather than only at load time
17719         in case display-time-mode is turned off in the mean time.
17721 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17723         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17724         used.
17726         * nneething.el (nneething-map-file-directory): Derive from
17727         `gnus-directory'.
17729         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17730         the To/Cc button.
17732 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17734         * nnmaildir.el (nnmaildir-request-accept-article):
17735         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17737 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17739         * gnus-async.el: Require timer-funcs at compile time when in
17740         XEmacs for `run-with-idle-timer'.
17742 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17744         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17745         autoloaded function.
17747 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17749         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17751 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17753         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17755 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17757         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17758         Add gnus-expert-user to default.
17760 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17762         * nnimap.el (nnimap-open-server): Ditto.
17764         * imap.el (imap-authenticate): Fix typo.
17766 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17768         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17769         buffer (since IMAP server might return FETCH response out of
17770         order, and the nntp buffer must be sorted).
17772 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17774         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17775         comparison on string.
17777         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17778         (gnus-agent-score): Rename category keywords to match gnus-cus.
17779         (gnus-agent-summary-fetch-series): Modify to protect against
17780         gnus-agent-summary-fetch-group clearing processable flags.
17781         (gnus-agent-synchronize-group-flags): Update live group buffer as
17782         synchronization may occur due to the user toggle the plugged
17783         status.
17784         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17785         successfully downloaded.
17786         (gnus-agent-expire-group-1): Avoid using markers when the overview
17787         is in ascending order; greatly improves performance.
17788         (gnus-agent-regenerate-group):
17789         Use gnus-agent-synchronize-group-flags to reset read status in both
17790         gnus and server.
17791         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17793 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17795         * message.el: Don't autoload former message-utils variables.
17796         (message-strip-subject-trailing-was): Change doc string.
17798         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17799         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17800         (nnweb-google-search): Add "hl=en" here.
17801         (nnweb-google-parse-1, nnweb-google-create-mapping):
17802         Don't hardcode URL.
17804 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17806         * message.el (message-get-reply-headers, message-followup):
17807         Mention related variables `message-use-followup-to' and
17808         `message-use-mail-followup-to', in the information buffer.
17810         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17811         of broken groups(-beta).google.com.
17813 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17815         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17816         parameter to invoked gnus-request-move-article; remove the
17817         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17818         all at once instead of once per article.
17819         (gnus-summary-remove-process-mark): Accept a list of articles as
17820         well as a single article for processing.
17822         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17823         parameter.
17825         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17827         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17829         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17830         parameter.
17832         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17833         parameter.
17835         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17836         parameter and remove the gnus-sum-hint-move-is-internal variable.
17838         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17839         parameter.
17841         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17842         parameter.
17844         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17845         parameter.
17847         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17849         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17850         parameter.
17852         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17853         parameter.
17855 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17857         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17858         a more conservative way.
17860 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17862         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17863         buffer, so it moves the window's cursor.
17865 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17867         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17868         `mm-dissect-multipart' and receive the from field as an (optional)
17869         argument from `mm-dissect-multipart'.
17870         (mm-dissect-multipart): Receive the from field as an argument and
17871         pass it on when we call `mm-dissect-buffer' on MIME parts.
17872         Fixes verification/decryption of signed/encrypted MIME parts.
17874 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17876         * gnus-sum.el (gnus-summary-move-article):
17877         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17878         whatever it calls (right now, only nnimap-request-move article
17879         respects it).
17881         * nnimap.el (nnimap-request-move-article):
17882         When gnus-sum-hint-move-is-internal is set, don't do the extra
17883         nnimap-request-article.
17885 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17887         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17889         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17890         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17892         * gnus-sum.el (gnus-summary-caesar-message):
17893         Apply `gnus-treat-article' after rotation.
17895         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17896         doc string.
17898 2005-02-22  Simon Josefsson  <jas@extundo.com>
17900         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17901         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17902         <arne@arnested.dk>.
17903         (encrypt): Add password-cache and password-cache-expiry as group
17904         members.
17906 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17908         * smime.el (smime-ldap-host-list): Doc fix.
17909         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17910         cache) password.
17911         (smime-sign-region): Use it.
17912         (smime-decrypt-region): Use it.
17913         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17914         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17915         fails.
17916         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17917         certificate from DER to PEM format rather than calling openssl.
17919         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17921         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17922         for signing/encryption.
17924         * mml.el (mml-parse-1): Use them.
17926 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17928         * nnrss.el (nnrss-verbose): Remove.
17929         (nnrss-request-group): Use `nnheader-message' instead.
17931 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17933         * nnrss.el (nnrss-verbose): New variable.
17934         (nnrss-request-group): Make it say nnrss is requesting a group.
17936 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17938         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17939         Handle news URL with given port correctly.
17941 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17943         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17944         containing special characters.
17946         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17948         * mml.el (mime-to-mml): Ditto.
17950         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17951         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17952         (rfc2047-decode-region): Quote decoded words containing special
17953         characters when rfc2047-quote-decoded-words-containing-tspecials
17954         is non-nil.
17956 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17958         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17960         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17962 2005-02-15  Simon Josefsson  <jas@extundo.com>
17964         * nnimap.el (nnimap-debug): Doc fix.
17966         * imap.el (imap-debug): Doc fix.
17968 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17970         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17972 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17974         * gnus.el (spam-contents): Improve docs for spam-contents
17975         parameter in its variable incarnation.
17977 2005-02-14  Simon Josefsson  <jas@extundo.com>
17979         * smime-ldap.el: Use require instead of load-library for ldap.
17980         (smime-ldap-search): Indent.
17981         (smime-ldap-search-internal): Shorten line.
17983         * smime.el (smime-cert-by-dns): Add doc-string.
17984         (smime-cert-by-ldap-1): Indent.
17986         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
17987         mml-smime-get-dns-ldap.
17988         (mml-smime-encrypt-query): Use new function.  Default to ldap.
17990 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
17992         * smime.el: Require smime-ldap.
17993         (smime-ldap-host-list): New variable.
17994         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
17996         * mml-smime.el (mml-smime-encrypt-query): New function.
17997         (mml-smime-encrypt-query): Use it.
17999         * smime-ldap.el: New file.
18001 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18003         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18005 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18007         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18008         argument in doc string.  Make query for type more clear.
18010 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18012         * gnus.el (gnus-group-startup-message): Search for gnus images in
18013         etc/images/gnus.
18014         * mm-util.el (mm-image-load-path): Likewise.
18015         * smiley.el (smiley-data-directory): Search for smilies in
18016         etc/images/smilies.
18018 2005-02-09  Kim F. Storm  <storm@cua.dk>
18020         Change Emacs release version from 21.4 to 22.1 throughout.
18021         Change Emacs development version from 21.3.50 to 22.0.50.
18023 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18025         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18027         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18028         non-Mule XEmacs as well.
18029         (mm-decompress-buffer): Signal an error intentionally if it does
18030         not decompress compressed data because auto-compression-mode is
18031         disabled.
18033 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18035         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18036         an ID in the registry even if it has no groups.
18038 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18040         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18041         merge it into mm-decompress-buffer.
18042         (gnus-mime-copy-part): Use the MIME part charset, the value which
18043         a user specified or gnus-newsgroup-charset for decoding, like
18044         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18045         save-buffer what was used.  Suggested by Kevin Ryde
18046         <user42@zip.com.au>.
18047         (gnus-mime-inline-part): Allow the name parameter as well as the
18048         filename parameter; force decompressing of compressed data; always
18049         display contents being not decoded as unibyte.
18051         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18052         as well as the filename parameter.
18054         * mm-util.el (mm-decompress-buffer):
18055         Merge gnus-mime-jka-compr-maybe-uncompress.
18056         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18057         of compressed data.
18059 2005-02-08  Simon Josefsson  <jas@extundo.com>
18061         * imap.el (imap-log): Doc fix.
18063 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18065         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18066         the coding cookies; decompress compressed parts.
18068         * mml.el (mml-generate-mime-1): Add the charset parameter according
18069         to the value which a user specified manually or the coding cookie.
18071         * mm-util.el (mm-string-to-multibyte): New function.
18072         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18073         (mm-coding-system-to-mime-charset): New function.
18074         (mm-decompress-buffer): New function.
18075         (mm-find-buffer-file-coding-system): New function.
18077         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18078         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18079         parts.
18081 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18083         * mm-view.el (mm-display-inline-fontify): Decode a part according
18084         to the charset parameter.
18086 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18088         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18089         prefix arg is neither nil nor a number, as info specifies.
18091 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18093         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18094         timestamps.
18096 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18098         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18099         groups error checking and notify user.
18101 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18103         * message.el (message-send-mail-function): Check existence of
18104         sendmail-program first before using default value
18105         `message-send-mail-with-sendmail'.  Otherwise use more generic
18106         `smtpmail-send-it'.
18108 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18110         * nntp.el (nntp-request-update-info): Always return nil.
18112 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18114         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18116 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18118         * message.el (message-beginning-of-line): Change the behavior when
18119         invoked between BOL and : so that it first moves backward.
18121 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18123         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18124         article buffer when editing of the article is discarded.
18125         (gnus-article-prepare): Revert.
18127 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18129         * gnus-art.el (gnus-article-prepare):
18130         Remove message-strip-forbidden-properties from the local hook.
18132 2005-01-27  Simon Josefsson  <jas@extundo.com>
18134         * password.el (password-cache-add): Only start one timer per key.
18135         Reported by Derek Atkins <warlord@MIT.EDU>.
18137 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18139         * run-at-time.el: Remove.  It is no longer needed as
18140         timer-funcs.el in the xemacs-base package has a working version of
18141         `run-at-time'.
18143         * password.el: Require timer-funcs instead of run-at-time in
18144         XEmacs.
18145         Remove `password-run-at-time' macro.
18146         (password-cache-add): Use `run-at-time' instead of
18147         `password-run-at-time'.
18149         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18150         for `run-with-idle-timer'.
18152         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18153         for `run-at-time'.
18155         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18156         for `with-timeout'.
18158 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18160         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18161         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18163 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18165         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18166         sensitively.
18168 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18170         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18172 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18174         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18175         which will be inserted according to the multibyteness of a buffer
18176         rather than the type of contents.  Suggested by ARISAWA Akihiro
18177         <ari@mbf.ocn.ne.jp>.
18179         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18180         of string which old xml.el may return rather than a string.
18182 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18184         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18186 2005-01-16  Simon Josefsson  <jas@extundo.com>
18188         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18189         idn/idna.el isn't available.
18190         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18191         <michael@waxrat.com>.
18193         * hashcash.el: Remove non-FSF copyright header.
18195         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18196         (hashcash-generate-payment): Use it.
18197         (hashcash-generate-payment-async): Use it.
18199 2005-01-15  Simon Josefsson  <jas@extundo.com>
18201         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18202         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18204         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18205         gnus-summary-idna-message.
18206         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18207         (gnus-summary-idna-message): New function.
18209 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18211         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18212         gnus-novice-user.
18214 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18216         * nnrss.el (nnrss-request-delete-group): Delete entries in
18217         nnrss-group-alist as well.
18218         (nnrss-save-server-data): Insert newline.
18220 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18222         * gnus.el (gnus-user-agent): Use list of symbols instead of
18223         symbols.  Display full version number for (S)XEmacs.
18224         Optionally display (S)XEmacs codename.
18226         * gnus-util.el (gnus-emacs-version): Update for new
18227         `gnus-user-agent'.
18229         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18230         Gnus version.
18232 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18234         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18235         which is unreadable in some setups.
18237 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18239         * gnus-spec.el (gnus-update-format-specifications): Flush the
18240         group format spec cache if it doesn't support decoded group names.
18242 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18244         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18245         Allow to apply decay on score files matching a regexp.
18247 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18249         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18250         compatibility in %g and %c.
18252 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18254         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18255         name for only %g and %c.
18256         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18257         of gnus-tmp-group to decoded group name.
18258         (gnus-group-make-rss-group): Exclude `/'s from group names.
18260 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18262         * nnrss.el (nnrss-get-encoding): Fix regexp.
18264 2004-12-27  Simon Josefsson  <jas@extundo.com>
18266         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18267         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18268         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18270 2004-12-17  Kim F. Storm  <storm@cua.dk>
18272         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18274         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18276 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18278         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18280 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18282         * nnrss.el: Require rfc2047 and mml.
18283         (nnrss-file-coding-system): New variable.
18284         (nnrss-format-string): Redefine it as an inline function.
18285         (nnrss-decode-group-name): New function.
18286         (nnrss-string-as-multibyte): Remove.
18287         (nnrss-retrieve-headers): Decode group name; don't use
18288         nnrss-format-string.
18289         (nnrss-request-group): Decode group name.
18290         (nnrss-request-article): Decode group name; allow a Message-ID as
18291         well as an article number; don't use nnrss-format-string; encode a
18292         Message-ID string which may contain non-ASCII characters; use
18293         mml-to-mime to compose a MIME article.
18294         (nnrss-request-expire-articles): Decode group name.
18295         (nnrss-request-delete-group): Decode group name.
18296         (nnrss-fetch): Clarify error message.
18297         (nnrss-read-server-data): Use insert-file-contents instead of load;
18298         bind file-name-coding-system; use multibyte buffer.
18299         (nnrss-save-server-data): Bind coding-system-for-write to the
18300         value of nnrss-file-coding-system; bind file-name-coding-system;
18301         add coding cookie.
18302         (nnrss-read-group-data): Use insert-file-contents instead of load;
18303         bind file-name-coding-system; use multibyte buffer.
18304         (nnrss-save-group-data): Bind coding-system-for-write to the
18305         value of nnrss-file-coding-system; bind file-name-coding-system.
18306         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18307         make it work with non-ASCII text.
18308         (nnrss-find-el): Make it work with old xml.el as well.
18310 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18312         * nnrss.el (nnrss-get-encoding): New function.
18313         (nnrss-fetch): Use unibyte buffer initially; bind
18314         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18315         decode contents according to the encoding attribute.
18316         (nnrss-save-group-data): Add coding cookie.
18317         (nnrss-mime-encode-string): New function.
18318         (nnrss-check-group): Use it to encode subject and author.
18320 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18322         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18323         imaginary variable.
18325 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18327         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18328         correctly even if there are wide characters.
18330 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18332         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18333         downcased symbol names; make a new cache instead of reusing
18334         bbdb-hashtable.
18336 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18338         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18339         concatenating segments rather than before concatenating them.
18340         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18342         * message.el (message-get-reply-headers): Bind `extra'.
18344 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346         * message.el (message-extra-wide-headers): New variable.
18347         (message-get-reply-headers): Use it.
18349 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18351         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18352         (gnus-agent-group-pathname): Ditto.
18354         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18356         * gnus-group.el (gnus-group-make-group): Decode group name.
18357         (gnus-group-make-rss-group): Register the group data after opening
18358         the nnrss group.
18360 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18362         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18363         by expiry now get marked as read.
18365 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18367         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18369 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18371         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18372         unify Latin characters in XEmacs.
18373         (mm-find-mime-charset-region): Use it.
18375 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18377         * gnus-util.el (gnus-delete-directory): New function.
18379         * gnus-agent.el (gnus-agent-delete-group): Use it.
18381         * gnus-cache.el (gnus-cache-delete-group): Use it.
18383 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18385         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18386         names.
18388 2004-12-16  Simon Josefsson  <jas@extundo.com>
18390         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18392 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18394         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18396         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18397         (gnus-group-set-current-level): Decode group name.
18399 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18401         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18402         failed.
18404 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18406         * gnus-group.el (gnus-group-delete-group): Decode group name.
18407         (gnus-group-make-rss-group): Encode group name.
18408         (gnus-group-catchup-current): Decode group name.
18409         (gnus-group-kill-group): Decode group name.
18411 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18413         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18415 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18417         * gnus-group.el (gnus-group-make-rss-group):
18418         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18420         * gnus-start.el (gnus-setup-news): Honor user's setting to
18421         gnus-message-archive-method.  Suggested by Lute Kamstra
18422         <lute@gnu.org>.
18424 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18426         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18427         global counterparts of the buffer-local variables.
18429 2004-11-16  Romain Francoise  <romain@orebokech.com>
18431         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18432         counterparts of the buffer-local variables.
18434 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18436         * message.el (message-forbidden-properties): Fix typo in doc
18437         string.
18439 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18441         * gnus-util.el (gnus-replace-in-string): Add doc string.
18443         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18444         to avoid problems when splitting mails with many recipients.
18446 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18448         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18449         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18451 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18453         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18454         if there is no hashtable in memory or file modification time is
18455         newer than cached timestamp.
18457 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18459         * gnus-sum.el (gnus-summary-limit-to-recipient):
18460         Implement not-matching option.
18462 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18464         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18465         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18466         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18467         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18468         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18469         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18471 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18473         * message.el (message-forward-make-body-mml): Remove headers
18474         according to message-forward-ignored-headers if a message is decoded.
18476 2004-12-02  Romain Francoise  <romain@orebokech.com>
18478         * message.el (message-forward-make-body-plain): Always remove
18479         headers according to message-forward-ignored-headers.
18481 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18483         * spam.el (spam-summary-prepare-exit): Remove the
18484         gnus-summary-limit pop for now, it has problems with ham marks for
18485         me.
18487 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18489         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18490         correctly.
18492 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18494         * format-spec.el (format-spec): Message the char.
18496 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18498         * gnus-art.el (gnus-split-methods): Reformat comments.
18500         * spam.el (spam-summary-prepare-exit): Remove article limits
18501         before exiting the summary buffer.
18503 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18505         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18506         order to silence the byte compiler.
18508         * spam.el: Fix the way to silence the byte compiler, which
18509         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18510         bbdb-search-simple, spam-BBDB-register-routine,
18511         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18512         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18513         spam-stat-buffer-is-spam, spam-stat-load,
18514         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18515         spam-stat-save and spam-stat-split-fancy.
18517 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18519         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18520         which may confuse users.
18521         (canlock-password-for-verify): Ditto.
18523         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18525         * gnus-art.el (gnus-emphasis-alist): Ditto.
18527         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18529         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18531         * gnus-start.el (gnus-save-killed-list): Ditto.
18533         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18534         (gnus-sum-thread-tree-root): Ditto.
18535         (gnus-sum-thread-tree-false-root): Ditto.
18536         (gnus-sum-thread-tree-single-indent): Ditto.
18538         * message.el (message-courtesy-message): Ditto.
18539         (message-archive-note): Ditto.
18540         (message-subscribed-address-file): Ditto.
18541         (message-user-fqdn): Ditto.
18543         * spam-report.el (spam-report-gmane-regex): Ditto.
18545         * spam.el (spam-blackhole-good-server-regex): Ditto.
18547 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18549         * mml.el (mml-preview): Widen the message buffer before copying
18550         the contents to the preview buffer; sort headers before previewing.
18552         * message.el (message-hidden-headers): Fix the way to avoid a bug
18553         in the `repeat' widget in Emacs 21.3 or earlier.
18555 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18557         * message.el (message-hidden-headers): Default to "^References:".
18558         Improve customization type.  Suggested by Reiner Steib
18559         <Reiner.Steib@gmx.de>.
18561 2004-11-25  Romain Francoise  <romain@orebokech.com>
18563         * message.el (message-strip-forbidden-properties): Remove check for
18564         obsolete `message-hidden' text property, hidden headers are not
18565         accessible in the buffer anymore.
18567 2004-11-22  Romain Francoise  <romain@orebokech.com>
18569         * message.el (message-header-format-alist): Add `From' in list
18570         so that it can be sorted.
18571         (message-fix-before-sending): Widen and sort headers before
18572         sending.
18573         (message-hide-headers): Use narrowing to hide headers by moving
18574         them to the top of the buffer and narrowing to the region
18575         underneath.
18577 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18579         * message.el (message-strip-forbidden-properties):
18580         Bind buffer-read-only (etc) to nil.
18582 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18584         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18585         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18587 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18589         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18591 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593         * dns.el (query-dns): Use sit-for to time instead of
18594         accept-process-output, since that doesn't seem to work on udp
18595         sockets.
18597 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18601 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18603         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18604         doc string.  Improve doc string.
18606 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18608         * nntp.el (nntp-request-update-info): Return nil if
18609         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18610         may not call gnus-activate-group which uselessly issues the GROUP
18611         commands for all nntp groups and wastes time.  Reported by Romain
18612         Francoise <romain@orebokech.com>.
18614         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18616 2004-11-15  Simon Josefsson  <jas@extundo.com>
18618         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18619         headers separately.
18620         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18621         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18623 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18625         * gnus-start.el (gnus-convert-old-newsrc):
18626         Assign legacy-gnus-agent to 5.10.7.
18628 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18630         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18631         start of the lines.
18633 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18635         * hashcash.el (hashcash-default-payment): Change default to 20.
18636         (hashcash-default-accept-payment): Change default to 20.
18637         (hashcash-process-alist): New variable.
18638         (hashcash-generate-payment-async): Add.
18639         (hashcash-already-paid-p): Add.
18640         (hashcash-insert-payment): Don't generate payments twice.
18641         (hashcash-insert-payment-async): Add.
18642         (hashcash-insert-payment-async-2): Add.
18643         (hashcash-cancel-async): Add.
18644         (hashcash-wait-async): Add.
18645         (hashcash-processes-running-p): Add.
18646         (hashcash-wait-or-cancel): Add.
18647         (mail-add-payment): New optional argument.  Conditionally start
18648         asynchronous calculation.
18649         (mail-add-payment-async): Add.
18651         * message.el (message-send-mail): Wait for asynchronous hashcash
18652         results.  Don't clobber existing X-Hashcash headers.
18653         (message-setup-1): Call mail-add-payment-async when
18654         message-generate-hashcash is non-nil.
18656 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18658         * message.el (message-use-alternative-email-as-from): Examine the
18659         From header as well; use message-make-from in order to include a
18660         user's full name.
18662 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18664         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18665         default; improve customization type.
18666         (gnus-emphasis-custom-with-format): New macro.
18667         (gnus-emphasis-custom-value-to-external): New function.
18668         (gnus-emphasis-custom-value-to-internal): New function.
18670 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18672         * dns.el (query-dns): Resolve reverse addresses.
18674 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18676         * gnus-group.el (gnus-group-get-new-news): Use it.
18678         * gnus-start.el (gnus-check-reasonable-setup): New function.
18680 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18682         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18683         "Args out of range" error.  Reported by Arnaud Giersch
18684         <arnaud.giersch@free.fr>.
18686 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18688         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18690 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18692         * spam.el (spam group): Add :version.
18694         * pgg-def.el (pgg group): Add :version.
18696 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18698         * gnus-art.el (gnus-article-edit-article): Don't associate the
18699         article buffer with a draft file.  This is a temporary measure
18700         against the 2004-08-22 change to gnus-article-edit-mode.
18702 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18704         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18705         (html2text-format-tags): Remove unused variable `attr'.
18707 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18709         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18711         * spam-stat.el (spam-stat): Add :version.
18713         * sieve.el (sieve): Add :version.
18715         * sha1.el (sha1): Add :version.
18716         (sha1-use-external): Remove redundant version.
18718         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18719         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18720         (nnmail-split-fancy-match-partial-words)
18721         (nnmail-split-lowercase-expanded): Add :version.
18723         * nndiary.el (nndiary): Add :version.
18725         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18727         * mml-sec.el (mml-default-sign-method)
18728         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18729         Add :version.
18731         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18733         * mm-url.el (mm-url-use-external, mm-url-program)
18734         (mm-url-arguments): Add :version.
18736         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18737         (mm-attachment-file-modes, mm-decrypt-option)
18738         (mm-w3m-safe-url-regexp): Add :version.
18740         * message.el (message-cite-prefix-regexp)
18741         (message-sendmail-envelope-from, message-minibuffer-local-map)
18742         (message-user-fqdn, message-completion-alist): Add :version.
18744         * gnus-win.el (gnus-configure-windows-hook)
18745         (gnus-use-frames-on-any-display): Add :version.
18747         * gnus-art.el (gnus-article-address-banner-alist)
18748         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18749         (gnus-treat-from-picon, gnus-treat-mail-picon)
18750         (gnus-treat-x-pgp-sig): Add :version.
18752         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18753         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18754         (gnus-summary-article-delete-hook)
18755         (gnus-summary-display-while-building): Add :version.
18757         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18758         (gnus-get-top-new-news-hook): Add :version.
18760         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18761         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18763         * gnus-registry.el (gnus-registry): Add :version.
18765         * gnus-spec.el (gnus-use-correct-string-widths)
18766         (gnus-make-format-preserve-properties): Add :version.
18768         * gnus.el (gnus-group-charter-alist)
18769         (gnus-group-fetch-control-use-browse-url)
18770         (gnus-install-group-spam-parameters): Add :version.
18772         * gnus-diary.el (gnus-diary): Add :version.
18774         * gnus-delay.el (gnus-delay): Add :version.
18776         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18777         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18778         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18779         Add :version.
18781         * gnus-agent.el (gnus-agent-max-fetch-size)
18782         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18783         (gnus-agent-prompt-send-queue): Add :version.
18785         * deuglify.el (gnus-outlook-deuglify): Add :version.
18787         * html2text.el: Beautify code.  Improve doc strings.
18788         Some checkdoc cleanup.
18789         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18791 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18793         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18795 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18797         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18798         when package is loaded.
18800         * spam.el (spam-summary-score-preferred-header): Add global preference
18801         for people who want to override the default SpamAssassin over
18802         Bogofilter preference (when both are set).
18803         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18804         (spam-user-format-function-S):
18805         Check spam-summary-score-preferred-header.
18806         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18807         (spam-user-format-function-S): Format the score correctly.
18809 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18811         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18812         signature file.  Suggested by Manoj Srivastava
18813         <srivasta@golden-gryphon.com>.
18815         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18816         iso-2022-jp even in the Japanese language environment.
18817         Suggested by Jason Rumney <jasonr@gnu.org>.
18819 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18821         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18822         use the same characters as the dummy marks; make it free from
18823         getting affected by the language environment.
18824         (gnus-summary-read-group-1): Update mark positions only when the
18825         format spec is updated.
18827         * gnus-spec.el (gnus-update-format-specifications): Return a list
18828         of updated types.
18830 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18832         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18833         of boundp to check if display-warning is available.
18835 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18837         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18839 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18841         * nnspool.el (nnspool-spool-directory): Use news-path if the
18842         news-directory variable is not bound.
18844         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18845         function instead of display-warning if it is not available.
18847 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18849         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18850         v5-10: Use `point-at-bol'.
18852 2004-10-26  Simon Josefsson  <jas@extundo.com>
18854         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18855         <chenggao@gmail.com>.
18857 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18859         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18860         instead.
18862 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18864         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18865         to remove a server from the nnimap-server-buffer-alist.
18866         (nnimap-open-connection, nnimap-close-server): Use it.
18868         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18870 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18872         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18873         running the major-mode function.
18875 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18877         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18878         dummy marks in the right way.
18880 2004-10-18  David Edmondson  <dme@dme.org>
18882         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18883         excessively.
18885 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18887         * gnus-util.el (gnus-split-references): Accept a nil references
18888         string and go on blissfully.
18890         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18891         cases where the references string is non-nil but has no references.
18893         * encrypt.el: Add autoload tags.
18895         * spam.el (spam-resolve-registrations-routine): Remove article
18896         from unregistration list too.  Reported by David Hanak
18897         <dhanak@isis.vanderbilt.edu>
18899 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18901         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18902         nil.  Change custom type.
18904 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18906         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18908         * gnus-sum.el (gnus-summary-move-article): Use it.
18910 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18912         * encrypt.el: Add autoload cookies.
18914         * spam.el (spam-backend-article-list-property)
18915         (spam-backend-get-article-todo-list)
18916         (spam-backend-put-article-todo-list)
18917         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18918         Resolve registrations separately.
18919         (spam-register-routine): Format comments.
18920         (spam-unregister-routine, spam-register-routine): Always call with
18921         specific-articles, no default list.
18922         (spam-summary-prepare-exit): Use the spam-classifications function.
18924         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18925         gnus-encrypt.el.
18927         * encrypt.el: Copied from gnus-encrypt.el.
18929         * gnus-encrypt.el: Commented that it's obsolete.
18931 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18933         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18934         (gnus-score-save): Use it.
18936         * message.el (message-bury): Use `window-dedicated-p'.
18938 2004-10-15  Simon Josefsson  <jas@extundo.com>
18940         * pop3.el (top-level): Don't require nnheader.
18941         (pop3-read-timeout): Add.
18942         (pop3-accept-process-output): Add.
18943         (pop3-read-response, pop3-retr): Use it.
18945 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18947         * spam.el (spam-register-routine): Move comment.
18948         (spam-verify-bogofilter): Use 'unknown for the initial
18949         spam-bogofilter-valid state, not 'never.
18951         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18952         for netrc-machine.
18954         * nnimap.el (nnimap-open-connection):
18955         Use netrc-machine-user-or-password.
18957 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18959         * gnus-registry.el (gnus-registry-unload-hook):
18960         Set as a variable with add-hook.
18962         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18963         of news-path.
18965         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18967         * spam.el: Delete duplicate `provide'.
18968         (spam-unload-hook): Set as a variable with add-hook.
18970 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18972         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18973         in the doc string.
18975         * message.el (message-ignored-news-headers)
18976         (message-ignored-supersedes-headers)
18977         (message-ignored-resent-headers)
18978         (message-forward-ignored-headers): Improve custom type.
18980 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18982         * message.el (message-tokenize-header): Fix 2004-09-06 change
18983         which used point-min in the wrong place.
18985 2004-10-12  Simon Josefsson  <jas@extundo.com>
18987         * tls.el (tls-certtool-program): New variable.
18988         (tls-certificate-information): New function, based on
18989         ssl-certificate-information.
18991 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18993         * compface.el: Move the version of ELisp-based uncompface program
18994         to the contrib directory because of the copyright problem.
18996 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
18998         * message.el (message-kill-buffer): Raise the current frame.
19000 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19002         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19004         * gnus.el (message-y-or-n-p): Autoload.
19006         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19007         (pop3-password-required, pop3-authentication-scheme)
19008         (pop3-leave-mail-on-server): Make customizable.
19009         (pop3): New custom group.
19010         (pop3-retr): Remove `sleep-for' statements.
19011         Suggested by Dave Love <fx@gnu.org>.
19013         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19014         Windows/DOS.
19016         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19017         (imap-parse-body): Fix incorrect use of `assert'.
19018         Suggested by Dave Love <fx@gnu.org>.
19020         * mml.el (mml-minibuffer-read-disposition): Require match.
19021         Suggested by Dave Love <fx@gnu.org>.
19023 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19025         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19026         doc string.
19028 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19030         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19032 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19034         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19035         instead of calling `mm-insert-inline', to decode text/* parts
19036         before displaying them.
19038 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19040         * mm-uu.el (mm-uu-text-plain-type): New variable.
19041         (mm-uu-pgp-signed-extract-1): Use it.
19042         (mm-uu-pgp-encrypted-extract-1): Use it.
19043         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19044         bind mm-uu-text-plain-type with that value.
19045         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19046         mm-uu-dissect.
19048 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19050         * gnus-group.el (gnus-update-group-mark-positions):
19051         * gnus-sum.el (gnus-update-summary-mark-positions):
19052         * message.el (message-check-news-body-syntax):
19053         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19054         of string-as-multibyte.
19056 2004-10-05  Juri Linkov  <juri@jurta.org>
19058         * gnus-group.el (gnus-update-group-mark-positions):
19059         * gnus-sum.el (gnus-update-summary-mark-positions):
19060         * message.el (message-check-news-body-syntax):
19061         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19062         8-bit unibyte values to a multibyte string for search functions.
19064 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19066         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19067         (mm-uu-dissect-text-parts): New function.
19069         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19070         dissect text parts.
19072         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19073         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19075         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19077         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19078         Use gnus-current-topics instead of gnus-current-topic.
19080 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19082         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19084 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19086         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19087         where appropriate.
19089         * nnml.el (nnml-generate-active-info): do.
19091         * nndiary.el (nndiary-generate-active-info): do.
19093         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19094         (gnus-topic-move): do.
19096         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19097         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19099         * gnus-srvr.el (gnus-server-prepare)
19100         (gnus-server-open-all-servers): do.
19102         * gnus-msg.el (gnus-summary-cancel-article)
19103         (gnus-summary-resend-message)
19104         (gnus-summary-mail-crosspost-complaint): do.
19106         * gnus-move.el (gnus-change-server): do.
19108         * gnus-group.el (gnus-group-unmark-all-groups)
19109         (gnus-group-set-current-level): do.
19111 2004-10-04  Simon Josefsson  <jas@extundo.com>
19113         * message.el (message-generate-hashcash): Doc fix.
19115 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19117         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19118         avoid infinite recursion via gnus-get-function.
19120 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19122         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19124         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19126         * nnmail.el (nnmail-split-history): do.
19128         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19129         (nnml-request-delete-group): do.
19131         * nnslashdot.el (nnslashdot-read-groups): do.
19133         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19134         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19136         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19137         (nnspool-sift-nov-with-sed): Use last.
19138         (nnspool-retrieve-headers-with-nov): Use mapc.
19139         (nnspool-request-newgroups): Use dolist.
19140         (nnspool-request-group): Use last.
19142         * nntp.el (nntp-read-server-type): Use dolist.
19144         * nnvirtual.el (nnvirtual-create-mapping)
19145         (nnvirtual-update-read-and-marked): Use dolist.
19146         (nnvirtual-convert-headers): Simplify.
19148 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19150         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19151         Add support for sync'ing tick marks.
19153 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19155         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19156         there's no visible header.
19158 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19160         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19161         When necessary, pass full group name to gnus-request-set-marks.
19163 2004-10-01  Simon Josefsson  <jas@extundo.com>
19165         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19166         acroread.
19168 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19170         * spam-report.el (spam-report-gmane): Fix interactive.
19172         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19174         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19175         when writing file.
19176         (gnus-agent-synchronize-flags): Don't default to being
19177         interactive.
19179 2004-09-30  Simon Josefsson  <jas@extundo.com>
19181         * message.el (message-generate-hashcash): Add.
19182         (message-send-mail): Use it, call mail-add-payment.
19184 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19186         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19188 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19190         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19191         gnus-request-update-info with explicit code to sync the in-memory
19192         info read flags with the marks being sync'd to the backend.
19194         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19196 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19198         * spam.el (spam-verify-bogofilter): Add new function.
19199         (spam-check-bogofilter)
19200         (spam-bogofilter-register-with-bogofilter): Use it.
19201         (spam-verify-bogofilter): Add small fixes.
19203 2004-09-28  Simon Josefsson  <jas@extundo.com>
19205         * hashcash.el (hashcash-generate-payment): Revert.
19207 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19209         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19210         Use gnus-extract-references instead of gnus-split-references.
19212         * gnus-util.el (gnus-extract-references): Add new function, analogous
19213         to gnus-split-references but extracts only the message-ID without
19214         anything extra.
19216         * hashcash.el (hashcash-generate-payment)
19217         (hashcash-check-payment): Do the right thing if hashcash-path is
19218         nil (because the hashcash program could not be found).
19220         * spam.el (spam-use-hashcash): Remove comment.
19222 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19224         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19225         (gnus-cache-enter-article, gnus-cache-remove-article)
19226         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19228         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19230         * gnus-art.el (article-hide-boring-headers)
19231         (article-translate-strings, article-display-face)
19232         (gnus-article-mime-match-handle-first)
19233         (gnus-article-highlight-headers)
19234         (gnus-article-add-buttons-to-head): do.
19236 2004-09-27  Simon Josefsson  <jas@extundo.com>
19238         * hashcash.el: New version, from
19239         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19240         ../contrib/.
19242 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19244         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19246 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19248         * gnus-dup.el (gnus-dup-open): Use mapc.
19249         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19251         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19252         Reported by Stefan Wiens <s.wi@gmx.net>.
19254         * gnus.el (gnus-shutdown): Use dolist.
19256         * gnus-undo.el (gnus-undo): Use mapc.
19258         * nnrss.el (nnrss-generate-active): do.
19260         * message.el (message-cite-original-without-signature)
19261         (message-cite-original): Use mapc.
19262         (message-do-actions, message-make-forward-subject): Use dolist.
19264 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19266         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19267         deletion to remove entire duplicate line.  Fixes merged article
19268         number bug.
19270 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19272         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19273         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19274         first ask if you want to open a server and then, even when you
19275         responded with no, asking if you want to synchronize the server's
19276         flags.
19277         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19278         multi-line expressions.
19279         (gnus-agent-synchronize-group-flags): New internal function.
19280         Updates marks in memory (in the info structure) AND in the
19281         backend.
19283         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19285         * nnagent.el (nnagent-request-set-mark):
19286         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19287         method, to ensure that synchronization updates marks in the
19288         backend and in the info (in memory) structure.
19290 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19292         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19293         convention fully; don't miss the root article of a thread; make
19294         the X-Draft-From header with correct article numbers.
19296 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19298         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19299         unless plugged.  Disable the agent so that an open failure causes
19300         an error.
19302         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19303         Revert 2004-09-21 change.  The backend must be opened while
19304         synchronizing flags even when the backend stores the flags
19305         locally.
19307 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19309         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19310         in `header' match.  Reported by Svend Tollak Munkejord.
19312         * message.el (message-cite-original): Fix use of
19313         `message-cite-articles-with-x-no-archive'.
19315 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19317         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19318         (gnus-window-to-buffer): Ditto.
19320         * mml.el (mml-preview-buffer): New variable.
19321         (mml-preview): Manage window layout with gnus-buffer-configuration.
19323         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19324         X-Draft-From header even if those articles aren't quoted.
19326 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19328         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19329         (gnus-request-set-mark, gnus-request-update-mark): Use new
19330         g-s-t-u-l-m to decide to use backend even when unplugged.
19332 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19334         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19335         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19337 2004-09-20  Simon Josefsson  <jas@extundo.com>
19339         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19340         "utf-16-le".
19342 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19344         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19346 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19348         * uudecode.el (uudecode-use-external): Add :version.
19350         * smime.el (smime-CA-file, smime-encrypt-cipher)
19351         (smime-dns-server): Add :version.
19353         * smiley.el (gnus-smiley-file-types): Add :version.
19355         * sha1.el (sha1-use-external): Add :version.
19357         * pgg-def.el (pgg-query-keyserver): Add :version.
19359         * nnmail.el (nnmail-fancy-expiry-targets)
19360         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19361         Add :version.
19363         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19364         (nnimap-retrieve-groups-asynchronous): Add :version.
19365         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19367         * mml.el (mml-content-disposition-parameters)
19368         (mml-insert-mime-headers-always): Add :version.
19370         * mm-util.el (mm-coding-system-priorities): Add :version.
19372         * mm-decode.el (mm-inline-text-html-with-images)
19373         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19374         (mm-verify-option): Add :version.
19375         (mm-text-html-renderer): Change :version.
19377         * message.el (message-fcc-externalize-attachments)
19378         (message-required-headers, message-draft-headers)
19379         (message-subject-trailing-was-query)
19380         (message-subject-trailing-was-ask-regexp)
19381         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19382         (message-mark-insert-end, message-archive-header)
19383         (message-archive-note, message-cross-post-default)
19384         (message-cross-post-note, message-followup-to-note)
19385         (message-cross-post-note-function, message-use-mail-followup-to)
19386         (message-subscribed-address-functions)
19387         (message-subscribed-address-file, message-subscribed-addresses)
19388         (message-subscribed-regexps, message-allow-no-recipients)
19389         (message-yank-cited-prefix, message-signature-insert-empty-line)
19390         (message-hidden-headers, message-hierarchical-addresses)
19391         (message-mail-user-agent, message-use-idna)
19392         (message-valid-fqdn-regexp)
19393         (message-strip-special-text-properties, message-header-synonyms)
19394         (message-beginning-of-line, message-tab-body-function): Add :version.
19395         (message-insert-canlock, message-wide-reply-confirm-recipients):
19396         Change :version.
19398         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19399         and :version.
19400         (mail-source-delete-old-incoming-confirm)
19401         (mail-source-movemail-program): Add :version.
19403         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19404         (gnus-agent-cache, gnus-agent): Change :version.
19406         * gnus-util.el (gnus-use-byte-compile): Change :version.
19408         * gnus-sum.el (gnus-summary-make-false-root-always)
19409         (gnus-summary-default-high-score)
19410         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19411         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19412         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19413         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19414         (gnus-sum-thread-tree-single-indent)
19415         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19416         (gnus-sum-thread-tree-leaf-with-other)
19417         (gnus-sum-thread-tree-single-leaf): Add :version.
19418         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19419         (gnus-article-loose-mime): Change :version.
19421         * gnus-start.el (gnus-backup-startup-file)
19422         (gnus-save-startup-file-via-temp-buffer): Add :version.
19424         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19425         (gnus-server-offline-face): Add :version.
19427         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19429         * gnus-msg.el (gnus-gcc-externalize-attachments)
19430         (gnus-debug-files, gnus-debug-exclude-variables)
19431         (gnus-discouraged-post-methods): Change :version.
19432         (gnus-confirm-mail-reply-to-news)
19433         (gnus-confirm-treat-mail-like-news): Add :version.
19435         * gnus-int.el (gnus-server-unopen-status): Add :version.
19437         * gnus-group.el (gnus-group-jump-to-group-prompt)
19438         (gnus-large-ephemeral-newsgroup)
19439         (gnus-fetch-old-ephemeral-headers): Add :version.
19441         * gnus-fun.el (gnus-x-face-directory)
19442         (gnus-convert-pbm-to-x-face-command)
19443         (gnus-convert-image-to-x-face-command)
19444         (gnus-convert-image-to-face-command): Add :version.
19446         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19448         * gnus-cite.el (gnus-cite-blank-line-after-header)
19449         (gnus-article-boring-faces): Add :version.
19451         * gnus-art.el (gnus-buttonized-mime-types)
19452         (gnus-inhibit-mime-unbuttonizing)
19453         (gnus-treat-display-face)
19454         (gnus-treat-body-boundary): Change :version.
19455         (gnus-body-boundary-delimiter, gnus-picon-databases)
19456         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19457         (gnus-treat-date-english, gnus-treat-fold-headers)
19458         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19459         (gnus-treat-mail-picon, gnus-treat-wash-html)
19460         (gnus-article-encrypt-protocol)
19461         (gnus-use-idna, gnus-article-over-scroll)
19462         (gnus-mime-display-multipart-alternative-as-mixed)
19463         (gnus-mime-display-multipart-related-as-mixed)
19464         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19465         (gnus-ctan-url, gnus-button-ctan-handler)
19466         (gnus-button-handle-ctan-bogus-regexp)
19467         (gnus-button-ctan-directory-regexp)
19468         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19469         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19470         (gnus-button-man-level, gnus-button-emacs-level)
19471         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19473         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19474         (gnus-agent-go-online): Change :version.
19475         (gnus-agent-expire-unagentized-dirs)
19476         (gnus-agent-auto-agentize-methods): Add :version.
19478         * flow-fill.el (fill-flowed-display-column)
19479         (fill-flowed-encode-column): Add :version.
19481         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19482         (gnus-outlook-deuglify-unwrap-max)
19483         (gnus-outlook-deuglify-cite-marks)
19484         (gnus-outlook-deuglify-unwrap-stop-chars)
19485         (gnus-outlook-deuglify-no-wrap-chars)
19486         (gnus-outlook-deuglify-attrib-cut-regexp)
19487         (gnus-outlook-deuglify-attrib-verb-regexp)
19488         (gnus-outlook-deuglify-attrib-end-regexp)
19489         (gnus-outlook-display-hook): Add :version.
19491         * binhex.el (binhex-use-external): Add :version.
19493 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19495         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19496         and `invisible'.
19498 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19500         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19501         in gnus-registry-trim.
19503 2004-09-13  Simon Josefsson  <jas@extundo.com>
19505         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19507         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19509         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19510         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19511         <yamaoka@jpl.org>.
19512         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19513         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19514         <yamaoka@jpl.org>.
19516         * sieve.el (sieve-manage-mode): Ditto.
19518 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19520         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19522 2004-09-11  Simon Josefsson  <jas@extundo.com>
19524         * dns-mode.el: Add.
19526         * mm-view.el (mm-display-dns-inline): Add.
19528         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19529         (mm-automatic-display): Ditto.
19531         * mailcap.el (mailcap-mime-data): Add text/dns.
19532         (mailcap-mime-extensions): Map .soa to text/dns.
19534 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19536         * gnus-art.el (article-decode-mime-words, article-babel)
19537         (gnus-article-highlight-signature, gnus-article-add-buttons)
19538         (gnus-signature-toggle): Remove unnecessary bindings of
19539         `inhibit-read-only' inherited from v5.10 merge.
19541 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19543         * nntp.el (nntp): New customization group.
19544         (nntp-authinfo-file): Add customization group.
19546         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19548         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19550         * gnus.el (to-address, to-list, subscribed)
19551         (large-newsgroup-initial): Ditto.
19553         * flow-fill.el (fill-flowed-display-column)
19554         (fill-flowed-encode-column): Ditto.
19556 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19558         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19559         Use point-min rather than 1.
19560         (message-send-mail): Use buffer-size rather than point-max.
19562         * gnus-sum.el (gnus-summary-search-article-forward):
19563         Signal a specific `search-failed' rather than a generic `error'.
19565         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19566         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19567         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19569 2004-09-10  Simon Josefsson  <jas@extundo.com>
19571         * nndb.el (require): Remove tcp and duplicate cl.
19573 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19575         * gnus-agent.el (directory-files-and-attributes): Move forward.
19577 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19579         * gnus-agent.el (directory-files-and-attributes):
19580         Optionally defined to support XEmacs.
19582 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19584         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19585         to avoid run-time CL dependencies.
19586         (gnus-agent-unfetch-articles): New function.
19587         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19588         article numbers even when local .overview file is missing.
19589         (gnus-agent-read-article-number): New function.  Only accepts
19590         27-bit article numbers.
19591         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19592         Use gnus-agent-read-article-number.
19593         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19594         from backend while recognizing that article numbers in .overview
19595         must be valid.
19596         (gnus-agent-update-files-total-fetched-for):
19597         Use directory-files-and-attributes to improve performance.
19598         * gnus-int.el (gnus-request-move-article):
19599         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19600         improve performance.
19602         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19603         some users confused by references to .newsrc when they only have a
19604         .newsrc.eld file.
19605         (gnus-convert-mark-converter-prompt)
19606         (gnus-convert-converter-needs-prompt): Fix use of property list.
19607         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19608         New function.  Used internally to only display 'gnus converting
19609         files' message when actually necessary.
19611         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19612         methods now autoloaded.
19614 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19616         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19617         identifiers.
19619 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19621         * gnus-picon.el: Fix indentation and closing parenthesis.
19623 2004-09-01  Simon Josefsson  <jas@extundo.com>
19625         * message.el (message-canlock-generate): Require sha1, not
19626         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19627         to require within a function.  Sadly, if sha1.el isn't loaded, the
19628         let binding in m-c-g will hide the defcustom definition, which is
19629         bad.)
19631         * canlock.el: Require sha1, not sha1-el.
19633         * message.el: Don't autoload sha1 (there is a autoload cookie in
19634         sha1.el).
19636         * sha1-el.el: Rename to sha1.el.
19638 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19640         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19642 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19644         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19646 2004-08-30  Kim F. Storm  <storm@cua.dk>
19648         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19650         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19651         Add :group 'nnimap.
19653 2004-08-30  Andreas Schwab  <schwab@suse.de>
19655         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19656         ?* and ?\;.
19658         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19659         and ?\' to symbol instead of whitespace.
19661 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19663         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19665         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19666         instead of re-search-forward.
19668         * gnus-uu.el (gnus-uu-save-article): Ditto.
19669         (gnus-uu-post-encode-uuencode): Ditto.
19671         * html2text.el (html2text-clean-list-items): Ditto.
19672         (html2text-clean-dtdd): Ditto.
19673         (html2text-format-tags): Ditto.
19675         * message.el (message-send-mail-with-sendmail): Fix regexp.
19676         (message-fill-field-general): Use search-forward instead of
19677         re-search-forward.
19678         (unbold-region): Ditto.
19680         * nnrss.el (nnrss-request-article): Ditto.
19682         * nnslashdot.el (nnslashdot-request-article): Ditto.
19684         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19686         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19687         "Unrecognized menu descriptor" error in XEmacs.
19689 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19691         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19692         parent article of a sparse article in the thread hashtb.
19694 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19696         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19697         (nnmail-expand-newtext): Lowercase expanded entries if
19698         nnmail-split-lowercase-expanded is non-nil.
19700 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19702         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19704         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19705         of gnus-tmp-news-method into string under XEmacs.  It will be
19706         passed to gnus-correct-length which takes only a string argument.
19708 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19710         * gnus-util.el (gnus-bind-print-variables): New macro.
19711         (gnus-prin1): Use it.
19712         (gnus-prin1-to-string): Use it.
19713         (gnus-pp): New function.
19714         (gnus-pp-to-string): New function.
19716         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19717         Replace pp-to-string with gnus-pp-to-string.
19718         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19719         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19720         * gnus-msg.el (gnus-debug): Ditto.
19721         * gnus-score.el (gnus-score-save): Ditto.
19722         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19723         gnus-pp-to-string.
19724         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19725         with gnus-pp.
19726         * score-mode.el (gnus-score-pretty-print): Ditto.
19727         * webmail.el (webmail-debug): Ditto.
19729 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19731         * gnus-art.el (article-display-face, article-display-x-face):
19732         Use buffer-read-only.
19734 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19736         * gnus-art.el (article-hide-list-identifiers):
19737         Bind inhibit-read-only as t.
19739 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19741         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19743 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19745         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19746         (gnus-narrow-to-page): Don't assume point-min == 1.
19747         (gnus-article-edit-mode): Derive from message-mode.
19749         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19750         point-min == 1.
19752         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19753         Disable incorrect use of `assert'.
19755         * message.el (message-mode): Set comment-start-skip.
19757 2004-08-22  Sam Steingold  <sds@gnu.org>
19759         * pop3.el (pop3-leave-mail-on-server): New user variable.
19760         (pop3-movemail): Delete mail only when it is nil.
19762 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19764         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19766         * mml.el (mml-preview): Use `pop-to-buffer'.
19768         * message.el (message-goto-mail-followup-to): Insert after "To".
19769         (message-carefully-insert-headers): Add comment.
19771         * gnus.el: Remove unused variable `gnus-article-check-size'.
19773         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19775         * gnus-art.el (gnus-button-alist):
19776         Improve `gnus-button-handle-library' entry.
19778 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19780         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19781         Use downcase, since XEmacs capitalizes error messages differently.
19783 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19785         * nntp.el: Add (require 'gnus) due to reference to
19786         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19788 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19790         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19791         Bind `mm-fill-flowed'.
19793         * mm-decode.el (mm-dissect-singlepart): Check it.
19795 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19797         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19798         'imap' for netrc parsing.
19800 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19802         * mailcap.el (mailcap-mime-data): Mark as risky.
19804 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19806         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19807         may be included in the encoded word.
19808         (rfc2047-encode): Don't append a space if the encoded word
19809         includes close parenthesis.
19811 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19814         of text within parentheses.
19816 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19818         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19819         (gnus-encrypt-write-file-contents): Make the password key the file
19820         name PLUS the cipher, not just the cipher.  Also remove failed
19821         passwords from the cache.
19823 2004-08-06  Simon Josefsson  <jas@extundo.com>
19825         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19826         Doc fix.
19828 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19830         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19831         LWSP.
19833 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19835         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19836         Try to append in-reply-to: data to the references: header.
19838         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19839         (netrc-parse): Use gnus-encrypt.el functions.
19841         * gnus-encrypt.el: Add new file for encryption support; currently
19842         does only a few GPG ciphers and an internal XOR cipher.
19844         * password.el: Add comments on using password-read-and-add.
19845         (password-read-and-add): Add function to read and add the
19846         password to the cache at once.
19848 2004-07-28  Simon Josefsson  <jas@extundo.com>
19850         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19851         parameter (but don't use it, for now).
19853         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19854         instead of hard coding to nil.
19856 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19858         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19859         as mm-inline-image-xemacs does.
19861 2004-07-26  Simon Josefsson  <jas@extundo.com>
19863         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19864         Revert part of 2004-07-17 change below.
19866 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19868         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19869         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19871 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19873         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19874         quotes that actually start with ">" at the beginning of the
19875         lines.
19877 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19879         * rfc2047.el (rfc2047-encode-region): Fix last change.
19880         (rfc2047-encode-parameter): Remove useless concat.
19882 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19884         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19885         encode special characters; fix some kind of misconfigured headers;
19886         signal a real error if debug-on-quit or debug-on-error is non-nil.
19887         (rfc2047-encode-max-chars): New variable.
19888         (rfc2047-encode-1): Use it.
19889         (rfc2047-encode-parameter): New function.
19891         * mml.el (mml-insert-parameter): Remove an excessive space.
19893 2004-07-17  Simon Josefsson  <jas@extundo.com>
19895         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19896         Kai Grossjohann <kai@emptydomain.de>.
19897         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19898         (gnus-group-make-menu-bar): Ditto.
19900         * gnus-util.el (gnus-group-server): Add.
19902 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19904         * message.el (message-clone-locals): Clone sendmail and smtp
19905         variables.
19907 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19909         * rfc2047.el (rfc2047-encode-region): Fix last change.
19911 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19913         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19914         characters as non-special.
19916 2004-07-09  Simon Josefsson  <jas@extundo.com>
19918         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19919         Users will lose all flag changes made while unplugged with
19920         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19921         good default.  See numerous reports on ding mailing list.
19923 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19925         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19926         add generate-head-function and generate-article-function to the
19927         rfc822-forward entry.
19928         (nndoc-rfc822-forward-generate-article): New function.
19929         (nndoc-rfc822-forward-generate-head): New function.
19931         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19933 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19935         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19936         respect display group parameter and gnus-summary-expunge-below.
19937         (gnus-articles-to-read): Remove unused reference to display group
19938         parameter.
19940 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19942         * nnheader.el (nnheader-uniquify-message-id): New experimental
19943         variable.
19944         (nnheader-nov-read-message-id): Use it.
19946         * spam-report.el (spam-report-gmane): Add interactive.
19948 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19950         * mm-encode.el (mm-content-transfer-encoding-defaults):
19951         Use qp-or-base64 for the application/* types.
19953 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19955         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19957 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19959         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19960         trim value.
19962 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19964         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19965         New macro and function.
19966         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19968 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19970         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19971         after-load-alist.
19973 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19975         * gnus-group.el (gnus-group-get-new-news-this-group):
19976         Don't update info that isn't there.
19978 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19980         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19981         entry.
19983 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19985         * mm-view.el (mm-inline-render-with-function): Use multibyte
19986         buffer; decode html source by charset.
19988         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
19990         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
19991         Mule-UCS is loaded under XEmacs.
19992         (mm-mime-mule-charset-alist): Avoid duplicated entries.
19994 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
19996         * nnheader.el (nnheader-max-head-length): Increase to 8192.
19998 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20000         * mm-util.el (mm-coding-system-p): Return a coding-system.
20001         (mm-mime-mule-charset-alist): Use shift_jis instead of
20002         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20003         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20004         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20005         instead of japanese-shift-jis and iso-latin-1 respectively in
20006         order to share the default value with both Emacs and XEmacs-mule.
20007         (mm-mule-charset-to-mime-charset):
20008         Make mm-coding-system-priorities effective.
20009         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20010         while predicating of candidates upon the priorities.
20012 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20014         * gnus-sum.el (gnus-summary-make-menu-bar):
20015         Add gnus-uu-invert-processable.
20017         * gnus.el: Autoload gnus-uu-invert-processable.
20019 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20021         * mm-util.el (mm-with-multibyte-buffer): New macro.
20023         * rfc2047.el (rfc2047-encode-string): Use it.
20024         (rfc2047-encode-region): Move point to the end of the region after
20025         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20027 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20029         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20030         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20032 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20034         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20035         (gnus-cite-parse): Ignore quoted envelope From_.
20036         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20038 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20040         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20041         invalid addresses.
20043 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20045         * spam.el: Change section markers, revise TODO list.
20046         (spam-backends): Make new master list of all installed backends.
20047         (spam-summary-exit-behavior): Add new variable to determine how
20048         messages moves are done at summary exit.
20049         (spam-move-spam-nonspam-groups-only)
20050         (spam-process-ham-in-nonham-groups)
20051         (spam-process-ham-in-spam-groups): Remove variables, the
20052         spam-summary-exit-behavior variable should be used to manage this
20053         behavior.
20054         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20055         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20056         and spam-old-spam-articles.
20057         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20058         Add empty variables, placeholders for the backends they represent.
20059         (spam-set-difference): Move, unchanged.
20060         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20061         unless the user has a processor variable.
20062         (spam-classifications, spam-classification-valid-p)
20063         (spam-backend-properties, spam-backend-property-valid-p)
20064         (spam-backend-function-type-valid-p)
20065         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20066         (spam-report-articles-gmane, spam-report-articles-resend):
20067         Remove functions, they are not needed.
20068         (spam-install-backend-super, spam-backend-list)
20069         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20070         (spam-backend-function, spam-backend-ham-registration-function)
20071         (spam-backend-spam-registration-function)
20072         (spam-backend-ham-unregistration-function)
20073         (spam-backend-spam-unregistration-function)
20074         (spam-backend-statistical-p, spam-backend-mover-p)
20075         (spam-install-backend-alias, spam-install-checkonly-backend)
20076         (spam-install-mover-backend, spam-install-nocheck-backend)
20077         (spam-install-backend, spam-install-statistical-backend)
20078         (spam-install-statistical-checkonly-backend): Add backend installation
20079         support.
20080         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20081         (spam-group-processor-p): Use the new backend code and respect the
20082         summary exit behavior.
20083         (spam-mark-spam-as-expired-and-move-routine): Remove.
20084         (spam-summary-prepare): Change to use the new spam-old-articles
20085         variable.
20086         (spam-copy-or-move-routine, spam-copy-spam-routine)
20087         (spam-move-spam-routine, spam-copy-ham-routine)
20088         (spam-move-ham-routine): Add code to copy/move ham or spam.
20089         (spam-fetch-field-fast): Improve doc and code, plus allow the
20090         'number request.
20091         (spam-list-of-checks, spam-list-of-statistical-checks):
20092         Remove variables.
20093         (spam-split, spam-find-spam): Use the new backend code.
20094         (spam-registration-functions): Remove variable.
20095         (spam-unregister-routine): Add convenience wrapper.
20096         (spam-log-undo-registration, spam-register-routine)
20097         (spam-log-processing-to-registry)
20098         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20099         where possible.
20100         (spam-check-gmane-xref, spam-check-regex-headers)
20101         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20102         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20103         (spam-check-bogofilter-headers, spam-check-spamoracle)
20104         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20105         (spam-check-crm114-headers): Use the spam-split-group that
20106         spam-split prepares, no need to determine it every time.
20108         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20109         to the nnheader-parse-naked-head call.
20111         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20113         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20114         the nnheader-nov-read-message-id call.
20116 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20118         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20119         gnus-activate-group twice.  Suggested by Markus Peter
20120         <warp@spin.de>.
20122 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20124         * gnus-art.el (gnus-article-time-format): Exchange the order of
20125         day and month in the default value; fix customization type.
20126         (article-date-ut): Use add-text-properties.
20127         (article-make-date-line): Use message-make-date instead of
20128         current-time-string.
20130         * message.el (message-fetch-field): Don't use set-text-properties.
20131         (message-make-date): Simplify.
20133 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20135         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20136         (rfc2047-encode-region): Treat text within parentheses as special;
20137         show the original text when error has occurred.
20139         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20140         already-computed method to gnus-activate-group.
20142         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20143         same select-methods identical Lisp objects.
20145         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20146         object when modifying the info.
20148 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20150         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20151         gnus-opened-servers since it has never been opened with the new
20152         configuration yet.
20154 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20156         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20157         arg to nnheader-generate-fake-message-id.
20159 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20161         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20162         number and build a fake message ID localized to a group and
20163         article number (so it's repeatable from that point on).
20164         (nnheader-fake-message-id-p): Change regex to accommodate new fake
20165         ID format.
20167         * gnus-sum.el (gnus-get-newsgroup-headers):
20168         Call nnheader-generate-fake-message-id with the article number.
20170 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20172         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20173         end-of-buffer.
20175 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20177         * message.el (message-ignored-supersedes-headers): Add Approved.
20179 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20181         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20182         goto-char.
20183         (rfc2047-encode): Fold the line before encoding.
20185 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20187         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20188         folding -- not all headers can be folded, and this should be done
20189         by the message composition mode.  Probably.  I think.
20191 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20193         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20194         fast.
20196         * gnus-ems.el (gnus-remove-image): Don't use
20197         message-text-with-property; remove only the image found first.
20199 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20201         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20203 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20205         * message.el (message-text-with-property): Make it fast and accept
20206         optional arguments.
20207         (message-strip-forbidden-properties): Use it.
20208         (message-fix-before-sending): Follow the m-t-w-p change.
20210         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20212 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20214         * gnus-art.el (article-hide-headers): Don't change the buffer
20215         mistakenly when performing mml-preview even if
20216         gnus-single-article-buffer is nil.
20218 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20220         * message.el (message-expand-name-databases): New user option.
20221         (message-expand-name): Use it.
20223 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20225         * spam.el (spam-report-articles-resend)
20226         (spam-report-resend-register-routine): Allow ham reporting.
20227         (spam-report-resend-register-ham-routine): Add wrapper.
20228         (spam-registration-functions): Add ham resending functions.
20229         (spam-list-of-processors): Add ham resend processor.
20231         * gnus.el (ham-resend-to): Add new group parameter.
20232         (spam-process): Add ham resend option.
20234         * spam-report.el (spam-report-resend): Allow reporting ham.
20235         (spam-report-resend-ham): Add wrapper.
20237 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20239         * message.el (message-cite-articles-with-x-no-archive):
20240         New variable.
20241         (message-cite-original): Use it.
20243 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20245         * message.el (message-cite-original): Respect X-No-Archive.
20247 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20249         * gnus-art.el (article-hide-headers): Refer to the values for
20250         gnus-ignored-headers and gnus-visible-headers in the summary
20251         buffer since a user may have set them as group parameters.
20253 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20255         * assistant.el (assistant-node-name): Add convenience function.
20256         (assistant-render-text, assistant-render-node): Add error handling,
20257         plus handle multiple next nodes.
20258         (assistant-find-next-node): Comment out for now.
20259         (assistant-find-next-nodes): Add function, returns list of next
20260         nodes.
20262 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20264         * mail-source.el (mail-source-directory): Fix doc-string.
20266 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20268         * assistant.el (assistant-render-text, assistant-eval): Add :set
20269         widget type, which is different because it takes and returns a
20270         list.  Much hilarity ensues.
20272 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20274         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20276         * gnus-group.el (gnus-group-get-new-news-this-group):
20277         Add doc-string.
20279         * gnus-start.el (gnus-activate-group): Add doc-string.
20281 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20283         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20285 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20287         * assistant.el (assistant-render-text): Try to add a :set
20288         widget, more to come.
20290         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20291         strings.
20292         (spam-report-articles-resend)
20293         (spam-register-routine): Do registration iff any articles warrant
20294         it.
20295         (spam-summary-prepare-exit): Change log message for nil group
20296         destinations.
20298 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20300         * spam.el (spam-report-resend-register-routine):
20301         Allow spam-report-resend-to to be a group parameter or a global value.
20303 2004-05-26  Simon Josefsson  <jas@extundo.com>
20305         * starttls.el: Merge with my GnuTLS based starttls.el.
20306         (starttls-gnutls-program, starttls-use-gnutls)
20307         (starttls-extra-arguments, starttls-process-connection-type)
20308         (starttls-connect, starttls-failure, starttls-success):
20309         New variables.
20310         (starttls-program, starttls-extra-args): Doc fix.
20311         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20312         New functions.
20313         (starttls-negotiate, starttls-open-stream):
20314         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20315         function if it is set.
20317 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20319         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20320         structured fields.
20322 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20324         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20326 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20328         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20329         Add variable.
20330         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20331         assigning the spam-mark to new messages.
20333 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20335         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20337 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20339         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20340         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20341         default.
20343 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20345         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20346         correct data.
20348 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20350         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20351         (spam-group-processor-p): Fix function.
20352         (spam-group-processor-multiple-p)
20353         (spam-group-spam-processor-report-gmane-p)
20354         (spam-group-spam-processor-report-resend-p)
20355         (spam-group-spam-processor-bogofilter-p)
20356         (spam-group-spam-processor-blacklist-p)
20357         (spam-group-spam-processor-ifile-p)
20358         (spam-group-ham-processor-ifile-p)
20359         (spam-group-spam-processor-spamoracle-p)
20360         (spam-group-spam-processor-crm114-p)
20361         (spam-group-ham-processor-bogofilter-p)
20362         (spam-group-spam-processor-stat-p)
20363         (spam-group-ham-processor-stat-p)
20364         (spam-group-ham-processor-whitelist-p)
20365         (spam-group-ham-processor-BBDB-p)
20366         (spam-group-ham-processor-spamoracle-p)
20367         (spam-group-ham-processor-copy-p): Remove functions with some
20368         prejudice against unneeded code.
20369         (spam-report-articles-resend)
20370         (spam-report-resend-register-routine): Allow the group/topic
20371         spam-resend-to value to override spam-report-resend-to.
20372         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20373         properly now.
20375         * gnus.el (spam-resend-to): Add group/topic parameter.
20376         (spam-process): Move the OBSOLETE processors to the end of the
20377         choices.
20379 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20381         * spam-report.el (spam-report-resend-to, spam-report-resend):
20382         Start with resend-to set to nil, and then ask the user if necessary.
20383         (spam-report-resend): spam-report-resend takes a list of articles, not
20384         separate article numbers.
20386 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20388         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20389         addition to emacs-w3m.
20391 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20393         * assistant.el (assistant-authinfo-data): New function.
20394         (assistant-eval): Eval for entire assistant.
20396         * netrc.el (netrc-services-file): New variable.
20397         (netrc-parse-services): New function.
20398         (netrc-find-service-name): New function.
20399         (netrc-find-service-number): New function.
20400         (netrc-port-equal): New function.
20401         (netrc-machine): Use it.
20403         * nnimap.el (nnimap-open-connection): Use netrc.
20405         * gnus-util.el (gnus-netrc-get): Remove aliases.
20407         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20409         * assistant.el (wid-edit): Fix compilation.
20411         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20413 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20415         * gnus-util.el (gnus-set-file-modes): New function.  (small
20416         patch).
20418 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20420         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20422         * assistant.el (assistant-render-node): Fix up rendering and
20423         read-only text.
20424         (assistant-render-node): Reset.
20425         (assistant-make-read-only): Not sticky.
20427 2004-05-20  Danny Siu  <dsiu@adobe.com>
20429         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20430         centered even when gnus-auto-center-summary is t
20432 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20434         * dns.el (dns-get-txt-answer): New function.
20435         (dns-read-txt): Ditto.
20436         (query-dns): Use it.
20438 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20440         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20441         active for foreign groups even if the group level is higher than
20442         the specified value.
20444 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20446         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20447         non-active groups.
20449         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20451 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20453         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20455 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
20457         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20458         (spam-crm114-header, spam-crm114-spam-switch)
20459         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20460         (spam-crm114-positive-spam-header)
20461         (spam-crm114-database-directory, spam-list-of-processors)
20462         (spam-group-spam-processor-crm114-p)
20463         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20464         (spam-generic-score, spam-list-of-checks)
20465         (spam-list-of-statistical-checks, spam-registration-functions)
20466         (spam-check-crm114-headers, spam-crm114-score)
20467         (spam-check-crm114, spam-crm114-register-with-crm114)
20468         (spam-crm114-register-spam-routine)
20469         (spam-crm114-unregister-spam-routine)
20470         (spam-crm114-register-ham-routine)
20471         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20473 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20475         * gnus.el: Add spam-use-crm114.
20477         * spam.el (spam-list-of-processors, spam-registration-functions):
20478         Add spam-use-resend.
20479         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20480         (spam-report-articles-gmane): Add doc fix.
20481         (spam-report-articles-resend, spam-report-resend-register-routine):
20482         Add wrappers around spam-report-resend-to.
20484         * spam-report.el (spam-report-resend-to, spam-report-resend):
20485         Add support for resending spam.
20486         (spam-report-gmane): Fix line length >80.
20488         * gnus.el (spam-process): Add spam-use-resend.
20490 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20492         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20493         number of processed spam messages.
20494         (spam-ham-copy-or-move-routine): Return the number of processed
20495         ham messages.
20496         (spam-summary-prepare-exit): Use the above values to decide
20497         whether status messages shouled be displayed.
20499 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20501         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20502         `rfc2047-encoding-function-alist' in order to avoid conflicting
20503         with the old version.
20504         (rfc2047-encode-region): Concatenate words containing non-ASCII
20505         characters in structured fields; don't encode space-delimited
20506         ASCII words even in unstructured fields; don't break words at
20507         char-category boundaries.
20508         (rfc2047-encode-1): New function.
20509         (rfc2047-encode): Use it; encode text so that it occupies the
20510         maximum width within 76-column; work correctly on Q encoding for
20511         iso-2022-* charsets.
20512         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20513         sure not to break a line just after the header name.
20514         (rfc2047-b-encode-region): Remove.
20515         (rfc2047-b-encode-string): New function.
20516         (rfc2047-q-encode-region): Remove.
20517         (rfc2047-q-encode-string): New function.
20519         * mm-util.el (mm-replace-in-string): New function.
20521 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20523         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20524         Really get it right.
20525         (gnus-inews-make-draft): Really.
20527 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20529         * nnmh.el (nnmh-request-list-1): Don't check the link count
20530         before descending.  (small patch)
20532 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20534         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20535         stuff.
20537         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20538         Match on real group name.
20540         * gnus-art.el (gnus-signature-limit): Doc fix.
20542         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20544 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20546         * gnus-draft.el (gnus-draft-send):
20547         Bind rfc2047-encode-encoded-words.
20549         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20550         (rfc2047-encodable-p): Say that =? needs encoding.
20551         (rfc2047-encode-encoded-words): New variable.
20553         * gnus-group.el (gnus-group-select-group): Doc fix.
20555         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20557         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20558         to nil.
20560         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20562         * nnheader.el (nnheader-get-lines-and-char): New function.
20564 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20566         * gnus-msg.el (gnus-summary-followup-with-original):
20567         Document yanking of region when active.
20569 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20571         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20572         groups if the group level is higher than the specified value.
20574 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20576         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20577         (gnus-group-jump-to-group): Add prefix argument using
20578         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20579         non-active group.
20581         * compface.el (uncompface): Be verbose when changing
20582         `uncompface-use-external'.
20584         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20585         handle manual section.
20587 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20589         * gnus-art.el (gnus-button-alist): Revert previous change.
20591 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20593         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20595 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20597         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20598         whether backend can accept message.
20600         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20602 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20604         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20605         Avoid creating directory when nntp-marks-is-evil is true.
20606         Reported by Reiner Steib.
20608 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20610         * gnus-picon.el (gnus-picon-insert-glyph):
20611         Add optional `nostring' argument.
20613 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20615         * gnus-picon.el (gnus-picon-style): New variable.
20616         (gnus-picon-transform-address): Support `gnus-picon-style'.
20618 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20620         * message.el (message-fill-field): Return point.
20621         (message-generate-headers): Go to end of field.
20623         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20624         stuff for non-living groups.
20626 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20628         * gnus-art.el (gnus-article-followup-with-original)
20629         (gnus-article-reply-with-original): gnus-mark-active-p ->
20630         gnus-region-active-p.
20632 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20634         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20635         only when there is spam or ham to be processed.
20637 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20639         * mail-source.el (mail-source-delete-crash-box): Refactor.
20640         (mail-source-fetch): Use it.
20641         (mail-source-fetch-file): Ditto.
20642         (mail-source-fetch-directory): Run PostScript in loop.
20643         (mail-source-fetch-pop): Delete.
20644         (mail-source-fetch-maildir): Ditto.
20645         (mail-source-fetch-imap): Ditto.
20647         * imap.el (imap-authenticators): Comment out sasl.
20649         * message.el (message-skip-to-next-address): New function.
20650         (message-fill-header-address): Refactor.
20651         (message-fill-address): Use it.
20652         (message-delete-address): Use it.
20653         (message-fill-header-general): Refactor.
20654         (message-fill-field-address): Rename.
20655         (message-narrow-to-field): Find the start of the header.
20656         (message-header-format-alist): Don't pre-fill.
20657         (message-fill-header): Remove.
20658         (message-insert-header): New function.
20659         (message-shorten-references): Use it.
20661         * rfc2047.el (rfc2047-field-value): Strip props.
20663         * mail-parse.el (mail-header-make-address): New alias.
20665         * ietf-drums.el (ietf-drums-make-address): New function.
20667         * imap.el: Add compiler directives.
20669         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20671         * gnus-art.el (article-decode-idna-rhs): Don't use
20672         message-idna-inside-rhs-p.
20674 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20676         * message.el (message-idna-inside-rhs-p): Remove.
20677         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20679         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20680         false positives.
20682 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20684         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20686 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20688         * nneething.el (nneething-file-name): Don't create spurious
20689         files.
20691         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20692         (gnus-inews-do-gcc): Remove sleep.
20694         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20695         part under point.
20697         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20698         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20700 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20702         * spam.el (spam-summary-prepare-exit): Fix (length).
20704 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20706         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20707         as expired without moving it" message when there are spam
20708         messages left.
20710 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20712         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20713         header is not nil.
20715 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20717         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20718         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20719         (nntp-marks-changed-p): New arg SERVER.
20720         (nntp-request-update-info): Adjust caller.
20722 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20724         * nntp.el (nntp-save-marks): Pass missing arg.
20726 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20728         * nntp.el: Support marks.
20729         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20730         (nntp-marks-modtime, nntp-marks-directory): New variables.
20731         (nntp-request-set-mark, nntp-request-update-info)
20732         (nntp-possibly-create-directory, nntp-marks-changed-p)
20733         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20734         New functions.
20736 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20738         * gnus-score.el (gnus-score-insert-help):
20739         Use gnus-select-lowest-window.
20741         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20742         appt-select-lowest-window and rename to gnus-select-lowest-window.
20744         * gnus.el: do.
20746 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20748         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20749         encodings of MIME-encoded words, in order to improve
20750         interoperability with several broken MUAs.
20752 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20754         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20755         tags, only when charsets are not specified in headers.
20756         (mm-inline-text-html-render-with-w3m): Ditto.
20758 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20760         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20761         instead of MIME-decoded from fields when checking
20762         `gnus-article-address-banner-alist'.
20764 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20766         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20767         description rather than subject.
20769 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20771         * gnus.el (gnus-version-number): Bump.
20773 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20775         * gnus.el: No Gnus v0.2 is released.
20777 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20779         * gnus-agent.el (gnus-agent-read-agentview):
20780         Inline gnus-uncompress-range.
20782 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20784         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20785         `exec-installed-p'.
20787 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20789         * gnus.el (spam-process, spam-autodetect-methods):
20790         Add bsfilter and bsfilter-headers.
20792         * spam.el (spam-bsfilter): New customize group.
20793         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20794         (spam-bsfilter-header, spam-bsfilter-probability-header)
20795         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20796         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20797         (spam-bsfilter-database-directory): New options.
20798         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20799         (spam-list-of-statistical-checks, spam-registration-functions):
20800         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20801         (spam-bsfilter-score): New command.
20802         (spam-check-bsfilter-headers, spam-check-bsfilter)
20803         (spam-bsfilter-register-with-bsfilter)
20804         (spam-bsfilter-register-spam-routine)
20805         (spam-bsfilter-unregister-spam-routine)
20806         (spam-bsfilter-register-ham-routine)
20807         (spam-bsfilter-unregister-ham-routine): New functions.
20808         (spam-generic-score): Support bsfilter; Accept an optional argument
20809         to recalcurate spam score even if scoring header has already been
20810         added.
20811         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20812         optional argument to recalcurate spam score even if scoring header
20813         has already been added.
20815 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20817         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20818         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20819         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20820         link is missing.
20822 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20824         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20825         (html2text-get-attr): Rewrite.
20827         * message.el (message-setup-1): Remove redundant put-text-property
20828         on mail-header-separator.
20830 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20832         * gnus-registry.el (gnus-registry-cache-whitespace)
20833         (gnus-registry-action, gnus-registry-spool-action)
20834         (gnus-registry-split-fancy-with-parent): Change message levels
20835         from 5 to 3 or 7, as needed.
20837         * spam.el (spam-summary-prepare-exit)
20838         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20839         (spam-split, spam-find-spam, spam-log-undo-registration)
20840         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20841         level from 5 to 6.
20843 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20845         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20846         2004-03-04 change).
20848 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20850         * sieve-manage.el (sieve-manage-open):
20851         * nnweb.el (nnweb-insert-html):
20852         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20853         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20854         * nnspool.el (nnspool-request-group):
20855         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20856         * nnml.el (nnml-request-update-info):
20857         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20858         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20859         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20860         (nnimap-request-set-mark):
20861         * nnfolder.el (nnfolder-request-update-info):
20862         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20863         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20864         * gnus-uu.el (gnus-uu-find-articles-matching):
20865         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20866         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20867         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20868         * gnus-nocem.el (gnus-nocem-scan-groups):
20869         * gnus-int.el (gnus-start-news-server):
20870         * gnus-group.el (gnus-group-make-kiboze-group)
20871         (gnus-group-browse-foreign-server):
20872         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20873         Use mapc when appropriate.
20875 2004-04-22  Dan Christensen  <jdc@uwo.ca>
20876             Adam Sjøgren  <asjo@koldfront.dk>
20877             Wes Hardaker  <wes@hardakers.net>
20878             Michael Shields  <shields@msrl.com>
20880         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20881         may need for spam sorting and scoring.
20882         (spam-user-format-function-S): Add user format function suitable for
20883         general use.
20884         (spam-article-sort-by-spam-status): Add sorting function for summary
20885         sorting.
20886         (spam-extra-header-to-number): Add function to get a score from a
20887         header.
20888         (spam-summary-score): Add function to get a numeric score from the
20889         headers.
20890         (spam-generic-score): Fix function doc, was in wrong place.
20891         (spam-initialize): Take symbols when it's run, and install the
20892         extra headers that spam-necessary-extra-headers thinks we need.
20894 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20896         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20897         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20899 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20901         * gnus-sum.el (gnus-set-global-variables)
20902         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20903         (gnus-article-get-xrefs, gnus-summary-best-group)
20904         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20905         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20906         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20907         Use with-current-buffer.
20909 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20911         * spam.el (spam-summary-prepare-exit): Simplify logic.
20912         (spam-fetch-article-header): Read the article header if it's not
20913         available.
20914         (spam-list-articles): Simplify logic.
20915         (spam-filelist-register-routine): Fix bug with unregister-list.
20917         * gnus-registry.el: Fix comments at beginning.
20919 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20921         * message.el (message-cater-to-broken-inn): Remove.
20922         (message-shorten-references): Make sure the total folded length of
20923         References is shorter than 998 characters to cater to a bug in INN
20924         2.3.  Also, don't pretend that references aren't folded -- this
20925         hasn't worked for a while.
20927 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20929         * gnus-agent.el (gnus-agentize):
20930         gnus-agent-send-mail-real-function no longer set to current value
20931         of message-send-mail-function but rather a lambda that calls
20932         message-send-mail-function.  The change makes the agent real-time
20933         responsive to user changes to message-send-mail-function.
20935 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20937         * legacy-gnus-agent.el
20938         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20939         help from Florian Weimer <fw@deneb.enyo.de>
20941 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20943         * nnmail.el (nnmail-cache-insert): Revert last change.
20945 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20947         * nnmail.el (nnmail-cache-insert): Always check whether
20948         nnmail-cache-ignore-groups matches a group name.
20950 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20952         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20953         (spam-find-spam, spam-log-processing-to-registry)
20954         (spam-log-registered-p, spam-log-unregistration-needed-p)
20955         (spam-log-undo-registration): Use gnus-message instead of
20956         gnus-error, none of these errors are fatal.
20958         * gnus-registry.el (gnus-registry-clean-empty-function)
20959         (gnus-registry-clean-empty): Remove only empty entries without
20960         extra data.
20962 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20964         * spam-stat.el (spam-stat-buffer-change-to-spam)
20965         (spam-stat-buffer-change-to-non-spam): Change (error) to
20966         (gnus-message 8) invocation.
20968 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20970         * nntp.el (nntp-via-netcat-command): New variable.
20971         (nntp-via-netcat-switches): New variable.
20972         (nntp-open-via-rlogin-and-netcat): New function.
20973         (nntp-open-connection-function): Doc fix.
20974         (nntp-telnet-command): Doc fix.
20975         (nntp-end-of-line): Doc fix.
20976         (nntp-via-rlogin-command): Doc fix.
20977         (nntp-via-user-name): Doc fix.
20978         (nntp-via-address): Doc fix.
20980 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20982         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20983         error in Emacs 21.1.
20985 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
20987         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
20989 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20991         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
20992         (gnus-agent-with-refreshed-group): New macro.
20993         (gnus-agent-rename-group): New function.
20994         (gnus-agent-delete-group): New function.
20995         (gnus-agent-save-group-info): Use gnus-command-method when
20996         `method' parameter is nil.  Don't write nil entries into the
20997         active file.
20998         (gnus-agent-get-group-info): New function.
20999         (gnus-agent-fetch-articles):
21000         Use gnus-agent-update-files-total-fetched-for to increment disk space
21001         used.
21002         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21003         Use gnus-agent-update-view-total-fetched-for to increment disk space
21004         used.
21005         (gnus-agent-get-local): Add optional parameters to avoid calling
21006         gnus-group-real-name and gnus-find-method-for-group.
21007         (gnus-agent-set-local): Delete stored entry if either min, or max,
21008         are nil.
21009         (gnus-agent-fetch-session): Reworded error/quit messages.
21010         On quit, use gnus-agent-regenerate-group to record existence of any
21011         articles fetched to disk before the quit occurred.
21012         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21013         gnus-agent-update-view-total-fetched-for, and
21014         gnus-agent-update-files-total-fetched-for to decrement disk space
21015         used.
21016         (gnus-agent-retrieve-headers):
21017         Use gnus-agent-update-view-total-fetched-for to increment disk space
21018         used.
21019         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21020         with gnus-agent-update-files-total-fetched-for to decrement disk
21021         space and fresh group buffer.
21022         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21023         (gnus-agent-need-update-total-fetched-for): New variable.
21024         (gnus-agent-update-files-total-fetched-for): New function.
21025         (gnus-agent-update-view-total-fetched-for): New function.
21026         (gnus-agent-total-fetched-for): New function.
21028         * gnus-cache.el (gnus-cache-save-buffers):
21029         Use gnus-cache-update-overview-total-fetched-for to change disk space
21030         used by this group.
21031         (gnus-cache-possibly-enter-article):
21032         Use gnus-cache-update-file-total-fetched-for to increment disk space
21033         used by this group.
21034         (gnus-cache-possibly-remove-article):
21035         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21036         used by this group.
21037         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21038         (gnus-cache-rename-group): New function.
21039         (gnus-cache-delete-group): New function.
21040         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21041         (gnus-cache-need-update-total-fetched-for): New variable.
21042         (gnus-cache-with-refreshed-group): New macro.
21043         (gnus-cache-update-file-total-fetched-for): New function.
21044         (gnus-cache-update-overview-total-fetched-for): New function.
21045         (gnus-cache-rename-group-total-fetched-for): New function.
21046         (gnus-cache-delete-group-total-fetched-for): New function.
21047         (gnus-cache-total-fetched-for): New function.
21049         * gnus-group.el: Require gnus-sum and autoload functions to
21050         resolve warnings when gnus-group.el compiled alone.
21051         (gnus-group-line-format): Documented new %F.
21052         (size of Fetched data) group line format; identifies disk space
21053         used by agent and cache.
21054         (gnus-group-line-format-alist): Defined new F format.
21055         (gnus-total-fetched-for): New function.
21056         (gnus-group-delete-group): No longer update
21057         gnus-cache-active-altered as gnus-request-delete-group now keeps
21058         the cache in sync.
21059         (gnus-group-list-active): Let the agent store a server's active
21060         list if currently plugged.
21062         * gnus-int.el (gnus-request-delete-group):
21063         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21064         local disk in sync with the server.
21065         (gnus-request-rename-group):
21066         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21067         local disk in sync with the server.
21069         * gnus-start.el (gnus-get-unread-articles):
21070         Cosmetic simplification to logic.
21072         * gnus-util.el (gnus-rename-file): New function.
21074 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21076         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21078 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21080         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21081         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21083 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21085         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21086         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21088 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21090         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21092 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21094         * spam.el (spam-set-difference): Add function to replace
21095         gnus-set-difference in spam.el.
21096         (spam-summary-prepare-exit): Use spam-set-difference.
21098 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21100         * gnus-registry.el (gnus-registry-cache-file): Update to use
21101         gnus-dribble-directory OR gnus-home-directory OR ~.
21102         (gnus-registry-split-fancy-with-parent): Fix doc.
21104 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21106         * message.el (message-exchange-point-and-mark):
21107         Use message-mark-active-p.  Suggested by Jesper Harder
21108         <harder@ifa.au.dk>.
21110 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21112         * message.el (message-exchange-point-and-mark): Don't activate
21113         region if it was inactive.  Suggested by Hiroshi Fujishima
21114         <pooh@nature.tsukuba.ac.jp>.
21116 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21118         * gnus-art.el (article-display-face): Display Faces in the same
21119         order as X-Faces.
21121 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21123         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21125 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21127         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21128         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21129         (gnus-article-mime-hierarchy): Remove.
21130         (gnus-article-mime-hierarchy-next): Remove.
21131         (gnus-article-mode): Revert 2004-03-19 change.
21132         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21133         (gnus-insert-mime-button): Revert 2004-03-19 change.
21134         (gnus-mime-accumulate-hierarchy): Remove.
21135         (gnus-mime-enter-multipart): Remove.
21136         (gnus-mime-leave-multipart): Remove.
21137         (gnus-mime-display-part): Revert 2004-03-19 change.
21138         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21140         * mml.el (mml-preview): Revert 2004-03-19 change.
21142 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21144         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21146 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21148         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21149         t while entering a file name using the mm-with-multibyte macro.
21150         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21152         * mm-util.el (mm-with-multibyte): New macro.
21154 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21156         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21157         New user option.
21158         (gnus-mime-multipart-functions): Doc and customization fix.
21159         (gnus-article-mime-hierarchy): New variable.
21160         (gnus-article-mime-hierarchy-next): New variable.
21161         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21162         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21163         gnus-article-mime-hierarchy-next to nil.
21164         (gnus-insert-mime-button): Show hierarchy numbers.
21165         (gnus-mime-accumulate-hierarchy): New function.
21166         (gnus-mime-enter-multipart): New function.
21167         (gnus-mime-leave-multipart): New function.
21168         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21169         (gnus-mime-display-alternative): Show hierarchy numbers.
21171         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21172         gnus-article-mime-hierarchy-next to nil.
21174 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21176         * dns.el: Don't require gnus-xmas.
21178 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21180         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21181         inline PGP.
21182         (mml-menu): Disable mml-quote-region if mark is inactive.
21184 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21186         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21187         when the group's active is not available.
21189 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21191         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21192         error.
21194 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21196         * imap.el (imap-store-password): New variable.
21197         (imap-interactive-login): Use it.
21198         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21200 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21202         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21203         window-start and hscroll to summary window.
21205 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21207         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21208         conversion message to newsrc-dribble when an actual conversion is
21209         performed.
21211 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21213         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21215 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21217         * mm-decode.el (mm-complicated-handles): New function reviving
21218         former definition of mm-multiple-handles.
21220         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21221         (gnus-mime-delete-part): Use it.
21223 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21225         * gnus-agent.el (gnus-agent-read-local):
21226         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21227         avoid the implicit assumption that they will always be equal.
21228         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21229         coding-system-for-write, as the with-temp-file macro first prints
21230         to a buffer then saves the buffer.
21232 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21234         * gnus-art.el (gnus-article-edit-part): New function.
21235         (gnus-mime-save-part-and-strip): Use it; do query instead of
21236         signaling an error; don't use mm-multiple-handles.
21237         (gnus-mime-delete-part): Ditto.
21239 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21241         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21242         old file versions.
21243         (gnus-group-prepare-hook): Remove function that converted list
21244         form of gnus-agent-expire-days to group properties.
21246         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21247         (gnus-request-accept-article): Re-indented.
21249         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21250         converters to handle old agent file formats.  Add logic for a
21251         "backup before upgrading warning".
21252         (gnus-convert-mark-converter-prompt): Developers can mark
21253         functions as needing (default), or not needing,
21254         gnus-convert-old-newsrc's "backup before upgrading warning".
21255         (gnus-convert-converter-needs-prompt): Tests whether the user
21256         should be protected from potentially irreversable changes by the
21257         function.
21259         * legacy-gnus-agent.el: New.  Provides converters that are only
21260         loaded when gnus-convert-old-newsrc needs to call them.
21262 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21264         * mail-source.el (mail-source-touch-pop): Doc fix.
21266         * message.el (message-smtpmail-send-it): Doc fix.
21268 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21270         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21272         * nnmail.el (nnmail-split-fancy): do.
21274         * gnus-kill.el (gnus-kill, gnus-execute): do.
21276 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21278         * gnus-sum.el (gnus-widget-reversible-match)
21279         (gnus-widget-reversible-to-internal)
21280         (gnus-widget-reversible-to-external): New functions.
21281         (gnus-widget-reversible): New widget.
21282         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21284 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21286         * gnus-sum.el (gnus-thread-sort-functions)
21287         (gnus-article-sort-functions): Document `(not F)' items.
21289 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21291         * spam.el (spam-use-gmane-xref): Add new backend.
21292         (spam-gmane-xref-spam-group): Add variable to control the name of the
21293         Gmane spam group.
21294         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21295         (spam-regex-headers-spam, spam-regex-headers-ham)
21296         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21297         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21298         backends and checks.
21299         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21301         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21302         an autodetect method.
21304 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21306         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21307         articles are being added to a group.
21308         (gnus-request-replace-article): Inform the agent that articles
21309         need to be uncached as the cached contents are no longer valid.
21311 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21313         * binhex.el: Don't autoload executable-find.
21315         * canlock.el: Don't autoload mail-fetch-field.
21317         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21319         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21320         rmail-dont-reply-to and rmail-output.
21322         * gnus-score.el: Don't autoload ffap-string-at-point.
21324         * gnus-setup.el: Don't autoload sc-cite-original.
21326         * imap.el: Don't autoload base64-decode-string,
21327         base64-encode-string and md5.
21329         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21330         and rmail-msg-restore-non-pruned-header.
21332         * mm-decode.el: Don't autoload executable-find.
21334         * mm-url.el: Don't autoload executable-find.
21336         * mm-view.el: Don't autoload diff-mode.
21338         * nndb.el: Don't autoload news-reply-mode, news-setup,
21339         cancel-timer and telnet.
21341         * password.el: Don't autoload run-at-time for Emacs.
21343         * sha1-el.el: Don't autoload executable-find.
21345         * sieve-mode.el: Don't autoload c-mode.
21347         * uudecode.el: Don't autoload executable-find.
21349 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21351         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21352         (gnus-agent-possibly-alter-active): Avoid null in numeric
21353         comparison.
21354         (gnus-agent-set-local): Refuse to save null in local object table.
21355         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21356         list of articles that will be marked as unread.
21358 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21360         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21362 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21364         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21365         language tags.
21367 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21369         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21370         Don't bind "obarray".
21372         * gnus-sum.el (gnus-thread-sort-functions):
21373         Add `gnus-thread-sort-by-most-recent-number' and
21374         `gnus-thread-sort-by-most-recent-date'.
21375         Reported by Kai Grossjohann <kai@emptydomain.de>.
21377 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21379         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21381 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21383         * gnus-cus.el (gnus-agent-customize-category):
21384         Remove ignore-errors macro reference that required cl to be loaded at
21385         run-time.
21387         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21388         single-interval range of the form (min . max).  Previously the
21389         range had to look like ((min . max)).  Likewise, return
21390         (min . max) rather than ((min . max)).
21391         (gnus-range-map): Use gnus-range-normalize to accept
21392         single-interval range.
21394         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21395         the cache, but not the agent, now appear with their usual face.
21397 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21399         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21400         w3m-safe-url-regexp variable buffer-local.
21402         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21404 2004-02-27  Simon Josefsson  <jas@extundo.com>
21406         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21407         gnus-group-real-prefix.
21408         (gnus-summary-move-article): Use it, instead of
21409         gnus-group-real-prefix.
21411 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21413         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21414         w3m-safe-url-regexp variable buffer-local and set it as the value
21415         of mm-w3m-safe-url-regexp.
21417         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21419         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21420         parsing gnus-posting-styles when the message is not for replying.
21422         * nnrss.el (nnrss-opml-export):
21423         Use mm-set-buffer-file-coding-system instead of
21424         set-buffer-file-coding-system.
21426 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21428         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21429         of checkdoc.el).
21430         * nnrss.el: do.
21431         * gnus-mlspl.el: do.
21432         * gnus-ml.el: do.
21433         * gnus-srvr.el: do.
21435         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21437 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21439         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21440         Corrections to custom-manual links.
21442         * gnus-art.el (gnus-article): Ditto.
21444         * mm-decode.el (mime-display, mime-security): Ditto.
21446 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21448         * flow-fill.el: Typo.
21450 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21452         * spam-wash.el: New file.
21454 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21456         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21458 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21460         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21461         to be run with new-articles as LIST1, not LIST2.
21462         (spam-registration-functions): Add spam-use-ham-copy as a nil
21463         registration backend.
21465 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21467         * spam-stat.el (spam-stat-washing-hook): New option.
21468         (spam-stat-buffer-words): Use it.
21469         (spam-stat-process-directory, spam-stat-test-directory):
21470         Use insert-file-contents-literally.
21471         (spam-stat-coding-system): New variable.
21472         (spam-stat-load, spam-stat-save): Use it.
21474 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21476         * spam-report.el (spam-report-plug-agent):
21477         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21479 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21481         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21482         Allow / in mailto URLs.
21484 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21486         * spam-report.el (spam-report-process-queue): Fix interactive use.
21487         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21488         (spam-report-unplug-agent): Doc fixes.
21489         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21490         (spam-report-agentize, spam-report-deagentize):
21491         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21493         * message.el (message-setup-fill-variables): Add mml tags to
21494         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21495         <ajk@iu.edu>.
21496         (message-mode): Don't modify paragraph-separate there.
21498 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21500         * compface.el (uncompface-use-external): Default to undecided.
21501         (uncompface-use-external-threshold): New variable.
21502         (uncompface-float-time): New macro.
21503         (uncompface): Determine whether to use the external decoder if
21504         uncompface-use-external is undecided.
21506 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21508         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21509         after images.
21511         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21513 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21515         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21517         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21519         * gnus-sum.el (gnus-summary-limit-to-age)
21520         (gnus-summary-limit-children): do.
21522         * gnus-int.el (gnus-request-scan): do.
21524         * gnus-group.el (gnus-group-suspend): do.
21526         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21528         * gnus-cite.el (gnus-cite-parse-attributions): do.
21530         * gnus-agent.el (gnus-summary-set-agent-mark)
21531         (gnus-agent-regenerate-group): do.
21533         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21535         * binhex.el (binhex-decode-region-internal): do.
21537 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21539         * gnus-fun.el (gnus-face-properties-alist): New user option.
21540         (gnus-display-x-face-in-from): Use it.
21542         * gnus-art.el (article-display-face): Ditto.
21544         * compface.el (uncompface-use-external): Default to nil.
21546 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21548         * nntp.el (nntp-erase-buffer): New function.
21549         (nntp-retrieve-data, nntp-send-command)
21550         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21551         (nntp-possibly-change-group): Use it.
21553         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21554         Use with-current-buffer.
21556 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21558         * compface.el: Merge the ELisp-based uncompface program.
21559         (compface): New customization group.
21560         (uncompface-use-external): New user option.
21561         (uncompface): Call uncompface-internal if uncompface-use-external
21562         is nil.
21563         (uncompface-internal): New function.  Note that there are also
21564         some other functions and variables added for this function.
21566 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21568         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21569         if necessary.
21571 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21573         * spam-report.el (spam-report-unplug-agent)
21574         (spam-report-plug-agent, spam-report-deagentize)
21575         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21576         Add support for the Agent in spam-report: when unplugged, report to a
21577         file; when plugged, submit all the requests.
21579         * spam.el (spam-register-routine): Fix message about
21580         registration.
21582 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21584         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21585         dependencies.
21586         (rfc2047-encode): Use it.
21588         * gnus-art.el (gnus-button-marker-list): Move before first
21589         reference.
21591         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21592         (imap-parse-body): Fix format string mismatch.
21594         * gnus-score.el (gnus-summary-increase-score): do.
21596         * nnrss.el (nnrss-close): New function.
21598 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21600         * nnrss.el (nnrss-make-filename): New function.
21601         (nnrss-request-delete-group, nnrss-read-server-data)
21602         (nnrss-save-server-data, nnrss-read-group-data)
21603         (nnrss-save-group-data): Use it.
21604         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21605         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21606         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21608 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21610         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21612 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21614         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21615         files.
21617         * message.el (message-generate-headers-first): Don't quote nil
21618         and t in docstrings.
21620         * imap.el (imap-id): do.
21622         * gnus-agent.el (gnus-agent-consider-all-articles)
21623         (gnus-agent-queue-mail): do.
21625 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21627         * spam-report.el (spam-report-process-queue): New function.
21628         Process requests from `spam-report-requests-file'.
21629         (spam-report-process-queue): Doc fix.
21631 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21633         * spam.el (spam-register-routine)
21634         (spam-log-processing-to-registry, spam-log-registered-p)
21635         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21636         Change "check" to "spam-check" for semi-clarity.
21638 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21640         * pop3.el: Require nnheader.
21642         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21644         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21646         * gnus-picon.el: Require cl.
21648         * gnus-fun.el: Require gnus-ems and gnus-util.
21650         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21652         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21654         * gnus-art.el (gnus-article-edit-mode): Define before first
21655         reference.
21657 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21659         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21660         (gnus-uu-post-encoded): Use point-at-bol.
21662         * gnus-topic.el (gnus-group-active-topic-p): do.
21664         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21666         * gnus-group.el (gnus-group-kill-region): do.
21668         * gnus-art.el (article-date-ut): do.
21670         * message.el (message-fetch-field): Remove redundant
21671         case-fold-search binding.
21672         (message-narrow-to-field): Simplify.
21674 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21676         * spam.el (spam-directory): Derive from `gnus-directory'.
21678         * spam-report.el (spam-report-url-to-file)
21679         (spam-report-requests-file): New function and variable for offline
21680         reporting.
21681         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21682         and user defined function.
21683         (spam-report-url-ping-mm-url): Remove doubled slash.
21685 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21687         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21689 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21691         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21692         Fix format string mismatch.
21694         * sieve.el (sieve-deactivate-all): do.
21696         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21698         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21700         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21702         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21704 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21706         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21707         the list of checks.
21709 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21711         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21712         padding.
21714 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21716         * mm-view.el (mm-fill-flowed): New variable.
21717         (mm-inline-text): Use it.
21719 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21721         * spam.el (spam-spamassassin-register-ham-routine)
21722         (spam-spamassassin-register-spam-routine): Fix function names.
21724 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21726         * gnus.el (gnus-tmp-grouplens): Remove.
21727         (gnus-summary-line-format): Remove grouplens.
21729         * gnus-group.el (gnus-group-line-format): Ditto.
21731         * gnus-spec.el (gnus-format-specs): Ditto.
21732         (gnus-update-format-specifications): Flush the group format spec
21733         cache if there's the grouplens stuff.
21734         (gnus-parse-simple-format): Replace %l with the empty string.
21736 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21738         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21739         omission.
21741 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21743         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21744         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21746 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21748         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21749         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21750         New macros and functions.
21751         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21752         Handle > NLINK_MAX messages.
21753         * nnmaildir.el (nnmaildir-request-set-mark):
21754         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21756 2004-01-25  Alex Schroeder  <alex@gnu.org>
21758         * spam-stat.el (spam-stat-process-directory-age): New option.
21759         (spam-stat-process-directory): Use it.
21761 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21763         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21764         (spam-stat-save): Accept prefix argument.
21766 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21768         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21769         links" error.
21771 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21773         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21774         compatibility with old .newsrc.eld files.
21776         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21778         * gnus-start.el (gnus-1): do.
21780         * gnus-group.el (gnus-group-line-format-alist): do.
21782         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21784         * gnus-gl.el: Remove.
21786 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21788         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21789         marks consisting of a single range {for example, (3 . 5)} rather
21790         than a list of a single range { ((3 . 5)) }.
21792 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21794         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21795         Use with-current-buffer.
21796         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21797         avoid consing a string.
21799         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21800         Remove obsolete entries for big5 and gb2312.
21802 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21804         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21805         uncompressed list.
21807 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21809         * spam-stat.el (spam-stat-strip-xref): New function.
21810         (spam-stat-process-directory): Use it.
21812         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21813         here -- it's done in message-fetch-field.
21815 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21817         * gnus-agent.el (gnus-agent-queue-mail)
21818         (gnus-agent-prompt-send-queue): New variables.
21819         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21820         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21821         "nndraft:queue" along to gnus-draft-send.
21822         Use gnus-agent-prompt-send-queue.
21823         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21824         is "nndraft:queue".  Suggested by Gaute Strokkenes
21825         <gs234@srcf.ucam.org>
21827         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21828         (agent-enable-undownloaded-faces): Add.
21829         (gnus-agent-cat-groups): Use eval-and-compile, not
21830         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21831         method of gnus-agent-cat-groups even when the buffer has been
21832         evalled.
21833         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21834         delete gnus-agent-save-active-1.
21835         (gnus-agent-save-groups): Delete.  Identical to
21836         gnus-agent-save-active.
21837         (gnus-agent-write-active): No longer adjust agent's copy of active
21838         file as agent's adjustments are now stored in their own
21839         file.  Remove optional parameter.
21840         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21841         servers.  Add use of min/max range limits from server's local
21842         file.
21843         (gnus-agent-save-alist): Remove unused optional argument.
21844         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21845         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21846         (gnus-agent-set-local): A per-server file that keeps min/max range
21847         limits for articles known to the agent.  Provides a fast mechanism
21848         for altering many active ranges.
21849         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21850         active file (local makes it unnecessary).
21851         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21853         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21854         (agent-enable-undownloaded-faces): Add.
21856         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21857         disable it when sending to "nndraft:queue".
21858         (gnus-group-send-queue): Add safety check to avoid sending queue
21859         when unplugged.
21861         * gnus-group.el (gnus-group-catchup): Use new
21862         gnus-sequence-of-unread-articles, not
21863         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21864         numbers of articles.  Use gnus-range-map to avoid having to
21865         uncompress the unread list.
21866         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21867         Fix invalid ange-ftp reference.
21869         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21870         (gnus-sorted-range-intersection): Intersection of two ranges
21871         without requiring that they first be uncompressed.
21873         * gnus-start.el (gnus-activate-group): Unless blocked by the
21874         caller, possibly expand the active range to include both cached
21875         and agentized articles.
21876         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21877         multiple version-dependent converters.
21878         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21879         gnus-agent-save-active.
21880         (gnus-save-newsrc-file): Save dirty agent range limits.
21882         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21883         gnus-agent-possibly-alter-active.
21884         (gnus-adjust-marked-articles): Faster handling of simple lists
21886 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21888         * spam-stat.el (spam-stat-test-directory): New optional argument
21889         displays a list of files detected.  Suggested by Andrew Cohen
21890         <cohen@andy.bu.edu>.
21891         (spam-stat-buffer-words-with-scores): Don't narrow and change
21892         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21894 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21896         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21897         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21898         (spam-spamassassin-arguments)
21899         (spam-spamassassin-spam-flag-header)
21900         (spam-spamassassin-positive-spam-flag-header)
21901         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21902         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21903         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21904         (spam-list-of-processors, spam-list-of-checks)
21905         (spam-list-of-statistical-checks, spam-registration-functions)
21906         (spam-check-spamassassin-headers, spam-check-spamassassin)
21907         (spam-spamassassin-score)
21908         (spam-spamassassin-register-with-sa-learn)
21909         (spam-spamassassin-register-spam-routine)
21910         (spam-spamassassin-register-ham-routine)
21911         (spam-assassin-register-spam-routine)
21912         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21913         (spam-bogofilter-score): Fix to show article before scoring.
21915 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21917         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21918         default scoring function.
21919         (spam-generic-score): Call spam-spamassassin-score if
21920         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21921         spam-bogofilter-score otherwise.
21923         * gnus.el (spam-process, spam-autodetect-methods):
21924         Add spamassassin and spamassassin-headers.
21926 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21928         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21929         Suppress unnecessary messages.
21931 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21933         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21934         make-hash-table.
21936 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21938         * canlock.el (base64-encode-string): Don't autoload it.
21940 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21942         * run-at-time.el: Remove useless (require 'itimer),
21943         eval-and-compile and (featurep 'xemacs).
21945 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21947         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21948         GROUP is a virtual group.
21950 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21952         * gnus.el: Autoload `message-y-or-n-p'.
21954 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21956         * pgg-parse.el: Remove unnecessary (require 'custom).
21958         * pgg-def.el: do.
21960         * nnmail.el: do.
21962         * gnus-undo.el: do.
21964         * gnus-picon.el: do.
21966         * gnus-util.el: do.
21968 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21970         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21972 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21974         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21975         handle, as well as a list.
21977         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21978         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21979         (mm-w3m-cid-retrieve): Simplify.
21981 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21983         * message.el (message-kill-to-signature): Allow prefix arg to
21984         specify number of lines to keep before signature.
21986 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
21988         * message.el (message-kill-to-signature): Change docstring.
21990 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
21992         * canlock.el: Always require sha1-el.
21993         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
21995         * message.el: Autoload sha1 only when compiling.
21997 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
21999         * message.el (message-canlock-generate): Require sha1-el.
22001 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22003         * message.el (message-expand-name): Silence the byte compiler.
22005 2004-01-13  Simon Josefsson  <jas@extundo.com>
22007         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22008         Invoke gnus-score-mode.
22009         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22011         * gnus-range.el (gnus-compress-sequence): Doc fix.
22012         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22014 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22016         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22018 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22020         * spam.el (spam-get-article-as-string): Update to use
22021         gnus-request-article-this-buffer, much simpler.
22022         (spam-get-article-as-buffer): Remove.
22024 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22026         * message.el (message-expand-name): Use EUDC if the user uses that.
22028 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22030         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22031         character for the encoding to avoid consing a string.
22033         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22034         unnecessarily.
22036         * mm-util.el (mm-replace-chars-in-string): Remove.
22038         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22039         of mm-replace-chars-in-string.
22041 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22043         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22045         * mm-util.el (mm-subst-char-in-string): Support inplace.
22047         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22048         a new string in every iteration.  Use shy groups.
22050 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22052         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22053         * gnus-soup.el (gnus-soup-group-brew):
22054         * gnus-msg.el (gnus-put-message):
22055         * gnus-move.el (gnus-group-move-group-to-server):
22056         * gnus-kill.el (gnus-batch-score):
22057         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22058         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22059         (gnus-group-update-group, gnus-group-read-group)
22060         (gnus-group-make-group, gnus-group-make-help-group)
22061         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22062         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22063         (gnus-group-sort-by-unread, gnus-group-catchup)
22064         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22065         (gnus-group-yank-group, gnus-group-set-info)
22066         (gnus-group-list-groups):
22067         * gnus.el (gnus-generate-new-group-name):
22068         * gnus-delay.el (gnus-delay-send-queue):
22069         * nnvirtual.el (nnvirtual-catchup-group):
22070         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22071         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22072         (gnus-group-prepare-topics, gnus-topic-check-topology):
22073         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22074         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22075         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22076         (gnus-group-make-articles-read):
22077         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22078         (gnus-group-change-level, gnus-kill-newsgroup)
22079         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22080         (gnus-get-unread-articles, gnus-make-articles-unread)
22081         (gnus-make-ascending-articles-unread): Use accessor
22082         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22083         to get group information for improved readability.
22085 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22087         * gnus-art.el (article-decode-mime-words, article-babel)
22088         (gnus-article-highlight-signature, gnus-article-add-buttons)
22089         (gnus-signature-toggle): Use gnus-with-article-buffer.
22091         * gnus-art.el (gnus-article-highlight-headers)
22092         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22094         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22095         (gnus-article-set-globals, gnus-request-article-this-buffer)
22096         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22097         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22098         (gnus-mime-display-alternative): Use with-current-buffer.
22100 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22102         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22103         also under 80 char limit, and call gnus-error if needed.
22104         (spam-fetch-article-header): Fix - it was a
22105         buffer-local variable (gnus-newsgroup-data).
22106         (spam-find-spam): Use spam-generate-fake-headers, forget about
22107         spam-insert-fake-headers.
22108         (spam-insert-fake-headers): Remove.
22110 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22112         * deuglify.el (gnus-article-outlook-unwrap-lines)
22113         (gnus-outlook-rearrange-article)
22114         (gnus-outlook-repair-attribution-outlook)
22115         (gnus-outlook-repair-attribution-block)
22116         (gnus-outlook-repair-attribution-other): Remove redundant
22117         save-excursion.
22119 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22121         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22122         (spam-fetch-field-subject-fast)
22123         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22124         (spam-fetch-article-header): Add functions to deal with Gnus
22125         internals for fast retrieval of article header data.
22126         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22128 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22130         * pop3.el (pop3-md5): Remove.
22131         (pop3-apop): Replace pop3-md5 with md5.
22133         * mm-bodies.el: base64 is always built-in.
22135         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22136         Use with-current-buffer.
22138 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22140         * canlock.el (canlock-insert-header): Remove excessive grouping in
22141         regexp.
22143         * gnus-sum.el (gnus-summary-read-document): Ditto.
22145         * gnus-uu.el (gnus-uu-part-number): Ditto.
22147         * html2text.el (html2text-remove-tags): Ditto.
22148         (html2text-format-tags): Ditto.
22149         (html2text-format-single-elements): Ditto.
22151         * mml.el (mml-parse-1): Ditto.
22153 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22155         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22157         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22159         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22161         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22163 2003-11-15  Simon Josefsson  <jas@extundo.com>
22165         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22166         (pgg-gpg-lookup-key): Use regexp match instead of
22167         split-string (split-string is different between emacs 21.2 and
22168         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22170 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22172         * gnus-art.el (gnus-mime-view-all-parts)
22173         (gnus-article-part-wrapper, gnus-article-view-part):
22174         Use with-current-buffer.
22176 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22178         * spam.el (spam-disable-spam-split-during-ham-respool)
22179         (spam-spamoracle-database, spam-cache-lookups)
22180         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22181         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22182         (spam-group-ham-marks, spam-group-spam-marks)
22183         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22184         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22185         also add spam-use-blackholes to the statistical checks.
22186         (spam-fetch-field-fast): Add interface to fetching fields, may
22187         become a macro.
22188         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22189         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22190         (spam-insert-fake-headers): Fake an article when needed.
22191         (spam-find-spam): Fake article when possible.
22192         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22193         (spam-check-bogofilter-headers): Use message-fetch-field instead
22194         of nnmail-fetch-field.
22196 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22198         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22200 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22202         * spam.el (spam-split): Do not require spam-use-CHECK to be
22203         enabled if that check is passed to spam-split explicitly; also
22204         fix so 'spam doesn't get converted to spam-split-group when
22205         spam-split-symbolic-return is t.
22206         (spam-find-spam): Find registrations of the article and use those
22207         instead of re-running spam-split to find the spam/ham
22208         classification of the article.
22209         (spam-log-processing-to-registry, spam-log-registered-p)
22210         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22211         Use gnus-error instead of gnus-message.
22212         (spam-log-registration-type): Add function to determine the
22213         classification of a message based on registry entries; will
22214         return nil if both 'spam and 'ham are found.
22215         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22216         a reasonably fast local cache without the loading errors.
22217         (spam-cache-lookups): Set to t by default.
22218         (spam-find-spam): Don't try to guess spam-cache-lookups.
22219         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22220         spam-caches entry.
22221         (spam-filelist-build-cache, spam-filelist-check-cache):
22222         Fix caching of whitelist/blacklist entries.
22223         (spam-check-whitelist, spam-check-blacklist):
22224         Invoke spam-from-listed-p with a type, not a cache variable.
22225         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22227 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22229         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22231         * nnmail.el (nnmail-split-fancy): do.
22233         * mml.el (mml-parse): do.
22235         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22236         (gnus-score-adaptive): do.
22238 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22240         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22241         (gnus-mime-button-map): Don't set keymap parent.
22242         (gnus-button-ctan-directory-regexp): Use shy grouping.
22243         (gnus-prev-page-map): Don't set keymap parent.
22244         (gnus-prev-page-map): Remove duplicated one.
22245         (gnus-next-page-map): Don't set keymap parent.
22246         (gnus-mime-security-button-map): Ditto.
22248         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22249         version number.
22251         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22253 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22255         * canlock.el (canlock-sha1-function): Remove.
22256         (canlock-sha1-function-for-verify): Remove.
22257         (canlock-openssl-program): Remove.
22258         (canlock-openssl-args): Remove.
22259         (canlock-ignore-errors): Remove.
22260         (canlock-sha1-with-openssl): Remove.
22261         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22262         (canlock-verify): Don't use canlock-ignore-errors.
22264         * sha1-el.el (sha1-string-external): Make it can return a string
22265         in binary form.
22266         (sha1-region-external): Ditto.
22267         (sha1-string-internal): Ditto.
22268         (sha1-region-internal): Ditto.
22269         (sha1-region): Ditto.
22270         (sha1-string): Ditto.
22271         (sha1): Ditto.
22273 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22275         * spam.el (spam-report-articles-gmane): New command.
22277 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22279         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22281         * run-at-time.el (run-at-time-saved): Remove.
22282         (run-at-time): Doc fix.
22284 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22286         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22287         (gnus-summary-limit-map): Add it.
22288         (gnus-summary-make-menu-bar): do.
22290 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22292         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22293         Make attempt at some caching support (done for BBDB only now).
22294         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22295         addresses to be checked.
22296         (spam-clear-cache-BBDB): Add function, to be invoked by
22297         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22298         (spam-check-BBDB): Check and use the caches, if
22299         spam-cache-lookups is on, remove superfluous (provide).
22301 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22303         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22305 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22307         * run-at-time.el (run-at-time-saved): Move to after the definition
22308         of `run-at-time'.
22310 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22312         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22313         mm-w3m-local-map-property.
22315         * mm-view.el (mm-w3m-mode-map): Remove.
22316         (mm-w3m-local-map-property): Remove.
22317         (mm-inline-text-html-render-with-w3m): Don't use
22318         mm-w3m-local-map-property.
22320 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22322         * run-at-time.el: New file.
22324         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22325         of gnus-set-text-properties.
22327         * gnus-uu.el (gnus-uu-save-article): Ditto.
22329         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22331         * gnus-cite.el (gnus-cite-parse): Ditto.
22333         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22334         of gnus-.
22336         * gnus.el: Change calls to nnheader-run-at-time and
22337         password-run-at-time throughout to use run-at-time directly.
22339         * password.el: Remove definition of run-at-time.
22341 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22343         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22344         in prompt.
22346 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22348         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
22349         XEmacs version.
22351         * dns.el (dns-make-network-process): Use `open-network-stream'
22352         instead of `gnus-xmas-open-network-stream'.
22354         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22356 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22358         * gnus-art.el (gnus-mime-display-alternative)
22359         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22360         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22361         Don't use gnus-local-map-property.
22363         * gnus-util.el (gnus-local-map-property): Remove.
22365         * mm-view.el (mm-view-pkcs7-decrypt):
22366         Replace gnus-completing-read-maybe-default with completing-read.
22368         * gnus-util.el (gnus-completing-read): do.
22369         (gnus-completing-read-maybe-default): Remove.
22371 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22373         * password.el: Only autoload `run-at-time' if not XEmacs.
22374         Only autoload the itimer functions if XEmacs.
22376 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22378         * gnus-art.el (gnus-read-string): Remove.
22379         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22380         read-string.
22382 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22384         * netrc.el: Autoload password-read.
22385         (netrc): Add configuration group.
22386         (netrc-encoding-method, netrc-openssl-path):
22387         Add variables for encoding and decoding of files with symmetric
22388         ciphers.
22389         (netrc-encode): Add assistant function to encode a file with
22390         netrc-encoding-method.
22391         (netrc-parse): Add interactive parameter, added optional
22392         decoding if netrc-encoding-method is non-nil but otherwise
22393         behavior is standard.
22394         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22395         Do s/encode/encrypt/ everywhere.
22397         * spam.el: Remove executable-find autoload.
22399 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22401         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22403         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22405 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22407         * gnus-art.el (gnus-treat-ansi-sequences)
22408         (article-treat-ansi-sequences): New variable and function.
22409         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22411         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22412         Use it.
22414 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22416         * mm-util.el (mm-quote-arg): Remove.
22418         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22419         shell-quote-argument.
22421         * gnus-uu.el (gnus-uu-command): do.
22423         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22425         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22426         with make-char.
22428         * mm-util.el (mm-make-char): Remove.
22430         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22431         add-minor-mode.
22433         * gnus-undo.el (gnus-undo-mode): do.
22435         * gnus-topic.el (gnus-topic-mode): do.
22437         * gnus-sum.el (gnus-dead-summary-mode): do.
22439         * gnus-start.el (gnus-slave-mode): do.
22441         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22443         * gnus-ml.el (gnus-mailing-list-mode): do.
22445         * gnus-gl.el (gnus-grouplens-mode): do.
22447         * gnus-draft.el (gnus-draft-mode): do.
22449         * gnus-dired.el (gnus-dired-mode): do.
22451         * gnus-ems.el (gnus-add-minor-mode): Remove.
22453         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22454         Replace gnus-char-width with char-width.
22456         * gnus-ems.el (gnus-char-width): Remove.
22458         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22459         Replace gnus-char-width with char-width.
22461         * gnus-ems.el (gnus-char-width): Remove.
22463         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22464         definition.
22465         Remove Emacs 20 hash table compatibility code.
22467         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22468         20 compatibility code.
22470         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22472         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22474         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22475         Replace with point-at-{eol,bol}.
22477         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22479         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22481         * flow-fill.el (fill-flowed-point-at-bol)
22482         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22484         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22485         Replace with point-at-{eol,bol} throughout all files.
22487 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22489         * ntlm.el (ntlm-string-as-unibyte): New macro.
22490         (ntlm-build-auth-response): Use it.
22492         Remove Emacs 20 stuff:
22493         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22494         of delq and copy-sequence.
22495         * gnus-art.el (popup-menu): Remove the compiler macro.
22496         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22497         Emacs 20.
22499 2004-01-05  Simon Josefsson  <jas@extundo.com>
22501         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22502         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22503         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22504         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22505         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22506         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22507         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22508         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22509         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22510         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22511         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22512         string-xor into ntlm-string-xor.
22513         Suggested by Jesper Harder <harder@myrealbox.com>.
22515         * ntlm.el: Don't include poem.
22517         * md4.el (print-int32, print-string-hexa): Remove.
22518         Suggested by Jesper Harder <harder@myrealbox.com>.
22520         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22522         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22523         probably breaks emacs with DL patch, but do we care? Is anyone
22524         still using the DL stuff?)
22526         * sieve-manage.el: Use the password package.
22527         (sieve-manage-read-passwd): Remove.
22528         (sieve-manage-interactive-login): Use password.  Re-add
22529         condition-case around loop.
22531         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22532         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22533         Use the password package.
22535 2003-02-19  Simon Josefsson  <jas@extundo.com>
22537         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22538         token.
22540 2002-08-07  Simon Josefsson  <jas@extundo.com>
22542         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22543         (sieve-manage-authenticators):
22544         (sieve-manage-authenticator-alist): Add some SASL mechs.
22545         (sieve-sasl-auth): New function.
22546         (sieve-manage-cram-md5-auth):
22547         (sieve-manage-plain-auth): Rewrite using SASL library.
22548         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22549         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22550         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22551         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22553 2004-01-05  Simon Josefsson  <jas@extundo.com>
22555         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22556         New files.
22558 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22560         * gnus-group.el (gnus-no-groups-message): Update.
22562         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22564 2003-11-09  Simon Josefsson  <jas@extundo.com>
22566         * imap.el: Support for ID IMAP extension (RFC 2971).
22567         (imap-local-variables): Add imap-id.
22568         (imap-id): New variable.
22569         (imap-id): New function.
22570         (imap-parse-response): Parse untagged ID response.
22571         * nnimap.el (nnimap-id): New variable.
22572         (nnimap-open-connection): Use it.
22574 2003-12-28  Simon Josefsson  <jas@extundo.com>
22576         * gnus-score.el (gnus-score-edit-all-score): New.
22577         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22579 2004-01-04  Simon Josefsson  <jas@extundo.com>
22581         * password.el: Add.
22583 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22585         * dns.el (dns-query-types): Fix typo.
22586         (dns-query-types): New function.
22587         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22588         PTR and SOA replies, see RFC 1035.
22590 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22592         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22594         * Move to Changelog.2.
22596 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22598         * gnus.el (gnus-version-number): Bump version.
22600 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22602         * gnus.el: No Gnus v0.1 is released.
22604 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22606         * gnus.el: No Gnus v0.0 is released.
22608 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22610         * gnus.el (gnus-version-number): Bump.
22611         (gnus-version): No.
22613 See ChangeLog.2 for earlier changes.
22615   Copyright (C) 2004-2012  Free Software Foundation, Inc.
22617   This file is part of GNU Emacs.
22619   GNU Emacs is free software: you can redistribute it and/or modify
22620   it under the terms of the GNU General Public License as published by
22621   the Free Software Foundation, either version 3 of the License, or
22622   (at your option) any later version.
22624   GNU Emacs is distributed in the hope that it will be useful,
22625   but WITHOUT ANY WARRANTY; without even the implied warranty of
22626   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22627   GNU General Public License for more details.
22629   You should have received a copy of the GNU General Public License
22630   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22632 ;; Local Variables:
22633 ;; coding: utf-8
22634 ;; fill-column: 79
22635 ;; add-log-time-zone-rule: t
22636 ;; End: