Fix long filename handling of byte-compile-fix-header.
[emacs.git] / lisp / gnus / ChangeLog
blob05eb0dd76c61716b5657f5fd358da7c5b9b7dc7c
1 2012-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
4         a string so that Gcc works (bug#11514).
6 2012-04-21  Andreas Schwab  <schwab@linux-m68k.org>
8         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
10 2012-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
13         don't have a current group.
15 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
18         have a group name.
20         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
21         a multibyte buffer (bug#7410).
22         (article-wash-html): Parse the original article buffer to get the
23         unencoded data (bug#7410).
25         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
26         .newsrc.el files.
28 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
31         "#" to avoid having them interpreted as comments.
33 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
35         * shr.el (shr-insert): Update the text state properly to avoid
36         inserting spurious paragraph starts.
38 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
41         requested (bug#10961).
43         * shr.el (shr-table-widths): Divide the extra width more fairly over
44         the TDs (bug#10973).
45         (shr-render-td): Don't delete too much padding.
46         (shr-natural-width): Compute the natural width more correctly.
47         (shr-insert): Allow the natural width to be computed for tables again.
48         (shr-tag-table-1): Rework how the natural widths are computed by
49         rendering the table a third time.
50         (shr-natural-width): Removed.
51         (shr-buffer-width): New function.
52         (shr-expand-newlines): Use it.
54         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
55         using a `gnus-use-full-window' setup (bug#11013).
57 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
59         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
60         24.1 release.
62 2012-03-10  David Edmondson  <dme@dme.org>
64         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
65         'Forwarded Message' header and the start of the message.
67 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
69         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
70         isn't running (bug#10897).
72 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
74         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
76 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
78         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
80 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
82         * mm-decode.el (mm-shr): Remove "soft hyphens".
84         * nnimap.el (nnimap-request-list): Return the group names encoded as
85         utf8.  Otherwise non-European group names don't work.
86         (nnimap-request-newgroups): Ditto.
88         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
89         the default in `read-string' (bug#10757).
91         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
92         topics (bug#10843).
94         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
95         buffer.  Suggested by Herbert Valerio Riedel.
96         (nnimap-request-move-article): Delete the message from the correct IMAP
97         server.
99 2012-02-19  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
101         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
102         Reported by Peter Münster.
104 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
106         * shr.el (shr-image-fetched): Make sure we really kill the right
107         buffer.
109 2012-02-16  Leo Liu  <sdl.web@gmail.com>
111         * gnus-start.el (gnus-1): Avoid duplicate entries.
113 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
115         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
116         too-wide lines.
118 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
120         * shr.el (shr-rescale-image): Undo previous change; see
121         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
123 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
125         * nnimap.el (nnimap-record-commands): New variable.
126         (nnimap-log-command): Use it.
127         (nnimap-make-process-buffer): Add a space to the process buffer.
128         (nnimap-transform-headers): Don't bug out on header lines containing
129         stuff that look like IMAP length encodings.
131         * shr.el (shr-rescale-image): Allow viewing large images.
133 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
135         * nnml.el (nnml-request-compact-group): Delete the marks file after
136         compaction (bug#10800).
138         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
139         group exit.
141         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
142         QRESYNC/FETCH output.
144 2012-02-11  Glenn Morris  <rgm@gnu.org>
146         * sieve-manage.el (sieve-manage-default-stream):
147         * shr.el (shr):
148         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
149         (nnir-retrieve-headers-override-function)
150         (nnir-imap-default-search-key, nnir-notmuch-program)
151         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
152         (nnir-method-default-engines):
153         * message.el (message-cite-reply-position):
154         * gssapi.el (gssapi-program):
155         * gravatar.el (gravatar):
156         * gnus-sum.el (gnus-refer-thread-use-nnir):
157         * gnus-registry.el (gnus-registry-unfollowed-addresses)
158         (gnus-registry-max-pruned-entries):
159         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
160         * gnus-int.el (gnus-after-set-mark-hook)
161         (gnus-before-update-mark-hook):
162         * gnus-async.el (gnus-async-post-fetch-function):
163         * auth-source.el (auth-source-cache-expiry):
164         Add missing :version tags to new defcustoms and defgroups.
166 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
168         * message.el (message-default-send-mail-function): Made into own
169         function for reuse by emacsbug.el.
171 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
173         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
174         `gnus-sloppily-equal-method-parameters' to avoid a warning.
176 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
178         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
179         running.
181         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
183         * gnus.el (gnus-server-extend-method): Don't add an -address component
184         if the method already has one (bug#9676).
186 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
188         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
189         of an initial-input for consistency (bug#10757).
191         * shr.el: Inhibit getting and sending cookies when fetching pictures.
193         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
195 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
197         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
198         lines that are narrower than the window width.  Otherwise background
199         "blocks" will look less readable.
201 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
203         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
205 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
207         * nnimap.el (nnimap-transform-headers): Remove unused variable.
208         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
209         have newlines within the strings, and where the UID comes after the
210         BODYSTRUCTURE element (bug#10537).
212         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
213         (bug#10732).
215         * shr.el (shr-insert-document): Add doc string.
216         (shr-visit-file): Ditto.
217         (shr-remove-trailing-whitespace): New function.
218         (shr-insert-document): Use it to clean up trailing whitespace as the
219         final step (bug#10714).
221 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
223         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
224         buffer if `gnus-kill-summary-on-exit' is nil.
226 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
228         * gnus-sum.el (gnus-summary-show-thread):
229         next-single-char-property-change may return nil in XEmacs.
231 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
233         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
234         when just reading a single group from "without" Gnus.
236 2012-02-06  Chong Yidong  <cyd@gnu.org>
238         * gnus-sum.el (gnus-summary-show-thread):
239         next-single-char-property-change never returns nil (Bug#8657).
241 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
243         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
244         without reconnecting.
245         (nnimap-possibly-change-group): Ditto.
246         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
247         connection has died before being called.
249 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
251         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
252         an initial sync unless we're really doing one.
254         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
255         address parameter if one already exists (bug#9676).
257         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
258         not the prefix, as documented (bug#10689).
260 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
262         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
263         the "server".
265         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
266         the real error message with the useless "previously known to be down".
267         Which isn't even correct.
269         * nntp.el (nntp-open-connection): Report the error message if the nntp
270         server can't be reached.
272         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
273         groups we do a total scan for.
274         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
275         doing that.
277 2012-01-31  Jim Meyering  <jim@meyering.net>
279         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
280         Correct a comment (insert "not") and hide nominally-doubled "to".
282 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
284         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
285         section in the manual.
287 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
289         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
290         words.
291         (rfc2047-encode-string): Ditto.
292         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
293         understand folded filename="..." parameters, for instance.
295         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
296         the message for greater debuggability.
298 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
300         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
301         instead of setting it locally, since the latter doesn't seem to have
302         any effect (most of the time).
304 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
306         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
307         function call.
309 2012-01-27  Vida Gábor  <vidagabor@gmail.com>  (tiny change)
311         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
312         seconds, and make the repeat clause with HH:MM specs work as
313         documented.
315 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
317         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
318         so that previous errors don't prohibit getting new news.
320         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
322         * nntp.el (nntp-retrieve-group-data-early): Ditto.
324 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
326         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
327         bound globally in old Emacsen and XEmacsen.
329 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
331         * gnus.el (gnus-group-find-parameter): Check for liveness of the
332         buffer, not of the string which is its name.
334 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
336         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
337         non-server-marks groups.
338         (gnus-group-make-articles-read): Ditto.
340         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
341         methods (bug#9676).
343         * gnus.el (gnus-method-ephemeral-p): New function.
345 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
347         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
348         left-to-right.
350 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
352         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
353         warning.
355 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
357         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
358         macroexpand the nnir things, since they haven't been defined yet, and
359         nnir requires gnus-sum.
361 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
363         * mm-decode.el (mm-interactively-view-part): Fix prompt.
365 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
367         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
368         logical server name in addition to the actual machine address.
370         * auth-source.el (auth-source-user-and-password): Add convenience
371         wrapper to search by just host and optionally user.
373 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375         * shr.el (shr-visit-file): Move point to the beginning of the buffer
376         after rendering.
378 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380         * gnus-sum.el (gnus-summary-read-group): Document more parameters
381         (bug#9693).
382         (gnus-summary-setup-buffer): Document return value (bug#9697).
384         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
385         since ido doesn't work on symbols (bug#9632).
387         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
388         when getting a single value as when getting all the values.  This means
389         that atoms like `gcc-self' work cumulatively, like variable settings,
390         instead of getting the value from the last matching clause.
391         (gnus-group-find-parameter): Protect against the group buffer not
392         existing (bug#9585).
394 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
396         * gnus-start.el (gnus-activate-group): Document more parameters
397         (bug#9694).
399         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
400         (bug#9692).
402         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
403         article was fetched, so that it can be expired later (bug#9958).
404         (gnus-agent-summary-fetch-series): Add doc string.
405         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
406         (bug#9517).
408         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
409         retrieval is happening.
411         * gnus.el (gnus-parameters): Doc fix.
413 2012-01-06  Dave Abrahams  <dave@boostpro.com>
415         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
416         show the thread after expansion.
418 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * gnus-art.el (article-narrow-to-head): If the head is completely
421         empty, narrow to the empty region (bug#9764).
423         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
424         read, and then mark them as unread only when the unread mark is used.
425         This makes `C-- T k' actually work, even though it's confusing.
427         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
428         alive before we try to find its window.
430 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
432         * mm-decode.el (mm-display-external): Use a longer timeout for the
433         deletion to allow slow programs to display the file.
435 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
437         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
438         prompt to be less confusing.
440         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
441         argument to `message-reply'.  This broke `special-display-*' frame
442         pop-uping (bug#10238).
444 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
446         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
447         systems, since these allegedly don't work there.
449 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
451         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
452         live buffer.
454 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
456         * nnir.el (nnir-retrieve-headers): Protect against the article not
457         existing on the server (bug#10335).
459 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
461         * gnus-agent.el (gnus-agent-load-local): Recompute
462         gnus-agent-article-local on changing method.
464 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
466         * gnus.el (gnus-parameters): Note precedence.
468 2012-01-04  Leo Liu  <sdl.web@gmail.com>
470         * nndraft.el (nndraft-update-unread-articles): Don't move point around
471         in the group buffer.
473 2012-01-04  Julien Danjou  <julien@danjou.info>
475         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
476         change.
478 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
480         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
481         too.
483         * nntp.el (nntp-retrieve-group-data-early): Use it.
485 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487         * nntp.el (nntp-retrieval-in-progress): New variable.
488         (nntp-make-process-buffer): Make it buffer-local.
490         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
491         2010.
492         (gnus-demon-init): Use it to compute the time if time is on the form
493         "04:23".
495         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
497         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
498         status in the correct buffer.
500 2012-01-03  Leo Liu  <sdl.web@gmail.com>
502         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
503         when opening topics (bug#10407).
505 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
507         * mm-view.el (mm-display-inline-fontify): Add comment.
509 2011-12-15  Juri Linkov  <juri@jurta.org>
511         * mm-decode.el (mm-inline-media-tests): Add missing
512         `mm-handle-media-subtype'.
514 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
516         * message.el (message-valid-fqdn-regexp): Update with newly approved
517         top-level domain names ".tel" and ".asia".
519 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
521         * gnus-sum.el (gnus-summary-show-article): Don't load shr
522         unconditionally.
524 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
526         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
527         pop-to-buffer-same-window for old Emacsen.
529 2011-12-04  Chong Yidong  <cyd@gnu.org>
531         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
532         change (Bug#10200).
534 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
536         * compface.el (uncompface):
537         * gnus-art.el (gnus-article-x-face-command): Update the header format
538         of icon data for the most recent icontopbm program.
540 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
542         * gnus-msg.el (gnus-inews-do-gcc):
543         * message.el (message-send-mail):
544         * mml.el (mml-generate-mime): Share the value of the buffer-local
545         `message-options' variable between a draft buffer and temprary working
546         buffers.
548 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
550         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
552 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
554         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
555         for Cygwin.
557 2011-11-24  Glenn Morris  <rgm@gnu.org>
559         * starttls.el: Fix case of "GnuTLS".
561 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
563         * gnus-group.el (gnus-group-highlight): Fix typo.
565 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
567         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
568         value of `delete-file', that returns nil for a local file but returns t
569         for a remote file using ssh.
571 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
574         avoid later breakage.
576 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
578         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
579         article buffers' name.
581 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
584         by Paul Eggert's spellfixes two days ago.
586 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
588         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
589         buffer-local instead of binding them to avoid warnings.  Also demote
590         errors (bug#10063).
591         (font-lock-mode-hook): Shut up byte compiler.
593 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
595         * mm-util.el (mm-charset-after): Fix typo.
597 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
599         * gnus-sum.el (gnus-summary-make-menu-bar):
600         * gnus-uu.el (gnus-uu-decode-postscript)
601         (gnus-uu-decode-postscript-and-save):
602         * mailcap.el (mailcap-print-command):
603         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
604         Fix typos.
606 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
608         * gnus-art.el (gnus-article-part-wrapper):
609         * shr-color.el (shr-color-visible-distance-min)
610         (shr-color-relative-to-absolute, set-minimum-interval)
611         (shr-color-visible): Fix typos.
613 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
616         slightly clearer.
618 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
620         * message.el (message-send-and-exit): Document `arg'.
622 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
624         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
626 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
628         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
629         we don't use `bound-and-true-p'.
631 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
633         * gnus-util.el (gnus-bound-and-true-p): Remove.
634         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
635         * nnir.el: Use it.
636         * nnmairix.el: Use it.
638 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
640         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
641         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
642         for reasons unknown.
643         * nnir.el: Use it.
644         * nnmairix.el: Use it.
646         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
647         * nnir.el: Ditto.
648         * nnmairix.el: Ditto.
650         * gnus-registry.el (gnus-registry-enabled): Default to nil.
652 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
654         * message.el (message-completion-function): Make sure
655         message-tab-body-function is not attempted if one of
656         message-completion-alist fails to find a completion (bug#9158).
658 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
660         * mml.el (mml-quote-region): Quote <#secure> tag.
661         (mml-generate-mime-1): Unquote <#secure> tag.
663 2011-10-20  Chong Yidong  <cyd@gnu.org>
665         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
666         calling a minor mode from Lisp with nil arg enables it, so we have to
667         make the wording a bit ambiguous here).
669 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
671         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
672         * nnir.el (nnir-mode): Use it.
673         * nnmairix.el (nnmairix-determine-original-group-from-registry):
674         Use it.
676         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
677         * nnmairix.el (gnus-registry-enabled): Ditto.
679 2011-10-17  Dave Abrahams  <dave@boostpro.com>
681         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
682         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
683         only while we need to find out if it should be t or nil.
684         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
685         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
686         the registry is installed.  Set it to nil when it's unloaded.
687         (gnus-registry-install-p): Provide user guidance for the initial value
688         of `gnus-registry-install' when it's 'ask, otherwise return its value.
689         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
690         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
691         * nnmairix.el (nnmairix-determine-original-group-from-registry):
692         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
693         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
694         `gnus-registry-install'.
696 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
698         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
699         previous change.
700         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
701         primary key is marked as disabled.
703 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
705         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
706         primary key is marked as disabled.
708 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
710         * html2text.el (html2text-clean-anchor): Check for quotes around
711         `href' value.
713 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
715         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
716         searching.  Drop `bbdb-cache'.
718 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
720         * message.el (message-signed-or-encrypted-p): Exclude header when
721         checking if there is signed or encrypted body in text/plain message.
723 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
725         * html2text.el (html2text-get-attr): Correctly handle attribute values
726         containing "=".
728 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
730         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
731         handle bindings.
733 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
735         * gnus-win.el (gnus-configure-windows): Protect against reading
736         ephemeral groups outside of Gnus.
738 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
740         * shr.el (shr-tag-img): Don't get images displayed in tables.
742 2011-10-03  Glenn Morris  <rgm@gnu.org>
744         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
745         the "maintainer" version of debbugs.gnu.org reports.
747 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
749         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
750         make asynchronous adjacent image insertion work better.
752 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
754         * plstore.el (plstore-select-keys, plstore-encrypt-to): Clarify
755         documentation.
757 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
759         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
760         `gnus-asynchronous' isn't shadowed.
762 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
765         (nnimap-insert-partial-structure): The charset parameter isn't
766         case-sensitive.
768         * nnheader.el (nnheader-message-maybe): New function.
770         * shr.el (shr-tag-table): Render totally broken tables better.
772         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
773         computing the boundary.
775 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777         * pop3.el (pop3-number-of-responses): Remove.
778         (pop3-wait-for-messages): Rewrite to take linear time instead of
779         exponential time.
781 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
784         re-fetch images.
786         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
787         re-fetch images when hitting `g' in Gnus.
789 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
791         * mml.el (mml-inhibit-compute-boundary): New internal variable.
792         (mml-compute-boundary): Don't check collision if it is non-nil.
793         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
794         before checking collision.
796 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
798         * message.el (message-indent-citation): Really make sure there's a
799         newline at the end.
801         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
802         Fix suggested by John Wiegley.
804         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
806         * gnus-art.el (gnus-treat-hide-citation): Add doc.
808         * message.el (message-default-send-rename-function): Break out into its
809         own function.
811         * ecomplete.el (ecomplete-display-matches): Revert patch since it
812         doesn't work under XEmacs.
814         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
815         of "imaps" to word around Windows problems.
816         (nnimap-open-connection-1): Use it.
818         * message.el (message-indent-citation): Revert last change which made
819         `F' not work.
821 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
823         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
824         terminal as well.
826 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
828         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
829         because it displays images using overlays that aren't easy to copy to
830         the article buffer.
832 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
834         * message.el (message-indent-citation): Fix empty line removal at the
835         end of the citation.
837 2011-09-20  Julien Danjou  <julien@danjou.info>
839         * auth-source.el (auth-source-netrc-create): Use default value for
840         password if specified.  Evaluate default.
841         (auth-source-plstore-create): Ditto.
842         (auth-source-plstore-create, auth-source-netrc-create): Fix default
843         value evaluation.
844         (auth-source-netrc-create): Typo fix.
845         (auth-source-plstore-create): Ditto.
847         * auth-source.el (auth-source-format-cache-entry): New function.
849 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
851         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
853 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
857 2011-09-19  Julien Danjou  <julien@danjou.info>
859         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
860         which work with things that are not ASCII.
862 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
864         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
866 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
869         message level.
871 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
873         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
875 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877         * gnus.el (gnus-interactive-exit): Update defcustom spec.
879 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
882         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
884 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
886         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
887         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
888         articles.
890 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
892         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
893         (message-mail-other-window, message-mail-other-frame)
894         (message-news-other-window, message-news-other-frame):
895         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
896         instead of setting buffer display variables.
898 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
902         * gnus-sum.el (gnus-fetch-headers): Bump message level.
904 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
907         duplicates" to a higher level.
909         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
910         most egregious messages.
912 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
916 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
918         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
919         up the file (bug#9351).
921 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
924         it does with all other backends, but decode the names immediately after
925         getting them.
927         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
928         decoding nnimap groups.
930         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
931         newsrc file.  It doesn't seem like an important optimization any more.
933 2011-09-10  Dave Abrahams  <dave@boostpro.com>
935         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
936         overflows.
938 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940         * gnus.el (gnus-article-mark-lists): Remove `recent'.
941         (gnus-interactive-exit): Extend to `quiet'.
943         * gnus-sum.el (gnus-offer-save-summaries): Use it.
945         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
946         string.
948         * plstore.el (plstore--get-buffer): Silence compiler warnings by
949         renaming function arguments from `this'.
951         * gnus-sum.el (gnus-newsgroup-recent): Remove.
953         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
954         has been renamed.
955         (gnus-lrm-string-p): Include RLM and PDF, too.
957         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
958         (bug#9225).
960 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
962         Add autoload cookies for functions used by sendmail.el.
963         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
965         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
967 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
969         * gnus-art.el (article-date-ut): Work properly even when there are
970         things like Date header in the body; work for forwarded parts.
972 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
974         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
975         original-article-buffer.
977 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
979         * nnir.el (nnir-compose-result): Fix matching of server type.
980         (nnir-run-swish++): Ditto.
981         (nnir-run-namazu): Ditto.
982         (nnir-run-notmuch): Ditto.
984 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
986         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
987         (bug#9405).
989         * gnus-score.el (gnus-summary-increase-score): Doc clarification
990         (bug#9421).
992         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
993         (bug#9425).
995         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
996         thing (bug#9426).
998 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1000         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
1001         the error message.
1003 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
1005         * message.el (message-setup-1): Return t (Bug#9392).
1007 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
1009         * gnus-sum.el: When adding article headers to a summary buffer also
1010         update gnus-newsgroup-articles (bug#9386).
1012 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1014         * auth-source.el: Autoload help-mode.
1016 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1018         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
1019         names.
1021 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
1023         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
1024         mm-replace-in-string for compatibility issues.
1025         * mml2015.el (mml2015-epg-verify): Ditto.
1027 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1029         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
1031         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
1033 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
1036         continue on and do the clean-up phase (bug#9188).
1038         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
1039         just ignore groups that can't be opened instead of erroring out
1040         (bug#9225).
1042         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
1043         nil since some many people are fuddy-duddies.
1045         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
1046         images.
1048         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
1049         instead.
1051         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
1053         * gnus-util.el (gnus-process-live-p): Copy over compat function.
1055         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
1056         processing.
1058         * nntp.el (nntp-kill-buffer): Kill the process before killing the
1059         buffer to avoid warnings.
1061 2011-08-20  Simon Josefsson  <simon@josefsson.org>
1063         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
1064         specified to reduce precision.
1066 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1068         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
1069         bodystructures (bug#9314).
1071 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1073         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
1074         Make button keymap non-sticky after buttons.
1076 2011-08-18  David Engster  <dengste@eml.cc>
1078         * nnmairix.el (nnmairix-request-set-mark)
1079         (nnmairix-goto-original-article): Remove adding of article to registry,
1080         since `gnus-registry-add-group' isn't available anymore.
1081         (nnmairix-determine-original-group-from-registry):
1082         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
1083         available anymore.
1085 2011-08-12  Simon Josefsson  <simon@josefsson.org>
1087         * starttls.el (starttls-any-program-available): Define as obsolete
1088         function.
1090 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
1093         versions which Gnus use when appropriate.
1095         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
1096         a pretty destructive command.
1098         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
1100 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102         * message.el (message-fix-before-sending): Make a different warning
1103         about NUL characters (bug#9270).
1105         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
1106         from custom (bug#9260).
1108         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
1109         things work in Emacs 22 and XEmacs, too.
1111         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
1112         default From.
1114         * gnus-spec.el (gnus-lrm-string-p): New macro.
1115         (gnus-lrm-string): New constant.
1116         (gnus-summary-line-format-spec): LRM-ify the from.
1117         (gnus-tilde-max-form): LRM-ify string chopping.
1119         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
1121         * message.el (message-is-yours-p): Allow disabling canlock checking
1122         (bug#9295).
1123         (message-shoot-gnksa-feet): Add `canlock-verify'.
1124         (message-auto-save-directory): Use ~/ as the auto-save directory if the
1125         message directory isn't writable (bug#9304).
1127         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
1128         non-world-readable.
1130 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1132         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
1133         articles.
1135 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
1137         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
1138         copy-list.
1140 2011-08-12  Sam Steingold  <sds@gnu.org>
1142         * gnus-score.el (gnus-score-find-alist): Keep the score files already
1143         in the reverse order to avoid modifying the cache with `nreverse'.
1144         (gnus-all-score-files): Do not modify the value returned by
1145         `gnus-score-find-alist' because it lives in a cache variable.
1146         (gnus-current-home-score-file): No need to `nreverse' the return value
1147         of `gnus-score-find-alist', it is already in the correct order.
1149 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
1151         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
1152         type MESSAGE and subtype RFC822 is slightly different from those of
1153         type TEXT.
1155 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
1157         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
1158         This allows article-referral to work from an nnir group.
1160 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
1162         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
1164 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
1166         * mml1991.el (mml1991-epg-find-usable-key)
1167         (mml1991-epg-find-usable-secret-key): New function.
1168         (mml1991-epg-sign): Check if signing key is usable.
1169         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
1171 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
1173         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
1174         server-variables only.  This should fix a bug introduced with commit
1175         e1889675b7f4adf057833c5513c9374134c4e053.
1176         (nnir-run-query): 'nnir-search-engine should not be set from the global
1177         environment.
1179 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
1181         * nnir.el (nnir-search-thread): Position point on referring article
1182         line.
1183         (nnir-warp-to-article): Clean up summary buffers.
1185         * nnimap.el (nnimap-request-thread): Whitespace fix.
1187 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
1189         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
1191 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1193         * starttls.el (starttls-available-p): Rename from
1194         `starttls-any-program-available' and changed return convention.
1196 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
1198         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
1199         `unix-sync' unless it's defined.
1201 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
1203         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
1204         `aref' for XEmacs compatibiltiy.
1206 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
1210 2011-07-31  Dave Abrahams  <dave@boostpro.com>
1212         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
1213         closures, quote the form properly (bug#9194).
1215 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
1218         (gnus-summary-insert-new-articles): Protect against servers that are
1219         down.
1221 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1223         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
1224         in mm handle if none is specified.
1226 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
1228         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
1230 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
1232         * nnir.el (nnir-search-thread): New function to make an nnir group
1233         based on a thread query.
1235         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
1236         of nnir in thread referral.
1237         (gnus-summary-refer-thread): Use it.
1239         * nnimap.el (nnimap-request-thread): Use it.
1241 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1243         * shr.el (shr-tag-comment): Ignore HTML comments.
1245 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
1247         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
1248         argument.
1249         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
1250         Use `nnir-address' to handle server info rather than passing an arg.
1252         * nnimap.el (nnimap-make-thread-query): New utility function to format
1253         an imap thread search query.
1254         (nnimap-request-thread): Use it.
1256         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
1257         right select-method if we are not going back to the group buffer.
1259 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
1262         enter invalid buffer configurations into the quit form (bug#9107).
1263         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
1264         unplugged/plugged.
1266         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
1267         keep track of which ones are unread (bug#9061).
1269         * gnus.el (gnus-refer-article-method): Allow entering any sexp
1270         (bug#9055).
1272         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
1273         (bug#9041).
1275         * gnus-html.el (mm-util): Require (bug#9073).
1277         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
1278         (gnus-summary-refer-thread): Use it to remove duplicates in the
1279         un-threaded view (bug#9053).
1280         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
1282 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
1284         * nnir.el (nnir-read-server-parm): Use default value from global
1285         variable.  Without this the default search engine parameters aren't
1286         used at all.
1288 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290         * message.el (message-unique-id): Don't use the undocumented return
1291         value from (random t) (bug#9118).
1293 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295         * message.el (message-auto-save-directory): If the ~/Mail directory
1296         doesn't exist, use ~ as the auto-save directory (bug#4432).
1298         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
1299         hasn't already been started.
1301 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1303         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
1305         * message.el (message-reply): Work around mysterious bug where
1306         `message-mode' seems to overwrite the locally bound `subject' variable.
1308 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
1310         * nnimap.el (nnimap-request-thread): Ensure search is performed in
1311         correct group.
1313         * gnus-int.el (gnus-request-thread): Add group argument.
1315         * gnus-sum.el (gnus-summary-refer-thread): Use it.
1317 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1319         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
1320         renamed to `debbugs-gnu-*'.
1322 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
1324         * plstore.el: Revert the editing feature since it is not urgent.
1325         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
1326         (plstore-mode-decoded): Remove.
1328 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1330         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
1331         isn't very interesting any more, and it leaks potentially secret data.
1332         (gnus-debug): Remove.
1334         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
1335         use of :custom-show.
1337 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
1339         * plstore.el: Add documentation.
1340         (plstore-mode): New mode to edit plstore file.
1341         (plstore-mode-toggle-display, plstore-mode-original)
1342         (plstore-mode-decoded): New command.
1343         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1344         (plstore--insert-buffer, plstore--make): New function.
1345         (plstore-open, plstore-save): Simplify by using them.
1347 2011-07-06  Glenn Morris  <rgm@gnu.org>
1349         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
1351 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
1354         no longer is much used.
1355         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
1356         Articles".
1358 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
1360         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
1361         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
1362         `notmuch' backend.
1364 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1366         * mm-decode.el (mm-text-html-renderer): Doc fix.
1368         * gnus-msg.el (gnus-bug): Fix the MML tag.
1370         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
1372 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
1374         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
1375         secondary methods if started with `gnus-no-server'.
1377 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
1379         * message.el (message-return-action): Fix typo in docstring.
1381 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
1384         bug reports at once.
1386         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
1388 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1390         * nndraft.el: Require gnus-group.
1391         (nndraft-request-list): Declare.
1393         * nndraft.el (nndraft-update-unread-articles): Don't show group having
1394         no unread article unless it matches gnus-permanently-visible-groups.
1396         * nndraft.el (nndraft-update-unread-articles): New function.
1397         (nndraft-request-associate-buffer): Use it to update the number of
1398         unread articles for the nndraft groups in the group buffer when saving
1399         or killing a draft message.
1401 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1403         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
1404         systems to binary before writing and reading the mbox files.
1406         * gnus.el (gnus-summary-line-format): Link to the info node for %U
1407         instead of trying to list them all (bug#8978).
1409 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1411         * pop3.el (pop3-open-server): Use :end-of-capability.
1413 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
1416         the id is always a number.
1418         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
1419         debbugs mode, if possible.
1421 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
1423         * auth-source.el (auth-source-token-passphrase-callback-function):
1424         Reindent.
1425         (epg-context-operation): Remove unnecessary autoload.
1427 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429         * gnus.el (gnus-list-debbugs): New command.
1431         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
1432         mboxstat instead of the maintbox, since the stat seems to be fuller.
1434         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
1435         summary buffers.
1437         * message.el (message-get-reply-headers): Delete all duplicates,
1438         instead of the first.
1439         (message-get-reply-headers): Ensure that we have progress while
1440         deleting duplicates.
1442         * gnus-msg.el (gnus-configure-posting-styles): Get the local
1443         gnus-posting-style value from the summary buffer to make it easier to
1444         make that a per-buffer conf.
1446 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
1448         * nnir.el (nnir-run-imap): Allow halting a search when an article is
1449         found by setting `shortcut' in 'query.
1450         (nnir-request-article): Use `shortcut' setting when requesting article
1451         by Message-ID.
1453 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
1455         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
1456         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
1457         Bring the pseudo-headers back too.
1459 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1461         * auth-source.el (auth-source-token-passphrase-callback-function):
1462         Simplify and remove EPA dependency.
1464 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
1466         * nnir.el (nnir-request-article): Fix error message text.
1468 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1470         * auth-source.el (plstore-delete): Autoload.
1471         (auth-source-plstore-search): Support delete operation.
1472         * plstore.el (plstore-delete): New function.
1474 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1476         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
1477         mark actually existing articles as unread rather than the ones that
1478         active asserts.
1480 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
1482         * nntp.el (nntp-record-command):
1483         * gnus-util.el (gnus-message-with-timestamp-1):
1484         Use format-time-string rather than decoding time stamps by hand.
1485         This is simpler and insulates the code from potential changes to
1486         current-time format.
1488 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1490         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
1492 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1494         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
1495         (plstore-save): Support public key encryption.
1496         (plstore--init-from-buffer): New function.
1497         (plstore-open): Use it; fix error when opening a non-existent file.
1498         (plstore-revert): Use plstore--init-from-buffer.
1500 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
1502         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
1504 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1506         * mml2015.el (mml2015-use): Replace string-match-p with string-match
1507         for old Emacsen.
1509 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1511         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
1512         is not fully working.
1514 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * dgnushack.el: Autoload sha1 on XEmacs.
1518         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
1519         quit window configuration.
1521         * auth-source.el (epg-context-set-passphrase-callback):
1522         Remove duplicate autoload.
1524 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1526         * nnir.el (nnir-request-article): Allow requesting articles by
1527         Message-ID with nnimap.
1529         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
1530         current server.
1532 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1534         * auth-source.el: Autoload EPA/EPG functions.
1535         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
1536         changed when EPA/EPG is not available.
1537         (auth-source-backend): Rename "arg" member to "data".
1538         (auth-source-backend-parse, auth-source-plstore-search)
1539         (auth-source-plstore-create): Use it.
1541 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
1543         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
1544         `gnus-refer-article-methods'.
1546 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
1548         * auth-source.el: Require EPA and EPG.
1549         (auth-source-passphrase-alist): New variable.
1550         (auth-source-passphrase-callback-function)
1551         (auth-source-token-passphrase-callback-function): Callbacks for the
1552         netrc field encryption (GPG tokens).
1553         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
1554         Symmetric encryption and decryption of the netrc GPG tokens.
1555         (auth-source-netrc-normalize): Use them, simplifying the closure.
1557 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
1560         non-nil, and `nnimap-split-methods' is nil, use the former.
1562 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1564         * plstore.el (plstore-revert): New function.
1565         (plstore-open): Use it; hide the buffer from user.
1567 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
1569         * auth-source.el (auth-source-backend): New member "arg".
1570         (auth-source-backend-parse): Handle new backend 'plstore.
1571         * plstore.el: New file.
1573 2011-06-30  Glenn Morris  <rgm@gnu.org>
1575         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
1577         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
1579 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
1582         expiring articles to.
1584         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
1585         variations as ASCII (bug#5458).
1587 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1589         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
1591 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * message.el (message-point-in-header-p): Tweak the function to default
1594         to saying that we're not in the headers if there is no separator at
1595         all.  This makes it possible to use the Message version of `M-q' in
1596         buffers with no headers (bug#7987).
1597         (message-point-in-header-p): Fix last checkin to work with an empty
1598         mail-header-separator, too.
1600         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
1601         again, save the choice via customize.
1603 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1605         * message.el (message-send-mail-function): Add `sendmail-query-once'.
1607         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
1608         ended the connection, bail out before waiting infinitely on a new
1609         connection.
1611 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
1613         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
1614         reports.
1616         * gnus.el (gnus-bug-package): Use "gnus."
1617         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
1619 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1621         * gnus-art.el (gnus-article-stop-animations): New function to stop any
1622         animations going on at article exit time.
1624         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
1625         since removing it breaks people upgrading.
1627         * shr.el (shr-put-image): Use the new interface for animating images.
1628         (shr-put-image): Animate for 60 seconds.
1630         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
1631         error with `find-file-hooks' on Emacs 22.
1632         (with-auth-source-epa-overrides): Ugly hack to Wrap the
1633         `find-file-hook' things in `symbol-value' to avoid compilation warnings
1634         on all architectures.
1636         * spam.el (spam-stat): Require in a normal fashion without binding
1637         `spam-stat-install-hooks' to avoid compilation warnings.
1639         * spam-stat.el (spam-stat-install-hooks): Remove.
1640         (spam-stat-install-hooks): Don't run automatically.
1642 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
1644         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
1645         and keystroke.
1647 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1649         * auth-source.el (auth-source-netrc-cache): Move forward.
1651 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1653         * auth-source.el (auth-source-netrc-create): Don't query the bits that
1654         we already know.
1655         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
1656         (auth-source-netrc-create): Don't prompt for the stuff we already know.
1658 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
1661         %S format, since that looks odd.
1662         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
1663         file, especially when saving.
1665 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
1667         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
1668         article found.
1670 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
1672         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
1673         `auth-source-save-secrets' with a more sensitive alist that can be
1674         configured per file.  Experimental, so defaults to 'never.
1675         (auth-source-netrc-create): Use it.  Still experimental code.
1676         (with-auth-source-epa-overrides): Use `find-file-hooks' if
1677         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
1679 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
1681         * auth-source.el (auth-source-save-secrets): New variable to control if
1682         secret tokens should be saved encrypted.
1683         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
1684         to `auth-source-netrc-normalize'.
1685         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
1686         on the EPA variables being defined.
1687         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
1688         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
1689         the lexical-let closure.
1690         (auth-source-netrc-create): Create "gpg:" tokens according to
1691         `auth-source-save-secrets'.
1693 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1695         * gnus-group.el (gnus-group-update-group): Add new argument
1696         `info-unchanged' that stops updating dribble buffer.
1698         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
1699         deletes lines matching to it in dribble buffer.
1701         * gnus-agent.el (gnus-agent-fetch-group-1):
1702         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
1703         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
1704         * gnus-start.el (gnus-group-change-level):
1705         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
1707         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
1708         if newsgroup info is not changed.
1710         * gnus-group.el (gnus-group-get-new-news-this-group):
1711         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
1712         Don't update dribble buffer.
1714 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
1716         * gnus-registry.el (gnus-registry-remove-ignored): New function to
1717         remove entries with groups we ignore.
1719 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1721         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
1722         the underline comes at the bottom.
1724 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
1726         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
1727         `gnus-registry-user-format-function-M' and declare the latter obsolete.
1728         (gnus-registry-article-marks-to-names): Rename from
1729         `gnus-registry-user-format-function-M2'.
1731 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1733         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
1734         ephemeral group.
1736 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1738         * shr.el (shr-browse-image): Copy the URL if called interactively.
1740 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1742         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
1743         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
1744         done, then unselected articles may be marked as read.
1746         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
1747         since not doing this seems to lead to a race condition in pop3-logon.
1749         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
1750         so that the call chain it correct when we call "upwards".
1752         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
1753         in read-only groups.
1755         * gnus-group.el (gnus-group-mark-article-read): Ditto.
1757         * message.el (message-cite-reply-position): Doc string fix.
1759         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
1760         avoid regexp overflow.
1761         (nnimap-transform-split-mail): Ditto.
1763         * pop3.el (pop3-retr): Error out if the server closes the connection.
1765 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
1767         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
1768         mm-with-unibyte-current-buffer.  The buffer should not contain any
1769         multibyte chars anyway at this stage.
1771 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
1774         at the end of lines.
1776 2011-05-29  Julien Danjou  <julien@danjou.info>
1778         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
1780 2011-05-27  Glenn Morris  <rgm@gnu.org>
1782         * gnus-group.el (gnus-bug-group-download-format-alist):
1783         Use the "maintainer" version of debian reports as well.
1785 2011-05-26  Glenn Morris  <rgm@gnu.org>
1787         * gnus-group.el (gnus-bug-group-download-format-alist):
1788         Use the "maintainer" version of debbugs.gnu.org reports.
1790 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1792         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
1794 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
1796         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
1797         the thread moves us backwards and so we loop forever.
1799 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1801         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
1802         whitespace in base64 data lines.
1804 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
1806         * gnus-registry.el (gnus-registry-user-format-function-M):
1807         Use `mapconcat'.
1808         (gnus-registry-user-format-function-M2): Use to see the full text of
1809         the marks.  Make "," the mark text separator.
1811         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
1812         authentication with auth-source.
1814 2011-05-17  Glenn Morris  <rgm@gnu.org>
1816         * gnus-group.el (gnus-import-other-newsrc-file):
1817         Use insert-file-contents.
1819 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
1821         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
1822         1000 iterations.
1824 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1826         * nntp.el (nntp-open-connection): Check if process-type is available.
1828 2011-05-16  Julien Danjou  <julien@danjou.info>
1830         * shr.el (shr-tag-del): Add support for del tag.
1832 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1834         * gnus-html.el (gnus-html-put-image): Register a displayer.
1836         * shr.el (shr-image-displayer): Don't remove text props from alt text.
1838 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
1840         * registry.el (prune-factor): New initialization parameter defaulting
1841         to 0.1.
1842         (registry-prune-hard): Use it.
1844         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
1845         0.1 expicitly.
1847 2011-05-13  Glenn Morris  <rgm@gnu.org>
1849         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
1850         is bound, since this function requires sendmail.
1852 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
1854         * registry.el (registry-usage-test): Disable pruning test.
1856 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
1858         * registry.el (registry-prune-hard-candidates)
1859         (registry-prune-soft-candidates): Helper methods for registry pruning.
1860         (registry-prune): Use them.  Make the sort function optional.
1862 2011-05-10  Jim Meyering  <meyering@redhat.com>
1864         * shr.el (shr-colorize-region): Fix typo "on on -> on".
1866 2011-05-10  Julien Danjou  <julien@danjou.info>
1868         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
1869         symbol and not a list.
1871 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1873         * gnus-art.el (gnus-article-mode): Move binding of
1874         shr-put-image-function here from gnus-article-prepare-display.
1876         * shr.el (shr-put-image-function): New variable.
1877         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
1878         (shr-put-image): Return scaled image.
1880         * gnus-art.el (gnus-shr-put-image): New function.
1881         (gnus-article-prepare-display): Bind shr-put-image-function to it.
1883         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
1884         original ones, as deletable.
1886 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
1888         * nntp.el (nntp-open-connection): Set TCP keepalive option.
1890 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
1892         * registry.el (registry-full): Add convenience method.  Fix logic.
1893         (registry-insert): Use it.  Fix logic here too.
1895         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
1896         `registry-prune' if `registry-full' returns t.
1897         (gnus-registry-handle-action)
1898         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
1899         (gnus-registry-usage-test): Use it.
1901 2011-05-07  Julien Danjou  <julien@danjou.info>
1903         * shr.el (shr-link): Make shr-link inherit from link by default.
1905 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
1907         * shr.el (shr-urlify, shr-link): Fix shr-link face.
1909 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
1911         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
1912         error out because the face is not a list.
1914 2011-05-05  Glenn Morris  <rgm@gnu.org>
1916         * gnus-start.el (gnus-propagate-marks): Declare.
1918 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
1920         * registry.el (registry-reindex): Fix percentage message.
1922 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
1924         * shr.el: Add shr-link face for links.
1925         (shr-urlify): Use it.
1927         * registry.el (registry-insert): Make error message more helpful.
1929 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931         * gnus-html.el (gnus-html-schedule-image-fetching):
1932         Use url-queue-retrieve, if it exists.
1934         * shr.el (shr-tag-img): Ditto.
1936         * gnus.el: Autoload more gnus-agent functions.
1938         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
1939         agent if we haven't already (bug#8502).
1941         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
1942         into the Agent, too.
1944         * gnus-agent.el (gnus-agent-store-article): New function.
1946         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
1947         and moved from that file for reuse.
1949         * pop3.el (pop3-open-server): Error messages are "-ERR".
1951 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1953         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
1954         (open-tls-stream): Remove superfluous tls/starttls autoloads.
1956 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1958         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
1959         buffer has moved to a different frame.
1961 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1963         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
1964         to get the conversion from unibyte to multibyte buffers to work on
1965         Emacs 22.
1967         * nntp.el (nntp-request-article): Slight clean-up.
1969 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1971         * shr.el (shr-strike-through): New face.
1972         (shr-tag-s): Use it to provide <s> support.
1973         (shr-tag-s): Remove duplicate definition.
1975 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
1977         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
1978         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
1980 2011-04-23  Glenn Morris  <rgm@gnu.org>
1982         * gnus-sum.el (gnus-extra-headers): Bump :version.
1984 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1986         * shr.el (shr-tag-sup): New function.
1987         (shr-tag-sub): Ditto.
1989 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
1991         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
1992         for the case where `gnus-registry-ignored-groups' is a list of lists,
1993         and don't call `gnus-parameter-registry-ignore' otherwise.
1995 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
1997         * nnimap.el (nnimap-user): New backend variable.
1998         (nnimap-open-connection-1): Use it.
1999         (nnimap-credentials): Accept user parameter so it's explicit what user
2000         name is desired.
2002         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
2003         default.
2005         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
2006         not gnus-registry.el.
2008         * gnus-registry.el: Mention in comments how to modify
2009         `gnus-extra-headers' for proper recipient tracking and that it may
2010         already have To and Cc recently, which it does as of this commit.
2011         (gnus-registry-ignored-groups): Remove defcustom.
2012         Explain why in comments.
2013         (gnus-registry-action): Fix data-header reference to use the extra
2014         headers.  Explain in package commentary how to add To and Cc headers to
2015         the gnus-extra-headers.
2016         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
2017         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
2018         parameter list or a string list in `gnus-registry-ignored-groups'.
2019         Fix logic error.
2021 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2023         * shr.el (shr-expand-url): Protect against null urls.
2025 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027         * shr.el (shr-base): New binding.
2028         (shr-tag-base): Keep track of <base>.
2029         (shr-expand-url): New function used throughout.
2031 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
2033         * gnus-registry.el
2034         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
2035         (gnus-registry-ignored-groups): New variable.
2036         (gnus-registry-ignore-group-p): Use it.
2037         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
2038         set the destination group to nil (same as delete) if it's ignored.
2040 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2042         * gnus-registry.el (gnus-registry-action)
2043         (gnus-registry-fetch-header-fast):
2044         Don't use mail-header that looks an internal function of mailheader.el.
2046 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2048         * gnus-registry.el: Eliminate cl functions.
2049         (gnus-registry-sort-addresses): New function that replaces mapcan.
2050         (gnus-registry-action, gnus-registry-spool-action)
2051         (gnus-registry-split-fancy-with-parent)
2052         (gnus-registry-fetch-recipients-fast): Use it.
2053         (gnus-registry-import-eld): Replace delete* with dolist + delq.
2055         * registry.el (initialize-instance, registry-lookup)
2056         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
2057         (registry-lookup-secondary-value, registry-search, registry-delete)
2058         (registry-insert, registry-reindex, registry-size, registry-prune):
2059         Use eval-and-compile.
2061 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
2063         * registry.el (registry-reindex): New method to recreate the secondary
2064         registry indices.
2066         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
2067         tracked field changes.
2068         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
2069         (gnus-registry-action, gnus-registry-spool-action)
2070         (gnus-registry-handle-action)
2071         (gnus-registry--split-fancy-with-parent-internal)
2072         (gnus-registry-split-fancy-with-parent)
2073         (gnus-registry-register-message-ids): Add recipient tracking on spool,
2074         move, and delete actions, and for fancy splitting with parent.
2075         (gnus-registry-extract-addresses)
2076         (gnus-registry-fetch-recipients-fast)
2077         (gnus-registry-fetch-header-fast): Convenience functions.
2078         (gnus-registry-misc-test): ERT test of
2079         `gnus-registry-extract-addresses'.
2081 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
2083         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2084         Track by subject first, then sender.
2086 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2088         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
2090         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
2091         Lisp.
2093         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
2094         (gnus-draft-send): Use it to avoid popping
2095         up frames from gnus-group-send-queue.
2097 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
2099         * gnus-registry.el: Updated gnus-registry docs.
2101 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
2103         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
2104         Fix logic bug.
2105         (gnus-registry-post-process-groups): Fix logging of no results and
2106         quote sender and subject.
2108 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
2111         (gnus-read-active-for-groups): Don't try to finish getting stuff where
2112         we had no early-data returned.
2113         (gnus-get-unread-articles): Add a sanity check so that we don't issue
2114         two async commands to the same server at the same time.
2116 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
2118         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
2120 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
2123         "warning" level.
2125         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
2126         (mm-url-insert-file-contents): Don't set the package names.
2128 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
2130         * gnus-registry.el (gnus-registry-action): Remove properties and
2131         simplify subject in `gnus-registry-handle-action'.
2132         (gnus-registry-spool-action): Get subject and sender from message if
2133         they are not passed in.
2134         (gnus-registry-handle-action): Remove properties and simplify subject
2135         consistently.
2137 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2139         * registry.el: Require CL before using defmacro*.
2141 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2143         * gnus-art.el (article-treat-date): Assume that
2144         gnus-article-date-headers may be a group parameter.
2146 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
2148         * gnus-registry.el (gnus-registry-handle-action): More debugging.
2150         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
2151         interactively so the newsrc file can contain foreign groups too.
2152         Useful for debugging but not much for users.
2154 2011-04-07  David Engster  <dengste@eml.cc>
2156         * registry.el (registry-usage-test): Only do
2157         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
2158         lexical binding.
2160 2011-04-06  David Engster  <dengste@eml.cc>
2162         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
2163         argument NOERROR for `require', since XEmacs 21.4 does not support it.
2165 2011-04-06  David Engster  <dengste@eml.cc>
2167         * registry.el (initialize-instance): Change :after to :AFTER to be
2168         compatible with old EIEIO version in XEmacs.
2170 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2172         * gnus-registry.el (gnus-registry-post-process-groups)
2173         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
2174         and provide better messaging.
2176 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
2178         * gnus-registry.el: Don't use ERT if it's not available.  Load it
2179         unconditionally anyway, discarding errors.
2180         (gnus-registry-delete-entries): New convenience function.
2181         (gnus-registry-import-eld): Import from old .eld registry.
2183         * registry.el: Don't use ERT if it's not available.  Load it
2184         unconditionally anyway, discarding errors.
2186         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
2187         version from the Claudio Bley GnuTLS patch (extra optional parameters
2188         and host name).
2190 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
2192         * gnus-registry.el (gnus-registry-fixup-registry): New function to
2193         fixup the parameters that can be customized by the user between
2194         save/read cycles.
2195         (gnus-registry-read): Use it.
2196         (gnus-registry-make-db): Use it.
2197         (gnus-registry-spool-action, gnus-registry-handle-action):
2198         Fix messaging.
2199         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
2200         Map references to actual group names with sender and subject tracking.
2201         (gnus-registry-post-process-groups): Use `cond' for better messaging.
2202         (gnus-registry-usage-test): Add subject lookup test.
2204         * registry.el (registry-db, initialize-instance): Set up constructor
2205         instead of :initform arguments for the sake of older Emacsen.
2206         (registry-lookup-breaks-before-lexbind): New method to demonstrate
2207         pre-lexbind merge bug.
2208         (registry-usage-test): Use it.
2209         (initialize-instance, registry-db): Move the non-function initforms
2210         back to the class definition.
2212 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
2214         * registry.el: New library to manage gnus-registry-style data.
2216         * gnus-registry.el: Use it (major rewrite).
2218         * nnregistry.el: Use it.
2220         * spam.el: Use it.
2222 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
2225         marks on non-selected articles.
2227 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
2229         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
2231         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
2232         parameter to open-protocol-stream.
2234 2011-04-01  Julien Danjou  <julien@danjou.info>
2236         * mm-view.el (mm-display-inline-fontify): Do not fontify with
2237         fundamental-mode.
2239 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
2242         servers.
2244 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2246         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
2247         made marks not propagate, again.
2249 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
2251         * proto-stream.el (open-protocol-stream): Bring back `network' type.
2252         Make this the default type.
2253         (proto-stream-open-plain): Rename from proto-stream-open-default.
2254         (open-protocol-stream, proto-stream-open-starttls)
2255         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
2256         with `plain'.
2258         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
2259         value.
2261         * nntp.el (nntp-open-connection-function): Document the fact that some
2262         values are not functions but are instead handled specially.
2263         Recognize nntp-open-plain-stream value.
2264         (nntp-open-connection): Recognize that value.
2266 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2268         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
2269         stuff.
2271         * gnus-score.el (gnus-score-string): Fix calling convention of
2272         `gnus-simplify-buffer-fuzzy' after last patches.
2274         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
2275         server for articles we didn't get any headers for.  This is a sanity
2276         check.
2278 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
2280         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
2281         new CAPABILITY, use it.
2283 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2285         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
2286         downloading anything.
2288         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
2290 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
2292         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
2293         colors.
2294         (gnus-splash-svg-color-symbols): New function.
2296 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2298         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
2299         instead of using the global gnus-simplify-subject-fuzzy-regexp.
2300         (gnus-simplify-subject-fuzzy): Use the local
2301         gnus-simplify-subject-fuzzy-regex instead of the global one.
2302         This makes using this variable in group parameters work.
2304 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
2306         * gnus-registry.el (gnus-registry-unfollowed-groups):
2307         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
2308         archive:sent-YYYY-MM-DD groups).
2309         (gnus-registry-split-fancy-with-parent): Bail out early in sender
2310         tracking if there are more than `gnus-registry-max-track-groups'
2311         matches.
2313 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2315         * message.el (message--yank-original-internal): New function to do the
2316         insertion cleanly inside eval in `message-yank-original'.
2317         (message-yank-original): Use it.
2319 2011-03-29  Julien Danjou  <julien@danjou.info>
2321         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
2322         local variables disabled rather than `normal-mode'.
2324 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
2326         * proto-stream.el: Changes preparatory to merging open-protocol-stream
2327         with open-network-stream.
2328         (proto-stream-always-use-starttls): Option removed.
2329         (open-protocol-stream): Return a process object by default.  Provide a
2330         new parameter :return-list specifying a list-type return value, which
2331         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
2332         :type `network' to `try-starttls', and `network-only' to `default'.
2333         Make `default' the default, for compatibility with open-network-stream.
2334         Handle the no-parameter case exactly as open-network-stream, with no
2335         additional stream processing.  Search plists using plist-get.
2336         Explicitly add :end-of-commend parameter if it is missing.
2337         (proto-stream-open-default): Rename from
2338         proto-stream-open-network-only.  Return 'default as the type.
2339         (proto-stream-open-starttls): Rename from proto-stream-open-network.
2340         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
2341         failed.  Always return a list with a (possibly dead) process as the
2342         first element, for compatibility with open-network-stream.
2343         (proto-stream-open-tls): Use plist-get.  Always return a list.
2344         (proto-stream-open-shell): Return `default' as connection type.
2345         (proto-stream-capability-open): Use plist-get.
2346         (proto-stream-eoc): Function deleted.
2348         * nnimap.el (nnimap-stream, nnimap-open-connection)
2349         (nnimap-open-connection-1): Handle renaming of :type parameter for
2350         open-protocol-stream.
2351         (nnimap-open-connection-1): Pass a :return-list parameter
2352         open-protocol-stream to obtain a list return value.  Parse this list
2353         using plist-get.
2355         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
2356         for open-protocol-stream.  Accept open-protocol-stream return value
2357         that is a subprocess object instead of a list.  Handle the case of a
2358         dead returned process.
2360 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
2362         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
2364         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
2366 2011-03-21  Julien Danjou  <julien@danjou.info>
2368         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
2369         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
2370         query.
2371         (mm-inline-text): Render normal text with fontification whenever
2372         possible.
2374         * gnus-sum.el (gnus-summary-save-parts-1):
2375         * gnus-art.el (gnus-article-browse-html-save-cid-content)
2376         (gnus-article-browse-html-parts, gnus-mime-delete-part)
2377         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
2378         Use `mm-handle-filename'.
2380         * mm-util.el (mm-handle-filename): New function, return the filename of
2381         an handle.
2383 2011-03-18  Julien Danjou  <julien@danjou.info>
2385         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
2386         (gnus-buffer-live-p): Check that buffer is not nil.
2388 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390         * gnus-art.el: Require mouse, which the build bot seems to say is
2391         needed.
2393         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
2394         XEmacs, since it doesn't have url-retrieve-synchronously.
2396 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
2398         * gnus-group.el (gnus-group-list-ticked): New function.
2399         (gnus-group-make-menu-bar): Provide a menu entry for it.
2400         (gnus-group-list-map): Provide a binding for it.
2402 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * shr.el (shr-visit-file): New command.
2406         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
2408 2011-03-17  Bjørn Mork  <bjorn@mork.no>
2410         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
2411         servers.
2413 2011-03-16  Julien Danjou  <julien@danjou.info>
2415         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
2416         inline.
2418         * gnus-art.el (article-hide-list-identifiers):
2419         Use gnus-group-get-list-identifiers.
2421         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
2422         (gnus-summary-remove-list-identifiers):
2423         Use gnus-group-get-list-identifiers to get regexp.
2424         (gnus-select-newsgroup, gnus-summary-insert-subject)
2425         (gnus-summary-insert-articles):
2426         Call gnus-summary-remove-list-identifiers unconditionally.
2428 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
2431         we're selecting a group with unread articles.
2433         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
2435         * gssapi.el: New file separated out from imap.el to provide a general
2436         Kerberos 5 connection facility for Emacs.
2438         * message.el (message-elide-ellipsis): Document the format spec
2439         ellipsis.
2441 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
2443         * message.el (message-elide-region): Allow the ellipsis to say how many
2444         lines were removed.
2446 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2448         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
2449         window configurations containing buffers that are now dead.
2451         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
2452         parsing to avoid integer overflows.
2453         (nnimap-parse-flags): Simplify the last change.
2454         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
2455         too large for 32-bit Emacsen.
2457 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2459         * auth-source.el (auth-source-netrc-create):
2460         * message.el (message-yank-original): Fix use of `case'.
2462 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
2464         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
2465         XEmacs, which was one character too wide.
2467 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
2469         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
2470         default number of articles to display.
2471         (gnus-articles-to-read): Use pretty names for prompt.
2473 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2475         * gnus-int.el (gnus-open-server): Ditto.
2477         * gnus-start.el (gnus-activate-group): Give a backtrace if
2478         debug-on-quit is set and the user hits `C-g'.
2479         (gnus-read-active-file): Ditto.
2481         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
2483 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
2485         * message.el (message-yank-original): Use cond instead of CL case.
2487 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
2489         * auth-source.el (auth-source-netrc-create): Use usual format for the
2490         default in prompts.
2492 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
2494         * auth-source.el (auth-source-netrc-create): Show the default in the
2495         prompt when prompting for token creation.
2497 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
2499         * auth-source.el (auth-source-format-prompt): Always convert the value
2500         to a string to avoid evaluating non-string arguments.
2501         (auth-source-netrc-create): Offer default properly, not as initial
2502         content in `read-string'.
2503         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
2504         of line to determine if we've been run before.  If so, don't run again,
2505         but print a trivial message to indicate the cache was hit instead.
2507 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
2509         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
2510         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
2511         The user will have to run `gnus-sync-read' manually and wait for Cloudy
2512         Gnus.
2514 2011-03-11  Julien Danjou  <julien@danjou.info>
2516         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
2517         modified file".
2519 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
2521         * auth-source.el (auth-source-read-char-choice): New function to read a
2522         character choice using `dropdown-list', `read-char-choice', or
2523         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
2524         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
2525         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
2526         (auth-source-netrc-saver): Use it.
2527         (auth-source-pick-first-password): New convenience function.
2529 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
2531         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
2532         parameter in the credentials.
2533         (nnimap-open-connection-1): Use it after a successful login.
2534         (nnimap-credentials): Add IMAP-specific user and password prompt.
2536         * auth-source.el (auth-source-search): Add :require parameter, taking a
2537         list.  Document it and the :save-function return token.  Pass :require
2538         down.  Change the CREATED message from a warning to a debug statement.
2539         (auth-source-search-backends): Pass :require down.
2540         (auth-source-netrc-search): Pass :require down.
2541         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
2542         Change save prompt to indicate all modifications saved here are
2543         deletions.
2544         (auth-source-netrc-create): Take user login name as default in user
2545         prompt.  Move all the save functionality to a lexically bound function
2546         under the :save-function token in the returned list.  Set up clearer
2547         default prompts for user, host, port, and secret.
2548         (auth-source-netrc-saver): New function, intended to be wrapped for
2549         :save-function.
2551 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
2553         * Version 23.3 released.
2555 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557         * shr.el (shr-table-horizontal-line): Change the defaults for the table
2558         lines to be spaces instead.
2560 2011-03-07  Julien Danjou  <julien@danjou.info>
2562         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
2563         (sieve-sasl-auth): Check that auth-source-search did return something,
2564         or just return an empty string.
2566 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2568         * gnus.el (gnus-interactive): Use read-directory-name.
2570         * gnus-uu.el (gnus-uu-decode-uu-and-save)
2571         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
2572         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
2573         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
2574         Likewise.
2576         * gnus-group.el (gnus-group-make-directory-group): Likewise.
2578 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2580         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
2581         onto the list of killed groups, too.  This makes killed nnimap groups,
2582         for instance, more reliably not reappear.
2584         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
2585         the parent.
2587         * gnus-sum.el (gnus-update-read-articles): Fix typo.
2589         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
2590         really have server-side marks.
2592         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
2593         since most backends do not usefully have server-side marks.
2594         (gnus-update-read-articles): Propagate marks to all backends that
2595         really have server-side marks.
2597 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
2599         * message.el (message-cite-reply-position, message-cite-style):
2600         New variables.
2601         (message-yank-original): Use the new citation styles.
2603 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
2605         * message.el (message-options): Revert the change that's a workaround
2606         for XEmacs buffer-local issue; don't mark it buffer-local when running
2607         under XEmacs.
2609 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
2611         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
2612         numbers too big to be `read'.
2614 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
2616         * message.el (message-options): Make buffer-local two ways to attempt
2617         to fix a XEmacs bug.
2619 2011-03-02  Julien Danjou  <julien@danjou.info>
2621         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
2623 2011-03-01  Julien Danjou  <julien@danjou.info>
2625         * gnus-art.el (list-identifier): Add list-identifier as a parameter
2626         group.
2627         (article-hide-list-identifiers): Use list-identifier group parameter.
2629 2011-02-28  Julien Danjou  <julien@danjou.info>
2631         * sieve.el (sieve-buffer-script-name): New local variable to store
2632         sieve script name.
2633         (sieve-edit-script): Store sieve script name.
2634         (sieve-upload): Use sieve script name when uploading.
2635         (sieve-upload): Use substitute-command-keys.
2636         (sieve-edit-script): Use substitute-command-keys.
2637         (sieve-refresh-scriptlist): Use substitute-command-keys.
2638         (sieve-manage-mode-map): Define keymap properly.
2639         (sieve-manage-mode): Do not set mode name manually, change mode-name to
2640         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
2641         Remove commented code about cvs.
2642         (sieve-manage-quit): New function.
2643         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
2645 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647         * gnus-group.el (gnus-import-other-newsrc-file): New function.
2649 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
2651         * auth-source.el (auth-source-search): Cache empty result sets.
2653         * auth-source.el (auth-source-save-behavior): New variable to replace
2654         `auth-source-never-create'.
2655         (auth-source-netrc-create): Use it.
2656         (auth-source-never-save): Remove.
2658 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
2660         * nnimap.el (nnimap-stream): Doc fix.
2661         (nnimap-open-connection-1): Reverse the order of the ports to that the
2662         prompted-for port is first.
2664         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
2665         retrieval by the no-group selection.
2667         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
2668         numerical parameters.
2670 2011-02-25  Julien Danjou  <julien@danjou.info>
2672         * gnus-gravatar.el: Use gnus-with-article-buffer.
2674         * gnus-art.el (gnus-with-article-buffer): Check that the
2675         gnus-article-buffer is alive.
2677 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
2679         * auth-source.el (auth-source-creation-prompts): New variable to manage
2680         creation-time prompts.
2681         (auth-source-search): Document it.
2682         (auth-source-format-prompt): Add utility function.
2683         (auth-source-netrc-create): Don't default the user name to
2684         user-login-name.  Use `auth-source-creation-prompts' and some default
2685         prompts for user, host, port, and password (the default generic prompt
2686         remains ugly).
2687         (auth-source-never-save): Add customizable option to never save info.
2688         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
2689         mode excursion.
2691 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2693         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
2694         argument that XEmacs doesn't support.
2696 2011-02-23  Julien Danjou  <julien@danjou.info>
2698         * gnus-art.el (article-make-date-line): Ignore errors if time is
2699         invalid and not convertible.
2700         (article-make-date-line): Only add lapsed time if time is not nil.
2702 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
2704         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
2705         `read-char-choice' for backwards compatibility.
2706         (auth-source-netrc-element-or-first): New function to DTRT for
2707         parameter extraction.
2708         (auth-source-netrc-create): Use it and fix multiple parameter print
2709         bug.  Use the default passed from above (given-default) or the
2710         built-in (user-login-name for :user).
2712 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
2714         * gnus-start.el (gnus-dribble-read-file):
2715         Set buffer-save-without-query, since we always want to save the dribble
2716         file, probably.
2718         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
2719         nnimap.
2721         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
2722         -summary- since it's a user-visible variable.
2724         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
2725         first time you use the new Gnus.
2727 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
2729         * auth-source.el: Don't load netrc.el.
2730         (auth-sources): Search ~/.netrc as well by default.
2731         (auth-source-debug): Add 'trivia option for extra output.
2732         (auth-source-do-trivia): Use it.
2733         (auth-source-search): Simplify logic to use
2734         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
2735         appropriate.  Don't keep a running count at this level.  Layer :create
2736         and :delete options appropriately on the first and second passes.
2737         Don't track the backend with the search results.
2738         (auth-source-search-backends): New function to search a list of
2739         backends for a processed spec.
2740         (auth-source-netrc-parse): Cache all netrc files, making
2741         auth-source-netrc-cache an alist keyed by the file name and using the
2742         file mtime as the caching criterion.  Keep the obfuscated data secret
2743         with a lexical bind.
2744         (auth-source-netrc-search): Don't calculate the length of the results
2745         unnecessarily.
2746         (auth-source-search-backends): Fix bug.
2747         (auth-source-netrc-create): Rework prompts.
2749 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
2751         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
2752         Lower case names of search constraints.
2753         (nnir-run-query): Cache and reuse search constraints for all imap
2754         servers.
2756 2011-02-22  Sam Steingold  <sds@gnu.org>
2758         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
2760 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
2762         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
2763         after exit.
2764         (gnus-setup-message): Define missing variable from last checkin.
2766         * gnus-sum.el (gnus-summary-show-article): When called with t as the
2767         value, show the raw article.
2769 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2771         * nnimap.el (nnimap-open-connection-1): Revert last change, since
2772         auth-source now accepts numbers.
2774         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
2775         spec, too.
2776         (auth-source-ensure-strings): New function.
2778         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
2779         (gnus-article-setup-buffer): Always restart the date timer so that user
2780         changes to the frequency is respected.
2782         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
2783         port numbers, so make sure it gets that if nnimap-server-port is
2784         explicit.
2786 2011-02-21  Simon Josefsson  <simon@josefsson.org>
2788         * nnimap.el (nnimap-inbox): Doc fix.
2790 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
2792         * shr-color.el (shr-color->hexadecimal): Use renamed function names
2793         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
2794         color-lab-to-srgb.
2796 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2798         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
2799         given method as in the group name if we're using an extended method.
2800         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
2801         command, if we're using that, instead of waiting for the beginning.
2803         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
2804         we're sure to get unique server names, and we don't output two async
2805         commands in the same buffer.  This fixes an NNTP hang for some users.
2807 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
2809         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
2810         summary buffer before reading going to the next buffer.  This avoids
2811         putting the point in the group buffer if you `C-g' the command.
2813         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
2814         cache (for now) to make ~/.authinfo.gpg files usable.
2816         * nnfolder.el (copyright-update): Define for the compiler.
2818         * auth-source.el (auth-source-search): Fix unbound variable.
2820 2011-02-19  Glenn Morris  <rgm@gnu.org>
2822         * gnus.el (gnus-meta): Doc fix.
2824 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
2826         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
2827         in case it's not yet loaded.
2829 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
2831         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
2832         line we're waiting for.
2834 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
2836         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
2837         face with line-width greater than zero will cause RET in gnus summary
2838         buffer to scroll down article page-wise because auto vscroll happens,
2839         it should be temporally disabled when doing a scroll-up.
2841 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
2843         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
2844         outputs from the server.
2846 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
2848         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
2849         later so that bbdb can hook in easier.
2851 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
2853         * auth-source.el (auth-source-search): Don't try to create credentials
2854         if the caller doesn't want that.
2855         (auth-source-search): If we don't find a match, don't bug out on
2856         non-bound variables.
2857         (auth-source-search): Only ask a single backend to create the
2858         credentials.
2860         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
2861         logging.
2862         (nnimap-credentials): Protect against auth-source-search returning nil.
2863         (nnimap-request-list): Protect against not being able to open the
2864         server.
2866 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
2868         * auth-source.el (auth-source-search): Do a two-phase search, one with
2869         no :create to get the responses from all backends.
2871         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
2872         when getting credentials.
2874         * gnus-util.el (gnus-delete-duplicates): New function.
2876 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
2878         * nnimap.el (nnimap-credentials): Instead of picking the first port as
2879         a creation default, pass the whole port list down.  It will be
2880         completed.
2882         * auth-source.el (auth-source-search): Updated docs to talk about
2883         multiple creation choices.
2884         (auth-source-netrc-create): Accept a list as a value (from the search
2885         parameters) and do completion on that list.  Keep a separate netrc line
2886         with the password obscured for showing the user.
2888         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
2889         first choice to `auth-source-search' so it will be used for entry
2890         creation instead of the server's Gnus-specific name.
2891         (nnimap-credentials): Rely on the auth-source library to select which
2892         port is actually wanted in the new netrc entry, so don't override
2893         `auth-source-creation-defaults'.
2895         * auth-source.el (auth-source-netrc-parse): Use :port instead of
2896         :protocol and accept a missing user, host, or port as a wildcard match.
2897         (auth-source-debug): Default to off.
2899         (auth-source-netrc-search, auth-source-netrc-create)
2900         (auth-source-secrets-search, auth-source-secrets-create)
2901         (auth-source-user-or-password, auth-source-backend, auth-sources)
2902         (auth-source-backend-parse-parameters, auth-source-search): Use :port
2903         instead of :protocol.
2905         * nnimap.el (nnimap-credentials): Pass a port default to
2906         `auth-source-search' in case an entry needs to be created.
2907         (nnimap-open-connection-1): Use :port instead of :protocol.
2909 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2911         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
2912         instead of delete-dups that is not available in XEmacs 21.4.
2914 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
2916         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
2917         nil means that nnimap doesn't get updated.
2919 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
2921         * auth-source.el (auth-source-netrc-create): Return a synthetic search
2922         result when the user doesn't want to write to the file.
2923         (auth-source-netrc-search): Expect a synthetic result and proceed
2924         accordingly.
2925         (auth-source-cache-expiry): New variable to override
2926         `password-cache-expiry'.
2927         (auth-source-remember): Use it.
2929         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
2930         parameter.  Create entry if necessary by using :create t.
2931         (nnimap-open-connection-1): Don't pass `inhibit-create'.
2933 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
2935         * auth-source.el (auth-source-debug): Enable by default and don't
2936         mention the obsolete `auth-source-hide-passwords'.
2937         (auth-source-do-warn): New function to debug unconditionally.
2938         (auth-source-do-debug): Use it.
2939         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
2940         and for Secrets API entries when the secrets.el library is not
2941         available.
2943 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2945         * gnus-sum.el (gnus-propagate-marks): Default to nil.
2946         (gnus-summary-exit): Kill the correct article buffer on exit from a
2947         `C-d' group.
2949         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
2950         gnus-propagate-marks.
2952         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
2953         before killing the buffers so that a non-full window conf gets handled
2954         correctly.
2955         (gnus-summary-exit): Ditto.
2956         (gnus-summary-read-group-1): Ditto.
2958         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
2959         async code again so that we can debug it properly.
2961         * message.el (message-reply): Take an optional switch-buffer parameter
2962         so that Gnus window confs are respected better.
2964 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
2966         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
2967         `plist-get' to accept non-list parameters (XEmacs issue).
2968         Fix docstring.
2969         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
2970         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
2971         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
2972         Login collection is "Login" and not "login".
2974 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
2976         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
2977         multiple headers.
2979         * nnimap.el (nnimap-inhibit-logging): New variable.
2980         (nnimap-log-command): Don't log login commands.
2982         * auth-source.el (auth-source-netrc-search): The asserts seem to want
2983         to have more parameters.
2985         * nnimap.el (nnimap-send-command): Mark the command time for each
2986         command, so that we don't get NOOPs stepping on our toes.
2988         * gnus-art.el (article-date-ut): Get the date from the Date header on
2989         `t'.
2991 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2993         * auth-source.el (auth-source-search): Use copy-sequence instead of
2994         the cl.el copy-list.
2996 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
2998         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
2999         Improve prompt.
3001 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
3003         * gnus-art.el (gnus-article-mode-line-format): Remove the article
3004         washing status from the default format.  It isn't very informative.
3006 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
3008         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
3009         Fix Gcc processing on imap.
3011 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3013         * message.el (message-bury): Don't pop up a new window when selected
3014         window is dedicated.
3016 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
3018         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
3020 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
3022         * sieve-manage.el: Autoload `auth-source-search'.
3023         (sieve-sasl-auth): Use it.
3025 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
3027         * nnimap.el: Autoload `auth-source-forget+'.
3028         (nnimap-open-connection-1): Use it if the connection fails.
3030         * auth-source.el: Require `password-cache'.
3031         (auth-source-hide-passwords, auth-source-cache): Remove and mark
3032         obsolete.
3033         (auth-source-magic): Marker for `password-cache' keys.
3034         (auth-source-do-cache): Update docstring.
3035         (auth-source-search): Use and check cache.
3036         (auth-source-forget-all-cached, auth-source-remember)
3037         (auth-source-recall, auth-source-forget, auth-source-forget+)
3038         (auth-source-specmatchp): Caching support functions.
3039         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
3040         Remove and obsolete.
3041         (auth-source-user-or-password): Remove caching to further discourage
3042         using it.  Always hide passwords.
3044 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
3046         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
3047         code for now, since it doesn't work for all users.
3049 2011-02-09  Julien Danjou  <julien@danjou.info>
3051         * message.el (message-options): Make message-options really buffer
3052         local.
3054 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
3056         * mail-source.el: Autoload `auth-source-search'.
3057         (mail-source-keyword-map): Note order matters.
3058         (mail-source-set-1): Get all the mail-source source values and
3059         defaults and search auth-source on those if needed.  This can all
3060         probably be simplified.
3062         * nnimap.el: Autoload `auth-source-search'.
3063         (nnimap-credentials): Use it.
3064         (nnimap-open-connection-1): Ask for the virtual server and physical
3065         address in one shot.
3067         * nntp.el: Autoload `auth-source-search'.
3068         (nntp-send-authinfo): Use it.  Note TODO.
3070 2011-02-08  Julien Danjou  <julien@danjou.info>
3072         * shr.el (shr-tag-body): Add support for text attribute in body
3073         markups.
3075         * message.el (message-options): Make message-options a local variable.
3077 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
3079         * auth-source.el (auth-source-secrets-search)
3080         (auth-source-user-or-password): Use `append' instead of `nconc'.
3081         (auth-source-user-or-password): Build return list better and protect
3082         against nil :secret.
3084 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
3086         * nnimap.el (nnimap-update-info): Refactor slightly.
3087         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
3088         (nnimap-update-info): Clean up slightly.
3089         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
3090         characters.
3091         (nnimap-process-quirk): Rename function to avoid collision.
3092         (nnimap-update-info): Fix macrology bug-out.
3093         (nnimap-update-info): Simplify split history test.
3095 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
3097         * auth-source.el (top): Require 'eieio unconditionally.
3098         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
3099         (auth-source-secrets-search): Limit search when `max' is greater than
3100         number of results.
3102 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
3104         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
3105         part not returning any data.
3107         * proto-stream.el (open-protocol-stream): Document the return value.
3109 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3111         * auth-source.el (auth-source-secrets-search): Add examples.
3113 2011-02-06  Julien Danjou  <julien@danjou.info>
3115         * message.el (message-setup-1): Handle message-generate-headers-first
3116         set to t.
3118 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
3120         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
3121         API with a string "secrets:collection-name" and with 'default.
3122         (auth-source-backend-parse): Parse "secrets:collection-name" and
3123         'default.  Recurse on parses instead of repeating code.  Use the
3124         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
3125         message when ignoring a source.
3126         (auth-source-search): List ignored search keys at the top level.
3127         (auth-source-netrc-create): Use `case' instead of `cond'.
3128         (auth-source-secrets-search): Created with TODOs.
3129         (auth-source-secrets-create): Created with TODOs.
3130         (auth-source-retrieve, auth-source-create, auth-source-delete)
3131         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
3132         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
3133         (auth-source-user-or-password-sftp)
3134         (auth-source-user-or-password-smtp): Remove.
3135         (auth-source-user-or-password): Deprecated and modified to be a wrapper
3136         around `auth-source-search'.  Not tested thoroughly.
3138 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
3140         * auth-source.el: Bring in assoc and eioeio libraries.
3141         (secrets-enabled): New variable to track the status of the Secrets API.
3142         (auth-source-backend): New EIOEIO class to represent a backend.
3143         (auth-source-creation-defaults): New variable to set prompt defaults
3144         during token creation (see the `auth-source-search' docstring for
3145         details).
3146         (auth-sources): Simplify to allow a simple string as a netrc backend
3147         spec.
3148         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
3149         (auth-source-backend-parse-parameters): Fill in the backend parameters.
3150         (auth-source-search): Main auth-source API entry point.
3151         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
3152         (auth-source-search-collection): Helper function for searching.
3153         (auth-source-netrc-parse, auth-source-netrc-normalize)
3154         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
3155         Supports search, create, and delete.
3156         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
3157         backend stubs.
3158         (auth-source-user-or-password): Call `auth-source-search' but it's not
3159         ready yet.
3161 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
3163         * message.el (message-setup-1): Remove the read-only stuff, since it
3164         doesn't work under XEmacs, for some reason.
3166         * gnus-sum.el (gnus-user-date): Rename back from
3167         gnus-summary-user-date since user code refers to it.
3169         * shr.el (shr-render-td): Store the actual background color used.
3171         * message.el (message-setup-1): Don't bind the constant
3172         -forbidden-properties.
3173         (message-setup-1): Revert previous change, since it needs to bind the
3174         props to insert them.
3175         (message-resend): Allow removing the read-only separator line.
3177 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3179         * nnimap.el (nnimap-request-accept-article): Give an error message if
3180         the APPEND wasn't successful.
3182 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
3184         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
3185         that have no groups.
3187 2011-02-03  Julien Danjou  <julien@danjou.info>
3189         * gnus-draft.el: Remove progn around gnus-draft-setup.
3191 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3193         * gnus-start.el (gnus-read-active-for-groups): This function is never
3194         called with a nil `infos', so clean that up.
3195         (gnus-get-unread-articles): Request active files from primary/secondary
3196         methods that have no groups (yet).
3198 2011-02-03  Julien Danjou  <julien@danjou.info>
3200         * message.el (message-setup-1): Always generate References first.
3201         (message-mail): Return the return value of message-setup, not always t.
3202         (message-setup-1): Insert mail-header-separator with read-only and
3203         intangible properties set.
3205         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
3206         user-date in docstring.
3208         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
3210         * gnus.el (gnus-summary-line-format): Mention &user-date format in
3211         docstring.
3213         * gnus.el (gnus-user-date-format-alist): Change default value.
3214         Use defcustom, with type and group.  Move from gnus-util.el.
3215         Rename to gnus-summary-user-date-format-alist.
3217 2011-02-03  Glenn Morris  <rgm@gnu.org>
3219         * nnimap.el (gnus-fetch-headers): Declare.
3221         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
3223 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
3225         * message.el (message-forward-make-body-digest-plain)
3226         (message-followup, message-reply): Clean up things noted by Stefan.
3228         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
3229         gnus-article-update-date-headers is nil.
3230         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
3231         it didn't really work with defcustom.
3232         (article-update-date-lapsed): Make sure the window start doesn't move,
3233         either.
3235 2011-02-01  Julien Danjou  <julien@danjou.info>
3237         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
3238         format.
3240         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
3241         standard in Emacs nowadays.
3243 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3245         * message.el (message-expand-name): Don't trust the return value of
3246         bbdb-complete-name.
3247         (message-check-news-header-syntax): Remove unused var `start'.
3248         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
3249         (message-inhibit-body-encoding): Move to before first use.
3250         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
3251         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
3252         (Organization, Message-ID, Date, mh-previous-window-config):
3253         Defvar the vars using dynamic scoping.
3255 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
3257         * shr.el (shr-render-td): Only do colors at the final rendering.
3258         Should be slightly faster.
3259         (shr-insert-table): Fix up TD background colors when doing the
3260         vertical padding.
3262         * gnus-art.el (article-date-ut): Protect against articles with no Date
3263         header.
3264         (article-update-date-lapsed): Don't use current-column to find the
3265         horizontal position.  It's fragile in the presence of \003 characters.
3267         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
3269 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3271         * gnus-art.el (article-transform-date): Rewrite to still work when
3272         there are several rfc2822 parts.
3273         (article-transform-date): Fix infinite recursion.
3274         (article-date-ut): Replace infinitely many Date headers with a single
3275         one when called interactively.
3277         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
3278         secure manner.
3280         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
3281         move around by not using save-window-excursion.  It seems to work...
3283 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3285         * gnus-art.el (article-make-date-line): Work for user-defined format.
3287 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3289         * nntp.el (nntp-retrieve-group-data-early)
3290         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
3291         fetching functions.
3293         * gnus-start.el (gnus-read-active-for-groups): Read the active files
3294         thoroughly for all backends that have no known groups.  This should
3295         allow new nnml methods to retrieve mail.
3297         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
3298         that Gnus doesn't know exists again.
3300         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
3301         (gnus-treat-date-ut): Ditto.
3302         (gnus-article-update-date-header): Rename.
3303         (gnus-treat-date-local): Remove.
3304         (gnus-treat-date-english): Remove.
3305         (gnus-treat-date-lapsed): Remove.
3306         (gnus-treat-date-combined-lapsed): Remove.
3307         (gnus-treat-date-original): Remove.
3308         (gnus-treat-date-iso8601): Remove.
3309         (gnus-treat-date-user-defined): Remove.
3310         (gnus-article-date-headers): New variable to control all the date
3311         header options.
3312         (article-date-ut): Rewrite to allow using the new way to format date
3313         headers(s).
3315 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
3317         * nnmail.el (nnmail-article-group): Check for a direct fancy split
3318         method.
3319         (nnmail-article-group): A better test for fanciness.
3321         * nnimap.el (nnimap-request-head): Protect against not finding the
3322         article by Message-ID.
3324 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
3326         * gnus-art.el (article-update-date-lapsed): Try a better way to really
3327         keep point at the "same place".
3329 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3331         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
3332         data if the group is inactive.
3334 2011-01-28  Julien Danjou  <julien@danjou.info>
3336         * gnus-win.el: Remove dead function gnus-window-configuration-element.
3337         (gnus-all-windows-visible-p): Remove old compatibility code.
3338         (gnus-window-top-edge): Add docstring.
3340         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
3342 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
3344         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
3345         older request-update-info.
3347         * gnus-art.el (article-make-date-line): Limit the length a bit more.
3349 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
3351         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
3352         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
3354 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3356         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
3357         groups.  This makes the nndraft:queue group pop up if it's not already
3358         there.
3360         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
3361         messages" logic, which was reversed.
3363         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
3364         the "same place" even if point is on the line being replaced.
3365         (article-update-date-lapsed): Allow updating both the combined lapsed
3366         and the lapsed headers.
3367         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
3368         (article-make-date-line): Limit the number of segments dynamically to
3369         avoid too-long lines.
3371 2011-01-27  Julien Danjou  <julien@danjou.info>
3373         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
3374         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
3376 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3378         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
3379         Use plist-get instead of the cl function getf.
3381 2011-01-27  Glenn Morris  <rgm@gnu.org>
3383         * gnus-util.el (float-time): Get rid of compiler warning, again.
3385 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
3387         * shr.el (shr-put-color): Special-case background colors: Do put them
3388         at the blank parts at the front of the lines.
3390         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
3391         exit hook to nix out all data on readedness on group exit.
3393         * gnus-util.el (float-time): If float-time is bound, always use it on
3394         all Emacsen.  It's unclear why the subrp check was there.
3395         (time-date): Require to make some autoload issues on XEmacs go away.
3397         * shr.el (shr-put-color): Don't do the box padding in tables, since
3398         they're already padded.
3400 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
3402         * gnus-art.el (gnus-article-next-page): When the last line of the
3403         article is displayed, scroll down once more instead of going to the
3404         next article at once.
3405         (article-lapsed-string): Refactor out and allow specifying how many
3406         segments you want.
3407         (gnus-article-setup-buffer): Start updating the lapsed header directly.
3408         (gnus-article-update-lapsed-header): New variable.
3410         * shr.el: Revert change that made headings use different-sized faces.
3411         The Emacs display engine isn't advanced enough that, for instance,
3412         tables can comfortably use differently-sized faces.
3414 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3416         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
3417         used.
3418         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
3419         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
3420         we're using an encrypted connection.
3422         * proto-stream.el: Alter the interface functions to also return the
3423         actual stream type used: network or TLS.
3425 2011-01-25  Julien Danjou  <julien@danjou.info>
3427         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
3428         (mm-display-javascript-inline): New function.
3430         * mm-decode.el (mm-inline-media-tests): Add application/javascript
3431         viewing function.
3433 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
3435         * shr.el (shr-expand-newlines): Fix variable name.
3437 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3439         * shr.el (shr-expand-newlines): Make nested boxes work.
3441 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3443         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
3444         backgrounds.
3445         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
3446         in a more sensible manner.
3448 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
3450         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
3451         if EPG is loaded.
3453 2011-01-24  Julien Danjou  <julien@danjou.info>
3455         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
3456         tags.
3458 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
3460         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
3461         commands.
3463         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
3464         in the article buffer.
3465         (gnus-gravatar-insert): Use blank space from the current buffer to
3466         avoid breaking text properties.  This makes X-Sent updating work again.
3468         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
3470 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
3472         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
3473         fix the bug in url-http.el instead.
3475         * shr.el (shr-image-fetched): Ditto.
3477         * shr.el (shr-image-fetched): Avoid having point move in the article
3478         buffer.
3480         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
3481         buffer after being called.  It's apparently being killed by url.el, and
3482         killing it made point move to end-of-buffer in a random buffer.
3484         * shr.el (shr-image-fetched): Ditto.
3486 2011-01-23  Julien Danjou  <julien@danjou.info>
3488         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
3490         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
3491         text/x-org.
3493 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3495         * gnus-sum.el (gnus-summary-move-article): Protect against backends
3496         (i.e., nnimap) returning nil as the article number.
3498 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
3500         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
3501         "DelSp" parameter in RFC3676.
3503 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3505         * message.el (message-check-recipients): Display the encoded version of
3506         the bogus address if they differ.
3508         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
3509         after sending.
3511         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3513         * gnus-group.el (gnus-group-refresh-group): New convenience function.
3515         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
3516         group buffer after sending the queue.
3518         * gnus-agent.el (gnus-agent-send-mail): Ditto.
3520 2011-01-22  Julien Danjou  <julien@danjou.info>
3522         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
3524 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
3526         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
3527         nested related parts.
3529         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
3530         unexpired articles.  This fixes the regression that led expiry marks to
3531         disappear from nnfolder groups.
3533 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
3535         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
3536         Don't confuse the "ret" of "retrograde" with RET.
3538 2011-01-21  Julien Danjou  <julien@danjou.info>
3540         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
3541         than mm-insert-inline.
3543 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3545         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
3546         Widen article buffer.
3548 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
3550         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
3551         the temp buffer.
3552         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
3554 2011-01-20  Julien Danjou  <julien@danjou.info>
3556         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
3558         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
3559         than mm-insert-inline to insert inline part: this respect
3560         mm-inline-media-tests displayers.
3562         * mm-view.el (mm-display-shell-script-inline): New function.
3564         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
3566         * mm-uu.el (mm-uu-type-alist): Add org block.
3567         (mm-uu-org-src-code-block-extract): New function.
3569         * mm-view.el (mm-display-org-inline): New function.
3571         * mm-decode.el (mm-automatic-display): Add text/org.
3573         * mailcap.el (mailcap-mime-extensions): Add .org.
3575 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3577         * gnus-art.el (gnus-article-highlight): Remove argument passed to
3578         gnus-article-add-buttons.
3580 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
3582         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
3583         From header with a date and "nobody" as the sender.
3585 2011-01-19  Julien Danjou  <julien@danjou.info>
3587         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
3588         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
3589         if you have the same regexp several times.
3590         (gnus-button-push): Fix matching when regexp is symbol.
3592 2011-01-15  Glenn Morris  <rgm@gnu.org>
3594         * message.el (message-mail): A compose-mail function should
3595         accept headers as strings.
3597 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
3599         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
3600         Add :vert-only tags.
3601         (message-mail): New arg RETURN-ACTION.
3602         (message-return-action): New var.
3603         (message-bury): Use it.
3604         (message-mode): Make it buffer-local.
3605         (message-send-and-exit): Always call message-bury.
3607         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
3608         message-mail.
3610 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3612         * nnimap.el (nnimap-convert-partial-article): Protect against
3613         zero-length body parts.
3615         * mm-decode.el (mm-preferred-alternative-precedence):
3616         Discourage showing empty parts.
3618         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
3619         and stuff if the backend didn't return the article number.  This fixes
3620         an Exchange-related nnimap bug.
3622         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
3623         group window, because it does the wrong thing when a separate frame
3624         displays the group buffer.
3626         * proto-stream.el (open-protocol-stream): Protect against the low-level
3627         transport functions returning nil.
3629 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
3631         * mml2015.el (epg-sub-key-fingerprint): Autoload.
3632         (mml2015-epg-find-usable-secret-key): New function.
3633         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
3634         mml2015-epg-find-usable-key (Bug#7797).
3635         (mml2015-epg-encrypt): Ditto.
3637 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
3641 2011-01-03  Glenn Morris  <rgm@gnu.org>
3643         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
3645         * sieve.el (sieve-open-server): Give a more explicit error if
3646         sieve-manage-open returns nil.  (Bug#7720)
3648 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
3650         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
3652 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3654         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
3655         This avoids sending passwords in plain text over non-encrypted
3656         channels.
3658         * shr.el (shr-rescale-image): Display all GIF images as animated images.
3660         * nnimap.el (nnimap-login): Refactored out into own function, and
3661         implement CRAM-MD5.
3662         (nnimap-wait-for-line): Refactored out.
3664         * mm-view.el (mml-smime): Require.
3666 2010-12-20  David Engster  <deng@eml.cc>
3668         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
3669         use EPG to decrypt S/MIME messages instead of openssl.
3671 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
3675         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
3676         status is the group clearly is unreachable.
3678         * auth-source.el (auth-source-create): Add the optional second
3679         parameter to `local-variable-p' to be compatible with XEmacs.
3681 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
3683         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
3684         work when using a compressed nnml folder.
3686 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3688         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
3689         backends after sanitising on entry, because this never makes sense:
3690         If the articles have gone missing, then the data no longer exists on
3691         the backend, and if they haven't, then Gnus is wrong, and shouldn't
3692         overwrite anything anyway.
3694         * shr.el (shr-insert-document): Bind shr-width dynamically to
3695         window-width if it's nil.
3697 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
3699         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
3700         with the meaning of using the full emacs window width for rendering.
3702 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
3704         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
3705         case when sender is not given.
3707 2010-12-23  Julien Danjou  <julien@danjou.info>
3709         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
3710         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
3711         the addresses, otherwise we might misplaced the gravatar.
3713 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
3715         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
3716         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
3717         obsolete in Emacs.
3719 2010-12-20  Julien Danjou  <julien@danjou.info>
3721         * gnus-util.el (gnus-rescale-image): Revert last change.
3723 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725         * gnus-group.el (gnus-group-delete-articles): New command.
3727 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3729         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
3731 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
3734         here, since it's up to the backends to do CRLF removal if their
3735         protocol has it.
3737         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
3739 2010-12-17  Julien Danjou  <julien@danjou.info>
3741         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
3742         they are from file.  Can also scale up.
3744 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
3746         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
3747         Restore gnus-use-agent.
3748         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
3750         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
3752 2010-12-17  Julien Danjou  <julien@danjou.info>
3754         * gravatar.el (gravatar-retrieve-synchronously): New function.
3755         (gravatar-get-data): Make more robust.
3757 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3759         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
3760         to really consider the last line.
3762 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
3764         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
3765         list of recipient keys, or use symmetric encryption if not a list.
3766         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
3767         EPA override, replacing the call to `netrc-store-data'.
3769 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
3771         * gnus-srvr.el: Avoid passing nil regexp argument to
3772         delete-matching-lines.
3774 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
3777         fetching stops when Gnus exits.
3779         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
3780         function.
3781         (nnfolder-request-expire-articles): Save all the buffers after doing
3782         expiry.
3784         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
3785         the last article", since that led to serious performance regressions
3786         when expiring nnml groups.
3788 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
3790         * nnir.el: Improve customizations.
3792 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3794         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
3796         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
3797         group has been killed.
3798         (gnus-group-yank-group): Ditto.
3800         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
3802         * nnimap.el (nnimap-request-update-group-status): New function.
3804         * gnus-int.el (gnus-request-update-group-status): New interface
3805         function.
3807         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
3808         copying read-ness to the backends.
3810         * nnimap.el (nnimap-quirk): New function.
3811         (nnimap-retrieve-group-data-early): Use it.
3812         (nnimap-quirks): New alist.
3814 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3816         * shr.el (shr-insert): Set shr-start after deleting trailing space;
3817         don't delete it within indentation.
3819 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3821         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
3822         previous line.
3824 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3826         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
3827         QRESYNC command by deleting a superfluous space which broke Cyrus
3828         servers.  This change will break other servers that are buggy the other
3829         way around.
3831 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
3833         * spam.el: Reindent and fix long lines.
3834         (spam-copy-or-move-routine): Exclude invalid move destinations.
3836 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
3838         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
3839         installed the registry.
3841 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3843         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
3844         groupname doesn't contain "gmane".
3846 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3848         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
3849         (gnus-1): Don't create the nndrafts group twice.
3850         (gnus-setup-news): There's no need to read the active file here, since
3851         that's done again later on a per-backend basis.
3852         (gnus-start-draft-setup): Make sure that the new group is started out
3853         empty.
3855         * gnus-agent.el (gnus-agentize): Don't create the queue group
3856         automatically on startup.  It'll be created later, if needed.
3858         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
3859         of automatically subscribed groups.
3860         (gnus-auto-subscribed-categories): New variable.
3861         (gnus-matches-options-n): Use it.
3862         (gnus-default-subscribed-newsgroups): Remove unused variable.
3863         (gnus-start-draft-setup): Message a bit less.
3865 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
3867         * nnir.el (nnir-run-imap): Return article list in order of increasing
3868         UID.
3870 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3872         * gnus-sum.el (gnus-summary-enter-digest-group):
3873         Mention gnus-auto-select-on-ephemeral-exit.
3875         * proto-stream.el (proto-stream-open-network-only): Fix the calling
3876         convention of the network-only option.
3878 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3880         * proto-stream.el (proto-stream-open-network-only): New function to
3881         have a way to specify non-STARTTLS upgrade connections.
3883 2010-12-10  Julien Danjou  <julien@danjou.info>
3885         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
3886         email address is nil.
3888         * message.el (message-bogus-recipient-p): Set address to "" if nil.
3890 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
3892         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
3893         deletion.
3894         (nnir-run-imap): Only need to parse list once.
3896 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3898         * shr.el (shr-tag-script): Ignore <script>.
3899         (shr-tag-label): Add <label> support.
3901 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3903         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
3905         * shr.el (shr-image-displayer): Work for images lined side by side.
3907 2010-12-08  Robert Pluim  <rpluim@gmail.com>
3909         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
3910         parameter, since XEmacs doesn't accept t as a parameter.
3912 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
3914         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
3915         ids.
3916         (nnir-run-gmane): Simplify groupspec formatting.
3917         (nnir-request-expire-articles): New function.
3919 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3921         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
3922         overflow, possibly.
3924         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
3925         (shr-render-td): Handle td style="" better.
3926         (shr-tag-table): Use the color from the style sheet.
3927         (shr-render-td): Make sure we copy over all the overlays, too.
3929 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
3931         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
3932         (nnir-request-article): Improve article retrieval.
3934 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3936         * mm-util.el (mm-extra-numeric-entities): New variable.
3938         * mm-url.el (mm-url-decode-entities):
3939         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
3941 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3943         * message.el: Use completion-at-point.
3944         (message-completion-function): New fun, extracted from message-tab.
3945         (message-mode): Use it for completion-at-point-functions.
3946         (message-tab): Use it and completion-at-point.
3948 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3950         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
3951         character if a non-breakable character follows.
3953 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3955         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
3956         any stream.
3958         * shr.el (shr-tag-font): Colorize the region.
3959         (shr-tag-body): Ditto.
3960         (shr-tag-font): Actually let the styles be inherited instead of
3961         overwriting them.
3962         (shr-tag-font): Get the background color right.
3963         (shr-tag-style): Ignore all <style> tags for the moment.
3965         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
3966         a Message-ID to avoid having nnimap depend on gnus-sum.
3968         * shr.el (shr-descend): Only colorize something if we have a node that
3969         sets colors.
3971 2010-12-06  Julien Danjou  <julien@danjou.info>
3973         * shr.el (shr-render-td): Render td content with shr-descend, so style
3974         will be applied to <td> too.
3975         (shr-colorize-region): Colorize region even if we only have a background.
3976         (shr-tag-body): Fix color and background color inheritance.
3977         Do not recolorize after shr-generic.
3978         (shr-tag-font): Let shr-generic colorize via inheritance.
3980 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3982         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
3984 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
3986         * nnir.el (nnir-request-move-article): Remove obsolete code.
3988 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3990         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
3992 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3994         * gnus-sum.el (gnus-summary-respool-article): The completion function
3995         expects a list instead of an alist.
3997         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
3998         string as the parameter.
4000         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
4002         * shr.el (shr-stylesheet): New dynamic variable for cascading the
4003         styles.
4004         (shr-colorize-region): New function.
4005         (shr-insert-background-overlay): Remove.
4006         (shr-render-td): Background setting should be taken care of on a higher
4007         level.
4008         (shr-tag-body): Use post-hoc colorizations.
4009         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
4010         (shr-put-color-1): Don't overwrite old colors.
4011         (shr-colorize-region): When the background color isn't explicit, use
4012         a fixed background.
4014         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
4015         nnmail variables.
4017 2010-12-05  Bjørn Mork  <bjorn@mork.no>
4019         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
4020         unless necessary.
4022 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
4024         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
4025         server.
4027 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4029         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
4030         so that TAB works.
4032         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
4033         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
4035         * shr.el (shr-urlify): Show the URL before the title to avoid
4036         misleading URLs.
4038 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
4040         * shr.el (shr-urlify): Display the title in <a> tags.
4042 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
4044         * nnir.el (nnir-categorize): Replace mapcar with mapc.
4046 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
4048         * nnir.el: Rearrange code to allow macros to be autoloaded by
4049         gnus-sum.el.
4050         (nnir-retrieve-headers-override-function): Make this variable
4051         customizable.
4052         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
4054         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
4055         from nnir.el.
4057 2010-12-03  Julien Danjou  <julien@danjou.info>
4059         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
4061 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4063         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
4064         allow optional argument `environment'.
4066 2010-12-03  Glenn Morris  <rgm@gnu.org>
4068         * mm-extern.el (message-goto-body): Update declaration.
4070 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4072         * gnus-util.el (gnus-macroexpand-all): New function.
4074         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
4075         instead of macroexpand-all that is unavailable in XEmacs.
4077 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
4079         * nnir.el (nnir-summary-line-format): New variable.
4080         (nnir-mode): Use it.
4081         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
4082         (nnir-article-ids): Reimplement as defsubst.
4083         (nnir-retrieve-headers): Don't mangle the subject header.
4084         (nnir-run-imap): Use 100 as RSV score.
4085         (nnir-run-find-grep): Fix for full server searching.
4086         (nnir-run-gmane): Better restriction to gmane groups.
4088         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
4089         summary buffers.
4091 2010-12-02  Julien Danjou  <julien@danjou.info>
4093         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
4095         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
4097         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
4098         support.
4100 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
4102         * nnir.el: Update to handle the registry better.
4103         (autoload): Silence byte-compiler.
4104         (nnir-open-server): Add a hook for nnir groups.
4105         (nnir-request-move-article): Don't mangle the header.  Better to use
4106         formatting variables (which will be added in the future).
4107         (nnir-registry-action): Update the registry using the original article
4108         group name.
4109         (nnir-mode): Install nnir-specific hooks for updating the registry.
4111         * gnus-sum.el
4112         (gnus-article-original-subject,gnus-newsgroup-original-name):
4113         Remove obsolete variables.
4114         (gnus-summary-move-article): Remove use of obsolete variables.
4115         (gnus-summary-local-variables): Make move and delete hooks local to
4116         summary buffers.
4118 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120         * rtree.el: New file.
4122 2010-12-01  Julien Danjou  <julien@danjou.info>
4124         * message.el (message-user-organization): Do not use
4125         gnus-local-organization.
4127         * gnus.el: Remove gnus-local-organization.
4129         * gnus-msg.el: Remove nastygram thing.
4131 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
4133         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
4134         funcall.
4136 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4138         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
4139         names.
4141         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
4142         characters.
4144         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
4145         to t of inhibit-read-only since it is inside gnus-with-article-headers.
4146         Suggested by Štěpán Němec <stepnem@gmail.com>.
4147         (gnus-gravatar-transform-address): Use mail-extract-address-components
4148         that supports non-ASCII names rather than mail-header-parse-addresses.
4150 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
4153         handled by the network handler.
4155 2010-11-30  Julien Danjou  <julien@danjou.info>
4157         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
4158         (nnimap-open-connection-1): Fix PREAUTH.
4160         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
4162 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4164         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
4165         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
4166         (shr-insert): Use them.
4167         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
4169 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4171         * nnir.el (nnir-request-move-article): Bail out if original group
4172         doesn't support article moves.
4173         (nnir-get-active): Improve active list retrieval.
4175 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * shr.el (shr-find-fill-point): Don't break before apostrophes.
4179 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
4181         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
4182         seem to accept strings-with-numbers as port numbers,
4184 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
4186         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
4187         change the registry.
4189 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4191         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
4192         delete-dups that is not available in XEmacs 21.4.
4194         * mm-util.el (mm-delete-duplicates): Add comment.
4196 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
4198         * nnir.el (nnir-ignored-newsgroups): New variable.
4199         (nnir-get-active): Use it.
4201 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4203         * proto-stream.el (proto-stream-open-network): Add some comments.
4205         * nntp.el (nntp-open-connection): Provide a :success condition.
4207         * nnimap.el (nnimap-open-connection-1): Ditto.
4209         * proto-stream.el (proto-stream-open-network): See what the response to
4210         the STARTTLS command is.
4212         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
4213         backwards compatibility).
4214         (nnimap-open-connection-1): Really respect nnimap-server-port.
4216         * proto-stream.el (proto-stream-open-network): When doing opportunistic
4217         TLS upgrades we don't really care about the identity of the peer.
4218         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
4219         that what we've checked for.
4220         (proto-stream-always-use-starttls): Only default to t if
4221         open-gnutls-stream exists.
4222         (proto-stream-open-network): If STARTTLS failed, then just open a
4223         normal connection.
4224         (proto-stream-open-network): Wait until the greeting before doing
4225         STARTTLS.
4227         * nntp.el (nntp-open-connection): Report what the connection error is.
4229         * proto-stream.el (open-protocol-stream): Rename from
4230         open-proto-stream.
4232 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4234         * nnimap.el (nnimap-stream): Change default to `undecided'.
4235         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
4236         first, and then network.
4237         (nnimap-open-connection-1): Respect nnimap-server-port.
4238         (nnimap-open-connection): Be more backwards-compatible.
4240         * proto-stream.el (proto-stream-always-use-starttls): New variable.
4241         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
4242         (proto-stream-open-starttls): Folded back into the main function.
4243         (proto-stream-open-network): Fix typo in the GnuTLS path.
4244         (proto-stream-command): Refactor out.
4246         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
4248         * proto-stream.el (proto-stream-open-starttls): Actually implement the
4249         starttls.el STARTTLS.
4251         * color.el (color-lab->srgb): Fix function call name.
4253         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
4254         if we're using tls.el.
4255         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
4256         built in, then don't try to establish a STARTTLS connection.
4258         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
4259         servers.
4261         * proto-stream.el (open-proto-stream): Use network, not stream.
4262         (open-proto-stream): Add a way to specify what the end of a command is.
4264         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
4265         connections types.
4266         (nntp-open-network-stream): Remove.
4267         (nntp-open-ssl-stream): Remove.
4268         (nntp-open-tls-stream): Remove.
4269         (nntp-ssl-program): Remove.
4271         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
4273 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
4275         * nnir.el: Fix typos.
4276         (nnir-retrieve-headers-override-function): Rename variable to reflect
4277         new semantics.
4278         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
4279         macros.
4280         (nnir-request-article, nnir-request-move-article): Use them.
4281         (nnir-categorize): New function.
4282         (nnir-run-query): Use it.
4283         (nnir-retrieve-headers): Rewrite to batch header retrieval.
4284         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
4285         sorted.
4286         (nnir-group-full-name): Use gnus-group-full-name instead.
4287         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
4288         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
4290 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
4294         * proto-stream.el: New library to provide protocol-specific
4295         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
4296         protocols.
4297         (open-proto-stream): Complete the documentation.
4298         (proto-stream-open-network): Fix some typos.
4300         * nnimap.el (nnimap-open-connection): Use it.
4302 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
4304         * pop3.el (pop3-open-server): Read server greeting before starting TLS
4305         negotiation.
4307 2010-11-26  Julien Danjou  <julien@danjou.info>
4309         * color.el: Rename various rgb functions to srgb.
4311 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
4314         names.
4316 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
4318         * shr.el (shr-insert): Revert last change.
4319         (shr-find-fill-point): Never leave point being at bol;
4320         relax the kinsoku limitation when rendering tables.
4322 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
4325         results from -accept-article.
4327         * shr-color.el: Require cl when compiling.
4329         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4330         checkin.
4332         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
4334         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
4336         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
4337         'add and 'delete to set backend marks.
4339         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
4341         * nnheader.el (nnheader-update-marks-actions): Refactor out.
4343         * nntp.el (nntp-request-set-mark): Use it.
4345         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4347         * nnml.el (nnml-request-set-mark): Ditto.
4349         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4350         introduces regressions in article selection.
4351         (nnimap-find-uid-response): New function.
4352         (nnimap-request-accept-article): Use the UID returned, if any.
4353         (nnimap-request-move-article): Use the UID returned, if any.
4354         (nnimap-get-groups): Reimplement to work with folded lines.
4355         (nnimap-find-uid-response): The UID is the last element in the list.
4356         (nnimap-request-set-mark): Extend syntax with 'set.
4358         * nnml.el (nnml-request-set-mark): Ditto.
4360         * nnfolder.el (nnfolder-request-set-mark): Ditto.
4362         * nntp.el (nntp-request-set-mark): Ditto.
4364 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4366         * message.el (message-called-interactively-p): A temporary macro.
4367         (message-goto-body): Use it temporarily.
4369 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4371         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4372         (nnimap-last-response-string): Unfold quoted lines, if they exist.
4373         (nnimap-last-response-string): Fix last unfolding fix.
4375 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4377         * shr.el (shr-insert): Fix the way to fold lines.
4379 2010-11-25  Julien Danjou  <julien@danjou.info>
4381         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
4383         * color.el: Rename from color-lab.el
4384         (color-rgb->hex): Add.
4385         (color-complement): Add.
4386         (color-complement-hex): Add.
4388         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
4390 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4392         * shr-color.el (shr-color-visible): Don't bug out if the color names
4393         don't exist.
4395 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4397         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
4398         assuming that article displaying or another mml-preview may be
4399         interrupted for an error or for the like.
4401         * shr.el (shr-get-background): Fix argument name.
4403 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4405         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
4407         * gnus-sum.el (gnus-summary-include-articles): New function.
4409         * message.el (message-goto-body): called-interactively-p needs a
4410         parameter, so use `any'.
4412         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
4413         clear marks before moving, since they're synced from the Gnus side
4414         first.
4416         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
4417         (gnus-summary-move-article): Copy over all marks before moving, so that
4418         IMAP doesn't think a new article has arrived.
4420 2010-11-24  Julien Danjou  <julien@danjou.info>
4422         * shr.el (shr-insert-background-overlay): Fix typo.
4423         (shr-render-td): Copy the background before rendering.
4425         * shr-color.el (shr-color-visible): Fix docstring.
4427         * shr.el (shr-tag-table): Add bgcolor support.
4428         (shr-render-td): Add bgcolor support.
4429         (shr-get-background): Add.
4430         (shr-insert-foreground-overlay): Use shr-get-background.
4432         * message.el (message-goto-body): Use called-interactively-p.
4433         (message-in-body-p): message-goto-body returns point.
4435 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4437         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
4438         Fixes something or other in Emacs 23, and is backwards compatible.
4440         * message.el (message-goto-body): Remove the <#secure special-casing,
4441         which is too special.
4443         * shr.el (shr-parse-style): Drop !important from styles.
4445 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
4447         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
4448         this function to return incorrect results when calling it with an
4449         explicit article argument different from
4450         (gnus-summary-article-number).
4452 2010-11-24  Julien Danjou  <julien@danjou.info>
4454         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
4455         (shr-tag-body): Add background support.
4456         (shr-descend): Add background support.
4457         (shr-tag-title): Add.
4459         * shr-color.el (shr-color-visible): Really return original background
4460         if fixed.
4462 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * shr.el (shr-color-check): Protect against non-existent color names.
4466 2010-11-24  Julien Danjou  <julien@danjou.info>
4468         * color-lab.el: Require 'cl when compiling.
4470         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
4472         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
4473         matched part.
4475         * color-lab.el: Fix all expt calls to use float type.
4477 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4479         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
4480         expression to shr-color-check as is.
4482         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
4484         * color-lab.el: Add coding cookie.
4485         (float-pi): Use eval-and-compile.
4487 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4489         * shr.el (shr-insert-color-overlay): Split stuff like
4490         "#444444 !important" to find the real color.
4491         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
4492         parse <font color="red"> entries.
4494 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
4496         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4497         point when parsing headers.
4499         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
4500         is positioned properly when parsing headers.
4502 2010-11-23  Julien Danjou  <julien@danjou.info>
4504         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
4506         * shr-color.el (shr-color->hexadecimal): Add support for color names.
4508         * shr.el (shr-parse-style): Replace \n with space in style parsing.
4510         * shr-color.el (shr-color-hsl-to-rgb-fractions):
4511         Use shr-color-hue-to-rgb.
4512         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
4514 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4516         * shr.el (shr-color->hexadecimal): Autoload.
4517         (shr-descend): Add color to all tags.
4519 2010-11-22  Julien Danjou  <julien@danjou.info>
4521         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
4522         shr-color->hexadecimal.
4524         * shr-color.el (shr-color->hexadecimal): Add converting functions for
4525         RGB() or HSL() color representation.
4527         * shr.el (shr-tag-font): Add.
4528         (shr-tag-color-check): New function to get better colors.
4529         (shr-tag-insert-color-overlay): Factorize code between tag-font and
4530         tag-span.
4532         * shr-color.el: New file.
4534         * color-lab.el: New file.
4536         * gnus-art.el (gnus-url-mailto): Do not downcase args.
4538 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
4540         * nnir.el: Fix typo in comments.
4541         (nnir-run-imap): Simplify code.  No need to reverse artlist.
4542         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
4544 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
4548         * nnimap.el (nnimap-get-capabilities): Refactor out.
4549         (nnimap-open-connection): Re-request capabilities after STARTTLS.
4551 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
4553         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
4554         appearing when `mm-uu-hide-markers' is nil.
4556 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4558         * nnimap.el (nnimap-unselect-group): Make into its own function.
4559         (nnimap-request-rename-group): Unselect group before renaming.
4560         This had gotten lost somewhere.
4561         (nnimap-request-accept-article): Keep track of examined groups, and
4562         unselect the group before APPENDing to read-only groups.
4563         (nnimap-request-move-article): Clear flags before moving so that they
4564         can be re-set later.
4566 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4568         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4569         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
4571 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4573         * gnus-art.el (gnus-mime-display-single):
4574         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
4575         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
4576         parameter.
4578 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4580         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
4581         (shr-table-vertical-line): New variable.
4582         (shr-insert-table): Use it.
4584 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4586         * gnus-html.el (gnus-html-wash-images): Don't display images if
4587         gnus-inhibit-images is non-nil; register displayer for cid images.
4588         (gnus-html-display-image): Work for cid image.
4589         (gnus-html-insert-image): Allow arguments.
4590         (gnus-html-put-image): Inhibit read-only.
4591         (gnus-html-prefetch-images): Don't prefetch images if
4592         gnus-inhibit-images is non-nil.
4594 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4596         * shr.el (shr-put-image): Break lines when inserting big pictures.
4598 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4600         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
4601         sender, thanks Katsumi Yamaoka.
4603 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
4605         * nnir.el (nnir-run-imap): Reverse the article list for each group
4606         rather than the whole list.
4608 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4610         * shr.el (shr-image-displayer): Protect function against non-existent
4611         image source.
4613         * gnus-art.el (gnus-inhibit-images): New user option.
4614         (gnus-mime-display-single): Don't display image if it is non-nil.
4616         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
4617         gnus-inhibit-images.
4619         * shr.el (shr-image-displayer): New function.
4620         (shr-tag-img): Use it.
4622 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4624         * mml2015.el (mml2015-epg-sign): Use From header.
4626 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * gnus-html.el (gnus-html-wash-images): Register a displayer.
4630         * gnus-util.el (gnus-find-text-property-region): Return markers.
4632         * shr.el (shr-tag-img): Put a displayer in the text property.
4634         * gnus-util.el (gnus-find-text-property-region): New utility function.
4636         * gnus-html.el (gnus-html-display-image): Make the alt optional.
4637         (gnus-html-show-images): Remove.
4639         * gnus-art.el (gnus-article-show-images): New, more general function.
4641         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
4642         image url text properties.
4644         * shr.el: Ditto.
4646         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
4647         gnus-agent-auto-agentize-methods is set.  Which it isn't.
4649 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4651         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
4652         work for two or more articles.
4654 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4656         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
4657         divide an image that's in an html article to two or more when washing
4658         non-ASCII characters in alt text of it.
4660 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4662         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
4663         smime-decrypt-region using function argument.
4664         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
4666         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
4668         * smime.el (smime-decrypt-region): Catch it.
4670 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4672         * smime.el (smime-mode-map): Move initialization into declaration.
4673         (gnus-run-mode-hooks): Don't autoload.
4674         (smime-mode): Use define-derived-mode.
4676 2010-11-11  Glenn Morris  <rgm@gnu.org>
4678         * smime.el (from): Restrict declaration to XEmacs.
4680         * nnir.el (gnus-group-topic-name): Autoload.
4682 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4684         * shr.el (shr-insert): Don't break long line if it is because of
4685         kinsoku-bol characters in the line end.
4687 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
4689         * nnir.el (nnir-request-move-article): Fix to provide original group
4690         and subject.
4691         (nnir-warp-to-article): Don't fail on articles whose headers haven't
4692         been retrieved.
4694         * gnus-sum.el (gnus-summary-move-article): Use original group and
4695         subject for virtual articles such as those in an nnir summary buffer.
4697 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4699         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
4700         least 21.5).
4702         * smime.el (from): Declare it again for XEmacs.
4704 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4706         * message.el (message-resend): Don't disable encoding unless it's
4707         already encoded.
4709         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
4710         low-numbered articles.
4712 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4714         * rfc2047.el (rfc2047-syntax-table): Simplify.
4716         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
4717         set-char-table-range for XEmacs.
4719 2010-11-10  Glenn Morris  <rgm@gnu.org>
4721         * smime.el (from): Remove unused declaration.
4723         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
4724         (gnus-float-time): On Emacs, always an alias.
4726         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
4727         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
4729 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4731         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
4733 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4735         * shr.el (browse-url-mailto): Autoload.
4737         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
4739         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
4740         regexp doesn't need quoting.
4742 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
4744         * message.el (message-subject-trailing-was-ask-regexp)
4745         (message-subject-trailing-was-regexp): Match was: in addition to was.
4747 2010-11-09  Glenn Morris  <rgm@gnu.org>
4749         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
4750         (nnbabyl-check-mbox): Use point-at-bol.
4752 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
4756         * message.el (message-mailto): New function.
4757         (message-mailto): Should accept other parameters.
4758         (message-mailto): Remove since it duplicates browse-url-mailto
4759         functionality.
4761 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4763         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
4764         methods.
4765         (gnus-read-active-file): Ditto.
4767         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
4768         ": " from the prompt.
4769         (gnus-group-make-group): Ditto.
4771 2010-11-07  Glenn Morris  <rgm@gnu.org>
4773         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
4774         (gnus-bookmark-kill-line): Use point-at-eol.
4776 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4778         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
4779         asterisks in From header.
4781 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4783         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
4784         string to avoid making the From headers syntactically invalid.
4786         * message.el (message-send-mail): Don't insert courtesy messages if the
4787         message already has List-Post and List-ID messages.
4789 2010-11-06  Glenn Morris  <rgm@gnu.org>
4791         * gnus-art.el (gnus-treat-article): Give dynamic local variables
4792         `condition', `type', `length' a prefix.
4793         (gnus-treat-predicate): Update for above name changes.
4795 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
4797         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
4798         binding.  Handled by `gnus-summary-refer-thread' instead.
4799         (nnir-warp-to-article): New backend function.
4801         * nnimap.el (nnimap-request-thread): Force dependency updating.
4803         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
4804         (gnus-summary-refer-thread): Rework to improve thread-referral.
4806         * gnus-int.el (gnus-warp-to-article): New function.
4808         * gnus-sum.el (gnus-summary-article-map): Bind it.
4810 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
4812         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
4813         gnus-summary-refer-thread.
4815         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
4816         headers.
4817         (gnus-summary-limit-include-thread): Prevent articles in thread from
4818         being cut in gnus-cut-threads.
4819         (gnus-summary-refer-thread): Limit retrieved headers to those in
4820         thread.
4822 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4824         * message.el (message-send-mail): Use the value of
4825         message-courtesy-message from the message buffer.
4827         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
4829         * shr.el (shr-browse-url): Implement mailto: URLs.
4831         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
4832         "raw".
4834         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
4835         if it's already selected.
4837         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
4839 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
4841         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
4842         to measure the length and truncate alt text.
4844 2010-11-03  Glenn Morris  <rgm@gnu.org>
4846         * nndiary.el (nndiary-generate-nov-databases-1)
4847         (nndiary-generate-active-info): Rename dynamic variable `files' to
4848         something less generic.
4850 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
4852         * nnir.el (nnir-request-move-article): Call the underlying backend to
4853         move articles from nnir.
4855 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4857         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
4859 2010-11-02  Julien Danjou  <julien@danjou.info>
4861         * nnir.el: Remove wais support.
4863 2010-11-02  Glenn Morris  <rgm@gnu.org>
4865         * gnus-html.el: Reorder requirements to quieten compiler.
4867 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4869         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
4870         properly for XEmacs as well.
4871         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
4872         (gnus-article-natural-long-line-p): Use window-width rather than
4873         frame-width.
4875 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
4877         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
4878         (nnir-read-parms): Don't modify query.
4879         (nnir-run-query): Add ability to search topic on current line.
4880         (nnir-get-active): Clean up.
4882 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
4885         degenerate articles.
4887         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
4888         (gnus-print-buffer): Just print the buffer as is, without any copying
4889         to a buffer and then re-highlighting.
4891         * nnimap.el (nnimap-request-group): Store the new updated info.
4892         (nnimap-request-group): Select the group when we don't know whether it
4893         exists or not.
4895         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
4896         groups.
4898         * gnus-group.el (gnus-group-find-new-groups): Display all the new
4899         groups.
4901         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
4902         groups.
4904         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
4905         long-lines case by only filling the long lines.
4907         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
4908         (bug #7311).
4910 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * shr.el: No need to declare `declare-function' since shr.el is for
4913         only Emacsen that provide `libxml-parse-html-region'.
4915 2010-11-01  Glenn Morris  <rgm@gnu.org>
4917         * mm-util.el (gnus-completing-read): Autoload.
4918         (mm-read-coding-system): Simplify Emacs definition.
4920         * nnmail.el (gnus-activate-group):
4921         * nnimap.el (gnutls-negotiate):
4922         * nntp.el (netrc-parse): Fix declarations.
4924 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4926         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
4927         string-match-p in Emacs >=23.
4929         * gnus-msg.el (gnus-configure-posting-styles):
4930         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
4932 2010-11-01  Glenn Morris  <rgm@gnu.org>
4934         * nnir.el (declare-function): Add compat stub.
4935         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
4936         (nnir-run-gmane): Require 'mm-url.
4938         * mm-util.el (mm-string-to-multibyte): Simplify.
4940         * shr.el (declare-function): Add compat stub.
4941         (url-cache-create-filename): Declare.
4942         (mm-disable-multibyte, widget-convert-button): Autoload.
4944         * smime.el (ldap-search): Declare.
4945         (smime-cert-by-ldap-1): Require ldap on Emacs.
4947         * nnimap.el: Require nnmail, and gnus-sum when compiling.
4948         (nnimap-keepalive): Use gnus-float-time.
4950         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
4951         (mail-source-delete-crash-box): Use gnus-float-time.
4953         * gnus-dired.el (gnus-completing-read): Autoload.
4955         * mm-view.el (gnus-rescale-image): Autoload.
4957         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
4959         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
4961         * sieve-manage.el: Require 'cl when compiling.
4963         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
4964         (gnus-iswitchb-completing-read): Require iswitchb.
4965         (gnus-select-frame-set-input-focus): Silence compiler.
4967 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4969         * message.el (message-subject-trailing-was-query): Change default to t,
4970         since I think that's what most people want.
4972         * nnimap.el (nnimap-request-accept-article): Erase buffer before
4973         appending for easier debugging.
4974         (nnimap-wait-for-connection): Take a regexp.
4975         (nnimap-request-accept-article): Wait for the continuation line before
4976         sending anything unless we're streaming.
4978         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
4979         leave the header washing to take place.
4981 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
4983         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
4984         regular expression match and replace in posting styles.
4986 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
4988         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
4989         an entire server.
4990         (nnir-get-active): New function.
4991         (nnir-run-imap): Use it.
4992         (nnir-run-gmane): Who knew, gmane search returns an article score!
4994         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
4995         server on the current line with nnir.
4997 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4999         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
5000         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
5001         left edge.
5002         (gnus-article-foldable-buffer): Skip past the prefix when determining
5003         raggedness.
5005         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
5006         the raw article, and change `C-u g' to show the article without doing
5007         treatments.
5009         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
5010         on to `gnus-treat-article'.
5011         (gnus-inhibit-article-treatments): New variable.
5013         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
5015         * gnus-art.el (gnus-treatment-function-alist): Have
5016         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
5017         (gnus-treat-fill-long-lines): Change default to fill all text/plain
5018         sections.
5020         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
5021         parameter.
5022         (gnus-article-fill-cited-long-lines): New function.
5023         (gnus-article-fill-cited-article): Allow filling only long sections.
5025         * shr.el (shr-find-fill-point): Don't break lines between punctuation
5026         and non-punctuation (like after the apostrophe in "'We").
5028         * gnus-sum.el (gnus-summary-select-article): Make sure
5029         gnus-original-article-buffer is alive.
5031         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
5032         reflect the order they are in the digest.
5034         * gnus.el (gnus-group-startup-message): Move point to the start of the
5035         buffer.
5037         * nnimap.el (nnimap-capability): New function.
5038         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
5039         is set.
5041 2010-10-31  David Engster  <dengste@eml.cc>
5043         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
5044         conform with changes to gnus-completing-read.
5046 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048         * shr.el (shr-tag-img): Output "*" instead of "[img]".
5050 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5052         * nnir.el: Move defvar, defcustom around to keep file organized
5053         and keep byte-compiler quiet.
5054         (nnir-read-parms): Accept search-engine as arg.
5055         (nnir-run-query): Pass search-engine as arg.
5056         (nnir-search-engine): Remove.
5058 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5060         * shr.el (shr-generic): The text nodes should be text, not :text.
5062         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
5063         later in the file.
5065 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
5067         * nnir.el: General clean up.  Allow searching with multiple engines.
5068         Allow separate extra-parameters for each engine.
5069         Batch queries when possible.
5070         (nnir-imap-default-search-key,nnir-method-default-engines):
5071         Add customize interface.
5072         (nnir-run-gmane): New engine.
5073         (nnir-engines): Use it.  Qualify all prompts with engine name.
5074         (nnir-search-engine): Remove global variable.
5075         (nnir-run-hyrex): Restore for now.
5076         (nnir-extra-parms,nnir-search-history): New variables.
5077         (gnus-group-make-nnir-group): Use them.
5078         (nnir-group-server): Remove in favor of gnus-group-server.
5079         (nnir-request-group): Avoid searching twice.
5080         (nnir-sort-groups-by-server): New function.
5082 2010-10-30  Julien Danjou  <julien@danjou.info>
5084         * gnus-group.el: Remove gnus-group-fetch-control.
5086         * gnus-start.el (gnus-find-new-newsgroups):
5087         Remove gnus-check-first-time-used.
5089         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
5091 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5093         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
5094         set on groups that don't have \* permanentflags.
5096 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5098         * shr.el (shr-tag-span): Drop colorization of regions since we don't
5099         control the background color.
5100         (shr-tag-img): Ignore very small web bug type images.
5101         (shr-put-image): Add help-echo alt texts to the images.
5102         (shr-tag-video): Show the video poster image.
5104 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106         * shr.el (shr-table-depth): New variable.
5107         (shr-tag-table-1): Only insert the images after the top-level table.
5109         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
5111         * gnus-util.el (gnus-list-memq-of-list): New function.
5113         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
5114         selected.
5115         (nnimap-unsplittable-articles): New slot.
5116         (nnimap-new-articles): Use it.
5118 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
5120         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
5121         move to the previous line on `M-g'.
5123 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5125         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
5126         *-request-group, which seems unnecessary.
5128         * nnimap.el (nnimap-quote-specials): Function copied over from
5129         imap.el.
5130         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
5131         they support that.  Suggested by Tom Regner.
5133 2010-10-29  Julien Danjou  <julien@danjou.info>
5135         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
5136         defalias.
5137         (gnus-summary-delete-marked-with): Remove obsolete defalias.
5139         * gnus.el: Remove `gnus-nntp-service' variable.
5140         (gnus-secondary-servers): Make obsolete.
5141         (gnus-nntp-server): Make obsolete.
5143         * gnus-start.el (gnus-1): Remove x-splash calls.
5145         * gnus-ems.el (gnus-x-splash): Remove.
5147         * gnus.el (gnus-group-startup-message): Simplify/update code.
5149         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
5150         capability before doing anything.
5151         (gnus-group-insert-group-line): Remove useless
5152         gnus-group-remove-excess-properties.
5154 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5156         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
5158 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5160         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
5161         config after reselecting.
5163 2010-10-28  Julien Danjou  <julien@danjou.info>
5165         * shr.el (shr-put-image): Use point even if only inserting text.
5166         (shr-put-image): Save excursion when inserting alt text on non-graphic
5167         display, so the behavior is the same when we are on a graphic display.
5169         * nnir.el (nnir-run-swish-e): Remove hyrex support.
5171 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5173         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
5174         (gnus-mime-copy-part): Check coding system, not charset.
5175         (gnus-mime-view-part-externally): Never remove part.
5176         (gnus-mime-view-part-internally): Don't remove part here.
5177         (gnus-article-part-wrapper): Make sure MIME tag is visible.
5178         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
5179         multipart/alternative.
5181         * mm-decode.el (mm-display-part): Take optional arg `force'.
5183 2010-10-26  Julien Danjou  <julien@danjou.info>
5185         * gnus-group.el (gnus-group-default-list-level): Add this function to
5186         compute the default list level.
5187         (gnus-group-default-list-level): Add possibility to use a function.
5189 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5191         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
5193         * gnus-group.el (gnus-group-completing-read)
5194         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
5195         gnus-replace-in-string.
5197 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5199         * shr.el (shr-tag-div): Add.
5201 2010-10-25  Julien Danjou  <julien@danjou.info>
5203         * gnus-util.el: Remove `gnus-with-local-quit'.
5205         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
5207 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5209         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
5210         the original article buffer.
5212 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5214         * nnimap.el (nnimap-request-head): New function.
5215         (nnimap-request-move-article): Try to be slightly faster by not
5216         requesting the entire message when moving.
5217         (nnimap-transform-headers): Don't bug out on bodiless articles.
5218         (nnimap-send-command): Have no outstanding messages if the IMAP server
5219         doesn't support streaming.
5220         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
5222 2010-10-24  Julien Danjou  <julien@danjou.info>
5224         * message.el (message-default-headers): Fix type.
5226 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
5229         prefetching images.
5231         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
5232         backend for unknown groups.  This is mainly useful for nnimap groups.
5234         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
5235         group isn't covered by the agent.
5237 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
5239         * nnir.el (nnir-method-default-engines): New variable.
5240         (nnir-run-query): Use it.
5241         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
5242         (gnus-summary-nnir-goto-thread): Change group if needed.
5244         * gnus-group.el (gnus-group-group-map): Add key binding for
5245         gnus-group-make-nnir-group.
5247 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * shr.el (shr-tag-object): Add.
5251         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
5252         original article buffer live.
5253         (gnus-summary-select-article-buffer):
5254         Mention gnus-widen-article-buffer.
5256 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5258         * shr.el (shr-tag-strong): Add.
5260 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5262         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
5263         group names.  They mess up the group buffer badly.
5265         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
5267         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
5268         instead of the summary one.
5270 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5272         * mml.el (mml-preview): Work properly when editing article.
5274         * gnus-start.el (gnus-read-active-file-1): Don't add method to
5275         gnus-have-read-active-file if it's already been in.
5277 2010-10-22  Tom Tromey  <tromey@redhat.com>
5279         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
5280         gnus-group-completing-read.
5282 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284         * message.el (message-mode-map): Don't bind M-; to comment region, to
5285         allow the global comment-dwim to work.
5287 2010-10-21  Julien Danjou  <julien@danjou.info>
5289         * message.el (message-setup-1): Allow message-default-headers to be a
5290         function.
5292 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5294         * shr.el (shr-tag-table): Simplify.
5296 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5298         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
5299         to avoid trying to snarf invalid stuff.
5301         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
5303         * gnus.el (gnus-message-archive-group): Quote value.
5304         (gnus-message-archive-group): Mark as changed.
5306         * shr.el (shr-add-font): Don't put the font properties on the newline
5307         or the indentation.
5309         * message.el (message-fix-before-sending): Change options when sending
5310         non-printable characters.
5312         * gnus.el (gnus-message-archive-method): Change the default to
5313         monthly outgoing groups.
5315         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
5316         that have gotten new numbers.
5318         * nnimap.el (nnimap-request-replace-article): New function.
5320 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5322         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
5323         (nnrss-request-article): Don't use special html washing code.
5325 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5327         * shr.el (shr-tag-table): Remove useless nconc.
5329 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331         * gnus-art.el (article-wash-html): Simplify and remove the charset
5332         stuff.  Use the normal html rendering code instead of the special html
5333         washing code.
5335         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
5336         `gnus-w3m' symbols.
5337         (mm-text-html-washer-alist): Remove.
5339         * mm-decode.el (mm-inline-text-html-renderer): Remove.
5340         (mm-inline-media-tests): Remove use.
5341         (mm-text-html-renderer): Change default to the `shr' symbol.
5343         * mm-view.el (mm-inline-text-html): Remove use.
5345         * gnus-art.el (gnus-blocked-images): New function.  Allow the
5346         `gnus-blocked-images' to be a function.
5347         (gnus-article-wash-function): Remove.
5349 2010-10-20  Julien Danjou  <julien@danjou.info>
5351         * spam.el (spam-list-of-processors): Mark as obsolete.
5353         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
5354         (nnimap-insert-partial-structure): Fix boundary detection.
5356 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
5358         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
5359         run file-truename on remote files.  This can be expensive and even
5360         prevent one from editing drafts if some unrelated buffer has a stale
5361         connection.
5363 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5365         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
5366         kinsoku-eol regardless of shr-kinsoku-shorten.
5367         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
5368         (shr-tag-table): Support caption, thead, and tfoot.
5370 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5372         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
5373         lines.
5374         (shr-save-contents): New command and keystroke.
5376         * nndoc.el (nndoc-type-alist): Add git support.
5377         (nndoc-git-type-p): New function.
5378         (nndoc-transform-git-article): Ditto.
5379         (nndoc-transform-git-headers): Ditto.
5380         (nndoc-transform-git-headers): Generate Subject headers.
5382         * shr.el (shr-parse-style): New function.
5383         (shr-tag-span): Ditto.
5385         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
5386         to `G G' to avoid collisions.
5388 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5390         * shr.el: Load kinsoku if necessary.
5391         (shr-kinsoku-shorten): New internal variable.
5392         (shr-find-fill-point): Make kinsoku shorten text line if
5393         shr-kinsoku-shorten is bound to non-nil.
5394         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
5395         shr-indentation too when testing if table is wider than frame width.
5396         (shr-insert-table): Use `string-width' instead of `length' to measure
5397         text width.
5398         (shr-insert-table-ruler): Make sure indentation is done at bol.
5400 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5402         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
5403         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
5404         undecoded network data.
5406 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5408         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
5409         name in the mode line spec so that the mode line menu works
5410         (bug #2431).
5412         * message.el (message-get-reply-headers): If we're fed `to-address',
5413         then always use that.
5415         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
5416         aren't so wide as to need to switch off the edit menu.
5418         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
5419         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
5421         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
5422         `M-g'.
5423         (nnimap-update-info): Update flags/read marks even if \* isn't part of
5424         the permanent marks.
5426 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
5428         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5429         Splitting according to references/in-reply-to obeys the ignore-groups
5430         variable, while splitting by sender and subject do not.
5432 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5434         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
5435         alist, so that we can look for non-Unicode chars.
5436         (article-translate-strings): Allow both character and string maps.
5438 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5440         * shr.el (shr-insert): Don't insert space behind a wide character
5441         categorized as kinsoku-bol, or between characters both categorized as
5442         nospace.
5444 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
5446         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
5447         headers to gnus-newsgroup-headers.
5449 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451         * shr.el (shr-tag-img): Don't align images -- since we're not
5452         rescaling, this often leads to ugly displays.
5454 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
5456         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
5457         duplicates.
5459 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
5461         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
5462         call.
5464 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5466         * gnus.el: Autoload gnus-html-show-images.
5468         * nnimap.el: Use nnheader-message throughout.
5470         * shr.el (shr-tag-img): Ignore images with no data.
5472 2010-10-15  Julien Danjou  <julien@danjou.info>
5474         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
5475         a possibility to disable format=flow encoding when using hard newlines.
5477 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5479         * shr.el (shr-insert): Remove space inserted before or after a
5480         breakable character or at the beginning or the end of a line.
5481         (shr-find-fill-point): Do kinsoku; find the second best point or give
5482         it up if there's no breakable point.
5484 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486         * nnimap.el (nnimap-open-connection): Message when opening connection
5487         for debugging purposes.
5489         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
5490         on every setup buffer call to allow this to change from article to
5491         article.
5493         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
5494         buffers where we have a wide table.
5496 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
5498         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
5499         uses *-request-thread.
5501 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5503         * nnimap.el (nnimap-open-connection): Remove %s from openssl
5504         incantation, which is no longer valid.
5506 2010-10-14  Julien Danjou  <julien@danjou.info>
5508         * shr.el: Fix defcustom type (char -> character).
5510 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5512         * nnimap.el (nnimap-open-connection): tls-program should be a list of
5513         programs.
5515 2010-10-14  Julien Danjou  <julien@danjou.info>
5517         * shr.el (shr-tag-a): Use url-link as widget type.
5519         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
5520         `gnus-group-get-icon'.
5522 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
5525         This should make server editing work better.
5527         * shr.el (shr-find-fill-point): Don't inloop on indented text.
5529         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
5530         (nnimap-parse-flags): Fix regexp.
5532         * shr.el (shr-find-fill-point): Use a filling algorithm that should
5533         probably work for CJVK text, too.
5535         * nnimap.el (nnimap-extend-tls-programs): Remove.
5536         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
5538 2010-10-13  Julien Danjou  <julien@danjou.info>
5540         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
5541         responses.
5543 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5545         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
5547         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
5548         anything in Emacs.
5550         * shr.el (shr-current-column): Remove buggy and unnecessary function.
5552 2010-10-13  Julien Danjou  <julien@danjou.info>
5554         * shr.el (shr-width): Make shr-width a defcustom with default to
5555         fill-column.
5556         (shr-tag-img): Use shr-width rather than fill-column.
5558 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5560         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
5562         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
5563         position when (X-)Faces exist.
5564         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
5565         avatars when called interactively.
5567 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5569         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
5570         gnus-article-x-face-too-ugly is bound.
5572 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5574         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
5576         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
5577         mailbox that doesn't exist.
5579 2010-10-12  Julien Danjou  <julien@danjou.info>
5581         * shr.el (shr-tag-img): Encode URL properly when retrieving.
5582         (shr-get-image-data): Encode URL properly when fetching from cache.
5583         (shr-tag-img): Use aligned-to spaces to align correctly images.
5585         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
5586         before inserting the Gravatar.
5588         * shr.el (shr-tag-img): Add align attribute support for <img>.
5590 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5592         * gnus-gravatar.el (gnus-art): Require.
5594         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
5595         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5596         Remove long obsoleted functions.
5598 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5600         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
5602         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
5603         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
5604         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
5605         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
5606         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
5607         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
5608         Fix comment for declare-function.
5610 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5612         * nnimap.el (nnimap-request-rename-group): Select group read-only
5613         before renaming it.
5615         * shr.el (shr-insert): Fix up the white space only regexp.
5617         * nnimap.el (nnimap-transform-split-mail): Not all articles have
5618         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
5620         * shr.el (shr-current-column): New function.
5621         (shr-find-fill-point): New function.
5623 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
5625         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
5626         numbers.
5628 2010-10-11  Julien Danjou  <julien@danjou.info>
5630         * shr.el (shr-hr-line): Add.
5631         (shr-tag-hr): Use shr-hr-line to specify which character to use to
5632         display hr lines.
5633         (shr-max-columns): Do not change state to nil if we just inserting
5634         spaces.
5636 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5638         * gnus-topic.el (gnus-topic-read-group): If after the last group,
5639         select the last group.
5641 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
5643         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
5645 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5647         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
5648         for Gnus.
5649         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
5650         (nnimap-update-qresync-info): Mark \Seen articles as read.
5652         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
5653         non-variable, too.
5655         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
5656         available.
5657         (nnimap-update-info): Rely more on the current active than the param
5658         active to avoid marking articles as read too much.
5660         * auth-source.el (auth-source-create): Use (user-login-name) for the
5661         user name default.
5663         * nnimap.el (nnimap-update-info): If the server doesn't return any
5664         useful info, just use the previous info.
5665         (nnimap-update-info): Prefer old info over start-article.
5666         (nnimap-update-qresync-info): Finish implementing QRESYNC.
5668 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
5670         * nnir.el (autoload): Clean up autoloads.
5671         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
5672         Use key rather than value.
5673         (nnir-imap-search-other): New variable.
5674         (nnir-read-parm): Use it.
5675         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
5676         (gnus-summary-nnir-goto-thread): Modify to work with imap.
5678 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5680         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
5681         the process, too.
5683 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685         * spam.el (gnus-summary-mode-map): Bind to "$".
5686         Suggested by Russ Allbery.
5688         * shr.el: Rework the way things are indented by <li> slightly.
5690         * gnus.el (gnus-group-set-parameter): Fix typo.
5692         * nnimap.el: Start implementing QRESYNC support.
5694 2010-10-09  Julien Danjou  <julien@danjou.info>
5696         * nnir.el (nnir-engines): Fix too many arguments.
5698 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5700         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
5701         group is the "last", so that the backends like nnfolder actually save
5702         their folders.
5704         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
5705         try to use that for the TLS stream.
5706         (nnimap-retrieve-group-data-early): Rework the marks code to heed
5707         UIDVALIDITY and find out which groups are read-only and not.
5708         (nnimap-get-flags): Use the same marks parsing code as the rest of
5709         nnimap.
5711 2010-10-09  Julien Danjou  <julien@danjou.info>
5713         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
5715         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
5716         retrieving gravatars.
5718         * shr.el (shr-table-corner): Add.
5719         (shr-table-line): Add.
5720         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
5722 2010-10-08  Julien Danjou  <julien@danjou.info>
5724         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
5726 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
5728         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
5730         * gnus-sum.el (gnus-mark-article-as-unread)
5731         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
5732         (gnus-summary-set-bookmark): Use it.
5734         * gnus-msg.el (gnus-setup-message): Use it.
5736         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5738         * gnus.el (gnus-group-remove-parameter): Use it.
5740         * gnus-group.el (gnus-group-make-web-group): Use it.
5742         * gnus-demon.el (gnus-demon-remove-handler): Use it.
5744         * nnregistry.el: Update docs to mention manual.
5746         * gnus-registry.el: Update docs to mention nnregistry.el.
5747         (gnus-registry-initialize): Don't install nnregistry refer method
5748         automatically.
5749         (gnus-registry-install-nnregistry): Remove it.
5751 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5753         * shr.el (shr-insert): Don't insert double spaces.
5755 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5757         * gnus-gravatar.el (gnus-treat-from-gravatar)
5758         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
5759         called interactively.
5761         * gnus-art.el (gnus-mime-view-part-externally)
5762         (gnus-mime-view-part-internally): Make predicate function passed to
5763         gnus-mime-view-part-as-type assume argument is a mime type, not a list
5764         of a mime type.
5766         * shr.el (shr-table-widths): Don't use cl function `reduce'.
5768 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5770         * shr.el (require): Require cl when compiling.
5771         (shr-tag-hr): New function.
5773         * nnimap.el (nnimap-update-info): Remove double setting of high.
5774         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
5775         This makes nnimap work properly on Courier again.
5777         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
5778         the variable for backwards compatibility.
5780         * mm-decode.el (mm-save-part): If given a non-directory result, expand
5781         the file name before using to avoid setting mm-default-directory to
5782         nil.
5784         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
5785         bidning gnus-agent variables.
5787         * shr.el (shr-render-td): Use a cache for the table rendering function
5788         to avoid getting an exponential rendering behavior in nested tables.
5789         (shr-insert): Rework the line-breaking algorithm.
5790         (shr-insert): Don't leave trailing spaces.
5791         (shr-insert-table): Also insert empty TDs.
5792         (shr-tag-blockquote): Ensure paragraphs after </ul>.
5794 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5796         * gnus-sum.el (gnus-number): Rename from `number'.
5797         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
5798         (gnus-summary-limit-children): Update uses correspondingly.
5800 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5802         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
5803         (gnus-gravatar-transform-address): Don't show avatars of people of
5804         which mail addresses match gnus-gravatar-too-ugly.
5806 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5808         * shr.el (shr-table-widths): Expand TD elements to fill available
5809         space.
5811 2010-10-07  Julien Danjou  <julien@danjou.info>
5813         * nnimap.el (nnimap-request-rename-group): Add this method.
5815 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5817         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
5818         name from XEmacs' function-arglist.
5820         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
5821         gravatar under XEmacs.
5823 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
5825         * auth-source.el: Update docs with TODO items.
5827         * gnus-sync.el: Update docs to explain state and plans.
5829         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
5830         Hooks for mark updates.
5831         (gnus-request-set-mark, gnus-request-update-mark): Use them.
5833         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
5834         hooks with arguments, which is needed for mark update hooks.
5836 2010-10-06  Julien Danjou  <julien@danjou.info>
5838         * gnus.el (gnus-expand-group-parameter): Only return and act on what
5839         was matched.
5841         * sieve-manage.el: Update example in `Commentary'.
5843         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
5845         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
5846         not 2000.
5847         (sieve-manage-authenticate): Re-add function.
5849 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851         * shr.el (shr-insert): Get 'space transition right.
5852         (shr-render-td): Only delete space at the end of the TD.
5854         * nnimap.el (nnimap-open-connection): Prepare to support
5855         open-gnutls-stream.
5857         * shr.el: Rearrange function order to be more logical.
5859 2010-10-06  Julien Danjou  <julien@danjou.info>
5861         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
5862         (nnrss-discover-feed): Remove 404 URL in docstring.
5864         * nnir.el: Fix Swish-E URL.
5865         Fix Namazu URL.
5867         * message.el (message-change-subject): Remove 404 URL in a comment.
5869 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5871         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
5872         called interactively.
5874         * gnus-util.el (gnus-remove-if): Allow hash table.
5875         (gnus-remove-if-not): New function.
5877         * gnus-art.el (gnus-mime-view-part-as-type):
5878         * gnus-score.el (gnus-summary-score-effect):
5879         * gnus-sum.el (gnus-read-move-group-name):
5880         Replace remove-if-not with gnus-remove-if-not.
5882         * gnus-group.el (gnus-group-completing-read):
5883         Regard collection as a hash table if it is not a list.
5885 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5887         * shr.el (shr-render-td): Allow blank/missing <TD>s.
5889         * shr.el: Document the table-rendering algorithm.
5891         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
5892         invalid URLs.
5894         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
5895         line-broken.
5896         (shr-tag-img): Ignore image fetching errors.
5897         (shr-overlays-in-region): Compute overlay positions correctly.
5899         * mm-decode.el (mm-shr): Require shr.
5901         * gnus-art.el (gnus-blocked-images): Move variable here.
5903         * shr.el (shr-insert-table): Bind free variable.
5905         * mm-decode.el (mm-shr): Bind shr-content-function.
5907         * shr.el (shr-content-function): New variable.
5909         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
5910         added for symmetry.
5912         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
5914         * gnus-group.el (gnus-group-make-group): Doc fix.
5916         * nnimap.el (nnimap-request-newgroups): Return success.
5918         * shr.el (shr-find-elements): New function.
5919         (shr-tag-table): Put all the images after the table.
5920         (shr-tag-table): Really inhibit images inside the table.
5921         (shr-collect-overlays): Copy over overlays from the TD elements to the
5922         main document.
5924         * mm-decode.el (mm-shr): Bind shr-blocked-images to
5925         gnus-blocked-images.
5927 2010-10-05  Julien Danjou  <julien@danjou.info>
5929         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
5931         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
5932         (gnus-html-maximum-image-size): Add this function.
5933         (gnus-html-put-image): Use gnus-html-maximum-image-size.
5935         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
5936         server-value of the capability is nil.
5938 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5940         * shr.el (shr-tag-em): Add <EM> tag.
5942 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
5944         * sieve-manage.el (sieve-manage-default-stream): Make default stream
5945         customizable.
5947         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
5948         handing broken links to browse-url.
5950 2010-10-05  Julien Danjou  <julien@danjou.info>
5952         * gnus-util.el (gnus-emacs-completing-read)
5953         (gnus-iswitchb-completing-read): Use autoload rather than require.
5955 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5957         * gnus-util.el (gnus-completing-read-function): Exclude
5958         gnus-icompleting-read and gnus-ido-completing-read from candidates for
5959         XEmacs since iswitchb.el is very old and ido.el is unavailable in
5960         XEmacs.
5962         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
5963         not to use `delete-dups' that is unavailable in XEmacs 21.4.
5965         * gnus-html.el: Don't require help-fns under XEmacs.
5966         (gnus-html-schedule-image-fetching): Work for XEmacs.
5968         * mm-decode.el (mm-shr): Decode contents by charset.
5970 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5972         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
5973         unknown.
5975         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
5976         (shr-get-image-data): Ensure against the cache file missing.
5978         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
5979         for data.
5981         * spam-report.el (spam-report-url-ping-plain): Don't query about
5982         killing the process.
5984         * shr.el (shr-render-td): Protect against too-wide text.
5986 2010-10-04  Julien Danjou  <julien@danjou.info>
5988         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
5989         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
5991         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
5992         retrieved.
5994 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996         * shr.el (browse-url): Require.
5997         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
5998         lines.
5999         (shr-show-alt-text, shr-browse-image): New commands.
6000         (shr-browse-url, shr-copy-url): New commands.
6002         * gnus-sum.el (gnus-widen-article-window): New variable.
6003         (gnus-summary-select-article-buffer): Use it.
6005         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
6006         without @ signs.
6008 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6010         * nnir.el (nnir-run-imap): Remove spurious space in search string.
6012 2010-10-04  Julien Danjou  <julien@danjou.info>
6014         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
6015         for XEmacs.
6017 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
6021         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
6022         (nnimap-close-server): Implement.
6024         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
6025         (shr-insert): Tweak line breaking.
6026         (shr-insert): Handle <pre> better.
6027         (shr-tag-li): Get <li> indentation right.
6028         (shr-tag-li): Get <li> indentation even righter.
6029         (shr-tag-blockquote): Ensure paragraph start.
6030         (shr-make-table): Tweak table generation.
6031         (shr-make-table): Fix typo.
6033         * shr.el: Implement table rendering.
6035 2010-10-04  Julien Danjou  <julien@danjou.info>
6037         * gnus-html.el (gnus-html-put-image): Fix resize image code.
6039 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6041         * shr.el (shr-insert): Use string anchors instead of line anchors.
6043 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6045         * shr.el: Add headings.
6046         (shr-ensure-paragraph): Actually work.
6047         (shr-tag-li): Make <ul> prettier.
6048         (shr-insert): Get white space at the beginning/end of elements right.
6049         (shr-tag-p): Collapse subsequent <p>s.
6050         (shr-ensure-paragraph): Don't insert double line feeds after blank
6051         lines.
6052         (shr-insert): \t is also space.
6053         (shr-tag-s): Fix "s" tag name function.
6054         (shr-tag-s): Fix face prop name.
6056 2010-10-03  Julien Danjou  <julien@danjou.info>
6058         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
6060         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
6061         gnus-window-inside-pixel-edges.
6063         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
6064         gnus-ems.
6066         * mm-view.el (mm-inline-image-emacs): Support image resizing.
6068         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
6069         function.
6071         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
6072         resize choice.
6074 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
6077         beginning of the buffer.
6079         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
6080         article buffer again.
6082         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
6084         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
6085         when it's at the start of the buffer.
6087         * shr.el (shr-tag-blockquote): Convert name.
6088         (shr-rescale-image): Use the right image-size variant.
6090         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
6091         buffer isn't shown, then select the current article first instead of
6092         bugging out.
6093         (gnus-summary-select-article-buffer): Show both the article and summary
6094         buffers again.
6096         * shr.el (shr-fontize-cont): Protect against regions with no text.
6097         Rename tag functions to shr-tag-* for enhanced security.
6098         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
6100 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
6102         * shr.el (shr-insert):
6103         * pop3.el (pop3-movemail):
6104         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
6105         loaded.
6107 2010-10-03  Glenn Morris  <rgm@gnu.org>
6109         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
6111         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
6113         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
6115         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
6117         * gnus-util.el (gnus-make-local-hook): Simplify.
6119 2010-10-02  Julien Danjou  <julien@danjou.info>
6121         * gnus-util.el (gnus-iswitchb-completing-read): New function.
6122         (gnus-ido-completing-read): New function.
6123         (gnus-emacs-completing-read): New function.
6124         (gnus-completing-read): Use gnus-completing-read-function.
6125         Add gnus-completing-read-function.
6127 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6129         * shr.el (shr-insert-document): Autoload.
6130         (shr-img): Be silent.
6131         (shr-insert): Add a newline after every picture before text.
6132         (shr-add-font): Use overlays for combining faces.
6133         (shr-insert): Pass upwards the text start point.
6135         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
6136         possible.
6137         (mm-shr): New function.
6139 2010-10-02  Julien Danjou  <julien@danjou.info>
6141         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
6142         should go backward.
6144 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
6146         * shr.el (shr): Fix typo in provide call.
6148 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6150         * shr.el: New file.
6152         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
6154         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
6155         completing read.
6157 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6159         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
6160         we're being queried about.  Suggested by Dan Jacobson.
6162         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
6163         Suggested by Jason Eisner.
6165         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
6166         table, too.  Suggested by Stefan Wiens.
6167         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
6168         the table unnecessary.  Suggested by Stefan Wiens.
6170         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
6171         longer needed, and probably doesn't work either, as pointed out by
6172         Stefan Wiens.
6173         (gnus-summary-exit): Remove call to the clearing function.
6174         (gnus-summary-exit-no-update): Ditto.
6176         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
6177         instead of gnus-eval-in-buffer-window to avoid popping up frames.
6178         Reported by Stefan Monnier.
6179         (gnus-summary-save-in-rmail): Ditto.
6181         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
6182         article buffer, instead of both the article buffer and the summary
6183         buffer.  Sort of suggested by Dan Jacobson.
6185         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
6187         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
6188         Suggested by Dan Jacobson.
6190         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
6191         documentation clearer.
6193         * message.el (message-shorten-references): Comment on the number "21".
6194         Suggested by Stefan Monnier.
6196         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
6197         Suggested by Dan Jacobson.
6199         * gnus.el (gnus-large-newsgroup):
6200         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
6202         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
6203         externalize attachments.  Bug reported by Steve Wen.
6205         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
6206         really message anything to the user.
6208         * nnmail.el (nnmail-article-group): Allow using the fancy split method
6209         directly.
6211         * nnimap.el (nnimap-request-group): Low higher than high to signal no
6212         messages in empty groups.
6214 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
6216         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
6217         non-UIDNEXT group.
6219 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6221         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
6222         not the value from the collection.
6224         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
6225         values.  This sometimes happens on some groups that have no info.
6226         (nnimap-request-newgroups): New function.
6228 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
6230         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
6231         check into `gnus-registry-initialize'.
6232         (gnus-registry-initialize): Ditto.
6233         Fix and extend header docs.
6235 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6237         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
6238         regexp backtrace overflows.
6240         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
6241         for starttls that tls.el implements; i.e. openssl.
6243 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6245         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
6246         (gravatar-create-image): New function that's an alias to
6247         gnus-xmas-create-image, gnus-create-image, or create-image.
6248         (gravatar-data->image): Use it.
6250 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
6252         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
6253         install the nnregistry refer method.
6254         (gnus-registry-install-hooks): Use it.
6255         (gnus-registry-unfollowed-groups): Add nnmairix to the default
6256         unfollowed groups.
6258 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
6260         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
6261         expanding threads.
6263 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265         * nnir.el: Use the server names without suffixes (bug #7009).
6267         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
6268         unencrypted to STARTTLS, if possible.
6270 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6272         * message.el (message-ignored-supersedes-headers): Strip Injection-*
6273         headers before superseding.
6275 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6277         * nnrss.el (nnrss-use-local): Add documentation.
6279         * nnimap.el (nnimap-extend-tls-programs): New function.
6280         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
6281         (nnimap-wait-for-connection): Accept the greeting from the stupid
6282         output from openssl s_client -starttls, too.
6284         * nnimap.el (nnimap-find-article-by-message-id): Really return the
6285         article number.
6286         (nnimap-split-fancy): New variable.
6287         (nnimap-split-incoming-mail): Use it.
6289         * nntp.el (nntp-server-list-active-group): Document.
6291         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
6292         SELECT to get the message-id.
6294         * mail-source.el (mail-sources): Remove webmail support.
6295         (defvar): Ditto.
6296         (mail-source-fetcher-alist): Ditto.
6297         (mail-source-fetch-webmail): Remove.
6299         * webmail.el: Remove -- doesn't seem relevant any more.
6301         * gnus.el: Fix up make-obsolete-variable declarations throughout.
6303         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
6304         the \r.
6306 2010-09-30  Julien Danjou  <julien@danjou.info>
6308         * gnus-agent.el (gnus-agent-add-group): Fix call to
6309         gnus-completing-read.
6311 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313         * nndoc.el (nndoc-retrieve-groups): New function.
6315         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
6316         `default', use nnmail-split-methods.
6317         (nnimap-request-article): Downcase the NILs so that they are nil.
6319         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
6320         symbol.
6322         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
6323         code, since if the user has requested network, that's what they ought
6324         to get.
6325         (nnimap-request-set-mark): Erase the buffer before issuing commands.
6326         (nnimap-split-rule): Mark as obsolete.
6328         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
6329         New variable.
6331         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
6332         correct slot, too.
6334 2010-09-29  Julien Danjou  <julien@danjou.info>
6336         * gnus.el (gnus-local-domain): Declare variable obsolete.
6338         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
6339         Fix history computing.
6340         (gnus-ido-completing-read): Require ido.
6342 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6344         * gnus-registry.el: Don't prompt on load, which makes it impossible to
6345         build Gnus.
6347         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
6348         when interpreting the structures.
6349         (nnimap-request-accept-article): Add \r\n to the lines to make this
6350         work with Cyrus.
6352         * nndraft.el (nndraft-request-expire-articles): Use the group name
6353         instead if "nndraft".  Fix found by Nils Ackermann.
6355 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
6357         * nnregistry.el: Add.
6359 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * nnmail.el (group, group-art-list, group-art):
6362         Remove unneeded directives.
6364 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6366         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
6367         (mm-mime-charset):
6368         * rfc2047.el (rfc2047-syntax-table):
6369         * utf7.el (utf7-utf-16-coding-system): Comment fix.
6371         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
6372         rather than `insert-file-contents' and `eval-region'.
6374 2010-09-29  Julien Danjou  <julien@danjou.info>
6376         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
6377         replacement of `gnus-gravatar-relief' to mimic
6378         `gnus-faces-properties-alist'.
6379         Add :version property.
6381 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6383         * mail-source.el (mail-source-report-new-mail):
6384         * message.el (message-default-mail-headers):
6385         * mm-decode.el (mm-valid-image-format-p): Comment fix.
6387         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
6389 2010-09-28  Julien Danjou  <julien@danjou.info>
6391         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
6392         mail-address contains the same string as real-name.
6394         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
6395         non-blank in header, otherwise it'll get stripped.
6397         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
6398         real-name, and then for mail address rather than doing : or , search.
6400 2010-09-27  Julien Danjou  <julien@danjou.info>
6402         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
6403         right completing-read function.
6404         (gnus-use-ido): New variable
6405         (gnus-completing-read-with-default): Remove.
6406         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
6407         (gnus-agent-add-group):
6408         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
6409         * mm-view.el (mm-view-pkcs7-decrypt):
6410         * mm-util.el (mm-codepage-setup):
6411         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
6412         * mml-smime.el (mml-smime-openssl-sign-query):
6413         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
6414         (mml-insert-multipart):
6415         * gnus-msg.el (gnus-summary-yank-message):
6416         * gnus-int.el (gnus-start-news-server):
6417         * mm-decode.el (mm-interactively-view-part):
6418         * gnus-dired.el (gnus-dired-attach):
6419         * gnus.el (gnus-read-method):
6420         * gnus-bookmark.el (gnus-bookmark-jump):
6421         * gnus-art.el (gnus-mime-view-part-as-type)
6422         (gnus-mime-action-on-part, gnus-article-encrypt-body):
6423         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
6424         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
6425         * nnmairix.el (nnmairix-create-server-and-default-group)
6426         (nnmairix-update-groups, nnmairix-get-server)
6427         (nnmairix-backend-to-server, nnmairix-goto-original-article)
6428         (nnmairix-get-group-from-file-path):
6429         * nnrss.el (nnrss-find-rss-via-syndic8):
6430         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
6431         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
6432         (gnus-group-browse-foreign-server):
6433         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
6434         (gnus-summary-execute-command, gnus-summary-respool-article)
6435         (gnus-read-move-group-name):
6436         * gnus-score.el (gnus-summary-increase-score)
6437         (gnus-summary-score-effect):
6438         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
6440 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6442         * nnimap.el (auth-source-forget-user-or-password)
6443         (auth-source-user-or-password): Autoload.
6445         * message.el (message-from-style, message-interactive)
6446         (message-signature): Remove comment.
6447         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
6448         always.
6449         (message-sendmail-envelope-from): Comment fix.
6450         (message-yank-prefix): Default to mail-yank-prefix always.
6451         (message-indentation-spaces):
6452         Default to mail-indentation-spaces always.
6453         (message-signature-file): Default to mail-signature-file always.
6455 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6457         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
6458         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
6459         new articles.
6461         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
6462         parts.
6463         (nnimap-request-article): Work with the t setting, too.
6465         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
6466         that you don't get flashes of other buffers.
6467         (gnus-summary-show-complete-article): Intern before setting.
6469 2010-09-27  David Engster  <dengste@eml.cc>
6471         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
6472         well as HEADERS.
6473         (nnmairix-retrieve-headers): Provide new argument for the above.
6475 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6477         * gnus-sum.el (gnus-summary-move-article): Don't alter
6478         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
6479         group.
6481         * nnimap.el (nnimap-update-info): Don't destructively alter active.
6483         * message.el (message-cite-prefix-regexp): Revert my last edit.
6485         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
6486         variable instead of the Gnus variable.
6488         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
6490         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
6492         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
6493         since some servers don't like it.
6494         (nnimap-open-connection): Forget credentials if the server says the
6495         password was wrong.
6496         (nnimap-parse-line): Protect against invalid data.
6498         * gnus-sum.el (gnus-summary-move-article): Add comment.
6499         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
6500         nothing alters it while scanning for new messages.
6502         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
6503         which may or may not help.
6504         (nnimap-open-connection): If we're doing a stream connection, and then
6505         discover we're on a STARTTLS-capable server, then open a STARTTLS
6506         connection instead.
6508 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6510         * nnimap.el (utf7): Require.
6512         * message.el (message-cite-prefix-regexp): Remove "}" from citation
6513         prefix.
6515 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
6517         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
6519 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6521         * nnimap.el (nnimap-request-accept-article): Message the error on
6522         error.
6524 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6526         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
6528 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530         * nndoc.el (nndoc-request-list): Return success always.
6532         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
6533         `fetch-old' -- we only want to fetch the articles we've requested.
6534         The rest are in the agent, probably.
6535         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
6536         disappeared server" to something low.  It's not important.
6538         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
6539         arrived before the FETCH data.
6541         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
6542         target here, because we don't know the Gnus name of the group.
6544         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
6545         for the correct group.
6547         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
6549         * gnus.el (gnus): Give a final warning after startup.
6551         * gnus-util.el (gnus-action-message-log): New variable.
6552         (gnus-message): Use it.
6553         (gnus-final-warning): New function.
6555         * nnimap.el (nnimap-open-connection): Record the greeting.
6556         (nnimap): Add greeting.
6558 2010-09-26  Julien Danjou  <julien@danjou.info>
6560         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
6561         arguments.
6562         (gnus-html-wash-images): Fix spec computing to include start/end.
6564         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
6566 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6568         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
6569         deletion.
6570         (nnimap-retrieve-headers): Don't select the group, because that's
6571         already done by nnimap-possibly-change-group.
6573         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
6574         (gnus-picon-transform-address): Use it.
6576         * mail-source.el (mail-source-value): Revert previous patch.
6578         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
6579         on failure.
6580         (nnimap-open-connection): Look up both virtual and physical server name
6581         credentials.
6583         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
6585 2009-02-08  Dave Love  <fx@gnu.org>
6587         * gnus-win.el (gnus-window-to-buffer-helper)
6588         (gnus-all-windows-visible-p): Function needn't be a symbol.
6590         * mail-source.el (mail-source-value): Function needn't be a symbol.
6592 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6594         * message.el (message-cite-prefix-regexp): Remove } from the cite
6595         prefix.
6597         * gnus-art.el (gnus-treatment-function-alist): Do picons before
6598         highlight again, so that the highlight is correct.
6600         * gnus-picon.el (gnus-picon): Remove again.
6601         (gnus-picon-create-glyph): Set the background XPM color explicitly.
6603         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
6604         doing the header highlightling, so that the background color of the
6605         picon is correct.
6607         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
6608         (gnus-picon): Ditto.
6609         (gnus-picon): Reinstate.  The background color for picons is white.
6610         (gnus-picon-insert-glyph): Make the background white.
6612         * nnml.el (nnml-open-nov): Don't return dead buffers.
6614         * auth-source.el (auth-source-create): Query the user for whether to
6615         store the credentials.
6617         * auth-source.el (auth-source-user-or-password): Use the existing auth
6618         sources, if any, for creation.
6620         * gnus.el (gnus-group-fast-parameter): Return the last matching
6621         parameter instead of the first matching parameter.
6623 2010-09-26  Julien Danjou  <julien@danjou.info>
6625         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
6627 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6629         * mml2015.el (mml2015-use): Remove gpg support.
6631         * mml1991.el (mml1991-function-alist): Remove gpg function.
6632         (mml1991-gpg-sign): Remove.
6634 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
6636         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
6637         (gnus-browse-unsubscribe-current-group): Document it.
6638         (gnus-browse-unsubscribe-group): Use it.
6640 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6642         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
6643         address to the To list for easier response.
6645         * gnus.el (gnus-play-startup-jingle): Remove.
6646         (gnus-splash): Don't play jingle.
6647         (gnus): Silence gnus-load message.
6649         * gnus-art.el (gnus-treat-play-sounds): Remove.
6651         * gnus.el (gnus-play-jingle): Remove audio support.
6653         * gnus-cus.el (gnus-score-customize): Remove audio reference.
6655         * earcon.el: Remove -- no users.
6657         * gnus-audio.el: Remove -- no users of this package.
6659         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
6661         * gnus-start.el (gnus-setup-news): Remove nocem support.
6663         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
6665         * gnus.el (gnus-use-nocem): Remove.
6667         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
6668         Remove.
6670         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
6671         uses NoCeM any more.
6673         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
6674         (gnus-button-ctan-handler): Ditto.
6675         (gnus-button-handle-ctan-bogus-regexp): Ditto.
6676         (gnus-button-ctan-directory-regexp): Ditto.
6677         (gnus-button-handle-ctan): Ditto.
6678         (gnus-button-tex-level): Ditto.
6679         (gnus-button-alist): Remove CTAN stuff.
6681 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6683         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
6684         nnimap-streaming test.
6686         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
6687         servers twice.
6689         * nnimap.el (nnimap-open-connection): Add more error reporting when
6690         nnimap fails early.
6692         * nnheader.el (nnheader-get-report-string): New function.
6693         (nnheader-get-report): Use it.
6695         * gnus-int.el (gnus-check-server): Say what the error was when opening
6696         failed.
6698         * nnimap.el (nnimap-wait-for-response): Search further when we're not
6699         using streaming.
6701 2010-09-25  Julien Danjou  <julien@danjou.info>
6703         * gnus-html.el (gnus-html-rescale-image): Use our defalias
6704         gnus-window-inside-pixel-edges.
6706 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6708         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
6710         * mm-decode.el (mm-save-part): Allow saving to other directories the
6711         normal Emacs way.
6713         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
6714         Suggested by Jay Berkenbilt.
6716         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
6717         there isn't a single byte.
6719         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
6720         just do it.  It doesn't really seem to matter what the user responds
6721         here, I think, so it's just a confusing question.
6723         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
6724         non-streaming case.
6726         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
6727         (gnus-article-encrypt-body): Use it.
6729         * gnus-sum.el (gnus-summary-show-complete-article): New command and
6730         keystroke.
6732         * nnimap.el (nnimap-find-wanted-parts-1):
6733         Use gnus-fetch-partial-articles.
6735         * gnus-art.el (gnus-fetch-partial-articles): New variable.
6737         * nnimap.el (nnimap-insert-partial-structure): New function.
6738         (nnimap-get-partial-article): New function.
6739         (nnimap-request-article): Use it.
6740         (nnimap-wait-for-response): Return whether the wait was successful.
6741         (nnimap-finish-retrieve-group-infos): Don't do anything if the
6742         retrieval wasn't successful.
6743         (nnimap-retrieve-group-data-early): Allow throttling servers.
6744         (nnimap-streaming): New variable.
6745         (nnimap-fetch-partial-articles): Remove.
6747         * mm-decode.el (mm-with-part): Protect against killed buffers.
6749         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
6750         for prettier summary display.
6752 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
6754         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
6756 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
6759         apparently third-party libraries depend on it.
6761         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
6762         before starting negotiation.
6764         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
6765         privacy reasons.
6766         (gnus-treat-mail-gravatar): Ditto.
6768         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
6769         buffer when inserting images.  Inserting text into the headers, for
6770         instance, can make them invalid.
6772 2010-09-25  Julien Danjou  <julien@danjou.info>
6774         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
6775         variables.
6777         * nnheader.el: Remove useless variables news-reply-yank-from and
6778         news-reply-yank-message-id.
6780         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
6781         variables.
6783         * mml1991.el: Remove useless mml1991-verbose.
6785         * gnus.el: Remove useless variable gnus-use-generic-from.
6786         Remove obsolete variable gnus-topic-indentation.
6788         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
6790         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
6792         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
6794         * gnus-group.el: Remove useless gnus-group-icon-cache.
6795         Remove useless gnus-ephemeral-group-server.
6797         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
6799         * mml2015.el: Remove useless mml2015-verbose.
6801         * mml-smime.el: Remove useless mml-smime-verbose.
6803         * gnus.el: Remove useless gnus-local-domain.
6805         * gnus-gravatar.el (gnus-gravatar-transform-address):
6806         Use gnus-gravatar-size.
6808         * gnus-art.el: Remove useless gnus-treat-translate.
6810 2010-09-24  Julien Danjou  <julien@danjou.info>
6812         * gnus-sum.el: Add support for Gravatars.
6814         * gnus-art.el: Add support for Gravatars.
6816         * gnus-gravatar.el: Add this file.
6818         * gravatar.el: Add this file.
6820 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6822         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
6824         * gnus-group.el (gnus-group-fetch-faq): Remove.
6826         * gnus.el (gnus-group-faq-directory): Remove.
6828         * gnus-group.el (gnus-group-fetch-charter): Remove.
6830         * gnus.el (gnus-group-charter-alist): Remove.
6832         * gnus-group.el (gnus-group-archive-directory): Remove.
6833         (gnus-group-recent-archive-directory): Ditto.
6834         (gnus-group-make-archive-group): Remove.
6836         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
6838         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
6839         use the same article number for all the cached articles.
6841         * nnimap.el (nnimap-command): Register the last command time so
6842         that we can use it for idling NOOPs.
6843         (nnimap-open-connection): Start the keeplive timer.
6844         (nnimap-make-process-buffer): Store all the process buffers.
6845         (nnimap-keepalive): New function.
6847         * starttls.el (starttls-open-stream): Add autoload cookie.
6849 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
6851         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
6852         handling.
6854 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6856         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
6857         its data structures.
6859         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
6860         instead of the cl.el copy-list.
6861         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
6862         equalp.
6864 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6866         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
6867         and tool-bar-local-item-from-menu.
6869         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
6870         mode-line-highlight face for Emacs.
6872         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
6873         loading gnus-sum.elc; fix comment for canlock-verify.
6874         (gnus-article-jump-to-part): Use read-number.
6875         (gnus-insert-mime-button, gnus-insert-mime-security-button):
6876         Remove Emacs pre-21 compatible code for help-echo.
6877         (gnus-article-next-page-1): No need to adjust the number of lines.
6878         (gnus-article-describe-bindings): Always use help-buffer.
6880         * gnus-audio.el (gnus-audio-inline-sound):
6881         * gnus-cus.el (gnus-custom-mode):
6882         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
6884         * gnus-sum.el (gnus-remove-overlays): Doc fix.
6886         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
6887         compatible code.
6889 2010-09-24  Glenn Morris  <rgm@gnu.org>
6891         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
6892         visiting the fcc file in rmail-mode.
6894 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6896         * nnir.el: Silence the byte compiler.
6898         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
6899         alias to browse-url-url-encode-chars if any.
6900         (gnus-html-encode-url): Use it.
6902 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6904         * gnus-start.el (gnus-use-backend-marks): New variable.
6905         (gnus-get-unread-articles-in-group): Use it.
6907         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
6908         makeover.
6910 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6912         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
6914 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6916         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
6917         Remove.
6918         (gnus-setup-news-hook):
6919         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
6921         * gnus-int.el (gnus-request-update-info): Protect against backends not
6922         having the function.
6924         * nnimap.el (nnimap-stream): Mention STARTTLS.
6925         (nnimap-open-connection): Add STARTTLS support.
6927 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
6929         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
6931 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
6934         BODYSTRUCTUREs.
6935         (nnimap-transform-headers): Unfold quoted {42} headers.
6937         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
6938         the info.
6939         (gnus-get-unread-articles): Only call updatep on backends that support
6940         it.
6942         * nnweb.el (nnweb-request-update-info): NOOP.
6944         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
6946         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
6947         since it only deals with marks.
6949         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
6950         gnus-request-marks, and make a new gnus-request-update-info.
6952         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
6953         the active instead of the high number, which is usually too low.
6955 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
6957         * encrypt.el: Remove.
6959 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
6962         server in symbolic form.
6964         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
6966 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6968         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
6969         (nnimap-update-info): Fix up code slightly.
6971         * gnus-int.el (gnus-open-server): Add tracing for performance
6972         debugging.
6974         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
6975         (gnus-group-insert-group-line): Pass the real group name so that it
6976         gets the right data.
6978         * gnus-start.el (gnus-get-unread-articles): Don't have
6979         `gnus-get-unread-articles-in-group' update info, since that can be
6980         really slow and doesn't seem to be needed?
6982 2010-09-22  Julien Danjou  <julien@danjou.info>
6984         * gnus-group.el (gnus-group-insert-group-line):
6985         Call gnus-group-highlight-line.
6986         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
6987         default hook list.
6988         (gnus-group-update-eval-form): Add new function.
6989         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
6990         (gnus-group-get-icon): Use gnus-group-update-eval-form.
6992 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6994         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
6995         immediate, then expire all articles.
6996         (nnimap-update-info): Fix off-by-one errors.
6997         (nnimap-flags-to-marks): Would return no marks lists for group with no
6998         flags.  Instead return the other data.
7000 2010-09-22  Julien Danjou  <julien@danjou.info>
7002         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
7003         Only return an icon.
7004         (gnus-group-insert-group-line): Compute icon to return.
7006         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
7007         (gnus-html-image-fetched): Only cache if
7008         gnus-html-image-automatic-caching is set.
7009         (gnus-html-image-fetched): Check for errors.
7011 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7013         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
7014         once per method on `g'.  This ensures that backends like nnfolder don't
7015         open all their folders.
7017         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
7018         (nnimap-request-list): Nix out group in the correct buffer.
7019         (nnimap-parse-flags): Implement by using `read' instead of
7020         hand-parsing.
7021         (nnimap-flags-to-marks): Pass on permanent-flags.
7022         (nnimap-make-process-buffer): Record the server name.
7023         (nnimap-parse-flags): Fix typo.
7024         (nnimap-request-scan): Run split on the server in general, not just a
7025         single group.
7027         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
7028         parameter, and propagate this downwards.
7030         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
7031         since EXAMINE changes it on the server.
7033         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
7034         this command might take a while.
7036 2010-09-22  Julien Danjou  <julien@danjou.info>
7038         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
7039         harmful if you have 2 images side-by-side, they can't be properly
7040         update on text deletion.  Using text-property is safer here.
7041         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
7042         data.
7044 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7046         * nnimap.el (nnimap-expunge-inbox): Remove.
7047         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
7048         (nnimap-expunge): Flip default to t.
7050         * gnus.el (gnus-method-to-server): Don't push things to the cache
7051         unless it's unique.
7052         (gnus-server-to-method): Ditto.
7054 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7056         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
7058 2010-09-22  Julien Danjou  <julien@danjou.info>
7060         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
7061         get the start of data.
7062         (gnus-html-encode-url): Add this function to encode special chars in
7063         URL.
7064         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
7065         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
7067         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
7068         default.
7069         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
7071         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
7072         images alt-text.
7073         (gnus-html-put-image): Put alt-text as help-echo.
7075 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7077         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
7078         * mm-util.el (mm-decompress-buffer):
7079         * nnir.el (nnir-run-find-grep):
7080         * pop3.el (pop3-list): Use 3rd arg of split-string.
7082 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
7085         outside the active range.  Suggested by Dan Christensen.
7087         * gnus-start.el (gnus-get-unread-articles): Get the extended method
7088         slightly later to avoid double-getting it.
7090         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
7091         previous patch.
7093         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
7095 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
7097         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
7099 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7101         * gnus-int.el (gnus-open-server): Give a better error message in the
7102         "go offline" case.
7104         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
7105         marks for nnimap, which is seldom the right thing to do.
7107         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
7108         (gnus-same-method-different-name): New function.
7110         * nnimap.el (parse-time): Require.
7112         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
7113         method in the presence of many similar methods.
7115         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
7117         * nnimap.el (nnimap-find-expired-articles): Don't refer to
7118         nnml-inhibit-expiry.
7120         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
7121         find out whether methods are equal.
7123         * nnimap.el (nnimap-find-expired-articles): New function.
7124         (nnimap-process-expiry-targets): New function.
7125         (nnimap-request-move-article): Request the article before looking at
7126         what the Message-ID is.  Fix found by Andrew Cohen.
7127         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
7129         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
7130         for oldness in addition to being a predicate.
7132         * nnimap.el (nnimap-request-group): When we have zero articles, return
7133         the right data to Gnus.
7134         (nnimap-request-expire-articles): Only delete articles immediately if
7135         the target is 'delete.
7137         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
7138         method, this would bug out.
7140         * gnus-group.el (gnus-group-expunge-group): Rename from
7141         gnus-group-nnimap-expunge, and implemented as a normal interface
7142         function.
7144         * gnus-int.el (gnus-request-expunge-group): New function.
7146         * nnimap.el (nnimap-request-create-group): Implement.
7147         (nnimap-request-expunge-group): New function.
7149 2010-09-21  Julien Danjou  <julien@danjou.info>
7151         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
7152         (gnus-html-cache-expired): Add new function.
7153         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
7154         wethever we should display image for fetch it.
7155         Compute alt-text earlier to pass it to the fetching function too.
7156         (gnus-html-schedule-image-fetching): Change function argument to only
7157         get one image at a time, not a list.
7158         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
7159         cache.
7160         (gnus-html-get-image-data): New function to retrieve image data from
7161         cache.
7162         (gnus-html-put-image): Change buffer argument to use image data rather
7163         than file, and place image above region rather than inserting a new
7164         one.  Do not take alt-text as argument, since it's useless now: we place
7165         the image above alt-text.
7166         (gnus-html-prune-cache): Remove.
7167         (gnus-html-show-images): Start to fetch image when we find one, do not
7168         push into a temporary list.
7169         (gnus-html-prefetch-images): Only fetch image if they have expired.
7170         (gnus-html-browse-image): Fix, use 'gnus-image-url.
7171         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
7173 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7175         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
7177 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7179         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
7180         spec inser "*" if the group isn't active instead of 0.
7182         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
7183         opening the server.
7184         (nnimap-request-delete-group): Implement group deletion.
7185         (nnimap-transform-headers): Return the size of the entire message in
7186         the Bytes header, not just the size of the first part.
7187         (nnimap-request-move-article): When moving an article from nnimap,
7188         request the article first so the accepting form has an article to
7189         accept.  Reported by Dan Christensen.
7190         (nnimap-command): Make sure that the error message doesn't error out.
7192 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
7194         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
7195         we haven't requested anything.
7197 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7199         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
7200         "".  Fix found by Andrew Cohen.
7202         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
7203         instead of -encode-string.
7205 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7207         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
7209         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
7210         by mm-subst-char-in-string.
7212 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
7215         waiting for the connection string.
7217         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
7218         arriving.
7220         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
7221         bogus characters.  This allows selecting certain Gmail groups.
7223         * nnimap.el (nnimap-find-wanted-parts-1): New function.
7224         (nnimap-fetch-partial-articles): New variable.
7225         (nnimap-open-connection): When looking for credentials, also use the
7226         nnimap-server-port.
7227         (nnimap-request-article): Return the group/article number, so that Gnus
7228         `^' works as expected.
7229         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
7231         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
7232         comments.
7233         (gnus-methods-sloppily-equal): New function.
7234         (gnus): When using the development version of Gnus, load the gnus-load
7235         file.
7237         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
7238         `gnus-open-server' on each method before trying to scan them etc.
7239         This ensures that all the backend parameters are set correctly.
7241         * nnimap.el (nnimap-authenticator): New variable.
7242         (nnimap-open-connection): Allow anonymous login.
7243         (nnimap-transform-headers): The chars header is called Chars not Bytes.
7244         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
7246         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
7247         patch, found by Knut Anders Hatlen.
7249 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
7251         * gnus-agent.el (gnus-agent-batch-confirmation)
7252         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
7253         to gnus-message.
7254         * gnus-art.el (gnus-article-describe-briefly): Likewise.
7255         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
7256         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
7257         * gnus-int.el (gnus-open-server): Likewise.
7258         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
7259         (gnus-score-check-syntax): Likewise.
7260         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
7261         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
7262         Likewise.
7263         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
7265 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7267         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
7268         calling conventions so that prefetch doesn't bug out.
7270 2010-09-19  Julien Danjou  <julien@danjou.info>
7272         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
7273         rather than `subst-char-in-region' in order to be able to replace ASCII
7274         char by UTF-8 ones.
7276         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
7277         than curl.
7278         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
7279         the right URL and ALT text on images.
7280         (gnus-html-wash-tags): Fix tag case.
7281         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
7282         (gnus-article-html): Add -o display_ins_del=2 option.
7283         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
7285 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7287         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
7288         the extra mail headers, which sometimes seem to happen for unknown
7289         reasons.
7291         * mail-parse.el (mail-header-encode-parameter): Define as
7292         rfc2045-encode-string instead of as rfc2231-encode-string, since some
7293         (or most, perhaps?) mail readers don't understand the latter, but do
7294         understand the former.
7296         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
7297         to nil, so that no methods are automatically agentized.  I think this
7298         is probably what most users want.
7300         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
7301         from url-retrieve, for instance about invalid URLs.
7303         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
7304         groups that have no articles.
7305         (nnimap-request-article): Check that we really got an article when we
7306         requested one.
7308         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
7309         doesn't exist.
7311         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
7312         nntp buffer so the agent can save it.
7313         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
7314         that CRLF doesn't get translated to \n.
7315         (nnimap-open-connection): Don't make 'shell commands only send \n.
7317 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7319         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
7320         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
7321         Update var name.
7322         (nnml-generate-nov-file): Use dolist.
7323         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
7324         Use with-current-buffer.
7326 2010-09-18  Julien Danjou  <julien@danjou.info>
7328         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
7329         parallel.
7331 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7333         * nnimap.el (nnimap-update-info): When doing partial marks update, get
7334         the range update right.
7335         (nnimap-request-group): Don't make `M-g' bug out on group with no
7336         marks.
7337         (nnoo): Require, so that other packages can require nnimap.
7338         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
7339         command we're looking for.  This helps when the server sends more
7340         responses after we've gotten everything we expected.
7341         (nnimap): Add a `newlinep' field to keep track of end-of-line
7342         conventions.
7343         Don't send CRLF to things that don't want it.
7344         (nnimap-request-accept-article): Ditto.
7346 2010-09-18  Julien Danjou  <julien@danjou.info>
7348         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
7349         than curl to retrieve images.
7351 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7353         * nnimap.el (nnimap-update-info): Extend the info so that we can set
7354         the marks.
7355         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
7356         (nnimap-wait-for-connection): New function.
7357         (nnimap-open-connection): If we have PREAUTH, don't query for login
7358         credentials.
7359         (nnimap-update-info): Fix off-by-one error when concatenating ranges
7360         when doing a partial update.
7362 2010-09-18  Julien Danjou  <julien@danjou.info>
7364         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
7365         tags.
7367 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7369         * nnimap.el (nnimap-credentials): New function.
7370         (nnimap-open-connection): Use the new function to look for credentials
7371         also on the numeric equivalents of "imap" and "imaps".
7373         * gnus-start.el (gnus-activate-group): Send the info to
7374         gnus-request-group.
7376         * nnimap.el (nnimap-request-group): Have the "check" version of the
7377         function parse flags and update the info, so that a `M-g' get a total
7378         resync of all flags from the group.
7380         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
7381         to allow backends to alter the info on group selection.  Also alter all
7382         the backend -request-group functions to take the parameter.
7384         * nnimap.el (nnimap-store-info): New function.
7385         (nnimap-update-info): Store the info for later usage.
7386         (nnimap-request-group): Use the stored info for the dont-check case, so
7387         that we don't retrieve all marks when we enter a group.
7389         * nnimap.el: Use deffoo instead of defun for interface functions.
7391         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
7392         update the group info.  This makes the nndraft groups, for instance, go
7393         back to their old behavior.
7395         * gnus-sum.el (gnus-select-newsgroup): Indent.
7397         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
7398         in.
7399         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
7400         nothing.
7402         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
7403         from methods that are denied.
7405         * gnus-int.el (gnus-method-denied-p): New function.
7407         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
7408         store the password instead of netrc.
7409         (nnimap-open-connection): Don't error out when we can't make a
7410         connections.
7412         * auth-source.el (auth-source-create): In the password prompt, say what
7413         we're querying for.  Also prompt for user name if that hasn't been
7414         given.
7416         * nnimap.el (nnimap-with-process-buffer): Remove.
7418 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7420         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
7421         method when we're reading from the agent.
7423         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
7425         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
7426         that's probably most useful for users.
7428         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
7429         "failed" all the time.
7431         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
7432         ...)) with (with-current-buffer ...).
7434         * nntp.el (nntp-open-server): Return whether the open was successful or
7435         not.
7437         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
7438         select an unread unseen article first.
7440         * nnimap.el (nnimap-open-connection): If the user doesn't have a
7441         /etc/services, supply some sensible port defaults.
7443 2010-09-17  Julien Danjou  <julien@danjou.info>
7445         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
7447 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7449         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
7450         doesn't have any parameters.
7452 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7454         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
7455         only upcased checks.
7457         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
7459         * nnimap.el (nnimap-open-shell-stream): New function.
7460         (nnimap-open-connection): Use it.
7461         (nnimap-transform-headers): Get the number of lines in each message.
7462         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
7463         number of lines.
7464         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
7465         problem.
7467         * utf7.el (utf7-encode): Autoload.
7469         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
7470         to allow the mail splitting to not return a default group.  This is
7471         useful for nnimap, which will leave unmatched mail in the inbox.
7473         * nnimap.el: Rewritten.
7475         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
7476         nnimap usage.
7478         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
7479         if the move is internal, so that nnimap can do fast internal moves.
7481         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
7482         data.
7483         (gnus-read-active-for-groups): Support finishing the early retrieval of
7484         data.
7486         * gnus-range.el (gnus-range-nconcat): New function.
7488         * gnus-int.el (gnus-finish-retrieve-group-infos)
7489         (gnus-retrieve-group-data-early): New functions.
7491 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7493         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
7494         (nnrss-retrieve-groups):
7495         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
7496         (pop3-quit): Use with-current-buffer.
7498 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7500         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
7501         instead of nnheader-accept-process-output.
7503         * gnus-html.el (gnus-html-schedule-image-fetching)
7504         (gnus-html-prefetch-images): Replace process-kill-without-query by
7505         gnus-set-process-query-on-exit-flag.
7507 2010-09-16  Romain Francoise  <romain@orebokech.com>
7509         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
7511 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7513         * gnus-registry.el (gnus-registry-install-shortcuts): The second
7514         parameter to unintern is mandatory-ish in Emacs 24.
7516         * gnus-html.el (gnus-html-schedule-image-fetching)
7517         (gnus-html-prefetch-images): Check for curl before using it.
7519         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
7520         depend on curl, which isn't essential.
7522         * imap.el: Revert back to version
7523         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
7524         seem problematic.
7526 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7528         * gnus-registry.el (gnus-registry-install-shortcuts):
7529         Explicitly pass `obarray' to `unintern' to avoid a warning.
7531 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7533         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
7534         change.
7536         * nnrss.el (nnrss-request-list): Remove this function and related
7537         functions, including the moreover stuff.
7539 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7541         * nnrss.el (nnrss-retrieve-groups): New function.
7543 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
7545         * .dir-locals.el: Add no-byte-compile cookie.
7547 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7549         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
7550         for back end that doesn't support request-scan.
7552 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7554         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
7555         then do request scans from the backends.
7557         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
7558         avoid running a hook per line, since this takes a lot of time,
7559         profiling shows.
7560         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
7561         directly if gnus-visual-p is true.
7563 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7565         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
7566         groups; replace mapcar with dolist which is a bit faster; pass groups
7567         info to gnus-read-active-file-1.
7568         (gnus-read-active-file-1): Scan only specified groups if the new
7569         optional arg `infos' is given.
7571 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7573         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
7575         * pop3.el (pop3-movemail): Remove.
7576         (pop3-streaming-movemail): Rename to pop3-movemail.
7578         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
7579         don't restrict end-tag searches to the end of the line.
7581 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7583         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
7584         articles of every unchecked group to t, which means unknown since the
7585         server has never been opened.
7587 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7589         * gnus-html.el (gnus-html-show-alt-text): New command.
7590         (gnus-html-browse-image): Ditto.
7591         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
7592         to browse the image directly.
7593         (gnus-html-wash-tags): Search for images first, so that <a><img> works
7594         better.
7596         * gnus-async.el (gnus-async-article-callback):
7597         Call `gnus-html-prefetch-images' unconditionally.
7599         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
7600         before feeding URLs to curl.
7602 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
7605         internal images as deletable by `W D D'.
7607         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
7608         (gnus-async-article-callback): Fix typo.
7610 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7612         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
7613         current line to work around bugs in the output from w3m.
7615         * gnus-async.el (gnus-async-article-callback): Always prefetch images
7616         for groups that want that.
7618         * nntp.el (nntp-wait-for-string): Supply a timeout for
7619         accept-process-output to ensure progress.
7621         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
7622         level to get unread articles from, then use that for foreign groups,
7623         too.
7625         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
7626         confuses the rest of the function.
7628         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
7629         for the methods that support -retrieve-groups, too.
7631         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
7633 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7635         * pop3.el: Require cl when compiling.
7636         (pop3-number-of-responses): Search for "+OK", not "+OK ".
7638 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7640         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
7641         that aren't going to be activated.
7642         (gnus-get-unread-articles): Fix up the last commit.
7644         * gnus-html.el (gnus-article-html): Allow calling without specifying
7645         the handle.  In that case, dissect the buffer first.
7647         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
7649         * nnimap.el (nnimap-open-connection): Revert the change that would look
7650         into authinfo for imaps instead of imap.
7652         * gnus-start.el (gnus-activate-group): Take an optional parameter to
7653         say that you don't want to call gnus-request-group with don-check, but
7654         do check the response.  This is for virtual groups only.
7655         (gnus-get-unread-articles): Count the archive groups as secondary, so
7656         that they're activated the same way as before.
7658         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
7659         case-insensitively.
7660         (nnimap-debug): Remove.
7662         * mail-source.el (mail-source-fetch): Don't message if we're fetching
7663         mail from a file, and the file doesn't exist.
7665         * pop3.el (pop3-streaming-movemail): Return t for success.
7667         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
7668         .authinfo if we're using ssl connection.
7670         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
7671         already have if we're in a main Gnus `g' run.
7673         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
7675 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7677         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
7679         * nnmh.el (nnmh-request-list-1): Bind `file'.
7681         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
7682         alias to set-process-query-on-exit-flag or process-kill-without-query.
7683         (pop3-open-server): Use it.
7685 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7687         * mail-source.el (mail-source-delete-crash-box): Always move the crash
7688         box to the Incoming file.  Fixes mistake in previous checkin.
7690         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
7691         request loop (for debugging purposes) removed.
7693         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
7694         culprit is more visible.
7695         (nnml-save-incremental-nov, nnml-open-incremental-nov)
7696         (nnml-add-incremental-nov): New functions to do "incremental" nov
7697         updates, where we just append to the end of the existing nov files
7698         without reading/writing them in full.
7700         * mail-source.el (mail-source-delete-crash-box): Really only check the
7701         incoming files once in a while.
7703         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
7705         * mail-source.el (mail-source-delete-crash-box): Only check the
7706         incoming files for deletion once per day to save a lot of file
7707         accesses.
7709         * pop3.el (pop3-logon): Fix up unbound variable typo.
7711         * mail-source.el (pop3-streaming-movemail): Autoload.
7713         * pop3.el (pop3-streaming-movemail):
7714         Respect pop3-leave-mail-on-server.
7716         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
7717         retrieval.
7719         * pop3.el (pop3-process-filter): Remove unused function.
7720         (pop3-streaming-movemail, pop3-send-streaming-command)
7721         (pop3-wait-for-messages, pop3-write-to-file)
7722         (pop3-number-of-responses): New functions for streaming pop3
7723         retrieval.
7725         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
7726         come from no known methods.
7727         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
7728         list.
7730         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
7731         message sizes.
7732         (pop3-movemail): Use erase-buffer instead of looping and deleting
7733         regions, which seems rather odd.
7735         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
7736         file once per `g' run.
7738         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
7739         directories.  This makes the draft queue directory work.
7741         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
7742         data from the backends, so that we only request the list of groups from
7743         each method once.  This should speed things up considerably.
7745         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
7746         detect that it's not implemented.
7748         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
7749         we actually do recurse down into the tree, but don't stat all leaf
7750         nodes.
7752         * gnus-html.el (gnus-html-show-images): If there are no images to show,
7753         then say so instead of bugging out.
7755         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
7756         files exist before trying to read them.
7758         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
7759         around <pre_int>.
7761         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
7763         * nnmh.el (nnmh-request-list-1): Optimize for speed.
7765 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767         * mm-util.el (mm-image-load-path): Just return the image directories,
7768         not all directories in the path in addition to the image directories.
7769         (mm-image-load-path): Maintain a cache of the image directories so that
7770         the `g' command in Gnus doesn't have to stat dozens of directories each
7771         time.
7773         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
7774         (gnus-html-wash-tags): Add a new `i' command to insert images.
7775         (gnus-html-insert-image): New command and keystroke.
7776         (gnus-html-redisplay-with-images): New command and keystroke.
7777         (gnus-html-show-images): Rename command.
7778         (gnus-html-wash-tags): Remove more white space before <pre_int> image
7779         spacers.
7780         (gnus-html-wash-tags): Decode entities at the end, so that entities
7781         inside the tags don't mess up the rest of the "parsing".
7783         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
7784         so that nnimap methods aren't agentized by default.  There's apparently
7785         many problems related to agent/imap behavior.
7787         * gnus-art.el (gnus-article-copy-string): New command and key binding.
7789         * gnus-html.el: Doc fix.
7791 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7793         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
7794         glyph-width and glyph-height instead of display-graphic-p and
7795         image-size; make avoidance of displaying small images work for XEmacs.
7797         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
7798         for XEmacs.
7800         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
7801         of symbol that holds plist data.
7802         (gnus-process-plist): Remove plist of process after getting it.
7804 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7806         * message.el (message-generate-hashcash): Change default to
7807         'opportunistic if hashcash is installed.
7809         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
7810         (gnus-html-put-image): Only call image-size once, since it's somewhat
7811         time-consuming on remote X servers.
7813 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7815         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
7816         decoded contents.
7817         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
7819 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7821         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
7822         group line format, since it isn't very interesting.
7824         * gnus-agent.el (gnus-agent-short-article),
7825         (gnus-agent-long-article): Increase values for these two variables,
7826         since most people are likely to have more network connection and
7827         storage than before.
7829         * gnus.el (gnus-refer-article-method): Change default to 'current.
7830         When referring an article, the common behavior is to refer it from the
7831         current select method, not the native select method.  The chances of
7832         the native select method having the message in question is rather slim
7833         these days.
7835         * gnus-sum.el (gnus-auto-select-subject): Change default to
7836         `unseen-or-unread'.  I think it's likely that most people want to
7837         select an unseen article over a previously seen, but unread one.
7839         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
7840         means that in the article buffer none of the minor mode elements will
7841         be shown, usually, and this is not desirable in most cases.
7843         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
7844         that commands like `d' (and the like) go to the next line in the
7845         buffer, instead of the next unread article.  I think this is the
7846         behavior that is most natural for most users.
7847         (gnus-single-article-buffer): Change default to nil, so that people can
7848         have as many article buffers open as they have summary buffer.  I think
7849         this is the most natural way for the groups to behave.
7851         * message.el (message-generate-new-buffers): Change default to
7852         `unsent', so that all new message buffers start their names with the
7853         string "*unsent", and it's easier to find the buffers if you move from
7854         them.
7856 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7858         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
7859         small.  They're probably tracking images.
7860         (gnus-html-wash-tags): Remove all <pre_int> place holders.
7861         (gnus-html-rescale-image): Yet another try at getting the image sizing
7862         right.
7864         * nntp.el (nntp-request-set-mark): Refuse to do marks if
7865         nntp-marks-file-name is nil.
7867 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7869         * gnus-html.el (gnus-html-wash-tags)
7870         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
7871         Better logging.
7873 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7875         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
7877         * gnus-html.el (gnus-html-wash-tags): Check the value of
7878         gnus-blocked-images in the summary buffer.
7880 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7882         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
7884 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7886         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
7887         like "a", it seems like.
7888         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
7889         since it needs to be picked from the correct buffer.
7891         * nnwfm.el: Remove.
7893         * nnlistserv.el: Remove.
7895 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7897         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
7898         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
7900 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7902         * nnkiboze.el: Remove.
7904         * nndb.el: Remove.
7906         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
7907         alt text.
7908         (gnus-html-rescale-image): Try to get the rescaling logic right for
7909         images that are just wide and not tall.
7911         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
7912         overshadow variable bindings.
7914 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
7916         * gnus-html.el (gnus-html-wash-tags)
7917         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
7918         Add extra logging.
7920 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7922         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
7923         (gnus-max-image-proportion): New variable.
7924         (gnus-html-rescale-image): New function.
7925         (gnus-html-put-image): Rescale images.
7927 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
7929         Fix up some byte-compiler warnings.
7930         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
7931         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
7932         (gnus-article-fill-cited-article, gnus-article-hide-citation)
7933         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
7934         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
7935         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
7936         (gnus-group-update-group): Use save-excursion and with-current-buffer.
7938 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7940         * gnus-html.el (gnus-article-html): Decode contents by charset.
7942 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7944         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
7945         (gnus-html-frame-width, gnus-blocked-images):
7946         * message.el (message-prune-recipient-rules): Add custom version.
7947         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
7949         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
7950         functions.
7952         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
7953         gnus-process-get.
7955 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
7957         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
7958         instead of lsub directly.
7960 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7962         * nnwarchive.el: Remove.
7964         * gnus-soup.el: Remove.
7966         * nnsoup.el: Remove.
7968         * nnultimate.el: Remove.
7970         * gnus-html.el (gnus-blocked-images): New variable.
7972         * message.el (message-prune-recipients): New function.
7973         (message-prune-recipient-rules): New variable.
7975         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
7976         guess whether a long line is natural text or not.
7978         * gnus-html.el (gnus-html-schedule-image-fetching):
7979         Use gnus-process-plist and friends for compatibility.
7981 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
7983         * gnus-html.el: Require packages that define macros used in this file.
7984         (gnus-article-mouse-face): Declare to silence byte-compiler.
7985         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
7986         process-get.
7987         (gnus-html-put-image): Use plist-get to avoid getf.
7988         (gnus-html-prefetch-images): Use with-current-buffer.
7990 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7992         * gnus-ems.el: Provide compatibility functions for
7993         gnus-set-process-plist.
7995         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
7996         * gnus.el (gnus-valid-select-methods):
7997         * message.el (message-send-mail-partially-limit):
7998         * mm-decode.el (mm-text-html-renderer):
7999         * mml.el (mml-insert-mime-headers-always):
8000         * smiley.el (smiley-regexp-alist): Bump custom version.
8002 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8004         * gnus-html.el: require mm-url.
8005         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
8006         with the url to `url'.
8007         (gnus-html-wash-tags): Support cid: URLs/images.
8009 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8011         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
8012         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
8013         bindings, as they aren't useful at all.  `w' is moved to `W w'.
8015         * gnus-move.el: Remove file, since it doesn't really work.
8017         * gnus-html.el (gnus-article-html): Tell w3m that the input is
8018         UTF-8.  This seems to fix problems with some German web feeds.
8020         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
8021         at the top so that the proper colors are applied.
8023         * gnus-art.el (gnus-article-view-part): Doc fix.
8025         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
8026         XEmacs-compatible.
8027         (gnus-html-put-image): Don't do images on non-graphic displays.
8029         * nnslashdot.el: Remove this unused backend.
8031         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
8032         actions.
8033         (gnus-undo-register-1): Revert last change.
8035         * gnus-group.el (gnus-group-completing-read): Protect against not
8036         having completion-styles bound.
8038         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
8039         make broken recipients happier.
8041         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
8043         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
8044         point parameter.
8046         * gnus-group.el (gnus-group-completing-read): Add 'substring to
8047         completion-styles for group selection.
8049 2009-02-04  Andreas Schwab  <schwab@suse.de>
8051         * gnus-score.el (gnus-score-string): Fix regex for matching extra
8052         headers and regexp-quote the match if necessary.
8054 2009-03-24  Miles Bader  <miles@gnu.org>
8056         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
8057         the blinking smiley.
8059 2009-03-24  Simon Josefsson  <simon@josefsson.org>
8061         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
8062         blink smiley.
8064 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8066         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
8067         where the dribbel file lives exists.
8069         * message.el (message-send-mail-partially-limit): Change the default to
8070         nil, since most people don't want this.
8072         * mm-url.el (mm-url-decode-entities): Also decode entities like
8073         &#x3212.
8075 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
8077         * gnus-sum.el (gnus-summary-idna-message):
8078         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
8079         Hyperlink urls in docstrings with URL `...'.
8081 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
8083         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
8084         functions.
8086 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8088         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
8089         say what the mouseover text should be.
8091         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
8092         version of the mm-w3m-safe-url-regexp variable to only download images
8093         in the groups where we want that to happen.
8095         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
8097         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
8098         easier debugging.
8099         (gnus-article-beginning-of-window): Add kludge to allow spacing past
8100         big pictures in the article buffer.
8102         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
8103         gnus-article-html.
8104         (mm-text-html-renderer): gnus-article-html needs curl in addition to
8105         w3m.
8107         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
8109 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8111         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
8112         which doesn't exist.
8114         * message.el (message-inhibit-ecomplete): New variable to allow some
8115         function to inhibit ecomplete address storage.
8116         (message-resend): Disable ecomplete message storage when resending
8117         messages.
8119         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
8121 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8123         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
8124         Save excursion while copying, moving, and deleting articles in order to
8125         prevent the cursor from jumping to unforeseen place.
8127 2010-08-17  Glenn Morris  <rgm@gnu.org>
8129         * gnus-sync.el: Require gnus components whose functions are used.
8131         * gnus-art.el (bookmark-make-record-function):
8132         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
8133         Declare for compiler.
8135         * mm-url.el (mml-compute-boundary): Autoload.
8137 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8139         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
8141 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
8143         Typo fix "hoo4a" -> "hook".
8145         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
8147 2010-08-14  Glenn Morris  <rgm@gnu.org>
8149         * gnus-sync.el (gnus-sync): Fix defgroup version.
8151 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
8153         Doc fixes and keep unknown groups (ammended for nunion bug fix).
8155         * gnus-sync.el: Fix docs.
8156         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
8157         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
8159 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8161         Optimizations for gnus-sync.el.
8163         * gnus-sync.el: Add docs about gnus-sync-backend
8164         possibilities.
8165         (gnus-sync-save): Remove unnecessary message.
8166         (gnus-sync-read): Optimize and show what groups were skipped.
8168 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8170         Minor bug fixes for gnus-sync.el.
8172         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
8173         Don't read the sync on get-new-news.
8175         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
8176         quiet.
8178         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
8179         (fix typo).
8181 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
8183         Make saving and restoring of hidden threads work with overlays.
8184         Patch applied by Ted Zlatanov.
8186         * gnus-sum.el (gnus-hidden-threads-configuration)
8187         (gnus-restore-hidden-threads-configuration): Update to deal with text
8188         properties, rather than searching for a magic character.
8190 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
8192         New gnus-sync.el library for synchronization of marks.
8194         * gnus-sync.el: New library for synchronization of marks.
8196         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
8197         renamed from `gnus-registry-grep-in-list'.
8199         * gnus-registry.el (gnus-registry-follow-group-p):
8200         Use `gnus-grep-in-list'.
8202         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
8204 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8206         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
8207         determining charset of text fails.
8209 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8211         * nnmail.el (nnmail-get-new-mail-1): Revert.
8213         * nnml.el (nnml-active-number): Make sure names of newly created groups
8214         in nnml-group-alist are encoded.
8216 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8218         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
8219         containing non-ASCII characters in active file for nnml back end.
8221 2010-07-24  David Engster  <dengste@eml.cc>
8223         * mml-smime.el (mml-smime-epg-verify): Also accept the older
8224         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
8226 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
8228         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
8229         tag (Bug#6654).
8231 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8233         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
8234         the article buffer, not the summary buffer.
8236 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8238         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
8239         Emacs 23 as well.
8241 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8243         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
8244         Patch applied by Karl Fogel.
8246         * gnus-sum.el (gnus-summary-bookmark-make-record):
8247         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
8249 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8251         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
8252         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
8253         C-w still not working correctly from Article buffers; Thierry's
8254         patch to fix that will be applied after this.
8256         * gnus-art.el (bookmark-make-record-function): New local variable.
8258         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
8259         article buffer.
8260         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
8262 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
8264         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
8265         on changes in bookmark.el.
8267 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
8269         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
8270         the *other* type of HTML form submission.
8272 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
8274         * auth-source.el (auth-source-pick): If choice does not contain a
8275         questioned keyword, set the check to t.
8277 2010-06-12  Romain Francoise  <romain@orebokech.com>
8279         * gnus-util.el (gnus-date-get-time): Move up before first use.
8281 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8283         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
8284         (gnus-article-edit-part): Bind it to make last part that is substituted
8285         or deleted visible.
8286         (gnus-mime-display-single): Buttonize part of which id equals to
8287         gnus-mime-buttonized-part-id.
8289 2010-06-10  Dan Christensen  <jdc@uwo.ca>
8291         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
8292         (gnus-dd-mmm): Use gnus-date-get-time.
8293         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
8294         simplify logic.
8295         (gnus-summary-limit-to-age): Use gnus-date-get-time.
8296         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
8298 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
8300         * auth-source.el (top): Autoload `secrets-list-collections',
8301         `secrets-create-item', `secrets-delete-item'.
8302         (auth-sources): Fix tag string.
8303         (auth-get-source, auth-source-retrieve, auth-source-create)
8304         (auth-source-delete): New defuns.
8305         (auth-source-pick): Rewrite in order to avoid 2 passes.
8306         (auth-source-forget-user-or-password): New parameter USERNAME.
8307         (auth-source-user-or-password): New parameters CREATE-MISSING and
8308         DELETE-EXISTING.  Retrieve password interactively, if needed.
8310 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
8312         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
8313         deleting unused directories when gnus-expert-user is t.
8315 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8317         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
8318         for each temp file when gnus-article-browse-delete-temp is ask.
8320 2010-05-20  Kevin Ryde  <user42@zip.com.au>
8322         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
8324 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8326         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
8327         article unless decoding article to be saved.
8329 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8331         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
8332         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
8333         generated within the mm-with-unibyte-current-buffer macro.
8335 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8337         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
8338         to nil when we're in a mml-preview buffer and no group is selected.
8340 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
8342         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
8343         when catching the `C-g'.  Reported by "Leo".
8345 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8347         * message.el (message-forward-make-body-plain)
8348         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
8349         multibyte-string-p.
8351 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8353         * message.el (message-forward-make-body-mml): Assume original message
8354         is multibyte string; error on unibyte.
8355         (message-forward-make-body-plain): Ditto; don't add excessive newline
8356         in body end.
8358 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
8360         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
8361         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
8363 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8365         * mm-extern.el (mm-extern-url): Don't use
8366         mm-with-unibyte-current-buffer.
8367         (mm-extern-cache-contents): Use with-current-buffer instead of
8368         save-excursion + set-buffer.
8370 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8372         * mm-util.el (mm-emacs-mule): Remove.
8374 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
8376         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
8377         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
8378         change.
8380 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8382         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
8383         bind the default value of enable-multibyte-characters to nil.
8385 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8387         * message.el (message-forward-make-body-plain)
8388         (message-forward-make-body-mml):
8389         Don't use mm-with-unibyte-current-buffer.
8391 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
8393         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
8394         (Bug#5592).
8396 2010-05-07  Julien Danjou  <julien@danjou.info>
8398         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
8399         it to mm-pipe-part.
8401         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
8402         it is given.
8404 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8406         * nnweb.el (nnweb-gmane-search):
8407         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
8408         XEmacs.
8410         * gnus-art.el (gnus-article-browse-html-parts):
8411         * gnus-group.el (gnus-read-ephemeral-gmane-group)
8412         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
8413         make-temp-file.
8415         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
8416         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
8417         compiling.
8419         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
8420         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
8421         XEmacs when compiling.
8423         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
8424         gnus-pick-mode-off-hook for XEmacs when compiling.
8425         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
8426         gnus-binary-mode-off-hook for XEmacs when compiling.
8428         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
8429         Return nil if char-charset is not available.
8431         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
8432         macro.
8434         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
8435         instead of encode-coding-string.
8437         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
8438         'xemacs) instead of mm-emacs-mule to switch function definitions.
8439         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
8441 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
8443         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
8445 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8447         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
8448         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
8450 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
8452         * mm-util.el (mm-decompress-buffer): Use `delete-file';
8453         alias `jka-compr-delete-temp-file' no longer exists.
8455 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8457         Use define-minor-mode in Gnus where applicable.
8458         * mml.el (mml-mode): Use define-minor-mode.
8459         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
8460         (gnus-undo-mode): Use define-minor-mode.
8461         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
8462         (gnus-dead-summary-mode): Use define-minor-mode.
8463         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
8464         Initialize in declaration.
8465         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
8466         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
8467         (gnus-mailing-list-mode): Use define-minor-mode.
8468         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
8469         (gnus-draft-mode): Use define-minor-mode.
8470         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
8471         (gnus-dired-mode): Use define-minor-mode.
8473 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
8475         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
8476         handles on recursive mml-to-mime translation and check them for
8477         boundary delimiter collisions.  Reported by Greg Troxel.
8479 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8481         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
8483 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8485         * mm-util.el (mm-find-buffer-file-coding-system):
8486         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
8488 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
8490         * message.el (message-generate-headers): Record insertion of optional
8491         headers as well.  Otherwise the check to prevent repeated insertion of
8492         optional headers is a no-op.
8494 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
8496         * smime.el: Don't mention CVS.
8498         * nnrss.el (nnrss-fetch): Don't mention CVS.
8500         * nnir.el: Don't mention CVS.
8502 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8504         * gnus-sum.el (gnus-summary-bookmark-make-record):
8505         Add `location' field.
8507 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8509         * gnus-sum.el: Add bookmark declarations to silence the compiler.
8510         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
8511         Use with-current-buffer to silence the byte-compiler.
8512         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
8513         bother to require `gnus'.
8514         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
8516 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
8518         * gnus-sum.el (gnus-summary-bookmark-make-record)
8519         (gnus-summary-bookmark-jump): New functions.
8520         (gnus-summary-mode): Setup bookmark support.
8522 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
8524         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
8525         if set.
8527 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8529         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
8530         gnus-article-browse-html-save-cid-image; make it work recursively for
8531         forwarded messages as well.
8532         (gnus-article-browse-html-parts): Work when prefix arg is given.
8533         (gnus-article-browse-html-article): Doc fix.
8535 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
8537         * message.el (message-default-mail-headers):
8538         (message-default-headers): Carry the value mail-default-headers over
8539         into message-default-mail-headers, rather than message-default-headers.
8541 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
8543         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
8544         charset.
8546         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
8547         charset into the <meta> tag when the article is encoded to utf-8.
8549 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8551         * gnus-art.el (gnus-article-browse-delete-temp-files):
8552         Delete directories as well.
8553         (gnus-article-browse-html-parts): Work for images that do not specify
8554         file names; delete temp directory when quitting; insert header at the
8555         right place; use file: scheme for image files.
8557 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
8559         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
8560         (gnus-article-browse-html-parts): Use it to make temporary cid image
8561         files in addition to html file so that browser may display them.
8563 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8565         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
8567 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
8569         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
8571 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
8573         * auth-source.el (auth-sources): Change default to be simpler.
8574         Explain about Secret Service API sources.  Improve Customize options.
8575         (auth-source-pick): Change to accept any number of search parameters.
8576         Implement fallbacks iteratively, not recursively.  Add scoring on the
8577         second pass and sort by score.  Call Secret Service API when needed.
8578         (auth-source-user-or-password): Use it.  Call Secret Service API
8579         directly when needed to get the user name and the password.
8581 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
8583         * message.el (message-interactive): Doc fix.
8584         (message-qmail-inject-args): Reflow.
8585         (message-kill-to-signature): Fix typo in docstring.
8587         * smiley.el (smiley-buffer): Fix typo in docstring.
8589 2010-03-24  Glenn Morris  <rgm@gnu.org>
8591         * mail-source.el (gnus-message): Declare.
8592         (mail-source-delete-old-incoming): Require gnus-util.
8594 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8596         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
8598         * message.el (ecomplete-setup): Autoload it for Emacs <23.
8600         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
8601         password-cache's default if it is not bound.
8602         (mml-secure-passphrase-cache-expiry): Default to 16 that is
8603         password-cache-expiry's default if it is not bound.
8605         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
8606         available in Emacs 21.
8608 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
8610         * auth-source.el (auth-sources): Fix up definition so extra parameters
8611         are always inline.
8613 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
8615         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
8616         wasn't updated after mismatch.  Clear cached mailbox info correctly
8617         when uidvalidity changes.
8618         (nnimap-group-prefixed-name): New function to avoid some code
8619         duplication.
8620         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
8621         (nnimap-request-group): Use it.
8622         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
8623         (nnimap-update-unseen): Significantly improved speed of Gnus startup
8624         with many imap folders.  This is done by caching the group status from
8625         the imap server persistently in a group parameter `imap-status'.  (This
8626         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
8627         but not persistently, so every Gnus startup was still very slow.)
8629 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8631         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
8632         secrets.el dependency.
8633         (auth-sources): Add optional user name.  Add secrets.el configuration
8634         choice (unused right now).
8636 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
8638         * gnus-sum.el (gnus-summary-make-menu-bar):
8639         Let `gnus-registry-install-shortcuts' fill in the functions.
8641         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
8642         warnings.
8643         (gnus-registry-misc-menus): Variable to hold registry mark menus.
8644         (gnus-registry-install-shortcuts): Populate and use it in a
8645         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
8647 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
8649         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
8650         In-place substitutions for the group name encoding/decoding.
8651         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
8652         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
8653         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
8654         (nnimap-update-unseen, nnimap-request-list)
8655         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
8656         (nnimap-request-set-mark, nnimap-split-to-groups)
8657         (nnimap-split-articles, nnimap-request-newgroups)
8658         (nnimap-request-create-group, nnimap-request-accept-article)
8659         (nnimap-request-delete-group, nnimap-request-rename-group)
8660         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
8661         `encoded-mbx' for consistency.
8662         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
8663         variable `imap-current-mailbox'.
8665         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
8666         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
8668 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
8670         * pop3.el (pop3-display-message-size-flag): Display message size byte
8671         counts during POP3 download.
8672         (pop3-movemail): Use it.
8673         (pop3-list): Implement listing of available messages.
8675 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
8677         * nnir.el (nnir-get-article-nov-override-function): New function to
8678         override the normal NOV retrieval.
8679         (nnir-retrieve-headers): Use it.
8681 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
8683         * auth-source.el (netrc-machine-user-or-password): Autoload.
8685 2010-03-19  Glenn Morris  <rgm@gnu.org>
8687         Stop message.el from loading about 40 libraries it doesn't always need.
8688         The general approach is to autoload rather than require, and to
8689         require in the specific functions rather than the file.  (Bug#5642)
8691         * gmm-utils.el: Don't require wid-edit.
8692         (widget-create-child-value, widget-convert, widget-default-get):
8693         Autoload.
8695         * gnus-util.el: Don't require time-date, netrc.
8696         (message-fetch-field, gnus-group-name-decode): Declare rather than
8697         autoloading.
8698         (gnus-fetch-field): Require message.
8699         (gnus-decode-newsgroups): Require gnus-group.
8701         * ietf-drums.el: Don't require time-date.
8703         * message.el: Don't require hashcash, canlock, ecomplete.
8704         Do require mail-utils.  Require nnheader only when compiling.
8705         (smtpmail-default-smtp-server): Remove declaration.
8706         (message-send-mail-function): Check smtpmail-default-smtp-server
8707         is bound rather than requiring smtpmail.
8708         (message-auto-save-directory, message-insert-signature):
8709         Use expand-file-name rather than nnheader-concat.
8710         (nnheader-insert-file-contents): Autoload.
8711         (hashcash-wait-async): Declare.
8712         (message-send-mail): Only call gnus-setup-posting-charset if
8713         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
8714         (message-send-mail-with-sendmail): Require sendmail.
8715         (canlock-password, canlock-password-for-verify): Declare.
8716         (message-canlock-password): Require canlock.
8717         (nnheader-get-report): Autoload.
8718         (gnus-setup-posting-charset): Declare.
8719         (message-send-news): Require gnus-msg.
8720         (message-make-references, message-make-in-reply-to): Use mail-header-id
8721         rather than the alias mail-header-message-id.
8722         (ecomplete-add-item, ecomplete-save): Declare.
8723         (message-put-addresses-in-ecomplete): Require ecomplete.
8724         (ecomplete-display-matches): Autoload.
8726         * mm-decode.el: Don't require mailcap, gnus-util.
8727         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
8728         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
8729         Autoload.
8730         (mailcap-mime-extensions): Declare.
8732         * mm-encode.el: Don't require mailcap.
8733         (mailcap-extension-to-mime): Autoload.
8735         * mml-sec.el: Don't require password-cache.
8737         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
8738         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
8739         (mml-minibuffer-read-type): Require mailcap.
8740         (mml-preview): Require gnus-msg.
8742         * mml1991.el: Require password-cache.
8743         (password-cache-expiry): Remove declaration.
8745         * mml2015.el: Require password-cache.
8746         (password-cache-expiry): Remove declaration.
8748         * nneething.el (mailcap): Require mailcap.
8750         * nnheader.el (declare-function): Add compatibility stub.
8751         (message-remove-header): Declare rather than autoload.
8752         (nnheader-replace-header): Require message.
8754         * nnimap.el (declare-function): Add compatibility stub.
8755         (netrc-parse, netrc-machine-user-or-password): Declare.
8756         (nnimap-open-connection): Require netrc.
8758         * nntp.el (declare-function): Add compatibility stub.
8759         (netrc-parse, netrc-machine, netrc-get): Declare.
8760         (nntp-send-authinfo): Require netrc.
8762         * rfc2047.el: Don't require qp.
8763         (quoted-printable-encode-region, quoted-printable-decode-string):
8764         Autoload.
8766         * sieve-mode.el: Don't require easymenu.
8767         (easy-menu-add-item): Autoload it.
8769         * spam-stat.el (time-to-number-of-days): Autoload it.
8771 2010-03-17  Kevin Ryde  <user42@zip.com.au>
8773         * mml.el (mml-read-tag): Unquote values with `read' to reverse
8774         prin1 in mml-insert-tag (just stripping the quotes gave wrong
8775         value if any backslash escapes).
8777 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8779         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
8780         if it is available.  (bug#5647)
8782 2010-02-26  Glenn Morris  <rgm@gnu.org>
8784         * message.el (message-send-mail-function): Change the default, so that
8785         it inherits from a customized send-mail-function.  (Bug#5643)
8787 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8789         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
8790         shell-command-to-string signals an error (bug#5299).
8792 2010-02-24  Glenn Morris  <rgm@gnu.org>
8794         * message.el (message-smtpmail-send-it)
8795         (message-send-mail-with-mailclient): Doc fixes.
8797 2010-02-16  Glenn Morris  <rgm@gnu.org>
8799         * message.el (message-default-mail-headers): Change the default value
8800         to ease the transition from mail-mode to message-mode.  (Bug#5555)
8802 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
8804         * message.el (message-mail): Just pass yank-action on to message-setup.
8805         (message-setup): Handle (FUN . ARGS) form of yank-action.
8806         (message-with-reply-buffer, message-widen-reply)
8807         (message-yank-original): Handle non-buffer values of
8808         message-reply-buffer (Bug#4080).
8809         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
8811 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
8813         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
8814         Fix typo in docstring.
8816 2010-01-08  Jason Rumney  <jasonr@gnu.org>
8818         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
8819         response.
8821 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8823         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
8825         * message.el (message-check-news-header-syntax): Protect against a
8826         string that `rfc822-addresses' returns when parsing fails.
8828 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8830         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
8831         (gnus-previous-char-property-change): New functions.
8833         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
8835 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
8837         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
8838         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
8840 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
8842         * message.el (message-exchange-point-and-mark): Rework last change to
8843         avoid using optional arg of exchange-point-and-mark, for backward
8844         compatibility.
8846 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
8848         * message.el (message-exchange-point-and-mark):
8849         Call exchange-point-and-mark with an argument rather than setting
8850         mark-active by hand (Bug#5175).
8852 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8854         * nntp.el (nntp-service-to-port): Work for service expressed with
8855         numeric string; replace [:digit:] with [0-9] for XEmacs.
8857 2009-12-17  Glenn Morris  <rgm@gnu.org>
8859         * gnus-group.el (gnus-bug-group-download-format-alist):
8860         Change emacs entry to debbugs.gnu.org.  Bump :version.
8862 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
8864         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
8866 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
8868         * message.el (message-info): Explain why we use `Info-goto-node'.
8870 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8872         * message.el (message-completion-in-region): New compatibility function.
8873         (message-expand-group): Use it.
8875 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8877         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
8878         with no unread article should be listed if the 2nd arg `predicate' is
8879         given.
8881 2009-11-29  Juri Linkov  <juri@jurta.org>
8883         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
8884         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
8885         on `gnus-recenter'.  (Bug#4698, Bug#4981)
8887 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8889         * message.el (message-from-style, message-interactive)
8890         (message-signature): Always set default values from the corresponding
8891         mail-* variables.
8892         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8893         (message-yank-prefix, message-indentation-spaces)
8894         (message-signature-file, message-default-headers): Use boundp rather
8895         than (featurep 'xemacs) to check if the corresponding mail-* variables
8896         exist.
8898 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
8900         * message.el (message-send-mail-with-sendmail): Revert last change.
8902 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
8904         * message.el (message-from-style, message-interactive)
8905         (message-cite-prefix-regexp, message-sendmail-envelope-from)
8906         (message-yank-prefix, message-indentation-spaces, message-signature)
8907         (message-signature-file, message-default-headers): For GNU Emacs, set
8908         default values from the corresponding mail-* variables.
8909         (message-send-mail-with-sendmail): Use envelope-from only if
8910         mail-specify-envelope-from is non-nil.
8912 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8914         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
8915         containing tspecial characters if they have been already quoted.
8917 2009-10-24  Glenn Morris  <rgm@gnu.org>
8919         * gnus-art.el (help-xref-stack-item): Define for compiler.
8921 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8923         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
8925 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8927         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
8928         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
8930 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8932         * gnus.el (gnus-overlay-get): New alias to overlay-get.
8933         (gnus-overlays-in): New alias to overlays-in.
8935         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
8936         gnus-overlay-get, and gnus-delete-overlay.
8937         (gnus-summary-show-thread): Make it work as well for systems in which
8938         next-single-char-property-change is not available.
8939         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
8941 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
8943         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
8945 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
8947         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
8948         and XEmacs that don't have `remove-overlays'.
8950 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8952         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
8953         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
8954         selective display.  Use overlays instead.
8956 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
8958         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
8960 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
8962         * spam-stat.el (spam-stat-load): Fix typo in message.
8964 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
8966         * gnus-art.el (gnus-article-encrypt-body):
8967         * message.el (message-check-recipients):
8968         * mm-util.el (mm-codepage-setup):
8969         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
8970         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
8972 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
8974         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
8975         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
8976         keys from the menu if mm-{sign,encrypt}-option is 'guided.
8977         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
8978         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
8980 2009-09-18  Glenn Morris  <rgm@gnu.org>
8982         * gnus-diary.el (gnus-diary-check-message):
8983         * message.el (message-insert-formatted-citation-line):
8984         * nnbabyl.el (top-level):
8985         * nndiary.el (nndiary-schedule):
8986         Fix typos in condition-case handlers.
8988 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8990         * gnus-art.el (gnus-article-edit-part): Work for the buffer
8991         configuration that provides the sole article window in a frame;
8992         position point correctly after deleting a part.
8994 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
8996         * spam.el (spam-unregister-on-reregister): Add boolean variable.
8997         (spam-resolve-registrations-routine): Use it to unregister articles
8998         that change status.
9000 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9002         * nnrss.el (nnrss-request-article): Remove binding of
9003         default-enable-multibyte-characters that has gotten needless by
9004         the 2007-07-13 change in rfc2047-encode-message-header.
9006         * mml.el (mml-insert-multipart): Error on the message header.
9007         (mml-insert-part): Error on the message header; position point at
9008         the end of a MIME tag.
9010 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9012         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
9013         (gnus-float-time): Alias to float-time if it exists.
9015         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
9016         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
9017         float-time is available; suppress compile warning for time-to-seconds.
9019 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9021         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
9022         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
9023         Add the optional argument `encoding' that overrides the default.
9025         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
9026         mm-encode-buffer.
9028 2009-09-04  Glenn Morris  <rgm@gnu.org>
9030         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
9031         mm-disable-multibyte, rather than default-enable-multibyte-characters.
9032         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
9033         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
9034         * mm-util.el (mm-with-unibyte-current-buffer)
9035         (mm-find-buffer-file-coding-system):
9036         * yenc.el (yenc-decode-region): Use default-value rather than
9037         default-enable-multibyte-characters.
9039 2009-09-03  Glenn Morris  <rgm@gnu.org>
9041         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
9042         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
9043         than default-enable-multibyte-characters.
9045 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
9047         * gnus-art.el (gnus-article-read-summary-keys):
9048         Fix gnus-buffer-configuration's value temporarily used.
9050 2009-09-02  Glenn Morris  <rgm@gnu.org>
9052         * gnus-util.el (gnus-float-time): New function.
9053         * gnus-delay.el (gnus-delay-article):
9054         * gnus-sum.el (gnus-thread-latest-date):
9055         * gnus-util.el (gnus-user-date): Use gnus-float-time.
9056         * nnspool.el (nnspool-request-newgroups):
9057         Use gnus-float-time rather than time-to-seconds.
9058         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
9060         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
9061         (gnus-header-subject-face, gnus-header-newsgroups-face)
9062         (gnus-header-name-face, gnus-header-content-face):
9063         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
9064         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
9065         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
9066         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
9067         (gnus-cite-face-11):
9068         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
9069         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9070         (gnus-server-closed-face, gnus-server-denied-face)
9071         (gnus-server-offline-face):
9072         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
9073         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
9074         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
9075         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
9076         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
9077         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
9078         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
9079         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
9080         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
9081         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
9082         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
9083         (gnus-summary-selected-face, gnus-summary-cancelled-face)
9084         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
9085         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
9086         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
9087         (gnus-summary-high-undownloaded-face)
9088         (gnus-summary-low-undownloaded-face)
9089         (gnus-summary-normal-undownloaded-face)
9090         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
9091         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
9092         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
9093         (gnus-splash-face):
9094         * message.el (message-header-to-face, message-header-cc-face)
9095         (message-header-subject-face, message-header-newsgroups-face)
9096         (message-header-other-face, message-header-name-face)
9097         (message-header-xheader-face, message-separator-face)
9098         (message-cited-text-face, message-mml-face):
9099         * sieve-mode.el (sieve-control-commands-face)
9100         (sieve-action-commands-face, sieve-test-commands-face)
9101         (sieve-tagged-arguments-face):
9102         * spam.el (spam-face):
9103         Mark face aliases with "-face" in the name as obsolete.
9105 2009-09-01  Glenn Morris  <rgm@gnu.org>
9107         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
9108         than goto-line.
9110 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9112         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9113         Don't move point if the command is invoked inside the message header.
9115 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9117         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
9118         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
9119         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
9120         * nnir.el (nnir-swish-e-index-file):
9121         * gnus-sum.el (gnus-summary-delete-marked-as-read)
9122         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
9123         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
9124         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
9125         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
9126         (gnus-treat-display-xface): Add Emacs version of obsolescence.
9128 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9130         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
9131         Don't save excursion.
9133 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
9135         * nnheader.el (nnheader-find-file-noselect):
9136         * mm-util.el (mm-insert-file-contents):
9137         Use (default-value 'major-mode) instead of default-major-mode.
9139 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
9141         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
9143 2009-08-25  Glenn Morris  <rgm@gnu.org>
9145         * nnir.el (top-level): Don't require cl at run-time.
9146         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
9147         Replace cl-function substitute with gnus-replace-in-string.
9148         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
9149         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
9150         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
9151         simplified expansions.
9153 2009-08-22  Glenn Morris  <rgm@gnu.org>
9155         * gnus-art.el (gnus-button-patch): Use forward-line rather than
9156         goto-line.
9158 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9160         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
9162         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
9163         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
9164         (gnus-mm-display-part, gnus-mime-display-single)
9165         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
9166         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
9168         * gnus-sum.el
9169         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
9170         (gnus-summary-move-article): Add expirable mark to articles copied or
9171         moved to group that has auto-expire turned on if the option is non-nil.
9173 2009-07-24  Glenn Morris  <rgm@gnu.org>
9175         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
9176         Fix typo.  (Bug#3903)
9178 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9180         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
9181         gnus-article-read-summary-keys rather than gnus-summary-edit-article
9182         that should not be used for draft articles.
9183         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
9184         that has no concern in minor mode keys.
9185         (gnus-article-summary-command, gnus-article-summary-command-nosave):
9186         Abolish.
9188 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
9191         article without making inquiry to a user for unknown encoding.
9193         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
9194         (nnmaildir--scan): Assume i-node and device number that file-attributes
9195         returns might be cons-cell.
9197 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
9199         * auth-source.el: Remove docs now in auth.texi.  Don't use
9200         `gnus-message' for logging.  Add new variables `auth-source-debug' and
9201         `auth-source-hide-passwords' and use them.
9203 2009-07-15  Glenn Morris  <rgm@gnu.org>
9205         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
9207 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9209         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
9210         excessive whitespace from the default values of title and description.
9212 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9214         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
9215         mail-fetch-field to fetch Content-Description header in order to
9216         exclude newlines.
9218 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9220         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
9221         to deleted part.
9223 2009-05-30  David Engster  <dengste@eml.cc>
9225         * nnmairix.el: Remove old documentation in the commentary block.
9226         (nnmairix-request-group): Do not update active file for nnml back ends.
9227         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
9228         end so that overview files are ignored.
9229         (nnmairix-update-groups): Make updating the groups more robust by using
9230         marks.
9231         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
9232         with dollar characters in message-id.
9234 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
9236         * spam.el: Use dns-query instead of query-dns.  Was renamed on
9237         2008-12-25 in dns.el.
9239 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9241         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
9242         could happen if the text is only composed of spaces and/or tabs.
9244 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
9246         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
9247         when sending a queued message to avoid extra mml tags.
9249 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9251         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
9253 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9255         * gnus-dired.el: Remove autoload for gnus-setup-message.
9256         (gnus-dired-attach): Fake this-command value to prevent Gnus from
9257         displaying Gnus logo; always use compose-mail.
9259 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9261         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
9263 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9265         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
9266         (gnus-nocem-issuers): List currently active issuers; fix custom type.
9267         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
9268         available.
9269         (gnus-nocem-epg-verify): New function.
9271 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
9273         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
9275 2009-02-15  Glenn Morris  <rgm@gnu.org>
9277         * gnus-util.el (rmail-insert-rmail-file-header)
9278         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
9279         autoloads.
9280         (rmail-default-rmail-file): Remove unnecessary declaration.
9281         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
9283 2009-02-14  Glenn Morris  <rgm@gnu.org>
9285         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
9286         variable (only used in gnus-util, which declares it anyway).
9287         (rmail-output-to-rmail-file): Remove autoload of deleted function,
9288         which was only needed by gnus-art (changed to not use it any more).
9289         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
9290         only used in gnus-util, which autoloads it itself.
9291         (rmail-update-summary): Fix autoload.
9293         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
9294         rather than rmail-output-to-rmail-file.
9296 2009-02-07  Glenn Morris  <rgm@gnu.org>
9298         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
9299         autoload of function that no longer exists.
9300         (rmail-toggle-header): Declare.
9301         (message-forward-rmail-make-body): Handle mbox Rmail.
9303 2009-01-31  Glenn Morris  <rgm@gnu.org>
9305         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
9306         2009-01-09 change.
9308 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
9310         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
9311         (auth-source-forget-all-cached): New convenience function.
9312         (auth-source-user-or-password): Accept list of modes or a single mode.
9314         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
9315         auth-source modes.
9317         * nnimap.el (nnimap-open-connection): Use list of
9318         auth-source modes.
9320         * nntp.el (nntp-send-authinfo): Use list of
9321         auth-source modes.
9323 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9325         * auth-source.el: Update docs to reflect epa-file-enable is to be used
9326         now.
9328 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9330         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
9331         coding system in XEmacs; add a workaround for XEmacs.
9333 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9335         * mm-util.el (mm-coding-system-priorities): Protect against nil value
9336         of current-language-environment.
9338 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
9340         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
9341         available at runtime.
9343 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * gnus-art.el (article-date-ut): Fix end point of narrowing.
9347 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
9349         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
9350         the greatest positive fixnum value doesn't work under an XEmacs with
9351         bignum support; use the most-positive-fixnum constant instead,
9352         available since Emacs 21.1 with cl and XEmacs 21.1.
9354 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9356         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
9357         XEmacs gets not to work.
9359 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9361         * mm-util.el (mm-coding-system-priorities): Allow the value like
9362         "Japanese (UTF-8)" of current-language-environment.
9364 2009-01-09  Glenn Morris  <rgm@gnu.org>
9366         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
9367         with last-command-event.
9369 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
9371         * message.el (message-fix-before-sending): Amend comment.
9373 2009-01-07  David Engster  <dengste@eml.cc>
9375         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
9376         simplified server definitions by converting it via
9377         gnus-server-to-method.
9379 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9381         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
9382         parameter's operands.
9384 2009-01-06  David Engster  <dengste@eml.cc>
9386         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
9387         primary select method (for gnus-group-mark-article-as-read).
9389 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
9391         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
9392         `(gnus)Face', not `(gnus)X-Face'.
9394 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9396         * mm-util.el (mm-ucs-to-char): New function.
9398         * mm-url.el (mm-url-decode-entities): Use it.
9400 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9402         * message.el (message-fix-before-sending): Add `eight-bit' to
9403         illegible-text check.
9405 2009-01-03  Michael Olson  <mwolson@gnu.org>
9407         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
9408         `headers' is nil.  This can occur if the IMAP server does not have
9409         permissions to read messages from a folder, but can write new messages
9410         to the folder.
9411         (nnimap-request-article-part): Do not insert `data' if it is nil.
9413 2009-01-01  Dave Love  <fx@gnu.org>
9415         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
9417         * nnimap.el: Fix author email.
9418         (nnimap-split-rule): Add FIXME comment.
9419         (nnimap-debug): Fix doc string.
9421 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9423         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
9424         overlay-arrow-position and overlay-arrow-string buffer-local; no need
9425         to check if those variables exist (first appeared in Emacs 18.50).
9427 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9429         * mm-util.el (mm-line-number-at-pos): New function.
9431         * spam-report.el (spam-report-process-queue): Use it.
9433 2008-12-24  David Engster  <dengste@eml.cc>
9435         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
9436         parameters that haven't existed as variables as buffer-local variables.
9438 2008-12-23  Dave Love  <fx@gnu.org>
9440         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
9441         cadar.
9443         * sieve-manage.el (sieve-manage-starttls-p): Rename from
9444         imap-starttls-p.
9445         (sieve-manage-starttls-open): Rename from imap-starttls-open.
9447 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
9449         * spam-report.el (spam-report-gmane-max-requests): New constant.
9450         (spam-report-gmane-wait): New variable.
9451         (spam-report-gmane-ham, spam-report-gmane-spam)
9452         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
9453         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
9454         the server.
9456         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
9457         Add explanations.
9459         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
9460         nnheader-accept-process-output and nnheader-read-timeout if available.
9461         (pop3-movemail): Use it.
9463         * message.el (message-check-news-body-syntax): Fix signature check if
9464         there's an attachment.
9466 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9468         * mm-util.el: Add comments to the mm- emulating functions.
9470 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
9472         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
9473         Reported by Stephen Berman <stephen.berman@gmx.net>.
9475 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9477         * mm-util.el (mm-substring-no-properties): New function.
9478         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
9479         (mm-special-display-p): Enable those lambda forms to be byte compiled.
9480         (mm-string-to-multibyte): Doc fix.
9482         * mml.el (mml-attach-file): Use mm-substring-no-properties.
9484 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9486         * mml.el (mml-attach-file): Strip text properties from file name.
9487         (Bug#1574)
9489 2008-12-16  Glenn Morris  <rgm@gnu.org>
9491         * mm-util.el (mm-charset-override-alist): Declare for compiler.
9493 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9495         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
9496         knows since the charset specified might be a bogus alias that
9497         mm-charset-synonym-alist provides.
9499 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9501         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
9502         "ISO_8859-1".
9504         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
9506 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * mm-util.el (mm-charset-eval-alist):
9509         Define it before mm-charset-to-coding-system.
9510         (mm-charset-to-coding-system): Add optional argument `silent';
9511         define it before mm-charset-override-alist.
9512         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
9513         default value if it can be used in Emacs currently running;
9514         silence mm-charset-to-coding-system.
9516 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
9519         `allow-override' which says whether to use `mm-charset-override-alist'.
9520         (rfc2047-decode-encoded-words): Use it.
9522         * mm-util.el (mm-charset-override-alist): Fix custom type;
9523         add `(gb2312 . gbk)' to choices.
9525 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9527         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
9528         fast.
9530         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9532 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
9534         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
9535         on links.
9537         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
9539 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9541         * message.el (message-idna-to-ascii-rhs-1): Protect against local
9542         users' addresses that don't have domain parts.
9543         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
9544         rather than message-narrow-to-head since there will be the message
9545         header separator.
9547 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9549         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
9550         since the result is inserted in a unibyte buffer anyway.
9551         (nnimap-demule-use-string-to-multibyte): Remove.
9552         (nnimap-demule): Alias it to mm-string-to-multibyte.
9554 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
9556         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
9557         variable for debugging bug#464 and bug#1174.
9558         (nnimap-demule): Use it.
9560 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9562         * gnus-score.el (gnus-score-find-trace): Handle default score in total
9563         score calculation correctly.
9565 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9567         * message.el (message-send-mail): Just set the buffer to unibyte
9568         rather than use mm-with-unibyte-current-buffer which does a lot more.
9569         (message-send-mail-partially): Don't bother with
9570         mm-with-unibyte-current-buffer since it's already been made unibyte by
9571         message-send-mail.
9573 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
9575         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
9577 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
9579         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
9581 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9583         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
9584         require itself and to remove `with-no-warnings'.
9586 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
9588         * starttls.el (starttls-any-program-available): Get the name of the
9589         available TLS layer program.
9590         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
9591         well as the host name in the "opening" message.
9593         * auth-source.el (auth-source-cache, auth-source-do-cache)
9594         (auth-source-user-or-password): Cache passwords and logins by default,
9595         allow override with `auth-source-do-cache'.
9596         (auth-source-forget-user-or-password): Allow users to remove cache
9597         entries if needed.
9599 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9601         * ietf-drums.el (ietf-drums-remove-comments): Localize second
9602         condition-case to only the forward-sexp call.
9604 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
9606         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
9607         quotes contained.  Make it more robust regardless by an extra
9608         condition-case wrapper.
9610 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9612         * nnml.el (nnml-request-expire-articles): Check if the function set to
9613         `nnmail-expiry-target' returns the symbol `delete'.
9615         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
9617         * nnmail.el (nnmail-expiry-target): Fix custom type.
9619 2008-10-02  Glenn Morris  <rgm@gnu.org>
9621         * mm-util.el (mm-codepage-setup): Tweak codepage error.
9622         Silence compiler warning.
9624 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
9626         * mml.el (mml-menu): Don't assume mml2015 is bound.
9628 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9630         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
9631         exists.
9633 2008-09-27  Glenn Morris  <rgm@gnu.org>
9635         * gnus-util.el (mail-header-remove-comments): Autoload it.
9637 2008-09-27  Andreas Schwab  <schwab@suse.de>
9639         * gnus-util.el (gnus-split-references): Strip comments.
9640         (gnus-parent-id): Likewise.
9642 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
9644         * message.el (message-confirm-send): Fix version.
9646 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9648         * message.el (message-idna-to-ascii-rhs-1): Use
9649         mail-extract-address-components rather than mail-header-parse-addresses
9650         that is an alias by default to ietf-drums-parse-addresses that does not
9651         support non-ASCII names in headers' contents.
9653 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9655         * message.el (message-confirm-send): Fix variable documentation to
9656         avoid the "y/n" wording.
9658 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
9660         * message.el (message-set-auto-save-file-name): Save to a different
9661         filename so multiple messages (especially drafts) can be recovered.
9663 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
9665         * message.el (message-confirm-send): Add appropriate version.
9667 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
9669         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
9670         defvar.
9672 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
9674         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
9675         (mm-pkcs7-enveloped-magic): Ditto.
9677 2008-09-17  Simon Josefsson  <simon@josefsson.org>
9679         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
9680         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
9682 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
9684         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
9685         default, it's better.
9687 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
9689         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
9690         summary line gnus-number property and ignore them (with a warning
9691         message).
9693 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
9696         macro caddr in the interactive form since it won't be expanded.
9698 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9700         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
9701         `charset'; fix name of function called recursively.
9702         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
9704 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9706         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
9707         (gnus-mime-set-charset-parameters): New function.
9708         (gnus-mime-view-part-as-charset): Use it to correctly display part
9709         specifying wrong charset.
9711 2008-09-08  David Engster  <dengste@eml.cc>
9713         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
9714         in completing-read for back end server.
9716 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
9718         * message.el (message-confirm-send): New variable to confirm sending a
9719         message.
9720         (message-send): Use it.
9722 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
9724         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
9726 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9728         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
9730 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
9732         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
9733         prevent tracking too many groups.
9734         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
9735         Use it.
9737 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
9739         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
9740         moving point to the bottom of the window in order to avoid recentering.
9742 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
9745         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
9746         (gnus-article-beginning-of-window): Fix calculation.
9748 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9750         * gnus-msg.el (gnus-summary-supersede-article)
9751         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
9752         value of gnus-newsgroup-charset to decode non-MIME encoded text in
9753         message header.
9755 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
9757         * message.el:
9758         * gnus-start.el:
9759         * gnus-registry.el: Remove VMS support.
9761 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9763         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
9764         macro.
9765         (rfc2104-hash): Use it.
9767 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
9769         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
9770         (gnus-summary-sort-by-most-recent-date): New commands.
9771         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
9772         and menu entries.
9774 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9776         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
9777         don't redisplay article for raw contents; remove plural articles stuff.
9779         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
9780         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
9781         on gnus-summary-save-article; display results properly.
9783 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9785         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
9787 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9789         * gnus-art.el (gnus-summary-save-in-pipe):
9790         Consider gnus-save-all-headers.
9792 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
9794         * gnus-util.el (ns-focus-frame): Remove declaration.
9795         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
9796         like x.
9798 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
9800         * rfc2104.el (rfc2104-zero): Delete defconst.
9801         (rfc2104-hex-alist): Likewise.
9802         (rfc2104-hex-to-int): Delete func.
9803         (rfc2104-hexstring-to-bitstring): Likewise.
9804         (rfc2104-nybbles): New defconst.
9805         (rfc2104-hash): Rewrite for speed.
9807 2008-07-16  Glenn Morris  <rgm@gnu.org>
9809         * gnus-util.el (ns-focus-frame): Declare for compiler.
9811 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9813         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
9814         set as a group parameter.
9815         (gnus-summary-save-in-pipe): Work when it is called independently.
9816         (gnus-summary-pipe-to-muttprint): Don't modify
9817         gnus-summary-pipe-output-default-command.
9819 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
9821         * message.el (message-send-mail-with-sendmail):
9822         Display the error message.
9824 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9826         * gnus-art.el (gnus-default-article-saver):
9827         Add gnus-summary-save-in-pipe to choices.
9828         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
9829         gnus-summary-pipe-output-default-command as the default command.
9830         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
9831         instead of gnus-last-shell-command.
9833         * gnus-sum.el (gnus-summary-pipe-output-default-command):
9834         New user option.
9835         (gnus-summary-muttprint-program): Mention the value will be changed.
9836         (gnus-summary-save-article): Force showing of all headers.
9837         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
9839 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
9841         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
9843 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
9845         * nnimap.el (nnimap-id):
9846         * sieve-manage.el (sieve-manage-open): Doc fixes.
9848 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
9850         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
9851         if available.
9853 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9855         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
9857         * nnkiboze.el (nnkiboze-generate-group):
9858         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
9860         * nnmairix.el: Require CL.
9862 2008-06-15  David Engster  <dengste@eml.cc>
9864         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
9866 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
9868         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
9869         New macros that expand to an `aset'/`aref' call under Emacs, and to a
9870         runtime choice under XEmacs.
9872         * gnus-sum.el (gnus-summary-set-display-table):
9873         Use `gnus-put-display-table', `gnus-get-display-table',
9874         `gnus-set-display-table' for the display table, instead of `aset'.
9876 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9878         * nnmairix.el: Add autoloads.
9880 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
9882         * nnmairix.el (nnmairix-delete-recreate-group)
9883         (nnmairix-update-and-clear-marks): Fix error messages.
9885 2008-06-14  David Engster  <dengste@eml.cc>
9887         * nnmairix.el: Upgrade to version 0.6.
9888         (nnmairix-group-toggle-propmarks-this-group)
9889         (nnmairix-group-toggle-readmarks-this-group)
9890         (nnmairix-group-delete-recreate-this-group)
9891         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
9892         (nnmairix-remove-tick-mark-original-article): New commands.
9893         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
9894         (nnmairix-propagate-marks-to-nnmairix-groups)
9895         (nnmairix-only-use-registry, nnmairix-allowfast-default)
9896         (nnmairix-marks-cache, nnmairix-version-output): New variables.
9897         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
9898         functions needed for marks propagation and manipulation of read marks.
9899         (nnmairix-update-groups): New function.
9900         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
9901         (nnmairix-determine-original-group-from-registry)
9902         (nnmairix-determine-original-group-from-path)
9903         (nnmairix-get-group-from-file-path, nnmairix-map-range)
9904         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
9905         New helper functions.
9906         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
9907         keystrokes for new commands.
9908         (nnmairix-delete-and-create-on-change): Doc string cleanup.
9909         (nnmairix-request-group): Check allow-fast group parameter.
9910         (nnmairix-request-create-group): Set allow-fast group parameter if
9911         nnmairix-allowfast-default is set.
9912         (nnmairix-close-group): Propagate marks upon closing if needed.
9913         (nnmairix-group-toggle-threads-this-group): Use new.
9914         nnmairix-group-toggle-parameter helper function.
9915         (nnmairix-search): Better check for empty search result.
9916         (nnmairix-goto-original-article): Use new helper functions for
9917         determining original article.
9918         (nnmairix-show-original-article): Make sure message-id is in brackets.
9919         (nnmairix-call-mairix-binary): Change variable name.
9920         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
9921         helper function.
9922         (nnmairix-widget-toggle-activate): Fix doc string.
9924 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9926         * nnir.el: Require edmacro when compiling with XEmacs.
9927         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
9928         available in Emacs 21.
9930 2008-06-11  Glenn Morris  <rgm@gnu.org>
9932         * gnus-util.el (x-focus-frame):
9933         * gnus.el (image-size):
9934         * mm-decode.el (image-size): Declare.
9936         * gnus-picon.el (declare-function): Add compat definition.
9937         (image-size): Declare.
9939         * gnus-group.el (tool-bar-map):
9940         * gnus-sum.el (tool-bar-map): Define for compiler.
9942         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
9944         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
9946         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
9947         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
9948         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
9949         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
9950         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
9951         * sieve-manage.el, spam-report.el, spam.el:
9952         Remove unnecessary eval-and-compile of autoloads.
9954 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
9956         * auth-source.el: Precise Tramp doc.
9958 2008-06-07  Glenn Morris  <rgm@gnu.org>
9960         * nnmairix.el: Remove unnecessary eval-when-compile.
9962 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
9964         * nnir.el: New file.
9966 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
9968         * gnus-util.el (gnus-read-shell-command): New function.
9969         * mm-decode.el (mm-pipe-part):
9970         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
9972 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9974         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
9976 2008-06-03  Glenn Morris  <rgm@gnu.org>
9978         * pop3.el (nnheader-accept-process-output): Autoload it.
9980 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9982         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
9983         are not 2-digit hexadecimal characters that follow `%'s.
9985 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
9987         * message.el (message-bogus-recipient-p): Fix type in doc string.
9988         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
9989         (message-bogus-addresses): Rename from message-bogus-address-regexp.
9990         Improve custom options.
9991         (message-bogus-recipient-p): Adjust accordingly.
9993 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9995         * nnmairix.el: Require edmacro when compiling with XEmacs.
9997 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
9999         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
10000         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
10002 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
10004         * auth-source.el: Add more docs.
10006 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10008         * nnheader.el (nnheader-read-timeout): Change the default timeout from
10009         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
10010         retrieval faster in some cases, but might make CPU usage larger.
10011         If this has any bad side effects, we might revert this change.
10013         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
10014         seems to make mail retrieval much, much faster.
10015         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
10016         unconditionally.
10018         * gnus-draft.el (gnus-group-send-queue):
10019         Bind message-send-mail-partially-limit to nil to avoid being prompted.
10021 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
10023         * mml.el (mml-attach-buffer): Prompt for `disposition'.
10025         * message.el (message-bogus-address-regexp): Fix and improve custom
10026         type.
10027         (message-setup-hook): Add message-check-recipients as custom option.
10029 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
10031         * message.el (message-cite-function): Remove bogus autoload which crept
10032         in during merge from v5-10.
10034 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
10036         * nnimap.el (nnimap-open-connection): Fix login/password bug.
10038         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
10040         * auth-source.el: Preliminary Tramp docs.
10041         (auth-sources): Change the default auth-sources to use
10042         EPA .gpg files.
10044 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
10046         * nntp.el: Autoload `auth-source-user-or-password'.
10047         (nntp-send-authinfo): Use it.
10049         * nnimap.el: Autoload `auth-source-user-or-password'.
10050         (nnimap-open-connection): Use it.
10052         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
10053         for the gnus-message function.
10054         (auth-source-user-or-password): Use it.
10056 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
10058         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
10059         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
10060         (rfc2104-hash): Use it.
10062 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
10064         * gnus-art.el (gnus-article-toggle-truncate-lines):
10065         Don't use `iff' in docstring.
10067 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
10069         * gnus-registry.el: Adjusted copyright dates and added a keyword.
10071         * gnus-util.el (gnus-extract-address-component-name)
10072         (gnus-extract-address-component-email): Convenience functions around
10073         `gnus-extract-address-components'.
10075         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10076         Use `gnus-extract-address-component-email' to fix bug of comparing full
10077         sender name to `user-mail-address'.
10079 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
10081         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
10082         catch/throw to optimize.
10083         (gnus-registry-find-keywords): Just use member to find a keyword.
10085 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10087         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
10088         is current before calling gnus-server-prepare.
10089         (gnus-server-setup-buffer, gnus-server-update-server)
10090         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
10092 2008-05-04  Juri Linkov  <juri@jurta.org>
10094         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
10095         (mailcap-file-default-commands): Use mailcap-replace-in-string
10096         instead of replace-regexp-in-string, and mailcap-delete-duplicates
10097         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
10099 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
10101         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
10103 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10105         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
10106         hooks.
10107         (gnus-update-read-articles): Speed up non-marks-using users.
10108         (gnus-use-marks): Define gnus-use-marks.
10109         (gnus-propagate-marks): Rename variable to something more sensible.
10111 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
10113         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
10114         (gmm-image-load-path-for-library): Fix typos in docstrings.
10115         (gmm-message): Reflow docstring.
10117 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
10119         * mail-source.el (mail-source-set-1, mail-source-bind):
10120         Move auth-source code out of the macro to clean it up and fix bugs.
10122 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
10124         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
10125         by sender if it's equal to user-mail-address, it's likely to be
10126         useless.
10128         * mail-source.el (mail-source-bind): Don't use user or password if they
10129         are not bound.  Unintern them if they are nil.  Don't use server unless
10130         it's bound, and default it to empty string otherwise.
10132 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
10134         * mail-source.el: Load auth-source.el.
10135         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
10136         get user name or password, if auth-sources is set up.
10138         * gnus-registry.el (gnus-registry-split-strategy): New variable for
10139         strategy of splitting with parent.
10140         (gnus-registry-split-fancy-with-parent)
10141         (gnus-registry-post-process-groups): Use it and fix prior
10142         bug (returning a list as the split result).
10144         * auth-source.el (auth-sources): Remove server parameter.
10145         (auth-source-pick, auth-source-user-or-password)
10146         (auth-source-user-or-password-imap)
10147         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10148         (auth-source-user-or-password-sftp)
10149         (auth-source-user-or-password-smtp): Remove server parameter.
10151 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
10153         * smime.el (smime-sign-region, smime-encrypt-region)
10154         (smime-decrypt-region):
10155         Remove redundant calls to `generate-new-buffer-name'.
10157 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
10159         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
10160         Don't use QP for message/rfc822.
10161         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
10163 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10165         * sieve-manage.el (sieve-string-bytes): Remove.
10166         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
10167         correct byte-length only if the process's coding-system is the same as
10168         the one used internally by Emacs to represent strings.
10170 2008-04-22  Juri Linkov  <juri@jurta.org>
10172         * mailcap.el (mailcap-file-default-commands): New function.
10174 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10176         * message.el (message-signature-separator, message-cite-function):
10177         Change custom version.
10179 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
10181         * mm-decode.el (mm-display-external): Make temp file read-only.
10183 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10185         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
10186         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
10187         `C-c C-f d'.
10189 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
10191         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
10193 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
10195         * auth-source.el: Add docs.
10196         (auth-sources): Modify format to support server.
10197         (auth-source-pick, auth-source-user-or-password)
10198         (auth-source-user-or-password-imap)
10199         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10200         (auth-source-user-or-password-sftp)
10201         (auth-source-user-or-password-smtp): Add server parameter.
10203 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
10205         * gnus-registry.el: Initialize the registry when gnus-registry-install
10206         is t.
10208 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10210         * compface.el (uncompface): Make buffer unibyte.
10212 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
10214         * mail-source.el (mail-source-value):
10215         Prefer fboundp to functionp so it works with macros as well.
10217 2008-04-05  Glenn Morris  <rgm@gnu.org>
10219         * gnus-ems.el (mm-disable-multibyte): Autoload it.
10221 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10223         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
10224         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
10226         * nnheader.el (nnheader-init-server-buffer): Change buffer's
10227         multibyteness after rather than before erasing it.
10229         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
10230         mm-with-multibyte.
10231         (gnus-request-article-this-buffer): Make sure the proper decoding is
10232         used if gnus-original-article-buffer happens to be unibyte.
10234         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
10235         default-enable-multibyte-characters.
10237         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
10238         default-enable-multibyte-characters.
10240         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
10242         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
10244 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10246         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10247         Fix last change in case the element is not even a symbol.
10249 2008-04-02  Simon Josefsson  <simon@josefsson.org>
10251         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
10252         imap-enable-exchange-bug-workaround.
10253         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
10255 2008-04-01  Simon Josefsson  <simon@josefsson.org>
10257         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
10258         a 100 byte status-checks into a 2-3MB transfer for each group.
10259         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
10260         to enable bug workaround or not.
10261         (nnimap-find-minmax-uid): Only enable workaround conditionally.
10263 2008-03-31  Glenn Morris  <rgm@gnu.org>
10265         * message.el (mml2015-use): Declare for compiler.
10266         (message-info): Require mml2015 when appropriate.
10268 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10270         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
10271         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
10272         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
10273         (nntp-service-to-port): New function.
10274         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
10275         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
10276         (nntp-open-netcat-stream): New function.
10277         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
10279 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
10281         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
10283 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10285         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
10287 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
10289         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
10291 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10293         * message.el (message-signature-separator): Change default.
10294         Improve custom type.
10295         (message-cite-function): Change default to
10296         message-cite-original-without-signature.
10298         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
10299         toggle.
10301         * message.el (message-check-news-body-syntax): Fix signature check.
10302         (message-setup-1): Mark buffer as unmodified _after_ running
10303         message-setup-hook and handling message-alternative-emails.
10304         (message-shorten-references): Be more strict when building list of
10305         valid references to comply with GNKSA.
10307         * gnus-group.el (gnus-read-ephemeral-bug-group)
10308         (gnus-read-ephemeral-debian-bug-group)
10309         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
10311         * message.el (message-info): Don't use booleanp which isn't supported
10312         in Emacs 21 and XEmacs.
10314 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
10316         * gnus-group.el (gnus-gmane-group-download-format): Rename from
10317         gnus-group-gmane-group-download-format.
10318         (gnus-group-read-ephemeral-gmane-group): Rename from
10319         gnus-group-read-ephemeral-gmane-group.
10320         (gnus-read-ephemeral-gmane-group-url): Rename from
10321         gnus-group-read-ephemeral-gmane-group-url.
10322         (gnus-bug-group-download-format-alist): New variable.
10323         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
10324         (gnus-read-ephemeral-emacs-bug-group): New commands.
10326 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
10328         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
10329         (gnus-visible-headers): Improve custom type.
10331 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
10333         * mml.el (mml-menu): Add workarounds for XEmacs.
10335         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
10336         X-Boundary header.
10338         * message.el (message-simplify-recipients): Fix previous commit.
10340 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10342         * mm-util.el (mm-set-buffer-multibyte): New function.
10343         * mm-decode.el (mm-copy-to-buffer): Use it.
10345         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
10346         Prefer fboundp to functionp so it works with macros as well.
10348 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
10350         * message.el (message-alter-recipients-discard-bogus-full-name):
10351         New function.
10352         (message-alter-recipients-function): New variable.
10353         (message-get-reply-headers): Use it.
10354         (message-replace-header): New helper function.
10355         (message-recipients-without-full-name): New variable.
10356         (message-simplify-recipients): New command.
10358         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
10360         * message.el (message-info): Handle EasyPG manual.
10362         * mml.el (mml-menu): Add entry for EasyPG.
10364 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
10366         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
10367         parameter.
10369         * message.el (message-disassociate-draft): Specify drafts group name
10370         fully.
10372 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
10374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10375         Eliminate unnecessary duplicates from the match list.
10377 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10379         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
10380         args of `how-many' of which the XEmacs version doesn't take; declare
10381         Info-index-next as function.
10383 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
10385         * gnus-score.el (gnus-score-headers): Fix handling of
10386         gnus-inhibit-slow-scoring.
10388         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
10389         string.
10390         (gnus-button-url-regexp): Improve handling of parenthesis.
10391         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
10392         (gnus-button-handle-info-keystrokes): Handle index entries.
10394 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10396         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
10397         Incoming* files.
10399 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
10401         * auth-source.el (auth-sources): Rename from auth-source-choices.
10402         (auth-source-pick): Use it.
10404 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
10406         * auth-source.el (auth-source-protocols)
10407         (auth-source-protocols-customize, auth-source-choices): Add and
10408         modified variable customizations and defaults.
10409         (auth-source-pick, auth-source-user-or-password)
10410         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
10411         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
10412         (auth-source-user-or-password-sftp)
10413         (auth-source-user-or-password-smtp): Use new variables and provide an
10414         interface to netrc.el.
10416 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10418         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
10419         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
10420         Make sure the nntp port to specify is a string.
10422 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10424         * nntp.el: Use with-current-buffer.
10425         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
10426         dubious mm-with-unibyte-current-buffer.
10427         (nntp-with-open-group-function): New function extracted from
10428         nntp-with-open-group macro.
10429         (nntp-with-open-group): Use the function, so it's easier to debug.
10430         Add indentation and debugging info.
10431         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
10432         Recommend the use of the netcat alternatives.
10434         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
10435         Avoid mm-string-as-multibyte as well.
10437         * nnweb.el (nnweb-insert-html):
10438         Remove use of nnheader-string-as-multibyte.
10440         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
10441         (nnheader-string-as-multibyte): Remove.
10443         * mm-view.el: Use inhibit-read-only.
10444         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
10445         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
10446         or unibyte-string.
10448         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
10449         (mm-uu-yenc-extract): Use with-current-buffer.
10451         * gnus-soup.el (gnus-soup-send-packet): Don't use
10452         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
10454         * nnmh.el: Use with-current-buffer.
10455         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
10456         mm-string-as-multibyte on the output of mm-encode-coding-string.
10458         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
10459         (nnimap-request-move-article): Use with-current-buffer.
10461         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
10462         inserting the handle-buffer's text, so the implicit multibyte->unibyte
10463         conversion uses string-make-unibyte rather than string-as-unibyte.
10465         * gnus-msg.el: Use with-current-buffer.
10467         * message.el (message-ignored-resent-headers): Add "Delivered-To".
10469 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
10471         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
10472         string for caching if it is 'PIN.
10474 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
10476         * mail-source.el (mail-source-delete-old-incoming-confirm):
10477         Change default to nil.
10478         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
10480 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10482         * gnus-art.el (gnus-narrow-to-page): Position point properly.
10483         (gnus-article-goto-prev-page): Work for articles having ^L's.
10485         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
10487         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
10489 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
10491         * gnus-bookmark.el: Adjust for renames in bookmark.el.
10492         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
10493         (gnus-bookmark-jump): Adjust some variable names.
10495 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
10497         * auth-source.el: New package.
10498         (auth-source-choices): Add customization entry point variable.
10500         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
10501         bug.
10503 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
10505         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
10506         (gnus-registry-initialize, gnus-registry-install-p): Use it.
10507         (gnus-registry-install-shortcuts): Rename from
10508         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
10509         the `gnus-registry-mark-map' keymap dynamically from
10510         `gnus-registry-marks'.  The generated functions update the summary line
10511         when a registry mark is added or deleted, and will call
10512         `gnus-registry-install-p' (see the comments in the code).
10513         (gnus-registry-user-format-function-M): Use concat intelligently.
10515         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
10516         the registry mark functions.
10518 2008-03-05  Glenn Morris  <rgm@gnu.org>
10520         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
10521         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
10522         gnus-art.
10523         (top-level): No need to load own source when compiling.
10525 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
10527         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
10528         Suggested by <chris.anderton@zetnet.co.uk>.
10530 2008-03-04  Glenn Morris  <rgm@gnu.org>
10532         * gnus-sum.el (top-level): No need to require gnus when compiling,
10533         since unconditionally required near start of file.
10534         (gnus-summary-display-while-building): Move definition before use.
10536 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
10538         * gnus-registry.el (gnus-registry-user-format-function-M):
10539         Add formatting function.
10541 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
10543         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
10544         with plists.
10545         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
10546         Use new format.
10548 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10550         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
10551         `where-is-internal' that returns a range of key sequences.
10553 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10555         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
10557         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
10558         (gnus-summary-jump-to-group): Consider windows on other displayed
10559         frames as well.  Similar changes might be needed elsewhere, but that's
10560         the one I've bumped into during my use.
10562         * nndoc.el (nndoc-oe-dbx-type-p):
10563         * gnus-msg.el (gnus-debug):
10564         * gnus-group.el (gnus-update-group-mark-positions):
10565         Use mm-string-to-multibyte.
10567 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
10569         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
10570         doesn't handle NotDashEscaped.
10572         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
10573         (mml-dnd-attach-options): Fix typo in custom choice.
10575         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
10576         Change nndoc-article-type to mbox.
10577         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
10579         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
10580         to nil, instead of html2text.
10582         * imap.el (imap-debug): Add `imap-ping-server'.
10584         * gnus-bookmark.el: Add FIXMEs.
10586         * message.el (message-form-letter-separator)
10587         (message-send-form-letter-delay): New variables.
10588         (message-send-form-letter): Use them.  New command to send form
10589         letters.  Requested by Uwe Siart.
10590         (message-send-mail-function): Doc fix.  Add "Other" custom option.
10592 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
10594         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
10595         empty author.
10597 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
10599         * gnus-registry.el (gnus-registry-marks): Add variable for
10600         customization of marks and their appearance.
10601         (gnus-registry-read-mark): Use it.
10602         (gnus-registry-do-marks): Add utility function to loop through
10603         `gnus-registry-marks'.
10604         (gnus-registry-install-shortcuts-and-menus): Add function to install
10605         shortcuts and menus.
10606         (gnus-registry-initialize): Use it.
10607         (gnus-registry-default-mark): Clarify documentation.
10609 2008-02-29  Glenn Morris  <rgm@gnu.org>
10611         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
10612         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
10613         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
10614         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
10615         Change defcustom :version from 23.0 to 23.1.
10617 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
10619         * gnus-registry.el (gnus-registry-follow-group-p)
10620         (gnus-registry-post-process-groups): Add functions to aid registry
10621         splitting and improve logging.  Clarify behavior in function
10622         documentation.
10623         (gnus-registry-split-fancy-with-parent): Use them.
10625 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10627         * gnus-art.el: Use with-current-buffer.
10629 2008-02-27  David Engster  <dengste@eml.cc>
10631         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
10632         Express real group name in the response.
10634 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10636         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
10637         (nnmairix-last-server, nnmairix-current-server): Defvar them.
10638         (nnmairix-goto-original-article): Defvar gnus-registry-install and
10639         autoload gnus-registry-fetch-group when compiling.
10640         (nnmairix-request-group-with-article-number-correction):
10641         Remove unreferenced argument passed to nnmairix-call-backend.
10643 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
10645         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
10646         (mm-uu-extract): Improve face for low color ttys.
10647         Reported by Sascha Wilde.
10649 2008-02-27  Glenn Morris  <rgm@gnu.org>
10651         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
10652         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
10653         variables to defconsts.  Convert comments to doc-strings.
10654         (nnmairix-last-server, nnmairix-current-server): Convert from free
10655         variables to defvars.  Convert comments to doc-strings.
10656         (gnus-registry-fetch-group): Autoload.
10657         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
10658         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
10659         (nnmairix-widget-build-editable-fields): Use car cddr rather than
10660         caddr.
10661         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
10662         nnmairix-request-group-with-article-number-correction call.
10663         (nnmairix-fast, nnmairix-group): New, less general names, for free
10664         variables passed from nnmairix-request-group to
10665         nnmairix-request-group-with-article-number-correction.  Declare.
10666         (nnmairix-request-group-with-article-number-correction):
10667         Use nnmairix-fast, nnmairix-group rather than fast, group.
10669 2008-02-26  David Engster  <dengste@eml.cc>
10671         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
10672         version 0.5.
10674 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
10676         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
10677         instead of making an extra function call.  Don't add the current group
10678         to articles only when they have the group.  Use
10679         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
10680         Reported by David <de_bb@arcor.de>.
10682 2008-02-24  Miles Bader  <miles@gnu.org>
10684         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10685         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
10686         (mm-find-mime-charset-region):
10687         * mm-bodies.el (mm-encode-body):
10688         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
10690 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
10692         * mail-source.el (mail-source-delete-incoming): Change default.
10693         Supplement doc string.
10695         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
10697 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
10699         * nnmail.el (nnmail-message-id-cache-file): Derive from
10700         `gnus-home-directory'.
10702 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
10704         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
10705         Document negative prefix.
10707         * gnus-group.el (gnus-group-read-group): Document negative prefix.
10709 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10711         * message.el (message-unsent-separator): Add the Exim bounce
10712         separator.
10714 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
10716         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
10717         list.
10718         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
10719         recipient/signer list.
10721 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
10723         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
10724         fbound (Emacs 23 unicode), signal an error.
10726 2008-02-08  Glenn Morris  <rgm@gnu.org>
10728         * gnus-art.el (pgg-display-output-buffer): Declare as function.
10730 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
10732         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
10733         ports to the calls to `netrc-machine-user-or-password' in addition to
10734         "imap" and "imaps".
10736 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
10738         * gnus.el (gnus-group-startup-message): Add `find-image' call before
10739         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
10740         <hanche@math.ntnu.no>.
10742 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10744         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
10746 2008-02-01  Zhang Wei  <id.brep@gmail.com>
10748         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
10750         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
10752 2008-02-01  Miles Bader  <miles@gnu.org>
10754         * mml.el (mml-parse-1): Remove apparently vestigial use of
10755         `mm-hack-charsets'.
10756         * mm-bodies.el (mm-encode-body): Likewise.
10758 2008-02-01  Kenichi Handa  <handa@m17n.org>
10760         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
10761         rfc2104-hexstring-to-bitstring and changed to return a byte list.
10762         (rfc2104-hash): Convert the result of concat to unibyte string.
10764 2008-02-01  Dave Love  <fx@gnu.org>
10766         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
10767         coding-system-for-read.
10768         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
10770         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
10771         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
10772         (mm-find-mime-charset-region): Remove hack-charsets stuff.
10774 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
10776         * mail-source.el (mail-sources): Add `group' choice.
10778         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
10779         parameter `in-group' to control into which group the articles go.
10780         Add treatment of `group' mail-source.
10782 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
10784         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
10785         * message.el (message-beginning-of-line): Use featurep instead of bound
10786         tests in order to resolve conditionals at compile time.
10788 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10790         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
10792         * mm-decode.el (mm-dissect-buffer): Decode description.
10794         * mml.el (mml-to-mime): Encode message header first.
10796 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10798         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
10799         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
10801 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
10803         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
10805 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10807         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
10808         prefix keys.
10809         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
10810         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
10811         gnus-xmas.el.
10813 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10815         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
10816         Add new variables for article mark management.
10817         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
10818         list of extra data entries which, when present, will indicate that the
10819         article ID should not be trimmed from the registry.
10820         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
10821         functions.
10822         (gnus-registry-read-mark): New function to read a mark name from the
10823         user.
10824         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
10825         (gnus-registry-set-article-mark-internal): New functions to add and
10826         remove marks.
10827         (gnus-registry-get-article-marks): New function to show the marks for
10828         an article, or retrieve them for further use.
10830 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10832         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
10833         keys when no argument is given.
10835 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
10837         * gnus-sum.el (gnus-article-sort-by-random)
10838         (gnus-thread-sort-by-random): Fix doc strings.
10839         Reported by jidanni@jidanni.org.
10841 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10843         * gnus-art.el (gnus-article-describe-bindings): New function.
10844         (gnus-article-read-summary-keys): Use it.
10845         (gnus-article-mode-map): Bind `C-h b' to it.
10847 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10849         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
10850         XEmacs.
10851         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10852         Protect against non-character events.
10854 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
10856         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
10857         New command.
10858         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
10859         instead of END.  Change name of the temp file.
10860         (gnus-group-gmane-group-download-format): Add doc string.  Make it
10861         customizable.
10863 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10865         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
10866         bind `S W' to gnus-article-wide-reply-with-original; set default
10867         binding to gnus-article-read-summary-send-keys.
10868         (gnus-article-read-summary-keys): Fix the order of keys; display
10869         continuation keys correctly in the echo area; describe bindings
10870         correctly when keys end with `C-h'.
10871         (gnus-article-read-summary-send-keys): New function.
10872         (gnus-article-describe-key, gnus-article-describe-key-briefly):
10873         Work for gnus-article-read-summary-send-keys; display continuation keys
10874         correctly in the echo area.
10875         (gnus-article-reply-with-original): Ignore prefix argument.
10876         (gnus-article-wide-reply-with-original): New function.
10878 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10880         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
10881         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
10883 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
10885         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
10886         (gnus-group-read-ephemeral-gmane-group): New command.
10888 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
10890         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
10892 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10894         * message.el (message-send-mail-function): Increase custom version.
10896         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
10897         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
10899 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10901         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
10902         html parts correctly; support forwarded messages.
10903         (gnus-article-browse-html-article): Remove work buffers.
10905         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
10906         compiling.
10907         (netrc-bound-and-true-p): New macro.
10908         (netrc-parse): Use it instead of bound-and-true-p that is not available
10909         in XEmacs 21.4.
10911 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
10913         * gnus-registry.el (gnus-registry-mark-article)
10914         (gnus-registry-article-marks): Add functionality to mark articles
10915         through the Gnus registry.
10917         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
10918         (netrc-parse): Use encrypt-file-alist to determine if
10919         encrypt-find-model or encrypt-insert-file-contents should be used.
10921 2007-12-19  Glenn Morris  <rgm@gnu.org>
10923         * mml.el (message-options-set, message-narrow-to-head)
10924         (message-in-body-p, message-mail-p, message-encode-message-body):
10925         Autoload.
10926         (message-remove-header, message-narrow-to-headers-or-head)
10927         (message-subscribed-p, message-make-mail-followup-to)
10928         (message-position-on-field, message-news-p)
10929         (message-options-set-recipient, message-generate-headers)
10930         (message-sort-headers): Declare as functions.
10932 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
10934         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
10935         convention in doc string.
10937 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10939         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
10940         title to html parts.
10941         (gnus-article-browse-html-article): Pass message header to it.
10943         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
10945 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
10947         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
10948         or password compatible with XEmacs.
10950 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
10952         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
10953         format document.
10954         (gnus-mime-delete-part): Don't write description line if empty.
10955         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
10957 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
10959         * gnus-sum.el (gnus-summary-mark-unread-as-read)
10960         (gnus-summary-mark-read-and-unread-as-read)
10961         (gnus-summary-mark-current-read-and-unread-as-read)
10962         (gnus-summary-mark-unread-as-ticked): Doc fix.
10963         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
10965 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10967         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
10968         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
10970 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
10972         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
10973         yes-or-no-p.
10975 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10977         * mm-decode.el (mm-add-meta-html-tag): New function.
10978         (mm-save-part-to-file, mm-pipe-part): Use it.
10980         * gnus-art.el (gnus-article-browse-delete-temp-files):
10981         Use gnus-y-or-n-p instead of y-or-n-p.
10982         (gnus-article-browse-html-parts): Work with message/external-body; use
10983         mm-add-meta-html-tag.
10985 2007-12-11  Glenn Morris  <rgm@gnu.org>
10987         * gnus-cache.el: Require gnus-sum not just when compiling.
10989         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
10991         * gnus-int.el (gnus-server-opened, gnus-status-message):
10992         Move definitions before use.
10994         * mm-decode.el: Require gnus-util.
10995         (mm-remove-part): Only call delete-annotation on XEmacs.
10997         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
10999         * nnmail.el: Require gnus-int.
11001         * spam.el: Move `require's before `eval-when-compile's.
11003         * gnus-ems.el (gnus-alive-p):
11004         * gnus-fun.el (message-goto-eoh):
11005         * gnus-util.el (gnus-group-name-decode):
11006         * mail-source.el (gnus-compress-sequence):
11007         * message.el (Info-goto-node, format-spec):
11008         * mm-bodies.el (message-options-get):
11009         * mm-decode.el (mm-view-pkcs7):
11010         * mm-util.el (gmm-write-region):
11011         * mml-smime.el (mml-compute-boundary)
11012         (gnus-completing-read-with-default):
11013         * mml.el (widget-button-press, gnus-make-hashtable):
11014         * mml1991.el (mm-decode-content-transfer-encoding)
11015         (mm-encode-content-transfer-encoding)
11016         (message-options-get, message-options-set):
11017         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
11018         * nnfolder.el (gnus-request-group):
11019         * nnheader.el (ietf-drums-unfold-fws):
11020         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
11021         * smime.el (gnus-run-mode-hooks):
11022         * spam-stat.el (gnus-message): Autoload.
11024         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
11025         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
11026         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
11027         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
11028         Add declare-function compatibility definition.
11030         * gnus-cache.el (nnvirtual-find-group-art):
11031         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
11032         (gnus-add-image, gnus-add-wash-type):
11033         * gnus-group.el (nnkiboze-score-file):
11034         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
11035         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
11036         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
11037         (message-tokenize-header, gnus-get-buffer-create)
11038         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
11039         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
11040         * gnus.el (gnus-group-decoded-name):
11041         * mail-source.el (imap-capability):
11042         * mm-bodies.el (message-options-set):
11043         * mm-decode.el (gnus-configure-windows):
11044         * mm-extern.el (message-goto-body):
11045         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
11046         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
11047         (epg-sub-key-validity, message-options-set):
11048         * mml.el (widget-event-point, gnus-configure-windows):
11049         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
11050         * mml2015.el (epg-check-configuration, epg-configuration)
11051         (message-options-set):
11052         * nndb.el (nndb-request-article):
11053         * nnfolder.el (gnus-request-create-group):
11054         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
11055         * nnmaildir.el (gnus-group-mark-article-read):
11056         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
11057         * rfc1843.el (message-fetch-field):
11058         * spam.el (gnus-extract-address-components):
11059         Declare as functions.
11061 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11063         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
11065 2007-12-09  Glenn Morris  <rgm@gnu.org>
11067         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
11069         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
11070         * message.el, mm-view.el, sieve-manage.el, smime.el:
11071         Add declare-function compatibility definition.
11073         * gnus-art.el (w3-region, w3m-region, Info-menu):
11074         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
11075         * gnus-sum.el (gnus-get-predicate):
11076         * gnus-util.el (mm-append-to-file, w32-focus-frame):
11077         * message.el (mail-abbrev-in-expansion-header-p):
11078         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
11079         (w3m-detect-meta-charset, w3m-region):
11080         * sieve-manage.el (password-read, password-cache-add)
11081         (password-cache-remove):
11082         * smime.el (password-read-and-add): Declare as functions.
11084 2007-12-08  David Kastrup  <dak@gnu.org>
11086         * gnus-sum.el (gnus-summary-simplify-subject-query):
11087         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
11088         `message'.
11090 2007-12-07  Glenn Morris  <rgm@gnu.org>
11092         * gnus-art.el (article-make-date-line): Revert previous change.
11094 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
11096         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
11098 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
11100         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
11101         Call gnus-add-to-range ranges only once with a prepared article-list.
11103 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
11105         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
11106         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
11107         group names with backslashes.
11108         Reported by Tassilo Horn <tassilo@member.fsf.org>.
11110 2007-12-06  Deepak Goel  <deego3@gmail.com>
11112         * gnus-art.el (article-make-date-line):
11113         * gnus-start.el (gnus-load):
11114         * pop3.el (pop3-read-response): Fix buggy call to `error'.
11116 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11118         * gnus-art.el (gnus-use-idna):
11119         * gnus-start.el (gnus-site-init-file):
11120         * message.el (message-use-idna):
11121         * mm-uu.el (mm-uu-hide-markers):
11122         * smiley.el (smiley-style): Revert changes that suppress warnings.
11124 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11126         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
11127         specify charset to html source.
11128         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
11130 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11132         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
11133         idna-program in order to suppress byte compile warning issued by XEmacs
11134         that came to byte compile the default value section of defcustom forms
11135         recently.
11137         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
11138         value of installation-directory.
11140         * message.el (message-use-idna): Don't directly refer to the value of
11141         idna-program.
11143         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
11145         * smiley.el (smiley-style): Don't directly call face-attribute.
11147 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
11149         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
11151         * gnus-dired.el: Reduce Gnus dependencies.
11152         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
11153         Don't require.  Use autoloads instead.
11154         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
11155         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
11156         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
11157         (gnus-dired-mode): Adjust doc string.
11158         (gnus-dired-mail-mode): New variable.
11159         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
11160         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
11161         (gnus-dired-mail-buffers): New function.  Return mail or message
11162         composition buffers.
11163         (gnus-dired-attach): Use it.
11164         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
11165         NO-DECODE.
11166         (gnus-dired-print): Use `gnus-print-buffer' depending on
11167         `gnus-dired-mail-mode'.
11169 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11171         * rfc2047.el (rfc2047-encoded-word-regexp)
11172         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
11173         explaining what regexp patterns are for.
11175 2007-12-04  Glenn Morris  <rgm@gnu.org>
11177         * password.el: Move to ../password-cache.el.
11179         * mml1991.el (password-read, password-cache-add, password-cache-remove):
11180         * mml2015.el (password-read, password-cache-add, password-cache-remove):
11181         * mml-smime.el (password-read, password-cache-add)
11182         (password-cache-remove):
11183         No need to autoload, since mml-sec requires password.
11185         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
11186         * message.el (gnus-extract-address-components):
11187         * mml-smime.el (gnus-extract-address-components): Define for compiler.
11189         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
11190         password.
11192 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
11194         * mailcap.el: Reduce dependencies.
11195         (mail-header-parse-content-type): Autoload.
11196         (mailcap-delete-duplicates): New alias.
11197         (mailcap-mime-info): Add optional argument NO-DECODE.
11198         (mailcap-mime-types): Use mailcap-delete-duplicates.
11200         * message.el (message-ignored-supersedes-headers): Add "X-ID".
11202 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11204         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
11205         function.
11207         * gnus-uu.el (gnus-uu-decode-yenc): New command.
11208         (gnus-uu-yenc-article): New function.
11210         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
11212         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
11214 2007-12-02  Glenn Morris  <rgm@gnu.org>
11216         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
11217         Move to ../net.
11219         * binhex.el, uudecode.el: Move to ../mail.
11221         * encrypt.el: Remove file.
11223 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
11225         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
11226         matches on patches.
11228         * gnus-art.el (gnus-article-browse-html-article):
11229         Mention `mm-text-html-renderer' in the doc string.
11231         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
11232         string.  Add comments.
11234         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
11235         if rhs is ASCII.
11237 2007-12-01  Glenn Morris  <rgm@gnu.org>
11239         * dig.el, dns.el: Move to ../net.
11240         * format-spec.el, hex-util.el, sha1.el: Move to ../.
11242         * mail-source.el (top-level): Require format-spec before
11243         eval-when-compile.
11245 2007-11-30  Glenn Morris  <rgm@gnu.org>
11247         * encrypt.el: Require password, rather than autoloading password-read.
11249 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
11251         * gnus.el (gnus-method-to-server): Add an optional parameter so the
11252         caller can indicate whether the cache should be disregarded for this
11253         call.  This way the result of the call is reproducible at all times and
11254         can be considered a canonical server name for the supplied method.
11255         (gnus-agent-method-p): Canonicalize server names by pushing their
11256         method through `gnus-method-to-server' using the no-cache argument.
11258         * gnus-srvr.el (gnus-server-insert-server-line):
11259         Call `gnus-method-to-server' with `no-cache' argument.
11261         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
11262         gnus-agent-possibly-synchronize-flags as this should be called when the
11263         server is actually being opened.
11264         (gnus-agent-possibly-synchronize-flags)
11265         (gnus-agent-possibly-synchronize-flags-server): Move check for the
11266         flags file of an agentized server to the latter function.
11268         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
11269         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
11270         after a connection has been established successfully.
11272 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11274         * gnus-art.el (article-display-face): Force to display face if called
11275         interactively; check if gnus-article-x-face-too-ugly matches author.
11276         (article-display-x-face): Display face even if From header is missing
11277         as article-display-face does.
11279 2007-11-28  Richard Stallman  <rms@gnu.org>
11281         * md4.el: Move to ../.
11282         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
11284 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
11286         * mail-source.el (mail-sources): Default to fetch from file for
11287         compatibility with default of nnmail-spool-file.
11289 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11291         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
11292         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
11293         to look for encoded word that should be encoded again.
11294         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
11295         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
11296         encoding pattern.
11297         (rfc2047-decode-region): Switch strict regexp and loose one according
11298         to rfc2047-allow-irregular-q-encoded-words.
11300 2007-11-26  Simon Josefsson  <simon@josefsson.org>
11302         * imap.el: Move to ../net directory.
11304 2007-11-25  Romain Francoise  <romain@orebokech.com>
11306         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
11308 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11310         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
11311         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
11313         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
11314         `nnmail-spool-file'.
11316         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
11317         `nnmail-spool-file'.
11319         * gnus-move.el (gnus-change-server): Ditto.
11321         * gnus-kill.el (gnus-batch-score): Ditto.
11323         * gnus-cache.el (gnus-jog-cache): Ditto.
11325         * gnus-msg.el (gnus-summary-reply):
11326         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
11328 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11330         * gnus-cache.el (gnus-cache-generate-nov-databases):
11331         Use nnml-generate-nov-databases-directory instead of
11332         nnml-generate-nov-databases-1.
11334 2007-11-24  Glenn Morris  <rgm@gnu.org>
11336         * message.el (message-tool-bar-retro): Update for rename
11337         mail_send.xpm->mail-send.xpm.
11339 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11341         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11342         `smime-ldap-search' for Emacs 22 and up.
11344 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
11346         * hashcash.el: Move to ../mail directory.
11348         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
11350         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
11351         `smime-ldap-search' for Emacs 22 and up.
11353 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11355         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
11357         * message.el (message-send-mail-function): Fix error convention.
11358         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
11359         (message-widen-reply, message-send-mail, message-talkative-question)
11360         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
11361         (message-clone-locals, message-send-news): Use with-current-buffer.
11362         (message-insert-or-toggle-importance): Remove unused var `valid'.
11363         (message-make-references): Remove unused var `new-references'.
11364         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
11366 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
11368         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
11369         (spam-split-symbolic-return-positive): Reflow docstring.
11370         (spam-backends, spam-summary-exit-behavior)
11371         (spam-mark-ham-unread-before-move-from-spam-group)
11372         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
11373         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
11374         (spam-clear-cache, spam-backend-check, spam-install-backend)
11375         (spam-install-statistical-backend, spam-list-of-processors)
11376         (spam-group-processor-p, spam-split, spam-bogofilter-score)
11377         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
11378         (spam-check-crm114, spam-initialize, spam-unload-hook):
11379         Fix typos in docstrings.
11381 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11383         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
11384         been checked if they have never been read and those group levels are
11385         higher than the one that a user specified.
11387 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11389         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
11390         foreign groups unless a group level is specified by a user.
11391         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
11393 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
11395         * message.el (message-send-mail-function): Require sendmail.
11397 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
11399         * message.el (message-send-mail-function): Check for smtpmail too.
11401         * utf7.el (utf7-encode, utf7-decode): Use coding system
11402         `utf-7'/`utf-7-imap' from utf-7.el' if available.
11404         * message.el (message-send-mail-function): New function.
11405         (message-send-mail-function): Set default using
11406         message-send-mail-function.  Adjust doc string.
11407         (message-send-mail-with-mailclient): New function.
11409 2007-11-17  Richard Stallman  <rms@gnu.org>
11411         * assistant.el: Remove file.
11413 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
11415         * smime.el (from):
11416         * rfc2047.el (message-posting-charset):
11417         * qp.el (mm-use-ultra-safe-encoding):
11418         * pop3.el (parse-time-months):
11419         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
11420         * nnml.el (files):
11421         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
11422         (jka-compr-compression-info-list, ange-ftp-path-format)
11423         (efs-path-regexp):
11424         * nndiary.el (files):
11425         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
11426         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
11427         (epg-digest-algorithm-alist, inhibit-redisplay)
11428         (password-cache-expiry):
11429         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
11430         (pgg-output-buffer, password-cache-expiry):
11431         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
11432         (efs-path-regexp):
11433         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
11434         (inhibit-redisplay):
11435         * mm-uu.el (file-name, start-point, end-point, entry)
11436         (gnus-newsgroup-name, gnus-newsgroup-charset):
11437         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
11438         (latin-unity-ucs-list):
11439         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
11440         (mm-uu-binhex-decode-function):
11441         * message.el (gnus-message-group-art, gnus-list-identifiers)
11442         (rmail-enable-mime-composing, gnus-local-organization)
11443         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
11444         (gnus-read-active-file, facemenu-add-face-function)
11445         (facemenu-remove-face-function, gnus-article-decoded-p)
11446         (tool-bar-mode):
11447         * mail-source.el (display-time-mail-function):
11448         * gnus-util.el (nnmail-pathname-coding-system)
11449         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
11450         (gnus-original-article-buffer, gnus-user-agent)
11451         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
11452         (xemacs-codename, sxemacs-codename, emacs-program-version):
11453         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
11454         * gnus-start.el (gnus-agent-covered-methods)
11455         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
11456         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
11457         (gnus-newsgroup-headers, gnus-group-list-mode)
11458         (gnus-group-mark-positions, gnus-newsgroup-data)
11459         (gnus-newsgroup-unreads, nnoo-state-alist)
11460         (gnus-current-select-method, mail-sources)
11461         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
11462         (nnmail-spool-file, gnus-cache-active-hashtb):
11463         * gnus-mh.el (mh-lib-progs):
11464         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
11465         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
11466         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
11467         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
11468         (gnus-group-buffer):
11469         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
11470         (font-lock-set-defaults):
11471         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
11472         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
11473         (gnus-summary-post-menu, total-parts, type, condition, length):
11474         * gnus-agent.el (gnus-agent-read-agentview):
11475         * flow-fill.el (show-trailing-whitespace):
11476         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
11477         eval-and-compile wrappers for byte compiler pacifiers.
11479         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
11480         (mm-display-inline-fontify): Check for featurep 'xemacs not
11481         extent-list.
11483         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
11484         itimer-list.
11485         (mm-create-image-xemacs): Only do something for XEmacs.
11486         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
11488         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
11490         * gnus-registry.el (gnus-adaptive-word-syntax-table):
11491         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
11493 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
11495         * nnimap.el (nnimap-split-download-body):
11496         * gnus-demon.el (gnus-demon):
11497         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
11499 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11501         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
11502         New macros.
11503         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
11504         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
11505         copy data from unibyte buffer to multibyte current buffer.
11506         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
11507         to copy data from unibyte current buffer to multibyte buffer.
11508         (nntp-make-process-buffer): Make process buffer unibyte.
11510         * pop3.el (pop3-open-server): Fix typo in Lisp code.
11512 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
11514         * pop3.el (pop3-open-server): Accept and process data more robustly at
11515         connection start to avoid spurious "POP SSL connection failed" errors.
11517 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11519         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
11520         read group names.
11522 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
11524         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
11526 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11528         * nnmail.el (nnmail-parse-active): Make group names unibyte.
11529         (nnmail-save-active): Use a unibyte buffer when saving active file,
11530         which may contain non-ASCII group names.
11532         * nnml.el (nnml-request-group): Decode group names in messages.
11534 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
11536         * message.el (message-citation-line-function)
11537         (message-insert-formatted-citation-line): Fix spelling of
11538         `message-insert-formated-citation-line'.
11540 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
11542         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
11544 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11546         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
11547         nnmail-pathname-coding-system.
11549         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
11550         that a user enters; decode group names in messages.
11552         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
11554 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11556         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
11558         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
11560         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
11561         risky local variable.
11563         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
11565 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
11567         * encrypt.el: Improve documentation to fix function name typo.
11568         Reported by Daiki Ueno <ueno@unixuser.org>.
11570 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11572         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
11573         even if the point is not in the last page of an article.
11574         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
11575         back to the previous page.
11577 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
11579         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
11581 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11583         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
11585 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11587         * message.el (message-check-news-body-syntax):
11588         Avoid mm-string-as-multibyte.
11589         (message-hide-headers): Don't assume (point-min)==1.
11591 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11593         * message.el (message-remove-blank-cited-lines): Fix if remove is
11594         given.
11595         (message-bogus-address-regexp): New variable.
11596         (message-bogus-recipient-p): New function.
11597         (message-check-recipients): New command.
11598         (message-syntax-checks): Add `bogus-recipient'.
11599         (message-fix-before-sending): Add `bogus-recipient'.
11601         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
11602         (gnus-treat-body-boundary): Don't test window-system.
11604 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
11606         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
11608 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11610         * gnus.el: Bump version to Gnus v5.13.
11612 2007-10-28  Miles Bader  <miles@gnu.org>
11614         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
11615         at compile-time too.
11617 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
11619         * gnus-msg.el (gnus-message-setup-hook):
11620         Add `message-remove-blank-cited-lines' to options.
11622 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11624         * message.el (message-remove-blank-cited-lines): New function.
11625         Suggested by Karl Plästerer.
11627 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11629         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
11630         mapc.
11632         * imap.el (imap-open): Replace mapcar called for effect with mapc.
11633         (top-level): Use mapc to set functions to be traced for debugging.
11635         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
11636         called for effect with while loop.
11638         * message.el (message-talkative-question): Replace mapcar called for
11639         effect with mapc.
11641         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
11642         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
11643         called for effect with dolist.
11645         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
11647         * nndiary.el: Use dolist instead of mapcar to add diary headers to
11648         gnus-extra-headers and nnmail-extra-headers.
11650         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
11651         called for effect with dolist.
11652         (top-level): Use mapc to set functions to be traced for debugging.
11654         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
11655         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
11656         dolist.
11658         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
11659         Replace mapcar called for effect with mapc.
11660         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
11661         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
11662         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
11663         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
11665         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
11666         remove-if that's a cl function.
11668         * webmail.el (webmail-debug): Replace mapcar called for effect with
11669         dolist.
11671 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11673         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
11674         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
11675         with while loop.
11677         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
11678         functions from article-* functions.
11679         (gnus-multi-decode-header): Replace mapcar called for effect with
11680         dolist.
11682         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
11683         (gnus-bookmark-show-details): Replace mapcar called for effect with
11684         while loop.
11686         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
11687         called for effect with while loop.
11689         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
11690         with dolist.
11692         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11693         Replace mapcar called for effect with dolist.
11695         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
11697         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
11698         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
11699         Replace mapcar called for effect with dolist.
11700         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
11701         mapc.
11703         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
11704         Replace mapcar called for effect with dolist.
11705         (gnus-topic-list): Replace mapcar called for effect with mapc.
11707         * gnus.el: Use mapc instead of mapcar to add autoloads.
11709 2007-10-23  Richard Stallman  <rms@gnu.org>
11711         * gnus-group.el (gnus-group-highlight): Mark as risky.
11713 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * gnus.el (gnus-server-to-method): Return method found first in
11716         gnus-newsrc-alist.
11718         * gnus-art.el (gnus-article-highlight-signature)
11719         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
11720         button overlay without the front stickiness.
11722 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
11724         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
11725         overview buffer needed a catch to receive its throw.
11726         (gnus-agent-flush-cache): Declare as interactive to make this function
11727         easier to use.
11729 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
11731         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
11732         `next-line'.
11734 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11736         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
11737         exclude address matching message-dont-reply-to-names.
11739 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11741         * gnus-util.el (gnus-string<): New function.
11743         * gnus-sum.el (gnus-article-sort-by-author)
11744         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
11746 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11748         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
11749         the frame-focus tag is set in gnus-buffer-configuration.
11751 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11753         * gnus-art.el (gnus-article-add-button): Make a button overlay without
11754         the front stickiness.
11756 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11758         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
11759         url pattern; remove duplicate one.
11760         (gnus-article-extend-url-button): New function.
11761         (gnus-article-add-buttons): Use it.
11762         (gnus-button-push): Use concatenated url that it makes.
11764 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
11766         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
11767         (sieve-manage-open): Use `mapc' instead of `mapcar'.
11769 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11771         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
11772         Don't hardcode point-min==1.
11774 2007-09-30  David Kastrup  <dak@gnu.org>
11776         * gnus-art.el (gnus-article-reply-with-original)
11777         (gnus-article-followup-with-original): When `transient-mark-mode' is
11778         off, refrain from active-region behavior for followups.
11780 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
11782         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
11783         Fix comment about "iso8859-1".
11785 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
11787         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
11788         ones returned from the verify-function.
11790         * mm-uu.el (mm-uu-pgp-signed-extract-1):
11791         Call mml2015-extract-cleartext-signature if extraction failed.
11793 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
11795         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
11796         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
11797         failed.
11799 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11801         * Relicense "GPLv2 or later" files to "GPLv3 or later".
11803 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
11805         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
11806         to mark a thread as expirable.  Add variable `hide' to handle hiding of
11807         thread for both the null and zero (kill/expire thread) universal prefix
11808         cases.
11809         (gnus-summary-expire-thread): Add new function to expire a thread,
11810         using gnus-summary-kill-thread.
11811         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
11812         shortcuts for gnus-summary-expire-thread.
11813         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
11814         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
11816 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11818         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
11819         extras value, so an extras entry can be deleted.
11820         (gnus-registry-delete-extra-entry): Use it.
11821         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
11822         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
11823         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
11824         storage through the gnus-registry, and provide an appropriate API for
11825         it.
11827 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11829         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
11830         Suggested by Leo <sdl.web@gmail.com>.
11832         * gnus.el: Do.
11834 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11836         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
11837         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
11839         * gnus-agent.el (gnus-agent-fetch-headers): Do.
11841         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11842         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
11844 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11846         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
11847         newline.
11848         (nnmbox-request-accept-article): Don't change article in source buffer;
11849         narrow to header to use message-fetch-field rather than
11850         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
11851         (nnmbox-request-replace-article): Quote lines that'll be misidentified
11852         as delimiters; make sure article ends with newline.
11853         (nnmbox-delete-mail): Correct last position of article to be deleted;
11854         ignore X-Gnus-Newsgroup header in article body.
11855         (nnmbox-save-mail): Quote lines looking like delimiters at the right
11856         positions; make sure article ends with newline.
11858         * message.el (message-display-abbrev): Don't infloop when a user
11859         inserts SPC in the beginning of header.
11861 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
11863         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
11864         list of groups not followed by default.  Fix type to be regexp.
11865         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
11867 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
11869         * hmac-def.el (define-hmac-function): Switch from old-style to
11870         new-style backquotes.
11872         * md4.el (md4-make-step): Likewise.
11874 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
11877         raw-text coding system when saving .newsrc file, which may contain
11878         non-ASCII group names.
11880 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11882         * gnus-cus.el (gnus-score-extra): New widget.
11883         (gnus-score-extra-convert): New function.
11884         (gnus-score-customize): Use it for Extra.
11886 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
11888         * mml2015.el (mml2015-extract-cleartext-signature): New function.
11889         (mml2015-mailcrypt-clear-verify): Use it.
11890         (mml2015-gpg-clear-verify): Use it.
11891         (mml2015-pgg-clear-verify): Use it.
11892         (mml2015-epg-clear-verify): Replace the current part with the output
11893         from GnuPG; don't extract the plaintext by itself.
11895         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
11896         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
11897         mml2015-clear-verify-function; don't touch the armor headers or
11898         dash-escaped text here.
11900 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11902         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
11903         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
11904         parts, or application/octet-stream as a last resort.
11905         (gnus-mime-view-part-as-type): Don't toggle display.
11906         (gnus-mime-view-part-as-charset): Don't turn off display before
11907         querying charset.
11909         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
11910         stuff to undisplayer function in Emacs.
11911         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
11913         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
11914         text/calendar parts.
11916 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11918         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
11919         decoding text/calendar parts.
11921         * message.el (message-forward-make-body-mime): Always mark body as
11922         having no illegible text; remove signed-or-encrypted argument.
11923         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
11925         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
11926         (mml-generate-mime-1): Don't encode body if it is specified to be in
11927         raw form; don't make buffer be unibyte when inserting multibyte string.
11929 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11931         * sha1.el: Fix up comment style.
11932         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
11933         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
11935         * hex-util.el: Fix up comment style.
11936         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
11938         * gnus-salt.el: Use with-current-buffer.
11939         (gnus-pick-setup-message): Fix long-standing typo.
11941 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11943         * imap.el (imap-logout-timeout): New variable.
11944         (imap-logout, imap-logout-wait): New functions.
11945         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
11947         * nnimap.el (nnimap-logout-timeout): New server variable.
11948         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
11949         nnimap-logout-timeout.
11951         * gnus-art.el (gnus-article-summary-command-nosave)
11952         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
11954 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11956         * gnus.el (gnus-maximum-newsgroup): New variable.
11958         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
11959         according to gnus-maximum-newsgroup.
11961         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
11962         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
11963         Limit the range of articles according to gnus-maximum-newsgroup.
11965 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
11967         * gnus-art.el (gnus-sticky-article): Fix problems described in
11968         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
11969         Don't perform gnus-configure-windows here; reuse existing sticky
11970         article buffer.
11972         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
11973         it doesn't exist in gnus-article-mode.
11975 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11977         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
11978         (gnus-agent-decoded-group-name): New function.
11979         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
11980         (gnus-agent-expire-group-1): Use it; decode group name in messages.
11982 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
11984         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
11985         Add binding for gnus-sticky-article.
11986         (gnus-summary-exit): Don't kill sticky article buffers.
11988         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
11989         article buffer.
11990         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
11991         (gnus-kill-sticky-article-buffers): New commands.
11993 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11995         * nntp.el (nntp-xref-number-is-evil): New server variable.
11996         (nntp-find-group-and-number): If it is non-nil, don't trust article
11997         numbers in the Xref header.
11999 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12001         * gnus-agent.el (gnus-agent-read-group): New function.
12002         (gnus-agent-flush-group, gnus-agent-expire-group)
12003         (gnus-agent-regenerate-group): Use it.
12004         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
12005         nnmail-pathname-coding-system.
12007 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12009         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
12011         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
12012         that are unread as unread, and also as selected so that information of
12013         marks having been changed by a user may be updated when exiting group.
12015 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
12017         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
12019 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12021         * gnus-art.el (gnus-mime-display-single): Pass part number that is
12022         calculated ignoring signature parts to gnus-treat-article.
12024 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12026         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
12027         a point here in order to keep the window start.
12028         (gnus-insert-mime-security-button): Make a button overlay without the
12029         front stickiness.
12030         (gnus-mime-display-security): Goto the end of a button.
12032         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
12034 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12036         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
12037         group-name-at-point.
12038         (gnus-group-completing-read): New function that offers decoded
12039         non-ASCII group names for completion.
12040         (gnus-fetch-group, gnus-group-read-ephemeral-group)
12041         (gnus-group-jump-to-group, gnus-group-make-group-simple)
12042         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
12043         (gnus-group-fetch-control): Use it.
12044         (gnus-fetch-group): Use group-name-at-point for the initial value
12045         rather than the default value; use gnus-alive-p.
12047         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
12048         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
12049         (gnus-summary-post-news): Use gnus-group-completing-read.
12051         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
12052         (gnus-read-move-group-name): Decode group name for completion.
12054 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
12056         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
12057         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
12058         Yamaoka slightly modified the code).
12060 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12062         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
12063         (nnmail-split-incoming): Bind it.
12065         * nnml.el (nnml-group-name-charset): New function.
12066         (nnml-decoded-group-name): Use it; don't decode group name if
12067         nnmail-group-names-not-encoded-p is non-nil.
12068         (nnml-encoded-group-name): New function.
12069         (nnml-group-pathname): Inline nnml-decoded-group-name.
12070         (nnml-request-expire-articles): Decode group name in message.
12071         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
12072         nnmail-pathname-coding-system.
12073         (nnml-save-mail, nnml-active-number): Work with decoded group names and
12074         not decoded ones according to nnmail-group-names-not-encoded-p.
12075         (nnml-generate-active-info): Use nnml-encoded-group-name.
12077 2007-08-08  Glenn Morris  <rgm@gnu.org>
12079         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
12080         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
12081         doc-strings and comments.
12083 2007-07-25  Glenn Morris  <rgm@gnu.org>
12085         * Relicense all FSF files to GPLv3 or later.
12087 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12089         * gnus-sum.el (gnus-summary-move-article):
12090         Make gnus-summary-respool-article work.
12092 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
12094         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
12095         string.
12097 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
12099         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
12100         that should be ignored when comparing distant RSS articles with local
12101         ones.
12102         (nnrss-make-hash-index): New function.  Create a hash index according
12103         to the ignored fields.
12104         (nnrss-check-group): Use it.
12106 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12108         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
12110         * gnus-art.el (article-decode-group-name): Decode Xref header too.
12112         * gnus-group.el (gnus-group-make-group): Encode group name here unless
12113         the new optional argument ENCODED is non-nil.
12114         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
12115         coding system for encoding group name.
12116         (gnus-group-make-rss-group): Pass un-encoded group name to
12117         gnus-group-make-group.
12118         (gnus-group-set-info): Tell gnus-group-make-group that group name is
12119         encoded.
12121         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
12122         Encode group name to which articles are moved or copied.
12123         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
12124         coding system for encoding Newsgroup, Followup-To and Xref headers.
12126         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
12127         marks; use nnheader-file-coding-system to write a file.
12128         (nnagent-retrieve-headers): Bind file-name-coding-system to
12129         nnmail-pathname-coding-system.
12131         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
12133         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
12134         (nnml-request-article, nnml-request-create-group)
12135         (nnml-request-rename-group, nnml-find-id)
12136         (nnml-possibly-change-directory, nnml-possibly-create-directory)
12137         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
12138         (nnml-save-marks): Use nnml-group-pathname instead of
12139         nnmail-group-pathname.
12141         (nnml-request-create-group, nnml-request-expire-articles)
12142         (nnml-request-move-article, nnml-request-delete-group)
12143         (nnml-deletable-article-p, nnml-possibly-create-directory)
12144         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
12145         (nnml-open-marks): Bind file-name-coding-system to
12146         nnmail-pathname-coding-system.
12148         (nnml-request-article): Pass server argument to nnml-find-group-number.
12149         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
12150         Pass server argument to nnml-possibly-create-directory.
12151         (nnml-request-accept-article): Pass server argument to
12152         nnml-active-number and nnml-save-mail.
12153         (nnml-find-group-number): Pass server argument to nnml-find-id.
12154         (nnml-request-update-info): Pass server argument to
12155         nnml-marks-changed-p.
12157         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
12158         (nnml-save-mail, nnml-active-number): Add server argument.
12160         (nnml-request-delete-group): Warn if group is missing.
12161         (nnml-get-nov-buffer): Decode group name.
12162         (nnml-generate-active-info): Encode group name.
12163         (nnml-open-marks): Decode group name in messages.
12165 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12167         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
12168         if it is not specified.
12169         (gnus-article-pipe-part, gnus-article-save-part)
12170         (gnus-article-interactively-view-part, gnus-article-copy-part)
12171         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
12172         (gnus-article-inline-part, gnus-article-save-part-and-strip)
12173         (gnus-article-replace-part, gnus-article-delete-part)
12174         (gnus-article-view-part-as-type): Pass raw prefix argument to
12175         gnus-article-part-wrapper.
12177 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12179         * gnus-agent.el (gnus-agent-save-active):
12180         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
12182         * gnus-cache.el (gnus-cache-save-buffers)
12183         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
12184         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
12185         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
12186         (gnus-cache-braid-nov, gnus-cache-braid-heads)
12187         (gnus-cache-generate-active, gnus-cache-rename-group)
12188         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
12189         (gnus-cache-update-overview-total-fetched-for):
12190         Bind file-name-coding-system to nnmail-pathname-coding-system.
12191         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
12192         New variables.
12193         (gnus-cache-decoded-group-name): New function.
12194         (gnus-cache-file-name): Use it.
12195         (gnus-cache-generate-active): Use non-decoded group name for active.
12197         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
12198         right place.
12199         (gnus-write-active-file): Don't break non-ASCII group names.
12201         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
12202         nnmail-pathname-coding-system.
12204         * gnus-uu.el (gnus-uu-decode-save): Typo.
12206 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
12210 2007-07-14  David Kastrup  <dak@gnu.org>
12212         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
12213         finishing actions if we did not edit the article.
12215 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12217         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
12218         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
12219         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
12220         (gnus-agent-flush-group, gnus-agent-flush-cache)
12221         (gnus-agent-fetch-headers, gnus-agent-load-alist)
12222         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
12223         (gnus-agent-retrieve-headers, gnus-agent-request-article)
12224         (gnus-agent-regenerate-group)
12225         (gnus-agent-update-files-total-fetched-for)
12226         (gnus-agent-update-view-total-fetched-for):
12227         Bind file-name-coding-system to nnmail-pathname-coding-system.
12228         (gnus-agent-group-pathname): Don't encode file names by
12229         nnmail-pathname-coding-system.
12230         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
12231         coding-system-for-write instead of buffer-file-coding-system to
12232         gnus-agent-file-coding-system.
12234         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
12235         Decode group name.
12237         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
12239         * gnus-start.el (gnus-update-active-hashtb-from-killed)
12240         (gnus-read-newsrc-el-file): Make group names unibyte.
12242         * nnmail.el (nnmail-group-pathname): Don't encode file names by
12243         nnmail-pathname-coding-system.
12245         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
12246         (nnrss-request-delete-group): Bind file-name-coding-system to
12247         nnmail-pathname-coding-system.
12248         (nnrss-read-server-data, nnrss-read-group-data):
12249         Bind file-name-coding-system correctly.
12250         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
12252         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
12253         (nntp-server-to-method-cache): New variable.
12254         (nntp-group-pathname): New function that decodes non-ASCII group names.
12255         (nntp-possibly-create-directory, nntp-marks-changed-p)
12256         (nntp-save-marks, nntp-open-marks): Use it.
12257         (nntp-possibly-create-directory, nntp-open-marks):
12258         Bind file-name-coding-system to nnmail-pathname-coding-system.
12259         (nntp-open-marks): Decode group names when bootstrapping marks.
12261         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
12262         Newsgroups and Followup-To headers.
12264 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12266         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
12267         (gnus-server-closed-face, gnus-server-denied-face)
12268         (gnus-server-offline-face): Remove variable.
12269         (gnus-server-font-lock-keywords): Use faces that are not aliases.
12271         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
12272         of modifying message-stack directly for XEmacs.
12274         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
12275         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
12276         if the coding-system argument is nil for XEmacs.
12278         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
12279         mm-charset-override-alist.
12281         * rfc2047.el: Don't require base64; require rfc2045 for the function
12282         rfc2045-encode-string.
12283         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
12284         to quote the parameter value.
12286 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12288         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
12289         form in gnus-group-name-charset-method-alist.
12291         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
12292         overrides the default layout edit-form.
12294         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
12296         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
12298 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12300         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
12301         as unfetched articles.
12303 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
12307 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12309         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
12310         original back end that keeps marks in the local system.
12312 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12314         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
12315         arg of pop-to-buffer for XEmacs.
12316         (gnus-article-read-summary-keys): Ditto; don't restore window
12317         configuration if summary command ends up with neither article buffer
12318         nor summary buffer; describe bindings if summary keys end with C-h.
12320 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12322         * message.el (message-fix-before-sending): Skip raw message part to be
12323         forwarded while checking illegible text.
12324         (message-forward-make-body-mime, message-forward-make-body):
12325         Mark signed or encrypted raw message as having no illegible text.
12327 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12329         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
12330         (gnus-message-with-timestamp-1): New macro.
12331         (gnus-message-with-timestamp): New function.
12332         (gnus-message): Use them.
12334         * nnheader.el (nnheader-message): Use them.
12336 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
12338         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
12339         .newsrc.eld file.
12341 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12343         * gnus-agent.el (gnus-agent-fetch-headers)
12344         (gnus-agent-retrieve-headers):
12345         Bind gnus-decode-encoded-address-function to identity.
12347         * nntp.el (nntp-send-xover-command): Recognize an xover command is
12348         available also when the server returns simply a dot.
12350         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
12352 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12354         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
12356 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12358         * gnus-ems.el (gnus-x-splash): Make it work.
12360         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
12361         from being used.
12363 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12365         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
12366         the front stickiness.
12367         (gnus-article-summary-command-nosave): Correct the order of the
12368         arguments passed to pop-to-buffer.
12369         (gnus-article-read-summary-keys): Ditto; make it work properly when the
12370         summary command ends up with the article buffer.
12372         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
12373         the same faces.
12375 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
12377         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
12379 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
12381         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
12382         * gnus-sum.el (gnus-summary-highlight):
12383         * mail-source.el (mail-source-delete-old-incoming-confirm):
12384         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
12386 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12388         * gnus-art.el (gnus-mime-view-part-externally)
12389         (gnus-mime-view-part-internally): Fix predicate function passed to
12390         completing-read.
12392         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
12394         * gnus.el (gnus-update-message-archive-method): Add :version.
12396 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12398         * gnus.el (gnus-update-message-archive-method): New variable.
12400         * gnus-start.el (gnus-setup-news): Update saved "archive" method
12401         according to gnus-message-archive-method if
12402         gnus-update-message-archive-method is non-nil.
12404 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12406         * gnus-sum.el (gnus-summary-limit-to-address): New function.
12407         Suggested by Loic Dachary <loic@dachary.org>.
12408         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
12410 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12412         * message.el (message-pop-to-buffer): Add switch-function argument.
12413         (message-mail): Pass switch-function argument to it.
12415 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
12417         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
12418         Improve doc string.
12420 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
12423         (gnus-header-content):
12424         * gnus-cite.el (gnus-cite-10):
12425         * gnus-srvr.el (gnus-server-closed):
12426         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
12427         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
12428         (gnus-group-mail-3-empty, gnus-group-mail-low)
12429         (gnus-group-mail-low-empty, gnus-splash):
12430         * message.el (message-header-to, message-header-cc)
12431         (message-header-subject, message-header-other, message-header-name)
12432         (message-header-xheader, message-separator, message-cited-text)
12433         (message-mml): Lighten colors of faces used for dark background.
12435 2007-05-24  Simon Josefsson  <simon@josefsson.org>
12437         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
12438         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
12440 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12442         * message.el (message-narrow-to-headers-or-head):
12443         Ignore mail-header-separator in the body.
12445 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
12448         same as window size.
12450 2007-05-22  Kevin Ryde  <user42@zip.com.au>
12452         * message.el (message-font-lock-keywords): Use message-header-xheader
12453         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
12454         ahead of the anything pattern, to get it recognized.
12456 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
12458         * gnus-sum.el (gnus-articles-to-read)
12459         (gnus-summary-insert-old-articles): Don't truncate group name for
12460         `read-string'.
12462         * gnus-util.el (gnus-limit-string): Delete this function.
12464         * gnus-sum.el (gnus-simplify-subject-fully):
12465         Use `truncate-string-to-width' instead.
12467 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
12469         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
12470         Tell if, on summary exit, the next group has to be selected.
12471         (gnus-summary-exit): Use it.
12473 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
12475         * gnus-art.el (gnus-article-mode): Fix comment about displaying
12476         non-break space.
12478 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12480         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
12481         Check if group is not a directory.
12482         (nnfolder-request-expire-articles): Don't delete articles if the target
12483         group is not available.
12485         * nnml.el (nnml-request-create-group): Properly check if group is not a
12486         file.
12487         (nnml-request-expire-articles): Don't delete articles if the target
12488         group is not available.
12490         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12491         Don't quote characters that are within parentheses.
12493 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12495         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
12496         (gnus-handle-ephemeral-exit): Select article according to it.
12498 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12500         * message.el (message-insert-formated-citation-line): Remove newline.
12501         (message-citation-line-format): Add final \n here so that the user can
12502         avoid a blank line.
12504 2007-05-03  Dan Christensen  <jdc@uwo.ca>
12506         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
12507         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
12508         Update lanl/arXiv support.
12510 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12512         * gnus.el: Bump version number.
12514 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12516         * gnus.el (gnus-version-number): Bump version.
12518 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12520         * gnus.el: No Gnus v0.6 is released.
12522 2007-04-27  Didier Verna  <didier@xemacs.org>
12524         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
12525         * gmm-utils.el (gmm-regexp-concat): ... here.
12526         * message.el: Don't require 'gnus-util.
12527         (message-dont-reply-to-names): Handle name change above.
12528         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
12530 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12532         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
12533         since the initial value varies according to the system.
12535 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12537         * mm-util.el (mm-charset-synonym-alist): Defcustom.
12539 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
12541         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
12543 2007-04-24  Didier Verna  <didier@xemacs.org>
12545         Improve the type of gnus-ignored-from-addresses.
12546         * gnus-util.el (gnus-orify-regexp): New function.
12547         * message.el (gnus-util): Require it.
12548         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
12549         * gnus-sum.el (gnus-ignored-from-addresses): New function.
12550         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
12552 2007-04-24  Didier Verna  <didier@xemacs.org>
12554         * gnus-sum.el:
12555         * gnus-utils.el: Fix some trailing whitespaces.
12557 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12559         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
12560         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
12561         article's Message-ID; refer parent article in summary buffer.
12563         * message.el (message-bounce): Call mime-to-mml.
12565 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12567         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
12569 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12571         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
12572         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
12573         displayed of multipart/alternative part if it is invoked from summary
12574         buffer.
12576         * mm-view.el (mm-inline-text-html-render-with-w3m)
12577         (mm-inline-text-html-render-with-w3m-standalone)
12578         (mm-inline-render-with-function): Use mail-parse-charset by default.
12580 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
12582         * parse-time.el (parse-time-string-chars): Check if CHAR
12583         is less than the length of parse-time-syntax.
12585 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
12588         from gnus-newsgroup-processable.
12590 2007-04-16  Didier Verna  <didier@xemacs.org>
12592         * gnus-msg.el (gnus-configure-posting-styles):
12593         Handle message-signature-directory properly with :file syntax.
12594         Reported by "Leo".
12596 2007-04-11  Didier Verna  <didier@xemacs.org>
12598         New user option: message-signature-directory.
12599         * gnus-msg.el (gnus-configure-posting-styles): Support it.
12600         * message.el (message-insert-signature): Ditto.
12601         * message.el (message-signature-file): Doc update.
12602         * message.el (message-signature-directory): New.
12604 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12606         * gnus-msg.el (gnus-inews-yank-articles):
12607         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
12609 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12611         * message.el (message-yank-original): Make sure cited text ends with
12612         newline; don't exchange point and mark.
12614 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
12616         * tls.el (open-tls-stream): Properly handle case where there
12617         is no associated buffer.
12619 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
12621         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
12622         message-yank-original, make sure (< mark TEXT point).
12624 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12626         * message.el (message-fill-column): New variable.
12627         (message-mode): Use it.  Add comment on a possible new hook.
12629         * nnmail.el (nnmail-spool-file): Mark as obsolete.
12630         (nnmail-get-new-mail): Reformat.
12632         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
12634         * gmm-utils.el: Fix Commentary.
12635         (gmm-tool-bar-from-list): Fix typo in doc string.
12637 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
12639         * message.el (message-yank-original): Don't switch point and mark
12640         unnecessarily to put point and mark as documented.
12642 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
12645         from the message heads.
12647 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
12649         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
12650         article buffer does not have a window.  This may not be the best
12651         solution but is certainly better than setting the start of the null,
12652         that is the current, window.
12654 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
12656         * gnus-draft.el (gnus-draft-setup-hook): New hook.
12657         (gnus-draft-setup): Run it.
12659         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
12660         gnus-score-fast-scoring.  Allow regexp.
12661         (gnus-score-headers): Use it.
12663         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
12664         XEmacs.
12666         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
12667         string.
12668         (gnus-button-alist): Also catch `<f1> k ...'.
12669         (gnus-treat-display-x-face): Fix doc string.
12671 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12673         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
12674         evaluation of gnus-extended-version to ensure correct generation of the
12675         User-Agent header when message-generate-headers-first is used.
12677 2007-03-24  Simon Josefsson  <simon@josefsson.org>
12679         * hashcash.el (hashcash-generate-payment-async): Don't crash if
12680         hashcash-path is nil.  Don't call callback with incorrect number of
12681         parameters if val is 0.
12683 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12685         * message.el (message-required-news-headers):
12686         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
12688 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12690         * message.el (message-generate-new-buffers): Change the meaning of the
12691         nil value; add `standard' to the choices; treat t as `unique'; improve
12692         doc string.
12693         (gnus-select-frame-set-input-focus): Autoload.
12694         (message-buffer-name): Search for the existing message buffer if
12695         message-generate-new-buffers is nil or `standard'; treat the value t of
12696         message-generate-new-buffers as `unique'.
12697         (message-pop-to-buffer): Raise the frame already displaying the message
12698         buffer; clear the echo area after querying.
12699         (message-setup): Pass the `continue' argument to compose-mail.
12700         (message-mail): Prefer `switch-function' if it is given; search for the
12701         existing message buffer if the `continue' argument is non-nil; pass
12702         continue and switch-function arguments to compose-mail by way of
12703         message-setup.
12704         (message-mail-other-window): Adjust argument of message-setup.
12705         (message-mail-other-frame): Ditto.
12707 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12709         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
12710         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
12711         to turn font-lock on when turning gnus-message-citation-mode on.
12713 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
12715         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
12716         (mml-smime-function-alist): New variable; add epg as the backend.
12717         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
12718         mml-smime- functions instead.
12719         * mm-view.el: Require smime.
12721 2007-03-05  Didier Verna  <didier@xemacs.org>
12723         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
12724         instead of just inheritance for posting styles.
12725         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
12727 2007-02-24  John Paul Wallington  <jpw@pobox.com>
12729         * tls.el (tls-certtool-program): Fix custom type.
12731 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12733         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
12734         and point-at-eol instead of line-(beginning|end)-position.
12736         * assistant.el (assistant-parse-buffer): Ditto.
12738 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
12740         * mml2015.el (mml2015-epg-find-usable-key): New function.
12741         (mml2015-epg-sign): Use it.
12742         (mml2015-epg-encrypt): Use it.
12744 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * message.el (message-make-in-reply-to): Quote name containing
12747         non-ASCII characters.  It will make the RFC2047 encoder cause an error
12748         if there are special characters.  Reported by NAKAJI Hiroyuki
12749         <nakaji@jp.freebsd.org>.
12751 2007-02-27  Didier Verna  <didier@xemacs.org>
12753         Include the group parameters as well as the topic ones in the
12754         inheritance filter process.
12755         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
12756         argument GROUP-PARAMS-LIST.
12757         * gnus-topic.el (gnus-group-topic-parameters): Use it.
12759 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12761         * nntp.el (nntp-never-echoes-commands)
12762         (nntp-open-connection-functions-never-echo-commands): New variables.
12763         (nntp-send-command): Use them.
12765 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
12767         * mml2015.el (mml2015-epg-verify): Simplify.
12769 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12771         * mml.el (mml-content-disposition-alist): New user option.
12772         (mml-content-disposition): New function.
12773         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
12774         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
12776 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
12778         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
12779         verification.
12781 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12783         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
12784         articles posted in the last 24 hours.
12786 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
12788         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
12790 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
12792         * nntp.el (nntp-send-command): Don't wait for echoes when
12793         nntp-open-ssl-stream is used.
12795 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12797         * gnus-cite.el (gnus-test-font-lock-add-keywords)
12798         (gnus-message-add-citation-keywords)
12799         (gnus-message-remove-citation-keywords): Remove.
12800         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
12801         directly, make the variables in font-lock-defaults buffer-local, add
12802         gnus-message-citation-keywords to them and then update the value of
12803         font-lock-keywords.
12805 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12807         * message.el (message-cite-original-1): Don't call
12808         gnus-article-highlight-citation.
12810         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
12811         citations; fix line count.
12813 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12815         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
12816         (gnus-message-add-citation-keywords)
12817         (gnus-message-remove-citation-keywords): Use it; fix the emulating
12818         versions of font-lock-add-keywords and font-lock-remove-keywords to
12819         work with XEmacs correctly.
12821 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12823         * gnus-cite.el (gnus-cite-face-list): Set the values of
12824         gnus-message-max-citation-depth and gnus-message-citation-keywords.
12825         (gnus-message-max-citation-depth): Use defvar rather than defconst.
12826         (gnus-message-cite-prefix-regexp): New variable.
12827         (gnus-message-search-citation-line): Use it; protect against long
12828         citation prefix; fill match data with nil rather than 0 for XEmacs; set
12829         the 0th match data for Emacs.
12830         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
12831         (gnus-message-add-citation-keywords): Append keywords rather than
12832         prepending; emulate font-lock-add-keywords if it is not available.
12833         (gnus-message-remove-citation-keywords):
12834         Emulate font-lock-remove-keywords if it is not available.
12836         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
12838         * message.el (message-cite-prefix-regexp): Set the value of
12839         gnus-message-cite-prefix-regexp.
12841 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12843         * nnweb.el (nnweb-google-parse-1): Update parser.
12845 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
12847         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
12849 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12851         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
12852         regexp.
12854 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12856         * uudecode.el (uudecode-string-to-multibyte): New function emulating
12857         string-to-multibyte.
12858         (uudecode-decode-region-internal): Use it.
12860 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12862         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
12863         Fix custom choice.
12865         * gnus-art.el (gnus-signature-limit): Fix custom choice.
12867 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
12869         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
12871         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
12872         `write-region' to respect `mm-inhibit-file-name-handlers'.
12874 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
12876         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
12877         Use gnus-home-directory instead of "~/" or "$HOME".
12879 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
12881         * encrypt.el (encrypt-insert-file-contents): Add better prompt
12882         to mention filename.
12883         Add comments at beginning regarding usage.
12884         (encrypt-write-file-contents): Change interactive so a string is
12885         acceptable.  If the file has no associated model, show an error instead
12886         of a nonsense prompt.
12888 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
12890         * spam.el (spam-bsfilter-ham-switch): Fix typo.
12891         Thanks to Yoshihiko Yamada for kind notification of this typo.
12893 2007-01-12  Kenichi Handa  <handa@m17n.org>
12895         * uudecode.el (uudecode-decode-region-internal): Make it work in a
12896         multibyte buffer.
12898 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
12900         * gnus-score.el (gnus-score-fast-scoring): New variable.
12901         (gnus-score-headers): Use it.
12903         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
12905         * message.el (message-cite-original-1):
12906         Call gnus-article-highlight-citation if requested.
12907         (message-make-from): Allow name and address as optional arguments.
12909         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
12911         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
12912         bugs to doc string.
12913         (gnus-button-alist): Add mid\\|message-id.
12914         (gnus-button-fetch-group): Extend for use in
12915         `browse-url-browser-function'.
12916         (gnus-button-url-regexp): Try to catch paired parentheses like in
12917         Wikipedia URLs.
12919         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
12920         Suggested by Simon Krahnke <overlord@gmx.li>.
12922 2007-01-13  Romain Francoise  <romain@orebokech.com>
12924         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
12925         Update copyright.
12927 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
12929         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
12931 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
12933         * gnus-registry.el (gnus-registry-unfollowed-groups)
12934         (gnus-registry-split-fancy-with-parent): Fix documentation.
12936 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
12939         from nnweb groups.
12941 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12943         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
12944         Xref urls.  Erase buffer before requesting head.
12946         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12948 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
12950         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
12951         customizable.
12953 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
12955         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
12956         no signing key is found.
12957         (mml2015-epg-encrypt): Ask user whether to skip or abort if
12958         no encrypting and/or signing key is found.
12960 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
12962         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
12964 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12966         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
12967         headers read from disk with the ones newly found in the current search.
12968         This should no longer cause problems, because the article numbers in
12969         Gmane's `nov.php' output are ignored since the previous change.
12971 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12973         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
12975 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12977         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
12979 2007-01-01  Romain Francoise  <romain@orebokech.com>
12981         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
12983 2006-12-31  Steve Youngs  <steve@sxemacs.org>
12985         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
12986         `define-minor-mode' macro definition expanded properly.
12987         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
12988         exclude it there.
12990         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
12991         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
12992         `fboundp' test.
12993         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
12994         This is OK to autoload in (S)XEmacs now.
12996 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12998         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
12999         keystroke.
13000         (gnus-summary-limit-to-singletons): Fix typo.
13002         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
13003         else fails.
13005 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13007         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
13008         docstring.
13010         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
13011         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
13012         (gnus-summary-insert-dormant-articles): Fix typo in message.
13014 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
13016         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
13017         nil for XEmacs.
13018         (gnus-message-citation-mode): Don't autoload in XEmacs.
13020         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
13022 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
13024         * nnimap.el (nnimap-expunge-search-string):
13025         Mention nnimap-search-uids-not-since-is-evil in docstring.
13027 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
13029         * spam.el: Revert to make-obsolete-variable because
13030         define-obsolete-variable-alias is not supported in Emacs 21.
13032         * spam.el (spam-ifile-path, spam-ifile-database-path)
13033         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
13034         make-obsolete-variable.
13035         (spam-bsfilter-path, spam-bsfilter-program)
13036         (spam-spamassassin-path, spam-spamassassin-program)
13037         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
13038         Don't use "path" inappropriately.
13039         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
13040         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
13041         variable names.
13043 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
13045         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
13046         summary buffer.
13048         * password.el (password-cache-remove): Use clear-string to burn
13049         password, if available.
13051 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13053         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
13055         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
13057         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
13058         (gnus-message-highlight-citation): Move defcustom here from
13059         gnus-cite.el.
13060         (gnus-message-citation-mode): Autoload.
13062         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
13063         checks to make it compile with XEmacs.
13064         (gnus-message-citation-mode): New minor mode.
13065         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
13066         (gnus-message-highlight-citation): New variables.
13067         (gnus-message-search-citation-line)
13068         (gnus-message-add-citation-keywords)
13069         (gnus-message-remove-citation-keywords)
13070         (turn-on-gnus-message-citation-mode)
13071         (turn-off-gnus-message-citation-mode): New functions.
13073 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
13075         * gnus-cite.el: Enable highlighting of different citation levels in
13076         message-mode.
13078 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
13080         * message.el (message-make-fqdn): Fix comment.
13081         (message-bogus-system-names): Add ".local".
13083         * spam.el (spam-ifile-path, spam-ifile-program)
13084         (spam-ifile-database-path, spam-ifile-database)
13085         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
13086         Don't use "path" inappropriately.
13087         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
13088         strings.
13089         (spam-check-ifile, spam-ifile-register-with-ifile)
13090         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
13091         Use new variable names.
13093         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
13094         (gnus-treat-display-smileys): Simplify using
13095         gnus-image-type-available-p.
13097         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
13098         available.
13100 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
13103         one after turning on the buffer's multibyteness instead of decoding
13104         them directly in the unibyte buffer that causes unexpected conversion
13105         in Emacs 23 (unicode).
13107 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13109         * message.el (message-generate-hashcash): Fix custom type.
13111 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13113         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
13115 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
13117         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
13118         disconnect icons.  Add help text.
13120 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
13122         * spam.el (spam-extra-header-to-number): CRM114 spam score is
13123         negated to be consistent with the others we handle.
13125 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13127         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
13128         version of gnus-summary-buffer to something, so that we can use two
13129         article buffers at the same time.
13131 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
13133         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
13134         trigger all the extra headers.
13135         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
13136         sorting.
13138 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13140         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
13141         solid groups.
13143 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
13145         * legacy-gnus-agent.el: Add Copyright notice.
13147 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
13149         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
13151 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
13155         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
13156         to make it work reliably in CVS Emacs.
13157         (gnus-summary-limit-strange-charsets-predicate)
13158         (gnus-summary-limit-to-predicate): New functions.
13160 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
13162         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
13163         specifying array size.
13164         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
13165         array if it is too small.
13166         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
13167         (gnus-sort-threads-loop): New function.
13169 2006-12-06  Chris Moore  <dooglus@gmail.com>
13171         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
13172         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
13174 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
13176         * mm-url.el (mm-url-predefined-programs): Call curl with correct
13177         options.
13179 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13181         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
13182         DOS-ing the recipient.
13184         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
13185         the headers when creating the mapping to avoid mismappings.
13186         (nnweb-gmane-create-mapping): Always nix out old mapping.
13188 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13190         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
13191         and mm-verify-option to never.
13193 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13195         * message.el (message-signed-or-encrypted-p): New function.
13196         (message-forward-make-body): Use it.
13198         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
13199         Replace encode-coding-string with mm-encode-coding-string.
13201 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13203         * nneething.el (nneething-decode-file-name):
13204         Replace decode-coding-string with mm-decode-coding-string.
13206         * gnus-int.el (gnus-open-server): Say failed server's name.
13208 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
13210         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
13211         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
13213         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
13214         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
13215         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
13216         (gnus-group-make-directory-group, gnus-group-transpose-groups):
13217         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
13218         (gnus-subscribe-newsgroup, gnus-1):
13219         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
13220         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
13221         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
13222         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
13224 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13226         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
13227         keystroke.
13228         (gnus-summary-limit-to-bodies): Implement headersp.
13230 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13232         * dns.el (query-dns): Protect against "Process dns deleted" strings.
13234 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13236         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
13238 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13240         * message.el (message-generate-hashcash): Expand range of values to
13241         include `opportunistic'.
13242         (message-send-mail): Use it.
13244 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13246         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
13247         and comment it.
13249         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
13251 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
13253         * gnus-util.el (gnus-extract-address-components): Improve comment.
13255 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13257         * gnus-util.el (gnus-extract-address-components): Work with address in
13258         which the name portion contains @.
13260 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13262         * gnus.el (gnus-start): Move custom group up.
13263         (gnus-select-method): Don't autoload, but make it available for
13264         `customize-variable'.
13265         (gnus-getenv-nntpserver): Don't autoload.
13267 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
13269         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
13271 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
13273         * message.el (message-sendmail-extra-arguments): New variable.
13274         (message-send-mail-with-sendmail): Use it.
13276 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
13279         mm-with-unibyte-current-buffer to make string unibyte.
13281         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
13282         mm-string-as-multibyte.
13284 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
13286         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
13287         Reported by Werner Koch <wk@gnupg.org>.
13289 2006-11-14  Daiki Ueno  <ueno@p360>
13291         * mml2015.el: Autoload epa-select-keys when compiling.
13293 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13295         * mml2015.el (mml2015-epg-sign): Save the signing keys in
13296         message-options.
13297         (mml2015-epg-encrypt): Save the recipient keys in message-options.
13299 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
13301         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
13302         EasyPG (< 0.0.6).
13303         (mml2015-always-trust): New user option.
13304         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
13305         prompt.
13307 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * nntp.el (nntp-authinfo-force): New variable.
13310         (nntp-send-authinfo): Use it.
13312 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
13314         * message.el (message-strip-subject-encoded-words): Allow _not_ to
13315         decode encoded words.  Improve prompt.  Add comment about forwarding.
13316         (message-replacement-char): Move up.
13318 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
13320         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
13321         instead of gnus-intersection because arguments of gnus-sorted-nunion
13322         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
13324 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
13326         * message.el (message-strip-subject-encoded-words): Reformat prompt.
13327         (message-simplify-subject-functions):
13328         Enable message-strip-subject-encoded-words by default.
13330 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
13332         * message.el (message-strip-subject-encoded-words): New function.
13333         (message-simplify-subject-functions): New variable.
13334         (message-simplify-subject): Use it.  Fix typo in doc string.
13335         Support message-strip-subject-encoded-words.
13337 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
13339         * gnus-diary.el (gnus-diary-delay-format-function):
13340         * nndiary.el (nndiary-reminders):
13341         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
13343 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13345         * gnus-art.el (article-hide-boring-headers): Fetch date from
13346         gnus-original-article-buffer to avoid problems with localized date
13347         strings.
13349 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13351         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
13353 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
13355         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13356         New variables.
13357         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13358         (mm-charset-synonym-alist): Move some entries to
13359         mm-codepage-iso-8859-list.
13360         (mm-charset-synonym-alist, mm-charset-override-alist):
13361         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13363 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13365         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
13367 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13369         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
13370         with Emacs 21 and XEmacs.
13372 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
13374         * spam.el (spam-parse-address): New function for better parsing,
13375         catching errors, etc.
13376         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
13378 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13380         * mm-view.el: Add interactive arg to html2text autoload.
13382 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13384         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
13386 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
13388         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
13389         New variables.
13390         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
13391         (mm-charset-synonym-alist): Move some entries to
13392         mm-codepage-iso-8859-list.
13394         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
13396 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
13398         * message.el (message-citation-line-format)
13399         (message-insert-formated-citation-line): Fix implementation of %E, %N
13400         and %n according to the doc string.
13402 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
13404         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13405         Use car-safe to avoid bad parses.
13407 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
13410         names.
13412         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
13414 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13416         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
13417         header.
13419         * message.el (message-draft-headers): Add Date.
13420         (message-headers-to-generate): Fix typo in docstring.
13422         * nndraft.el (nndraft-required-headers): New variable.
13423         (nndraft-generate-headers): Use it.
13425         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
13427 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13429         * gnus-registry.el (gnus-registry-wash-for-keywords)
13430         (gnus-registry-find-keywords): New functions to allow easy searching of
13431         articles that are in the registry.
13433 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
13435         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
13436         Use ietf-drums-parse-address instead of gnus-extract-address-components.
13437         Reported by Damien Elmes <damien@repose.cx>.
13439 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13441         * gnus.el (gnus-mime): Remove unused custom group.
13443 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13445         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
13446         "blank line" when searching for end of armor headers.
13448 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13450         * gmm-utils.el (gmm-write-region): Fix variable name.
13452 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
13454         * gmm-utils.el (gmm-write-region): New function based on compatibility
13455         code from `mm-make-temp-file'.
13457         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
13459         * nnmaildir.el (nnmaildir--update-nov)
13460         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
13461         Use `gmm-write-region'.
13463 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13465         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
13466         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
13468         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
13470         * message.el (message-replacement-char): New variable.
13471         (message-fix-before-sending): Use it.
13472         (message-simplify-subject): New function to remove duplicate code.
13473         (message-reply, message-followup): Use it.
13475         * gnus-sum.el (gnus-summary-make-menu-bar):
13476         Clarify gnus-summary-limit-to-articles.
13478 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13480         * gnus-util.el (gnus-with-local-quit): New macro.
13482         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
13484 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
13486         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
13487         ignore non-string data.
13489 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
13491         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
13492         non-string data (needs to be done in the registry too).
13494 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13496         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
13497         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
13498         (gnus-registry-split-fancy-with-parent)
13499         (gnus-registry-fetch-simplified-message-subject-fast)
13500         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
13501         Remove text properties on ingress into the registry and when it's saved.
13502         (gnus-registry-clean-empty-function): Fix bug with cleaning the
13503         registry from entries with no groups.
13505 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
13507         * gnus-util.el (gnus-string-remove-all-properties): Add utility
13508         function to remove string properties.
13510 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13512         * gmm-utils.el (gmm): Adjust custom version.
13514         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
13515         Adjust custom version.
13517         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
13519 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13521         * gnus-art.el (gnus-insert-prev-page-button)
13522         (gnus-insert-next-page-button): Simplify.  Reformat.
13524 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13526         * gnus-art.el (gnus-insert-prev-page-button)
13527         (gnus-insert-next-page-button): Apply gnus-article-button-face.
13529 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
13531         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
13533 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
13535         * gnus-art.el (gnus-insert-mime-button)
13536         (gnus-insert-mime-security-button):
13537         Apply gnus-article-button-face to MIME and security buttons.
13539 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
13541         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
13542         readable.
13544 2006-09-20  Steve Youngs  <steve@sxemacs.org>
13546         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
13547         `browse-url-of-file' instead of `browse-url'.
13549 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13551         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
13552         regexp.  Articles containing quotation were cut prematurely.
13554 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13556         * message.el (message-cite-original-1): Use nobody by default for the
13557         value of From header.
13558         (message-reply): Ditto.
13560 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
13562         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
13563         to the gnus-info.  This fixes a bug of inline-PGP message verification.
13564         Reported by Michael Piotrowski <mxp@dynalabs.de>.
13566 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
13568         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
13569         mails in the doc string.  Add some URLs in comment.
13570         (pop3-movemail): Warn about pop3-leave-mail-on-server.
13572 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13574         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
13575         backslashes handling and the way to find boundaries of quoted strings.
13577 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
13579         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
13580         mml1991-encrypt-to-self is set and mml1991-signers is not set.
13581         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
13582         mml2015-encrypt-to-self is set and mml2015-signers is not set.
13584 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13586         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
13587         doc string.
13588         (gnus-button-regexp, gnus-button-last): Remove unused variables.
13590 2006-09-06  Simon Josefsson  <jas@extundo.com>
13592         * mml2015.el (mml2015-use): Doc fix, mention epg.
13594 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13596         * mml2015.el (mml2015-use): Default to epg, if available.
13598 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
13600         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
13601         message-sender.
13602         (mml1991-epg-encrypt): Ditto.
13603         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
13604         message-sender.
13605         (mml2015-epg-encrypt): Ditto.
13607 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
13609         * message.el (message-send-mail-with-sendmail): Look for sendmail in
13610         several common directories.
13612 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
13614         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
13615         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
13617 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * gnus-art.el (article-decode-encoded-words): Make it fast.
13621 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13623         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
13625         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
13626         in quoted string into `\'.
13628 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13630         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13631         Use standard-syntax-table.
13633 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13635         * gnus-art.el (gnus-decode-address-function): New variable.
13636         (article-decode-encoded-words): Use it to decode headers which are
13637         assumed to contain addresses.
13638         (gnus-mime-delete-part): Remove useless `or'.
13640         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
13641         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
13642         (gnus-nov-parse-line): Use it to decode From header.
13643         (gnus-get-newsgroup-headers): Ditto.
13644         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
13646         * mail-parse.el (mail-decode-encoded-address-region): New alias.
13647         (mail-decode-encoded-address-string): New alias.
13649         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
13650         New function.
13651         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
13652         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
13653         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
13654         (rfc2047-decode-string): Ditto.
13655         (rfc2047-decode-address-region): New function.
13656         (rfc2047-decode-address-string): New function.
13658 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
13660         * message.el (message-caesar-buffer-body): Allow rotating headers.
13662         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
13664         * message.el (message-insert-formated-citation-line): Fix %f.
13665         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
13667 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13669         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
13670         (gnus-bookmark-mouse-available-p): New macro.
13671         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
13672         (gnus-bookmark-bmenu-show-infos): Use it.
13673         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
13674         (gnus-bookmark-bmenu-hide-infos): Ditto.
13675         (gnus-bookmark-remove-properties): New function.
13676         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
13677         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
13678         (gnus-bookmark-write-file): Bind coding-system-for-write.
13679         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
13680         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
13681         group before selecting it.
13682         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
13683         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
13684         quit-window if it is not available; use gnus-mouse-2 and bind it to
13685         gnus-bookmark-bmenu-select-by-mouse.
13686         (gnus-bookmark-show-details): Remove unused variable `details-list'.
13687         (gnus-bookmark-bmenu-select-by-mouse): New function.
13689 2006-08-13  Romain Francoise  <romain@orebokech.com>
13691         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
13692         space.
13694 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13696         * compface.el (uncompface): Use binary rather than raw-text-unix.
13698 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13700         * compface.el (uncompface): Make sure the eol conversion doesn't take
13701         place when communicating with the external programs.
13702         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13704 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13706         * nnheader.el (nnheader-insert-head): Fix typo in comment.
13708 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13710         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13711         Make it more robust by parsing author and date independently.
13713 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13715         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
13717 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
13719         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
13720         first matching secret key.
13721         (mml2015-epg-encrypt): Ditto.
13723         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
13724         first matching secret key.
13725         (mml1991-epg-encrypt): Ditto.
13727         * mml2015.el (mml2015-encrypt-to-self): New user option.
13728         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
13729         mml2015-epg-encrypt-to-self is set.
13731         * mml1991.el (mml1991-encrypt-to-self): New variable.
13732         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
13733         mml1991-epg-encrypt-to-self is set.
13735         * mml2015.el (mml2015-signers): New user option.
13736         (mml2015-epg-sign): Reflect the value of mml2015-signers.
13737         (mml2015-epg-encrypt): Allow to select signing keys.
13739         * mml1991.el (mml1991-signers): New variable.
13740         (mml1991-epg-sign): Reflect the value of mml1991-signers.
13741         (mml1991-epg-encrypt): Allow to select signing keys.
13743 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13745         * nnheader.el (nnheader-insert-head): Make it work even if the file
13746         uses CRLF for the line-break code.
13748 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
13750         * mml2015.el: Require mml-sec instead of password.
13751         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
13752         (mml2015-cache-passphrase): Inherit the default value from
13753         mml-secure-cache-passphrase.
13754         (mml2015-passphrase-cache-expiry): Inherit the default value from
13755         mml-secure-passphrase-cache-expiry.
13757         * mml1991.el: Require mml-sec instead of password.
13758         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
13759         (mml1991-cache-passphrase): Inherit the default value from
13760         mml-secure-cache-passphrase.
13761         (mml1991-passphrase-cache-expiry): Inherit the default value from
13762         mml-secure-passphrase-cache-expiry.
13764         * mml-sec.el: Require password.
13765         (mml-secure-verbose): New user option.
13766         (mml-secure-cache-passphrase): New user option.
13767         (mml-secure-passphrase-cache-expiry): New user option.
13769 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
13770             Andreas Vögele  <andreas@altroot.de>   (tiny change)
13772         * pgg-def.el (pgg-truncate-key-identifier):
13773         Truncate the key ID to 8 letters from the end.
13775 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13777         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
13778         workaround for the url package included with Emacs.
13780         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13782 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13784         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
13785         correctly.  This fixes a bug caused by the 2006-05-12 change.
13787 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
13789         * nnmail.el (nnmail-article-group): If splitting raises an error, give
13790         some information about the error when saying that the `bogus' mail
13791         group will be used.
13793 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
13795         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
13796         string.
13798 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
13800         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
13802 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13804         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
13806 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13808         * mml1991.el (mml1991-function-alist): Add epg.
13809         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
13810         (mml1991-epg-encrypt): New functions.
13812 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
13814         * mml2015.el (mml2015-verbose): New variable.
13815         (mml2015-cache-passphrase): Ditto.
13816         (mml2015-passphrase-cache-expiry): Ditto.
13817         (mml2015-function-alist): Add epg.
13818         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
13819         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
13820         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
13821         New functions.
13823 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13825         * message.el (message-cite-original-1): Preserve region when removing
13826         quoted text due to X-No-Archive in order to avoid bogus attribution
13827         when citing multiple messages.
13829 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13831         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
13832         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
13834 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
13836         * gnus-diary.el (gnus-user-format-function-d)
13837         (gnus-user-format-function-D): Autoload.
13839         * imap.el (Commentary): Fix typo.
13841         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
13842         2006-04-22 contribution.
13844 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13846         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
13847         It didn't really fix the bogosity I'm seeing with solid web groups.
13849 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13851         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
13852         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
13853         created using server names.  If we use the feature without declaring
13854         it, Gnus does not properly manage server and group state.
13856         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
13857         bound.
13859 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13861         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
13862         looking up the method using GROUP's prefix before inventing a new one.
13863         It is used on killed/unknown groups in various places where returning
13864         an all-new method isn't expected by the caller.
13866         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
13867         and match semantics of gnus-group-real-prefix.
13869 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
13871         * nnmail.el (nnmail-broken-references-mailers): New variable.
13872         (nnmail-ignore-broken-references): New function generalizing
13873         nnmail-fix-eudora-headers.
13874         (nnmail-fix-eudora-headers): Now obsolete.
13876         * gnus-art.el (gnus-button-handle-custom):
13877         Support `customize-apropos*'.
13879 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13881         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
13883         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
13884         articles.
13886 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
13888         * message.el (message-cite-reply-above): New variable.
13889         (message-yank-original): Use it.
13891 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13893         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
13895 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
13897         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
13898         as read.
13900         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
13902 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
13904         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
13905         (gnus-bookmark-default-file): Use gnus-directory.
13906         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
13907         Remove "*" in doc string.
13908         (gnus-bookmark-write-file): Simplify.
13909         (gnus-bookmark-maybe-sort-alist): Use `when'.
13910         (gnus-bookmark-get-bookmark): Fix typo in doc string.
13911         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
13912         Add FIXME about Emacs 21 and XEmacs compatibility.
13913         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
13914         compatibility.
13915         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
13916         compatibility.
13917         (gnus-bookmark-menu-heading): Fix version.
13919 2006-06-19  Bastien Guerry  <bzg@altern.org>
13921         * gnus-bookmark.el: New file.
13923 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13925         * message.el (message-syntax-checks): Doc fix.
13927 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13929         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
13930         unsubscribed groups as if they were killed ones.  It causes duplicate
13931         entries in gnus-newsrc-alist.
13933 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13935         * message.el (message-syntax-checks): Doc fix.
13936         (message-send-mail): Add check for continuation headers.
13937         (message-check-news-header-syntax): Fix regexp used to check for
13938         continuation headers.
13940 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
13944 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
13946         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
13948 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13950         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
13951         default-truncate-lines.
13953 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13955         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
13956         to fill the utf-8 entry.
13958 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13960         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
13962 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
13964         * gnus-agent.el (directory-files-and-attributes): Move all the way
13965         forward (the third and final move).
13966         (gnus-agent-read-agentview): Trap reconstruction errors due to
13967         nonexistent directory.  Handle by returning nil.
13969 2006-05-30  Didier Verna  <didier@xemacs.org>
13971         * message.el (message-dont-reply-to-names): Update the custom type.
13972         * message.el (message-dont-reply-to-names): New defsubst: potentially
13973         convert a list of regexps into a single one.
13974         * message.el (message-get-reply-headers): Use it.
13975         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
13977 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13979         * gnus-agent.el (directory-files-and-attributes): Move forward.
13981 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13983         * gnus-ml.el (gnus-mailing-list-subscribe)
13984         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
13985         (gnus-mailing-list-message): Fix doc strings.
13987 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13989         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
13990         of doing it manually.
13992 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
13994         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
13995         comment.
13997 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
13999         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
14000         (gnus-agent-read-agentview): Fix handling of end-of-file error.
14001         (gnus-agent-read-local): All symbols allocated in my-obarray.
14002         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
14003         (gnus-agent-regenerate-group): Check numeric names to see if they are
14004         messages or groups.
14005         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
14006         better way of do this...)
14008         * gnus-cache.el (gnus-agent-total-fetched-for):
14009         Ignore 'dummy.group' (there should be a better way of do this...)
14011 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14013         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
14014         (gnus-saved-headers): Ditto.
14015         (gnus-default-article-saver): Mention functions may have properties.
14016         (gnus-article-save): Override gnus-save-all-headers and
14017         gnus-saved-headers by :headers property which saver function may have.
14018         (gnus-summary-save-in-file): Add :headers property.
14019         (gnus-summary-write-to-file): Ditto.
14021         * gnus-sum.el (gnus-summary-save-article): Bind
14022         gnus-prompt-before-saving to t when saving many articles in a file;
14023         always show all headers.
14025 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14027         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
14028         marks.
14030         * message.el (message-indent-citation): Add optional arguments to allow
14031         using it outside of message buffers.
14033         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
14034         (gnus-article-treat-unfold-headers): Use it.
14035         (gnus-article-truncate-lines): New variable.
14036         (gnus-article-mode): Use it.
14037         (gnus-article-toggle-truncate-lines): New function.
14039         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
14040         Add gnus-article-toggle-truncate-lines.
14042         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
14043         coding system in XEmacs, use binary.
14045 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14047         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
14048         after-load-alist.
14050         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
14051         this function should save decoded articles.
14052         (gnus-summary-write-to-file): Use property to specify this function
14053         should save decoded articles and specify gnus-summary-save-in-file
14054         should be used to save articles other than the first one when saving
14055         many articles.
14056         (gnus-summary-save-body-in-file): Use property to specify this
14057         function should save decoded articles.
14058         (gnus-summary-write-body-to-file): Use property to specify this
14059         function should save decoded articles and specify
14060         gnus-summary-save-body-in-file should be used to save articles other
14061         than the first one when saving many articles.
14063         * gnus-sum.el (gnus-summary-save-article): Simplify.
14065 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14067         * gnus-art.el (gnus-default-article-saver):
14068         Add gnus-summary-write-body-to-file.
14069         (gnus-article-save-coding-system): Don't use coding system object
14070         in XEmacs.
14071         (gnus-read-save-file-name): Add optional `dir-var' argument which
14072         specifies directory in which files are saved; work even if optional
14073         `variable' argument is not specified.
14074         (gnus-summary-write-to-file): Read file name.
14075         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
14076         (gnus-summary-write-body-to-file): New function.
14078         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
14079         (gnus-summary-local-variables): Add it.
14080         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
14081         (gnus-summary-save-article): Remove optional `decode' argument;
14082         determine whether to decode articles by the value of
14083         gnus-default-article-saver; when saving many files using
14084         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
14085         it first and use gnus-summary-save-in-file or
14086         gnus-summary-save-body-in-file thereafter unless
14087         gnus-prompt-before-saving is always; move point to article which
14088         will be saved.
14089         (gnus-summary-save-article-file): Revert.
14090         (gnus-summary-write-article-file): Revert.
14091         (gnus-summary-save-article-body-file): Revert.
14092         (gnus-summary-write-article-body-file): New function.
14094 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
14096         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
14098 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14100         * gnus-art.el (gnus-default-article-saver): Doc fix.
14101         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
14102         from gnus-summary-save-article-coding-system, and default to a
14103         certain coding system.
14104         (gnus-output-to-file): Add coding cookie and encode text according
14105         to gnus-article-save-coding-system; don't use mm-append-to-file.
14107         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
14108         gnus-art.el and rename to gnus-article-save-coding-system.
14109         (gnus-summary-save-article): Require gnus-art; don't show all
14110         headers if it decodes articles; don't add coding cookie here;
14111         don't bind mm-text-coding-system-for-write.
14112         (gnus-summary-save-article-file): Save decoded articles.
14113         (gnus-summary-write-article-file): When saving many files, use
14114         gnus-summary-write-to-file first and gnus-summary-save-in-file
14115         thereafter unless gnus-prompt-before-saving is always.
14116         (gnus-summary-save-article-body-file): Save decoded articles.
14118 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14120         * nnrss.el (nnrss-check-group): Bind hash-index.
14122 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
14124         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
14125         its hash index.  Store this hash in `nnrss-group-data'.
14126         (nnrss-read-group-data): Update accordingly.
14128 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14130         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
14131         entry.
14133         * gnus-sum.el (gnus-summary-make-menu-bar):
14134         Add gnus-article-browse-html-article.
14136 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
14138         * gnus-sum.el (gnus-summary-mime-map):
14139         Add gnus-article-browse-html-article.
14141 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
14143         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
14144         suitable coding systems in customize.
14146 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
14148         * mail-source.el (mail-sources): Fix custom type.
14150 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
14152         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
14153         (gnus-summary-expire-articles-now): Shorten prompt.
14155         * gmm-utils.el (wid-edit): Require.
14156         (defun-gmm): Rename from `gmm-defun-compat'.
14157         (gmm-image-search-load-path): Use it.
14158         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
14160 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14162         * gnus-sum.el (gnus-summary-save-article-coding-system):
14163         New variable.
14164         (gnus-summary-save-article): Add optional `decode' argument.
14165         If it is set and gnus-summary-save-article-coding-system is non-nil,
14166         save decoded article.
14167         (gnus-summary-write-article-file): Save decoded article if
14168         gnus-summary-save-article-coding-system is non-nil.
14170         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
14171         type.
14173 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14175         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
14177 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14179         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
14180         first to test gnus-single-article-buffer which may be buffer-local.
14182         * gnus-sum.el (gnus-summary-setup-buffer):
14183         Make gnus-single-article-buffer buffer-local and nil in ephemeral
14184         group; make gnus-article-buffer, gnus-article-current, and
14185         gnus-original-article-buffer always buffer-local.
14186         (gnus-summary-exit): Kill article buffer belonging to ephemeral
14187         group.
14188         (gnus-handle-ephemeral-exit): Don't move to next summary line.
14190 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14192         * nnml.el (nnml-request-compact-group): Compressed files might not
14193         have .gz extension.
14195 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14197         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
14198         (mm-copy-to-buffer): Use with-current-buffer.
14199         (mm-display-part): Simplify.
14200         (mm-inlinable-p): Add optional arg `type'.
14202 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
14205         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
14206         Try harder to show the attachment internally or externally using
14207         gnus-mime-view-part-as-type.
14209 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14211         * message.el (message-from-style, message-signature-separator)
14212         (message-user-organization-file, message-send-mail-function)
14213         (message-citation-line-function, message-yank-prefix)
14214         (message-indent-citation-function, message-signature)
14215         (message-signature-file, message-signature-insert-empty-line):
14216         Remove autoloads.
14218         * gnus-art.el (gnus-buttonized-mime-types):
14219         Remove "multipart/signed".  Revert 2006-04-26 change.
14221 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14223         * gnus.el (gnus-version-number): Bump version.
14225 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14227         * gnus.el: No Gnus v0.5 is released.
14229 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14231         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
14232         fetching articles by message-id.
14234 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14236         * message.el (hashcash): Require hashcash as normal.
14238         * ecomplete.el (ecomplete-highlight-match-line):
14239         Use point-at-eol.
14240         (ecomplete-highlight-match-line): Use `highlight', because that
14241         face exists in both Emacs and XEmacs.
14243         * message.el (message-display-abbrev): Use point-at-bol.
14245         * mail-source.el: Don't require timer/timer-funcs.
14247         * gnus-async.el: Ditto.
14249         * password.el: Ditto.
14251         * mm-url.el: Ditto.
14253         * mm-util.el: Require timer/timer-funcs.
14255 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14257         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
14258         Close.
14260 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
14263         unibyte after clear-decrypt function runs.
14265         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
14266         returns as a unibyte string.
14268 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14270         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
14271         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
14272         (mml1991-pgg-encrypt): Ditto.
14274 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
14276         * message.el (message-user-organization-file): Check several
14277         locations of the organization file.
14279         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
14280         Add gnus-article-view-part-as-type.
14282         * gnus-art.el (gnus-article-view-part-as-type): New function.
14284         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
14285         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
14287         * mml.el: Simplify autoload.
14288         (mml-mode): defvar dnd-protocol-alist instead of using
14289         symbol-value.
14290         (mml-default-directory): New variable.
14291         (mml-minibuffer-read-file): Use it.
14292         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
14294         * message.el (message-citation-line-format): New variable.
14295         (message-insert-formated-citation-line): New function.
14296         (message-citation-line-function):
14297         Add `message-insert-formated-citation-line' to custom type.
14299         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
14300         to doc string.
14302         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
14303         depending on mm-verify-option.
14305 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14307         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
14308         binding pgg-* variables; reimplement the section which prevents
14309         MIME header from being signed.
14310         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
14311         pgg-text-mode; remove a blank line at the top of body.
14313         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
14314         lines at the top of body; use gnus-newsgroup-charset if there's no
14315         Charset header.
14317 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14319         * message.el (message-self-insert-commands): Doc fix.
14321         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
14322         (mm-uu-pgp-encrypted-test): Ditto.
14323         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
14324         between header and body; return application/pgp-encrypted handle
14325         if decryption failed; decode decrypted body by charset.
14327         * mm-decode.el (mm-automatic-display): Don't make application/pgp
14328         element match to application/pgp-*.
14330 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14332         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
14333         HTML.
14335 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14337         * mail-source.el (mail-source-call-script): Message the error
14338         string.
14340 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14342         * gnus-util.el (gnus-byte-compile): Use it.
14344 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
14346         * gnus-util.el (kill-empty-logs): New function.
14348 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14350         * message.el (message-mail-alias-type): Doc fix.
14351         (message-mail-alias-type-p): New function.
14352         (message-send): Use it.
14353         (message-mode): Ditto.
14354         (message-strip-forbidden-properties): Ditto.
14356         * ecomplete.el (ecomplete-database-file-coding-system):
14357         New variable.
14358         (ecomplete-save): Use it.
14359         (ecomplete-setup): Use it.
14361 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14363         * message.el (message-self-insert-commands): New variable.
14364         (message-strip-forbidden-properties): Use it.
14366 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14368         * message.el (message-put-addresses-in-ecomplete): Use a regexp
14369         that doesn't make XEmacs choke.
14371 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
14373         * gnus-util.el (gnus-replace-in-string):
14374         Prefer replace-regexp-in-string over of replace-in-string.
14376 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * gnus-util.el (gnus-select-frame-set-input-focus):
14379         Use select-frame-set-input-focus if it is available in XEmacs; use
14380         definition defined in Emacs 22 for old Emacsen.
14382 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14384         * mm-view.el (mm-inline-text): Use equal instead of equalp.
14386 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
14388         * gnus-registry.el (gnus-registry-cache-save): Remove text
14389         properties when saving via the temp buffer.
14391 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14393         * message.el (message-generate-hashcash): Honor custom type.
14395 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14397         * message.el (message-generate-hashcash): Default to non-nil when
14398         hashcash is found.
14400         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
14401         (gnus-refer-thread-limit): Increase default to 500.
14403         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
14405         * flow-fill.el (fill-flowed): Allow delete-space.
14407 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14409         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
14410         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
14411         Remove autoloads.
14413 2006-04-18  Simon Josefsson  <jas@extundo.com>
14415         * message.el (message-generate-hashcash): Default to.
14417 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14419         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14420         concatenating segments rather than before concatenating them.
14422 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14424         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
14426         * imap.el (imap-quote-specials): New function.
14427         (imap-login-auth): Quote specials.
14429 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
14433         * message.el (message-forward-make-body-plain):
14434         Allow message-forward-ignored-headers to be a list.
14435         (message-remove-ignored-headers): Factor out into function.
14436         (message-forward-make-body-mml): Use it.
14437         * rfc2231.el (rfc2231-parse-string): Remove dead code.
14438         (rfc2231-parse-string): Allow concatanation of parameters that
14439         aren't contiguous.  The test case is
14440           (mail-header-parse-content-type "message/external-body;
14441             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
14442             access-type=LOCAL-FILE;
14443             name*1*=plugh%2fhello-sailor%2fbing.pdf")
14445 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
14447         * nntp.el (nntp-accept-process-output): Return the value of
14448         `nnheader-accept-process-output'.
14450 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14452         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
14453         (gnus-button-alist): Recognize more diff formats.
14454         (gnus-button-patch): Strip directory.
14456 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
14458         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
14459         Emacs 22 when setting focus.
14461 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14463         * gnus-art.el (gnus-article-treat-types): Do treatment of
14464         text/x-verbatim parts.
14465         (gnus-button-patch): New command.
14467         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
14468         addresses that contain invalid characters.
14470 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14472         * message.el (message-put-addresses-in-ecomplete):
14473         Use gnus-replace-in-string.
14474         (message-is-yours-p): Use the more correct
14475         mail-header-parse-address instead of
14476         mail-extract-address-components.
14477         (message-put-addresses-in-ecomplete): Fix typo.
14479         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
14480         keystroke.
14482         * gnus-art.el (gnus-treatment-function-alist): Change order of
14483         newsgroups/generic header folding to avoid double-folding.
14485         * message.el (message-hidden-headers): Add X-Draft-From.
14487         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
14488         New command.
14489         (gnus-summary-repeat-search-article-backward): New command.
14491         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
14492         groups in the parent topic.
14494 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
14496         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
14497         (spam-extra-header-to-number): Return the CRM114 number as a
14498         number instead of a string.
14500 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14502         * gnus-art.el (gnus-face-properties-alist): Move here from
14503         gnus-fun.
14505         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
14507 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14509         * message.el (message-strip-forbidden-properties): Only display on
14510         self-insert-command.
14512         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
14513         reindent.
14514         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
14516 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
14518         * smiley.el (smiley-style): Fix typo.
14520 2006-03-23  Kenichi Handa  <handa@m17n.org>
14522         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
14523         instead of set-buffer-multibyte.
14525 2006-03-23  Kenichi Handa  <handa@m17n.org>
14527         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14528         buffer and then decode the buffer text if necessary.
14529         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14530         first, and after mm-encode-body, change the buffer to unibyte.
14532 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14534         * hashcash.el (hashcash-insert-payment-async-2):
14535         Use message-goto-eoh instead of doing it manually.
14536         (mail-add-payment): Use message-narrow-to-header instead of trying
14537         to do the same itself.
14539         * message.el (message-hidden-headers): Add Face.
14541         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
14542         reparenting code.
14543         (gnus-summary-reparent-children): Refactored out code.
14544         (gnus-summary-thread-map): New keystroke.
14545         (gnus-summary-reparent-children): Make into command.
14547         * smiley.el (smiley-style): Default to `medium' if using a large
14548         font.
14550         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
14551         does it itself.
14553         * message.el (message-point-in-header-p): Simplify definition.
14555 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14557         * nnagent.el (nnagent-request-set-mark): Silence log file
14558         writing.
14559         (nnagent-request-set-mark): Use write-region instead of
14560         append-to-file.
14562         * gnus-sum.el (gnus-read-header): Fudge article number if using a
14563         strange select method.
14565         * ecomplete.el (ecomplete-display-matches): Get highlightling
14566         right.
14567         (ecomplete-display-matches): Use literals.
14568         (ecomplete-display-matches): Disable message logging.
14570         * message.el (message-display-abbrev): Small optimization.
14572         * ecomplete.el (ecomplete-display-matches): Allow automatic
14573         display.
14575         * message.el (message-strip-forbidden-properties):
14576         Display abbrevs.
14577         (message-display-abbrev): Get automatic display right.
14579         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
14580         keystrokes.
14582 2006-04-13  Romain Francoise  <romain@orebokech.com>
14584         TODO: Backport to v5-10!
14586         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
14587         Move here (and rename) from gnus-registry.el.
14589         * gnus-registry.el: Require gnus-util.
14590         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
14592 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14594         * gnus-group.el (gnus-group-catchup-current):
14595         Change if-then-else-if-then-else into cond.
14596         (gnus-group-catchup): Indent.
14597         (group-name-at-point): New function.
14598         (gnus-fetch-group): Provide default from thing at point.
14600 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14602         * message.el (message-display-abbrev): Fix regexp.
14604         * ecomplete.el (ecomplete-highlight-match-line):
14605         Reimplement choosing.
14606         (ecomplete-highlight-match-line): Fix up code rewrite, remove
14607         dead variables.
14609         * message.el (message-newline-and-indent): Remove debugging.
14610         (message-display-abbrev): Use new implementation.
14612 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
14614         * gnus-art.el (gnus-article-mode):
14615         Set cursor-in-non-selected-windows to nil.
14617         * smiley.el: Revert previous change.
14618         (smiley-data-directory): defvar it before using it in the
14619         defcustom of `smiley-style'.
14621 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14623         * message.el (message-newline-and-indent): New function.
14625         * ecomplete.el: Implement more bits.
14627         * message.el (message-put-addresses-in-ecomplete): Clean up the
14628         string.
14630         * ecomplete.el (ecomplete-add-item): Chop off decimals.
14632         * gnus-sum.el (gnus-summary-save-parts):
14633         Bind gnus-summary-save-parts-counter and use it to make unique file
14634         names.
14636         * gnus-art.el (gnus-ignored-headers): Add some more headers.
14638         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
14639         parameter to say whether to actually parse the individual
14640         addresses.
14642         * message.el (message-put-addresses-in-ecomplete): New function.
14643         (ecomplete): Require.
14644         (message-mail-alias-type): Add ecomplete as an option.
14646 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
14648         * flow-fill.el (fill-flowed): Remove trailing space from blank
14649         quoted lines.
14651 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14653         * smiley.el (smiley-style): Move definition later to avoid a
14654         compilation warning.
14656 2006-04-12  Kenichi Handa  <handa@m17n.org>
14658         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
14659         buffer and then decode the buffer text if necessary.
14660         (rfc2231-encode-string): Be sure to work on multibyte buffer at
14661         first, and after mm-encode-body, change the buffer to unibyte.
14662         Use mm-disable-multibyte instead of set-buffer-multibyte.
14664 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14666         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
14667         Content-Type header instead of Content-Disposition header.
14668         (gnus-mime-inline-part): Ditto.
14669         (gnus-mime-view-part-as-charset): Ignore charset that the part
14670         specifies.
14672         * mm-decode.el (mm-display-part): Work with external parts and
14673         usual parts similarly.
14675         * mm-extern.el (mm-inline-external-body): Use mm-display-part
14676         instead of gnus-display-mime.
14678         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
14679         instead of with-temp-buffer.
14681         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
14682         tag to summarized topics part in order to encode non-ASCII text.
14684 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14686         * smiley.el (smiley-style): New variable.
14687         (smiley-directory): New function.
14688         (smiley-data-directory): Derive from `smiley-style' using
14689         `smiley-directory'.
14690         (smiley-regexp-alist): Add new entries.
14692         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
14693         (gnus-article-browse-delete-temp): Add :version.
14695 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
14697         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
14698         the sieve region.
14700 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14702         * gnus.el (gnus-version-number): Bump version.
14704 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
14706         * gnus.el: No Gnus v0.4 is released.
14708 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14710         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
14711         layout.
14713         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
14714         unknown charset.
14716         * message.el (message-header-synonyms): Add Original-To to the
14717         default.
14719         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
14720         optional parameter.
14722 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
14724         * gnus-fun.el (gnus): Require it for gnus-directory.
14726 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14728         * gnus-fun.el (gnus-face-properties-alist): Add :version.
14730 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14732         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
14734 2006-04-05  Simon Josefsson  <jas@extundo.com>
14736         * password.el (password-reset): New function.
14738 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
14740         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
14741         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
14743 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14745         * nnweb.el (nnweb-google-create-mapping): Update regexp.
14746         Some whitespace was matched into the url, which broke browsing hits
14747         > 100 when mm-url-use-external was nil.
14749 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14751         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14752         Check gnus-extra-headers for 'Newsgroups.
14754         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
14755         bound.
14757 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
14759         * pgg-gpg.el: Clean up process buffers every time gpg processes
14760         complete.
14762 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
14764         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14765         doc string.
14767 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
14769         * pgg-gpg.el (pgg-gpg-process-filter)
14770         (pgg-gpg-wait-for-completion): Check if buffer is alive.
14772         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
14773         lines, temporary fix.
14775 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14777         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
14779 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
14781         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
14782         default-enable-multibyte-characters.  This reverts the change from
14783         revision 6.17 which is no longer necessary because the passphrase
14784         is sent separately now.  GnuPG messages are unreadable under
14785         multibyte locales with default-enable-multibyte-characters set to
14786         nil.
14788 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
14790         * message.el (message-tool-bar-gnome): Move "spell".
14792 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
14794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
14795         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
14796         instead.
14798 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
14800         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
14801         Improve newsgroups handling for NNTP overviews which don't include
14802         Newsgroups.
14804 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14806         * message.el (message-resend): Bind message-generate-hashcash to nil.
14808 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14810         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
14811         when searching for already-paid recipients.
14813 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
14815         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
14816         passphrases when it is not needed.
14817         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
14818         passphrase stuff from gpg, should only be necessary when you use
14819         gpg with a smartcard.
14821 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14823         * mml.el (mml-insert-mime): Ignore cached contents of
14824         message/external-body part.
14826         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
14827         (mm-insert-part): Ditto.
14829 2006-03-23  Simon Josefsson  <jas@extundo.com>
14831         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
14832         Reiner.
14833         (pgg-gpg-use-agent-p): Use it again.
14835 2006-03-23  Simon Josefsson  <jas@extundo.com>
14837         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
14838         older emacsen.
14839         (pgg-gpg-use-agent-p): Don't use it.
14841 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
14843         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
14844         if we can.
14846 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
14848         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
14849         (pgg-gpg-update-agent): New function.
14850         (pgg-gpg-use-agent-p): New function.
14851         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
14852         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14853         (pgg-gpg-sign-region): Use it.
14855 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14857         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
14858         Reported by Ralf Wachinger <rwachinger@gmx.de>.
14860 2006-03-21  Simon Josefsson  <jas@extundo.com>
14862         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
14863         <wilde@sha-bang.de>.
14864         (pgg-gpg-use-agent): New variable.
14865         (pgg-gpg-process-region): Use it.
14866         (pgg-gpg-encrypt-region): Likewise.
14867         (pgg-gpg-encrypt-symmetric-region): Likewise.
14868         (pgg-gpg-decrypt-region): Likewise.
14869         (pgg-gpg-sign-region): Likewise.
14870         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
14872 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14874         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
14876         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
14877         Add comment on version.
14879 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
14881         * smiley.el: Add missing test smiley.
14883 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14885         * mm-decode.el (mm-with-part): New macro.
14886         (mm-get-part): Use it; work with message/external-body as well.
14887         (mm-save-part): Treat name and filename equally.
14889         * mm-extern.el (mm-extern-cache-contents): New function.
14890         (mm-inline-external-body): Use it; force the part to be displayed;
14891         move undisplayer added to the cached handle to the parent.
14893         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
14894         (gnus-mime-view-part-as-type): Work with message/external-body.
14896         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
14898 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14900         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
14901         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
14902         Emacs.]
14904 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14906         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
14907         path rather than symbol.  Always return list of directories.
14908         Guarantee that image directory comes first.  [Sync with image.el,
14909         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
14911         * message.el (message-make-tool-bar): Adjust to new API of
14912         `gmm-image-load-path-for-library'.
14914         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14916         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14918 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14920         * gnus-art.el (gnus-article-only-boring-p):
14921         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
14922         intangible text.
14923         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
14925 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
14927         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
14928         Use `defun' instead of `gmm-defun-compat'.
14930 2006-03-14  Simon Josefsson  <jas@extundo.com>
14932         * message.el (message-unique-id): Don't use message-number-base36
14933         if (user-uid) is a float.
14934         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
14936 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14938         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
14940         * gnus-art.el (gnus-mime-display-single): Make sure there is an
14941         empty line between a part and a message part.
14943 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
14945         * smiley.el: Add more test smileys.
14946         (smiley-data-directory, smiley-regexp-alist)
14947         (gnus-smiley-file-types): Fix doc strings.
14948         (smiley-update-cache): Clear smiley-cached-regexp-alist before
14949         adding new elements.
14950         (smiley-mouse-map): Unused code.  Make it a comment.
14952 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14954         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
14955         scan latest NoCeM messages instead of old ones.
14956         (gnus-nocem-check-article): Fix regexps so as to match to PGP
14957         delimiters that are recently used.
14958         (gnus-nocem-load-cache): Add autoload cookie.
14960         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
14962         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
14963         level which is larger than gnus-use-nocem is specified.
14965         * gnus-group.el (gnus-group-get-new-news): Ditto.
14967 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
14969         * gnus-util.el (gnus-tool-bar-update): New function.
14971         * gnus-group.el (gnus-group-update-tool-bar): New variable.
14972         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
14974         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
14976         * gnus-group.el (gnus-group-redraw-when-idle)
14977         (gnus-group-redraw-check): Remove.
14978         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
14980 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14982         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
14983         if optional last element is specified in splits (FIELD VALUE...).
14985 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
14987         * message.el (message-make-tool-bar): Rename gmm-image-load-path
14988         to gmm-image-load-path-for-library.  Call with no-error argument.
14989         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
14991         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
14993         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
14995         * gmm-utils.el (gmm-image-load-path): Remove alias.
14997 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
14999         * gmm-utils.el (gmm-image-load-path): Add alias.
15001         * nnml.el (nnml-generate-nov-databases-directory): Rename from
15002         nnml-generate-nov-databases-1.
15003         (nnml-generate-nov-databases): Use it.
15004         (nnml-generate-nov-databases-directory): Document no-active
15005         argument.
15007         * gmm-utils.el (gmm-image-load-path-for-library): Return single
15008         directory if path is t.  Add no-error.
15010         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
15011         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
15013         * gnus-art.el (gnus-article-browse-delete-temp-files):
15014         Simplify resetting gnus-article-browse-html-temp-list.
15016         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
15017         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
15018         Add example to docstring.  Rename local variables.  Move error
15019         checks to default case in cond and simplify.
15021 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15023         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
15024         handle is multipart when calling it recursively.
15025         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
15027 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
15029         * nnimap.el (nnimap-request-update-info-internal): Optimize.
15030         Don't `gnus-uncompress-range' to avoid excessive memory usage.
15032 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15034         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
15035         is loaded.
15037         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
15038         loaded.
15040 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15042         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
15043         to "Emacs 23 (unicode)" in doc string.
15045         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
15046         "Emacs 23 (unicode)" in comment.
15048 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15050         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
15052         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
15053         characters 160 through 255 in Emacs 23.
15055 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15057         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
15058         gnus-article-browse-html-temp.
15059         (gnus-article-browse-delete-temp): Make it customizable.
15060         Add `file'.  Adjust doc string.
15061         (gnus-article-browse-delete-temp-files): Add argument.
15062         Allow query for each file.  Adjust doc string.
15063         (gnus-article-browse-html-parts):
15064         Add `gnus-article-browse-delete-temp-files' to
15065         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
15067 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
15069         * gnus-art.el (gnus-article-browse-html-temp)
15070         (gnus-article-browse-delete-temp): New variables.
15071         (gnus-article-browse-delete-temp-files): New function.
15072         (gnus-article-browse-html-parts): Use it.
15074 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
15076         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
15078         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
15079         string.
15081         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
15082         gnus-summary-insert-new-articles when unplugged.
15083         Remove gnus-summary-search-article-forward.
15085         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
15086         display-visual-class instead of display-color-cells.
15088 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15090         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
15091         message/* containing non-ASCII text properly.
15093 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
15095         * message.el: Require gmm-utils, remove autoloads.
15096         (message-tool-bar): Set default based on
15097         gmm-tool-bar-style.
15098         (message-tool-bar-gnome): Add gmm-customize-mode.
15100         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
15101         gmm-tool-bar-style.
15102         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
15104         * gnus-group.el (gnus-group-tool-bar): Set default based on
15105         gmm-tool-bar-style.
15106         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
15108         * gmm-utils.el (gmm-image-directory): Rename variable from
15109         gmm-image-load-path.
15110         (gmm-image-load-path): Use gmm-image-directory.
15111         (gmm-customize-mode): New function.
15112         (gmm-tool-bar-style): New variable.
15114         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
15115         gnus-group-redraw-line-number.
15116         (gnus-group-redraw-check): Simplify.
15117         (gnus-group-tool-bar-update): Remove redraw check.
15118         (gnus-group-make-tool-bar): Add redraw check.
15120 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
15122         * gnus-art.el (gnus-button): Add missing parentheses.
15124 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15126         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
15128 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15130         * gnus-art.el (gnus-button): New face.
15131         (gnus-article-button-face): Use it.
15133         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15134         Add gnus-summary-next-page.  Re-order.
15136         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
15137         next-node are now included.
15138         (gnus-group-redraw-line-number): New internal variable.
15139         (gnus-group-redraw-check): Helper function for updating the tool
15140         bar.
15141         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
15143         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
15145         * spam.el (spam-spamassassin-score-regexp): New internal variable.
15146         (spam-extra-header-to-number, spam-check-spamassassin-headers):
15147         Use it to match format of Spamassassin 3.0 and later.
15148         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
15149         (spam-check-bogofilter)
15150         (spam-bogofilter-register-with-bogofilter): Fix args of
15151         `gnus-error' calls.
15153 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
15155         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
15156         unnecessary interaction when sending queued mails.
15157         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
15159 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
15161         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
15162         first or last are nil.
15164 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15166         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
15168 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15170         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
15172 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15174         * dns.el (query-dns): Protect more against buggy tcp output.
15176 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15178         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
15179         nov.php.
15181 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15183         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
15184         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
15185         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
15186         output on the server side.
15187         (nnweb-google-create-mapping): Update regexps and add some
15188         progress indication.
15190 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
15192         * gnus-group.el (gnus-group-tool-bar-gnome):
15193         Fix gnus-agent-toggle-plugged.  Re-order icons.
15194         (gnus-group-tool-bar-gnome):
15195         Add gnus-group-{prev,next}-unread-group.
15196         (gnus-group-tool-bar-gnome): Re-order icons.
15198         * gnus-sum.el (gnus-summary-tool-bar-gnome):
15199         Move gnus-summary-insert-new-articles.
15201         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
15202         Fix comments.
15204         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
15205         also available in Emacs 21.3.
15207         * message.el (message-fix-before-sending): Change "Emacs 22" to
15208         "Emacs 23 (unicode)" in comment.
15210         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
15211         "Emacs 23 (unicode)" in comment.
15213         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
15214         comment.
15215         (mm-coding-system-p): Add comment about no-MULE XEmacs.
15217         * mm-view.el (mm-fill-flowed): Add :version.
15219 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15221         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
15222         and load-path.
15224 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
15226         * message.el: Autoload gmm-image-load-path.
15227         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
15228         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
15229         consitency.
15231         * gmm-utils.el (gmm-image-load-path): Also search in
15232         "../etc/images".  Don't set gmm-image-load-path if we don't find
15233         the image.
15235 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * gmm-utils.el (gmm-image-load-path): Don't make
15238         `gmm-image-load-path' include subdirectories which the second arg
15239         `image' might specify.
15241         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
15242         subdirectory to icon file names.
15244         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
15246 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15248         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
15249         gmm-image-load-path calls.
15251         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15253         * message.el (message-make-tool-bar): Ditto.
15255         * mml.el (mml-preview): Add comment concerning tool bar icons.
15257         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
15258         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
15260         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
15261         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
15263         * message.el (message-tool-bar-gnome): Use new icon names.
15264         (message-make-tool-bar): Use `gmm-image-load-path'.
15266         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
15267         New functions from MH-E.
15268         (gmm-image-load-path): New variable from MH-E.
15269         (gmm-image-load-path): New function from MH-E.  Add arguments
15270         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
15271         *-image-load-path-called-flag.
15273 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
15275         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
15277 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
15279         * nnimap.el (nnimap-request-move-article): Change folder back to
15280         source group before deleting.
15282 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
15284         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
15286         * gnus-art.el (mm-url-insert-file-contents-external):
15287         Autoload mm-url.
15289         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
15291 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15293         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
15294         coding system which mm-charset-to-coding-system returns for a
15295         given charset is valid.
15297 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
15299         * html2text.el (html2text-remove-tag-list):
15300         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
15302 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
15304         * gnus-cus.el: Revert 2005-10-17 change.
15306 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15308         * gnus-art.el (article-strip-banner):
15309         Call article-really-strip-banner only when the regexp match is made.
15311 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15313         * gnus-art.el (article-strip-banner):
15314         Use gnus-extract-address-components instead of
15315         mail-header-parse-addresses to make it work with non-ASCII text;
15316         remove mail-encode-encoded-word-string.
15318         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
15319         values which are surrounded with \"...\"; make it never cause a
15320         Lisp error; give up parsing of parameters if it failed in
15321         extracting type.
15323 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
15325         * smime.el (smime-cert-by-ldap-1): Fix bug where
15326         `smime-ldap-search' returns results without userCertificates.
15328 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15330         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
15332 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15334         * spam.el (spam-check-spamassassin-headers): Adapt format for
15335         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
15336         <ari@mbf.ocn.ne.jp>.
15337         (spam-list-of-processors): Add spam-use-gmane.
15339 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15341         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
15342         make-temp-file; make it work with XEmacs as well.
15344         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
15345         mm-make-temp-file.
15347         * mm-decode.el (mm-display-external): Use the 3rd arg of
15348         mm-make-temp-file.
15349         (mm-create-image-xemacs): Ditto.
15351 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15353         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
15354         with message-narrow-to-headers.
15355         (gnus-draft-setup): Narrow to header to run message-fetch-field.
15356         (gnus-draft-check-draft-articles): New function.
15357         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
15359 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15361         * gnus-art.el (gnus-article-browse-html-parts):
15362         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
15363         Don't use suffix argument for mm-make-temp-file for Emacs 21
15364         compatibility.  Remove useless `format'.
15366 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15368         * nnweb.el (nnweb-google-wash-article): Update regexps.
15369         (nnweb-group-alist): Use defvoo instead of defvar.
15371 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15373         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
15374         re-loading nn* modules.
15376 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
15378         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
15379         for `tool-bar-mode' and don't check it's default-value.
15381         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
15383         * message.el (message-make-tool-bar): Ditto.
15385         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
15386         `substring'.  Shorten tmp-file name.
15388         * gnus.el: Remove bogus comment.
15390 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
15392         * gnus-art.el (gnus-article-browse-html-parts): New function.
15393         (gnus-article-browse-html-article): New function for viewing html
15394         articles with a browser.
15396 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
15398         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
15399         (mml2015-pgg-encrypt): Ditto.
15401         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
15402         (mml1991-pgg-encrypt): Ditto.
15404 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15406         * nnfolder.el (nnfolder-insert-newsgroup-line):
15407         Use message-make-date instead of current-time-string.
15409         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
15410         to gnus-decoded which mm-uu might set.
15412 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15414         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
15415         don't decode quoted parameters; remove misimported Emacs code.
15416         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15417         (rfc2231-decode-encoded-string): Don't use split-string which
15418         behaves differently according to Emacs version; use
15419         mm-decode-coding-region to convert charset to coding-system.
15420         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15421         (rfc2231-encode-string): Remove misimported Emacs code.
15423 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15425         * gnus-art.el (article-decode-charset): Don't use ignore-errors
15426         when calling mail-header-parse-content-type.
15427         (article-de-quoted-unreadable): Ditto.
15428         (article-de-base64-unreadable): Ditto.
15429         (article-wash-html): Ditto.
15431         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
15432         calling mail-header-parse-content-type and
15433         mail-header-parse-content-disposition.
15434         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
15435         mail-header-parse-content-type.
15437         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
15438         insert charset and format parameters; encode description after
15439         inserting it to buffer.
15440         (mml-insert-parameter): Fold lines properly even if a parameter is
15441         segmented into two or more lines; change the max column to 76.
15443         * rfc1843.el (rfc1843-decode-article-body): Don't use
15444         ignore-errors when calling mail-header-parse-content-type.
15446         * rfc2231.el (rfc2231-parse-string): Return at least type if
15447         possible; don't cause an error even if it fails in parsing of
15448         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15449         (rfc2231-encode-string): Don't break lines at the beginning, leave
15450         it to mml-insert-parameter.
15452         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
15453         calling mail-header-parse-content-type.
15455 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
15457         * spam-report.el (spam-report-gmane-use-article-number):
15458         Improve doc string.
15459         (spam-report-gmane-internal): Check if a suitable header was found
15460         in the article.
15462 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15464         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
15465         (rfc2231-encode-string): Make param*=value always begin with LWSP.
15467 2006-02-05  Romain Francoise  <romain@orebokech.com>
15469         Update copyright notices of all files in the gnus directory.
15471 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15473         * nnweb.el (nnweb-request-group): Avoid growing overview files.
15475 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15477         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
15478         segmented lines of parameter value to cope with Thunderbird 1.5
15479         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
15480         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15481         (rfc2231-encode-string): Don't make lines exceeding 76 column.
15483 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
15485         * mml.el (mml-generate-mime-1): Correct the order of inline signed
15486         parts.
15488 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15490         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
15491         there's only one active file for all servers.
15492         (nnweb-request-scan): Make sure nnweb-articles is initialized on
15493         solid groups.  Gnus might have used a FAST request to select the group.
15494         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
15495         and nnweb-search redundantly in the active file.
15496         (nnweb-request-list): Don't list bogus groups.  There can only be one.
15497         (nnweb-request-create-group): Don't use ARGS.
15498         (nnweb-possibly-change-server, nnweb-request-group): Remove some
15499         initializations.  Let nnoo do the work.
15501 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15503         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
15504         Say the part has been decoded.
15506         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
15508 2006-01-31  Kevin Ryde  <user42@zip.com.au>
15510         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
15511         mailcap-viewer-test-cache when there's no 'test clause, since that
15512         will invert the meaning of a "nil" test previously determined by
15513         mailcap-mailcap-entry-passes-test.
15515 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15517         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
15518         compiling.
15520         * gnus-sum.el: Ditto.
15522         * message.el: Don't bind tool-bar-map when compiling.
15524 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
15526         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
15528 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
15530         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
15531         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
15532         current Google Groups.
15534 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
15536         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
15537         and tool-bar-mode.
15539         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
15540         and tool-bar-mode.
15542         * message.el (message-tool-bar-update): Simplify.
15543         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
15545         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
15546         gnus-summary-buffer.
15547         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
15548         gnus-summary-reply.
15550         * gmm-utils.el (gmm): Add :version.
15552 2006-01-26  Steve Youngs  <steve@sxemacs.org>
15554         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
15555         Don't autoload.
15557 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15559         * gmm-utils.el (gmm-verbose): Add :group.
15561 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
15563         * message.el: Change some comments WRT tool-bars.
15565         * gnus-sum.el (gnus-summary-tool-bar)
15566         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
15567         (gnus-summary-tool-bar-zap-list): New variables.
15568         (gnus-summary-make-tool-bar): Complete rewrite using
15569         `gmm-tool-bar-from-list'.
15571         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
15572         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
15573         New variables.
15574         (gnus-group-make-tool-bar): Complete rewrite using
15575         `gmm-tool-bar-from-list'.
15576         (gnus-group-tool-bar-update): New function.
15578         * message.el (message-mode-field-menu): Add "Show hidden Headers".
15580 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15582         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
15583         is dissected into a single part of which the type is the same as
15584         the given one; decode charset.
15586 2006-01-21  Kevin Ryde  <user42@zip.com.au>
15588         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
15589         into alists as symbol not string, since that's what
15590         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
15591         look for.
15593 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
15595         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
15596         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
15598         * message.el (message-tool-bar-gnome): Use gmm-ignore.
15600 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15602         * gnus-art.el (gnus-mime-security-button-commands): New variable.
15603         (gnus-mime-security-button-menu): New definition.
15604         (gnus-mime-security-button-map): Use them.
15605         (gnus-mime-security-button-menu): New function.
15606         (gnus-insert-mime-security-button): Addition to help echo.
15607         (gnus-mime-security-run-function, gnus-mime-security-save-part)
15608         (gnus-mime-security-pipe-part): New functions.
15610         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
15611         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
15613         * mm-decode.el (mm-handle-set-disposition): Remove.
15614         (mm-handle-set-description): Remove.
15616 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15618         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
15619         (mm-w3m-standalone-supports-m17n-p): New function.
15620         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
15621         w3m usage.
15623         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
15624         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
15626 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
15628         * message.el (message-tool-bar-zap-list):
15629         Use gmm-tool-bar-zap-list as custom type.
15630         (message-tool-bar-update): New function.
15631         (message-tool-bar, message-tool-bar-gnome)
15632         (message-tool-bar-retro): Add message-tool-bar-update.
15633         (message-tool-bar-gnome): Add flyspell-buffer.
15635         * gnus-util.el (gnus-error): Describe `args'.
15637         * gmm-utils.el (gmm-error): Describe `args'.
15638         (gmm-tool-bar-zap-list): New widget.
15639         (gmm-tool-bar-from-list): Improve description of `zap-list'.
15641 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15643         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
15644         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
15645         the number of recursive calls.
15647         * mm-decode.el (mm-handle-set-disposition): New macro.
15648         (mm-handle-set-description): New macro.
15650 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15652         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
15653         encoding.
15655 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15657         * message.el (message-tool-bar-zap-list, message-tool-bar)
15658         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
15659         (message-tool-bar-local-item-from-menu): Remove.
15660         (message-tool-bar-map): Replace by `message-make-tool-bar'.
15661         (message-make-tool-bar): New function.
15662         (message-mode): Use `message-make-tool-bar'.
15664         * gmm-utils.el: New file.
15665         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
15666         (gmm-lazy): New widget copied from `nnmail.el'.
15667         (gmm-tool-bar-from-list): New function for creating customizable
15668         tool bars.
15669         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
15670         output.
15671         (gmm): Add :prefix to defgroup.
15673 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
15675         * gmm-utils.el (gmm-widget-p): New function.
15677 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
15679         * mml.el (mml-attach-file): Describe `description' in doc string.
15680         (mml-menu): Add Emacs MIME manual and PGG manual.
15682 2006-01-20  Richard M. Stallman  <rms@gnu.org>
15684         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
15686 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
15688         * nntp.el (nntp-end-of-line): Doc fix.
15690 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
15692         * imap.el (imap-open): Handle case where buffer is a buffer
15693         object.
15695 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15697         * gnus-delay.el (gnus-delay): Don't autoload.
15698         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
15699         to be re-loaded when customizing the `gnus-delay' group.
15701 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
15703         * message.el (message-insert-citation-line): Use newlines.
15705 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15707         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
15709         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
15711 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
15713         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
15715 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15717         * mm-decode.el (mm-inlined-types): Add application/pgp.
15718         (mm-automatic-display): Ditto.
15720         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
15721         part as text.
15723 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15725         * nnrss.el: Update copyright.
15726         (nnrss-opml-import): Query whether to subscribe to each entry.
15728         * gnus-art.el:
15729         * gnus-sum.el:
15730         * mm-uu.el:
15731         * mm-view.el: Update copyright.
15733 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
15735         * message.el (message-info): New function.
15736         (message-mode-menu): Add it.
15737         Update copyright.
15739         * ChangeLog: Fix and update copyright.
15741 2006-01-13  Romain Francoise  <romain@orebokech.com>
15743         * message.el (message-forward-subject-name-subject): Prefer the
15744         address to 'nowhere' if the sender has no name.
15745         Fix typo.  Update copyright year.
15747 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15749         * gnus-art.el (article-wash-html):
15750         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
15751         (gnus-article-wash-html-with-w3m-standalone): New function.
15753         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
15754         mm-inline-text-html-render-with-w3m-standalone.
15755         (mm-text-html-washer-alist): Map w3m-standalone to
15756         gnus-article-wash-html-with-w3m-standalone.
15757         (mm-inline-text-html-render-with-w3m-standalone): New function.
15759 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
15761         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
15762         Improve LaTeX.
15764 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15766         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
15767         (nnrss-request-article): Render text/plain parts as HTML.
15769         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
15770         the buffer.
15772 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
15774         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
15775         custom definition of `gnus-posting-styles'.
15777         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
15778         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
15780 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15782         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
15783         Use nntp for bug archive.
15785 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15787         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
15788         parts.
15789         (nnrss-normalize-date): New function converts ISO 8601 date into
15790         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15791         (nnrss-check-group): Use it.
15793 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
15797         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
15798         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
15799         (nnrss-insert-w3): Ditto.
15801 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15803         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
15804         the articles to be forwarded including the case where neither a
15805         number of articles nor a region is specified.
15807 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15809         * nnrss.el (nnrss-request-article): Fix last change; fill
15810         text/plain parts.
15812 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15814         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
15815         in text/plain part.
15816         (nnrss-check-group): Don't add excessive newline to dc:subject.
15818 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
15820         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
15821         article.
15823 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
15825         * nnml.el: Don't require gnus-bcklg.  Autoload it.
15826         (nnml-use-compressed-files, nnml-save-mail): Support other
15827         comression programs such as bzip2.
15829 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15831         * dns.el (query-dns): Make sure we check the buffer size before
15832         removing tcp headers.
15834 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15836         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
15837         remove MIME buttons associated with multipart/alternative parts.
15838         (gnus-mime-display-alternative): Tag buttons using `article-type'
15839         text property.
15841         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
15842         associated with multipart/alternative parts.
15844         * gnus-art.el (gnus-signature-separator): Fix custom type.
15846         * mm-decode.el (mm-inlined-types): Fix custom type.
15847         (mm-keep-viewer-alive-types): Ditto.
15848         (mm-automatic-display): Ditto.
15849         (mm-attachment-override-types): Ditto.
15850         (mm-inline-override-types): Ditto.
15851         (mm-automatic-external-display): Ditto.
15853 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
15855         * spam-report.el (spam-report-user-mail-address)
15856         (spam-report-user-agent): New variables.
15857         (spam-report-url-ping-plain): Use spam-report-user-agent.
15859 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
15861         * gnus-art.el (gnus-button-handle-custom): Do not just use
15862         `customize-apropos' for any "M-x customize-*" button but the
15863         function called for.  Accept both the function name and its
15864         argument in order to achieve this.
15865         (gnus-button-alist): Remove support for "custom:" URL's.
15866         Pass function name to `gnus-button-handle-custom' in case of "M-x
15867         customize-*" buttons.
15869 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15871         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
15872         multipart/alternative and add xref to mm-discouraged-alternatives
15873         in doc string.
15875         * mm-decode.el (mm-discouraged-alternatives): Add xref to
15876         gnus-buttonized-mime-types in doc string.
15878 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
15880         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
15881         Suggest image/.* in the doc string.
15883 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
15885         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
15886         message-marks (Debian bug #342521).
15888 2005-12-12  Simon Josefsson  <jas@extundo.com>
15890         * password.el (password-read-from-cache): Add.
15891         (password-read): Use it.
15893 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15895         * rfc2047.el (rfc2047-charset-to-coding-system):
15896         Recognize us-ascii as a MIME charset.
15898         * mm-bodies.el (mm-decode-content-transfer-encoding):
15899         Protect against the case where the 2nd arg TYPE is nil.
15901 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
15903         * pop3.el (pop3-stream-type): Fix custom version.
15905         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
15907 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15909         * mm-decode.el (mm-display-external): Add missing cdr.
15911 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15913         * mm-decode.el (mm-display-external): Use nametemplate (defined in
15914         RFC1524) if it is in mailcap or add a suffix according to
15915         mailcap-mime-extensions when generating a temp filename; postpone
15916         deleting a temp file for 2 seconds for some wrappers, shell
15917         scripts, and so on, which might exit right after having started a
15918         viewer command as a background job.
15920 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
15922         * nntp.el (nntp-marks-directory): Fix custom group.
15924         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
15925         steps when < 10.
15927         * gnus-start.el (gnus-no-server-1):
15928         Mention `gnus-level-default-subscribed' in doc string.
15930 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15932         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
15933         parens.
15935 2005-11-26  Dave Love  <fx@gnu.org>
15937         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
15938         (tls-program, tls-success): Provide openssl alternative.
15940         * starttls.el: Doc fixes.
15941         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
15942         SERVICE to PORT.
15944         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
15945         port null or service name.
15946         (starttls-negotiate): Autoload.
15948 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * message.el (message-kill-to-signature): Fix interactive spec.
15952 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15954         * pop3.el (pop3-open-server): Recognize a string as a service name.
15956 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
15958         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
15960 2005-11-23  Dave Love  <fx@gnu.org>
15962         Add pop3s, pop3/starttls.
15964         * pop3.el (pop3-authentication-scheme): Clarify doc.
15965         (open-tls-stream, starttls-open-stream): Autoload.
15966         (pop3-stream-type): New.
15967         (pop3-open-server): Use it.
15969         * mail-source.el (mail-sources): Fix some :types.  Add stream type
15970         for POP.
15971         (mail-source-keyword-map): Add :stream for POP.
15972         (mail-source-fetch-pop): Use pop3-stream-type.
15974 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15976         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
15977         of current-time-string.
15979 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
15981         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
15982         date header.
15984 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15986         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
15987         it can seriously impact performance as it bypasses the agent's
15988         local caches.
15990 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
15992         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
15993         must be explicitly online rather than "not explicitly offline" for
15994         its flags to be synchronized.
15996         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
15997         that gnus-uu-unmark-thread will function correctly.
15999         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
16000         1024K is instead displayed as 1M.
16002 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16004         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
16006 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
16008         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
16010 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
16012         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
16013         error message to display actual error condition.
16014         (gnus-agent-save-local): Avoid saving symbols that are bound to
16015         nil as they simply result in a warning message in
16016         gnus-agent-read-local.
16018 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16020         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
16021         rather than make-variable-buffer-local for file-precious-flag.
16023 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16025         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
16026         for duplicates which are removed.  The invalid sort check then
16027         triggers a rescan after the sort as sorting may have moved
16028         duplicate entries such that they can be cheaply detected.
16030 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16032         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
16034 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
16036         * gnus-agent.el (gnus-agent-article-alist-save-format):
16037         Change internal variable to a custom variable.  Change default value
16038         from compressed(2) to uncompressed(1).
16039         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
16040         support for uncompressed agentview files.  Taken together, reading
16041         the agentview file should now be 6-7 times faster.
16043 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
16045         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
16046         as a buffer-local variable.  This avoids creating truncated
16047         dribble files as a result of a hang up, eg.
16049 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
16051         * gnus-start.el (gnus-start-draft-setup):
16052         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
16054         * gnus.el (gnus-splash): Change custom group.
16055         (gnus-group-get-parameter, gnus-group-parameter-value):
16056         Describe allow-list argument.
16058         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
16059         string.
16061 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
16063         * gnus-art.el (gnus-default-article-saver): Add user-defined
16064         `function' to custom type.
16066 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16068         * imap.el (imap-open): Handle case where buffer is a buffer
16069         object.
16071 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
16073         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
16074         long lines.
16075         (gnus-cache-delete-group): Wrap doc strings.
16077         * gnus-agent.el (gnus-agent-rename-group)
16078         (gnus-agent-delete-group): Wrap doc strings.
16080 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16082         * gnus-start.el (gnus-1): Add "native" to
16083         gnus-predefined-server-alist.
16085         * gnus.el (gnus-method-to-server): Don't add "native" to the
16086         lists here, because that leads to problems when
16087         gnus-select-method is bound.
16089 2005-11-09  Simon Josefsson  <jas@extundo.com>
16091         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
16092         use (not sort-by-date) instead.
16094 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16096         * gnus-delay.el (gnus-delay-group): Don't autoload.
16097         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
16098         to be re-loaded when customizing the `gnus-delay' group.
16100 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
16102         * message.el: Revert last changes.
16103         (message-insert-citation-line): Use newlines.
16105 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
16107         * message.el (message-courtesy-message)
16108         (message-mark-insert-begin, message-mark-insert-end)
16109         (message-elide-ellipsis, message-cancel-message)
16110         (message-add-header, message-change-subject)
16111         (message-cross-post-followup-to-header)
16112         (message-cross-post-insert-note, message-reduce-to-to-cc)
16113         (message-widen-reply, message-delete-not-region)
16114         (message-kill-to-signature, message-insert-signature)
16115         (message-insert-importance-high, message-insert-importance-low)
16116         (message-insert-or-toggle-importance)
16117         (message-insert-disposition-notification-to)
16118         (message-indent-citation, message-yank-original)
16119         (message-cite-original-without-signature, message-cite-original)
16120         (message-insert-citation-line, message-position-on-field)
16121         (message-fix-before-sending, message-send-mail-partially)
16122         (message-send-mail, message-send-mail-with-sendmail)
16123         (message-send-mail-with-qmail, message-send-news)
16124         (message-check-news-header-syntax, message-generate-headers)
16125         (message-insert-courtesy-copy, message-fill-address)
16126         (message-fill-header, message-shorten-references)
16127         (message-setup-1, message-cancel-news)
16128         (message-forward-make-body-plain, message-forward-make-body-mime)
16129         (message-forward-make-body-mml, message-encode-message-body)
16130         (message-forward-make-body-digest-plain)
16131         (message-forward-make-body-digest-mime)
16132         (message-use-alternative-email-as-from): Insert `hard-newline'
16133         instead of ordinary newlines.
16135 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16137         * message.el (message-generate-headers): Downcase the argument
16138         given to message-check-element.
16140 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
16142         * nntp.el (nntp-authinfo-rejected): New error condition.
16143         (nntp-wait-for): Use new error condition to signal authentication
16144         error.
16145         (nntp-retrieve-data): Rethrow new error condition to break out of
16146         recursive call to nntp-send-authinfo.
16148 2005-11-08  Romain Francoise  <romain@orebokech.com>
16150         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
16151         (gnus-summary-exit-map): Bind to `Z p'.
16152         (gnus-summary-make-menu-bar): Add menu item.
16154 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
16156         * gnus-art.el (gnus-article-treat-custom): Add `first'.
16157         (gnus-treat-*): Add `first' in all doc strings.
16159         * gnus-group.el (gnus-group-compact-group): Fix typo.
16161 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16163         * gnus.el (gnus-parameters-case-fold-search): New variable.
16164         (gnus-parameters-get-parameter): Use it.
16166         * gnus-score.el (gnus-home-score-file): Doc fix.
16168 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
16170         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
16172 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
16174         * mm-util.el (mm-special-display-p): New function.
16176         * mml.el (mml-preview): Use it; doc fix.
16178 2005-10-29  Romain Francoise  <romain@orebokech.com>
16180         * message.el (message-fix-before-sending): Fix comment.
16182 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16184         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
16186 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
16188         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
16189         Used in gnus-score.el.
16191 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
16193         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
16195 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
16197         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
16198         whitespace removed in revision 7.8.  Use concatenated string to
16199         protect trailing whitespace.
16201 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
16203         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
16204         (nnimap-request-expire-articles): Use it to avoid sending 'UID
16205         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
16206         Courier IMAP ("some version from 2004").  Mostly based on similar
16207         code in the same function.
16209 2005-10-26  Didier Verna  <didier@xemacs.org>
16211         * gnus-group.el (gnus-group-compact-group): Invalidate original
16212         article buffer.
16213         * gnus-srvr.el (gnus-server-compact-server): Ditto.
16214         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
16215         NOV database and in article itself.
16216         Invalidate article backlog.
16218 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16220         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
16222 2005-10-26  Simon Josefsson  <jas@extundo.com>
16224         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
16225         part of 2004-07-25 change.
16227 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16229         * message.el (message-display-completion-list): New function.
16230         (message-expand-group): Use it; make sure the Completions buffer
16231         is modifiable.
16233 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
16235         * imap.el (imap-open): Handle case where buffer is a buffer object.
16237 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
16239         * pgg-def.el:
16240         * pgg-gpg.el:
16241         * pgg-parse.el:
16242         * pgg-pgp.el:
16243         * pgg-pgp5.el:
16244         * pgg.el: Move to the parent lisp directory.
16246 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
16248         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
16249         user-mail-name is an empty string.
16251 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16253         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
16254         depending on gnus-score-decay-constant.
16256         * encrypt.el (encrypt-insert-file-contents)
16257         (encrypt-write-file-contents): Don't use `gnus-message'.
16259         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
16260         arguments.
16261         (mm-uu-type-alist): Add message-marks and insert-marks.
16262         Pass arguments to mm-uu-verbatim-marks-extract.
16263         (mm-uu-hide-markers): New variable.
16264         (mm-uu-extract): Use face similar to `gnus-cite-3'.
16266         * gnus-fun.el (gnus-convert-image-to-x-face-command)
16267         (gnus-convert-image-to-face-command): Use "convert" by default to
16268         allow other input image formats.
16269         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
16270         accordingly.
16272 2005-10-23  Simon Josefsson  <jas@extundo.com>
16274         * imap.el (imap-gssapi-program): Align command line parameters
16275         with latest GNU SASL.
16276         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
16278 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16280         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
16281         HTML.
16282         (nnslashdot-request-article): Ditto.
16284 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
16286         * mail-source.el (mail-source-fetch-pop): Require pop3.
16287         (mail-source-check-pop): Ditto.
16289 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16291         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
16292         errors.
16294 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
16296         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
16297         (gnus-treat-strip-leading-blank-lines): Improve doc string.
16299         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
16301         * mm-bodies.el (mm-decode-string):
16302         Call `mm-charset-to-coding-system' with allow-override argument.
16304 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16306         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
16307         (rfc2047-charset-to-coding-system): New function.
16308         (rfc2047-decode-encoded-words): New function.
16309         (rfc2047-decode-region): Use them.
16310         (rfc2047-decode-cte): Remove.
16311         (rfc2047-parse-and-decode): Remove.
16312         (rfc2047-decode): Remove.
16314 2005-10-15  Kenichi Handa  <handa@m17n.org>
16316         * rfc2047.el (rfc2047-decode-cte): New function.
16317         (rfc2047-decode-region): Change the way to decode successive
16318         encoded-words: decode B- or Q-encoding in each encoded-word,
16319         concatenate them, and decode it as charset.
16321 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
16323         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
16324         widget-move-and-invoke.
16325         (gnus-custom-mode): Use gnus-custom-map.
16327 2005-10-15  Bill Wohler  <wohler@newt.com>
16329         * message.el (message-tool-bar-map): Rename image file from
16330         mail_send to mail/send.
16332 2005-10-16  Masatake YAMATO  <jet@gyve.org>
16334         * message.el (message-expand-group): Pass the common
16335         prefix substring of completion to `display-completion-list'.
16337 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
16339         * mml-sec.el (mml-secure-method): New internal variable.
16340         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
16341         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
16342         New functions using mml-secure-method.
16344         * mml.el (mml-mode-map): Add key bindings for those functions.
16345         (mml-menu): Simplify security menu entries.  Suggested by Jesper
16346         Harder <harder@myrealbox.com>.
16347         (mml-attach-file, mml-attach-buffer, mml-attach-external):
16348         Goto end of message if point is the headers of the message.
16350         * message.el (message-in-body-p): New function.
16352         * assistant.el: Autoload gnus-util and netrc.
16354         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
16355         Use `mm-charset-override-alist' only when decoding.
16357         * mm-bodies.el (mm-decode-body):
16358         Call `mm-charset-to-coding-system' with allow-override argument.
16360         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
16361         `filename' from Content-Disposition if Content-Type doesn't
16362         provide `name'.
16363         (gnus-mime-view-part-as-type): Set default instead of
16364         initial-input.
16366 2005-10-09  Daniel Brockman  <daniel@brockman.se>
16368         * format-spec.el (format-spec): Propagate text properties of % spec.
16370 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16372         * gnus-art.el (gnus-treat-predicate): Add `first'.
16374 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16376         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
16377         (mm-charset-override-alist): New variable.
16378         (mm-charset-to-coding-system): Use it.
16379         (mm-codepage-setup): New helper function.
16380         (mm-charset-eval-alist): New variable.
16381         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
16382         Warn about unknown charsets.
16384 2005-10-04  David Hansen  <david.hansen@gmx.net>
16386         * nnrss.el (nnrss-request-article): Add support for the comments tag.
16387         (nnrss-check-group): Ditto.
16389 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
16391         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
16392         Rename x-gnus-verbatim to x-verbatim.
16393         (mm-uu-type-alist): Fix regexp for verbatim-marks.
16395         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
16396         x-verbatim.
16398         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
16400         * gnus-util.el (gnus-remove-duplicates): Remove.
16402         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
16403         instead of gnus-remove-duplicates.
16405         * message.el (message-remove-duplicates): Remove.
16406         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
16407         message-remove-duplicates.
16409         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
16410         available, else use implementation from `delete-dups'.
16412         * message.el (message-insert-expires): New function.
16413         (message-mode-map): Add key binding.
16414         (message-mode-field-menu): Add menu entry.
16415         (message-mode): Document it.
16416         (message-make-expires-date): Use `message-make-date'.
16418 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
16420         * message.el (message-make-expires-date): New function.
16422 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16424         * time-date.el: Autoload parse-time-string, XEmacs needs it.
16426 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16428         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
16429         function rather than the diff-mode.el package.
16430         (mm-display-external): Use with-current-buffer.
16431         (mm-viewer-completion-map, mm-viewer-completion-map):
16432         Move initialization inside declaration.
16434 2005-09-29  Simon Josefsson  <jas@extundo.com>
16436         * spam.el: Load hashcash when compiling, to avoid warnings.
16437         Don't autoload mail-check-payment.
16438         (spam-check-hashcash): Define unconditionally, since hashcash.el
16439         is part of Gnus now.  Ignore errors from payment checking.
16441 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
16443         * message.el (message-bold-region, message-unbold-region):
16444         Rename from `bold-region' and `unbold-region'.
16446         * message.el: Remove useless autoloads.
16448 2005-09-28  Simon Josefsson  <jas@extundo.com>
16450         * message.el (message-use-idna): Default to t.
16451         (message-use-idna): Test whether encoding works too.  Doc fix.
16453 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16455         * nntp.el (nntp-warn-about-losing-connection): Remove.
16457 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
16459         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
16460         customizable.  Change default value.
16461         (mm-uu-diff-groups-regexp): Change default value.
16462         (mm-uu-type-alist): Add doc string.
16463         (mm-uu-configure): Add doc string.  Make it interactive.
16464         (mm-uu-tex-groups-regexp): New variable.
16465         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
16466         (mm-uu-type-alist): Add LaTeX documents.
16467         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
16468         of "text/verbatim".
16469         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
16471         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
16472         instead of "text/verbatim".
16474         * message.el (message-mark-inserted-region)
16475         (message-mark-insert-file): Use slrn style marks when called with
16476         prefix argument.
16478 2005-09-27  Simon Josefsson  <jas@extundo.com>
16480         * message.el (message-idna-to-ascii-rhs-1): Reformat.
16482 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
16484         * message.el (message-remove-duplicates): New function.
16485         Implementation borrowed from `gnus-remove-duplicates'.
16486         (message-idna-to-ascii-rhs): Also encode idna addresses in
16487         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16488         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
16489         only ask about the same idna domain once per header and also tell
16490         in what header to replace the idna domain.
16492         * gnus-art.el (article-decode-idna-rhs): Also decode idna
16493         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
16494         (article-decode-idna-rhs): Fix regexp so that all idna-address in
16495         a header is decoded and not just the last one.
16497 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16499         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
16500         has been decoded.
16502         * mm-decode.el (mm-automatic-display): Add text/verbatim.
16503         (mm-insert-part): Don't modify text if it has been decoded.
16505         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
16506         decoded.
16508         * mm-view.el (mm-inline-text): Don't strip text props unless
16509         decoding enriched or richtext parts.
16511 2005-09-25  Romain Francoise  <romain@orebokech.com>
16513         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
16514         * gnus-start.el (gnus-subscribe-interactively):
16515         * gnus-uu.el (gnus-uu-grab-articles):
16516         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
16517         space.
16519 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
16521         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
16522         * mm-view.el (mm-view-pkcs7-decrypt):
16523         * gnus-sum.el (gnus-summary-limit-to-extra)
16524         (gnus-summary-respool-article, gnus-read-move-group-name):
16525         * gnus-score.el (gnus-summary-increase-score):
16526         * gnus-util.el (gnus-completing-read-with-default):
16527         * gnus-art.el (gnus-read-save-file-name)
16528         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
16529         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
16530         * message.el (message-check-news-header-syntax):
16531         Follow convention for reading with the minibuffer.
16533 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
16535         * spam-report.el (spam-report-url-ping-plain):
16536         Use gnus-extended-version as User-Agent.
16538         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
16539         default value is nil.
16541         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
16542         (mm-uu-verbatim-marks-extract): New function.
16543         (mm-uu-extract): New face.
16544         (mm-uu-copy-to-buffer): Use it.
16546         * spam-report.el (spam-report-gmane-ham): Rename from
16547         `spam-report-gmane-unspam'.
16548         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
16549         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
16551         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
16552         Autoload.
16553         (spam-report-gmane-unregister-routine):
16554         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
16556 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
16558         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
16559         (spam-report-gmane-unregister-routine): Add support for gmane
16560         unregistration.
16562         * spam-report.el (spam-report-gmane-unspam)
16563         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
16564         (spam-report-gmane): Change to take a single article and do unspam
16565         registration.
16567 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16569         * mm-url.el (mm-url-decode-entities): Fix regexp.
16571 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16573         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
16574         default to nil, to be able to use Gnus at all.  If the default
16575         switches to something else, then the function should be fixed not
16576         be exceedingly slow.
16578 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
16580         * gnus-start.el (gnus-activate-group): If the server is nil, don't
16581         fail hard.
16583         * spam-report.el: Add better Keywords line.
16585         * spam.el: Add Maintainer and better Keywords line.
16587 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16589         * gnus-art.el (gnus-article-replace-part)
16590         (gnus-mime-replace-part): New functions.
16591         (gnus-mime-action-alist, gnus-mime-button-commands)
16592         (gnus-mime-save-part-and-strip): Add file argument.
16593         (gnus-article-part-wrapper): Add interactive argument.
16595         * gnus-sum.el (gnus-summary-mime-map):
16596         Add `gnus-article-replace-part'.
16598 2005-09-19  Didier Verna  <didier@xemacs.org>
16600         The nnml compaction feature:
16601         * nnml.el (nnml-request-compact-group): New function.
16602         * nnml.el (nnml-request-compact): New function.
16603         * gnus-int.el (gnus-request-compact-group): New function.
16604         * gnus-int.el (gnus-request-compact): New function.
16605         * gnus-group.el (gnus-group-compact-group): New function.
16606         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
16607         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
16608         * gnus-srvr.el (gnus-server-compact-server): New function.
16609         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
16610         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
16612 2005-09-18  Deepak Goel  <deego@gnufans.org>
16614         * sieve.el (sieve-help): Fix `message' call: first arg should be a
16615         format spec.
16617 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16619         * gnus.el (gnus-group-startup-message): Bind image-load-path.
16621 2005-09-15  Romain Francoise  <romain@orebokech.com>
16623         * message.el (message-fill-paragraph): Clarify docstring.
16625 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16627         * gnus-art.el (gnus-mime-display-part): Protect against broken
16628         MIME messages.
16630 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16632         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
16633         before parsing header.
16635 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
16637         * html2text.el (html2text-replace-list): Add new entities.
16639 2005-09-11  Romain Francoise  <romain@orebokech.com>
16641         * message.el (message-alternative-emails): Improve docstring.
16642         (message-setup-1): Call `message-use-alternative-email-as-from'
16643         after `message-setup-hook' to give it precedence over posting
16644         styles, etc.
16645         (message-use-alternative-email-as-from): Add docstring.
16646         Remove the original From header if present.
16648         * nnml.el (nnml-compressed-files-size-threshold): New variable.
16649         (nnml-save-mail): Use it.
16651         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
16652         articles.  Add new argument `silent'.
16653         (gnus-uu-mark-all): Report the total number of marked articles.
16655 2005-09-10  Romain Francoise  <romain@orebokech.com>
16657         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
16658         (gnus-uu-mark-series): Likewise.
16660 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
16662         * spam-report.el (spam-report-gmane): Fix generation of spam
16663         report URL.
16665 2005-09-10  Simon Josefsson  <jas@extundo.com>
16667         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
16668         t, based on discussion on the ding list with Robert Epprecht
16669         <epprecht@solnet.ch>.
16671 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
16673         * spam-report.el (spam-report-gmane): Make it work without
16674         X-Report-Spam header.  Gmane now only provides Archived-At.
16675         This is only used if `spam-report-gmane-use-article-number' is nil.
16676         (spam-report-gmane-spam-header): Remove.  Not used anymore.
16678         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
16679         make `gnus-summary-sort-by-recipient' work with threading.
16681         * nnweb.el (nnweb-google-wash-article): Print a message if article
16682         is not available.
16684 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16686         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
16687         change.  Decode text/* parts content before displaying.
16689 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
16691         * mml-smime.el: Remove defvar of gnus-extract-address-components.
16693 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * mm-view.el (mm-display-inline-fontify): Disable support modes.
16697 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
16699         * message.el (message-tab-body-function): Fix mismatched custom type.
16701         * gnus.el (gnus-group-change-level-function): Ditto.
16703         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
16705         * gnus-art.el (gnus-signature-limit)
16706         (gnus-article-mime-part-function): Ditto.
16708 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16710         * mml.el (mml-mode): Silence the byte compiler.
16712         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
16713         using `(sit-for 0)' before moving the point to the specified part;
16714         skip unbuttonized parts.
16715         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
16716         return to the summary window if gnus-auto-select-part is non-nil.
16718 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
16720         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
16721         New variables.
16722         (mml-dnd-attach-file, mml-mode): Use them.
16724         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
16725         Make fetching article by MID work again for Google Groups.
16726         Add FIXME concerning gnus-group-make-web-group.
16728         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
16729         Don't depend on Gnus by using mail-extract-address-components if
16730         gnus-extract-address-components is not bound.
16732 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16734         * gnus-art.el (gnus-mime-display-security): Don't display the
16735         signature, but only the signed part.
16737 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16739         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
16741         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
16742         list, not listp.
16744 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
16746         * mm-encode.el (mm-encode-content-transfer-encoding):
16747         Likewise when encoding.
16749         * mm-bodies.el (mm-decode-content-transfer-encoding):
16750         De-canonicalize CRLF for all text content types, not just
16751         text/plain.
16753 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16755         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
16756         valid article; point arrow and cursor at the MIME button.
16758 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16760         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
16761         Suggested by Dan Christensen <jdc@uwo.ca>.
16763         * mm-decode.el (mm-save-part): Enable change of prompt.
16765 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
16767         * gnus-msg.el (gnus-inews-add-send-actions):
16768         Make `message-post-method' lambda parameter ARG `&optional'.
16770 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16772         * gnus-sum.el (gnus-summary-mime-map):
16773         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
16774         gnus-article-jump-to-part.
16776         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
16777         (gnus-article-edit-part): Use it.
16778         (gnus-article-part-wrapper): Add no-handle argument.
16779         (gnus-article-save-part-and-strip, gnus-article-delete-part):
16780         New functions.
16782 2005-08-29  Romain Francoise  <romain@orebokech.com>
16784         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16785         docstring.
16786         (gnus-face-from-file): Likewise.
16788 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
16790         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
16791         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
16792         non-nil.
16793         (gnus-auto-select-part): New variable.
16794         (gnus-article-jump-to-part): New function.
16795         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
16796         (gnus-mime-delete-part): Allow selecting specified part after
16797         deleting or stripping parts.
16798         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
16799         part if argument is bogus.
16801 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
16803         * gnus-art.el (w3m-minor-mode-map):
16804         * gnus-spec.el (gnus-newsrc-file-version):
16805         * gnus-util.el (nnmail-active-file-coding-system)
16806         (gnus-original-article-buffer, gnus-user-agent):
16807         * gnus.el (gnus-ham-process-destinations)
16808         (gnus-parameter-ham-marks-alist)
16809         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
16810         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
16811         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
16812         * mm-decode.el (gnus-current-window-configuration):
16813         * mm-extern.el (gnus-article-mime-handles):
16814         * mm-url.el (url-current-object, url-package-name)
16815         (url-package-version):
16816         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
16817         (smime-keys, w3m-cid-retrieve-function-alist)
16818         (w3m-current-buffer, w3m-display-inline-images)
16819         (w3m-minor-mode-map):
16820         * mml-smime.el (gnus-extract-address-components):
16821         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
16822         (gnus-newsrc-hashtb, message-default-charset)
16823         (message-deletable-headers, message-options)
16824         (message-posting-charset, message-required-mail-headers)
16825         (message-required-news-headers):
16826         * mml1991.el (mc-pgp-always-sign):
16827         * mml2015.el (mc-pgp-always-sign):
16828         * nnheader.el (nnmail-extra-headers):
16829         * rfc1843.el (gnus-decode-encoded-word-function)
16830         (gnus-decode-header-function, gnus-newsgroup-name):
16831         * spam-stat.el (gnus-original-article-buffer): Add defvars.
16833 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
16835         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
16836         the end of the date treatments.
16838 2005-08-15  Simon Josefsson  <jas@extundo.com>
16840         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
16841         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
16842         Capello and Romain Francoise.
16843         (pgg-fetch-key-function): Remove, not used?
16844         (pgg-insert-url-with-w3): Require url, to get
16845         url-insert-file-contents regardless of where it is defined.
16847 2005-08-13  Romain Francoise  <romain@orebokech.com>
16849         * message.el (message-cite-original-1): New function.
16850         (message-cite-original): Use it.
16851         (message-cite-original-without-signature): Ditto.
16853 2005-08-08  Romain Francoise  <romain@orebokech.com>
16855         * message.el (message-yank-empty-prefix): New variable.
16856         (message-indent-citation): Use it.
16857         (message-cite-original-without-signature): Respect X-No-Archive.
16859 2005-08-08  Simon Josefsson  <jas@extundo.com>
16861         * pgg.el: Autoload url-insert-file-contents instead of loading
16862         w3/url.
16863         (pgg-insert-url-with-w3): Don't load url here.
16865 2005-08-07  Jesper Harder  <harder@phys.au.dk>
16867         * message.el (message-kill-to-signature): Don't insert newline at
16868         bol.
16869         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
16871 2005-08-06  Romain Francoise  <romain@orebokech.com>
16873         * message.el (message-user-fqdn): Fix typo in docstring.
16875 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
16877         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
16879         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
16881 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * mm-bodies.el (mm-encode-body): Use coding system rather than
16884         charset to encode text.
16886         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
16887         number of charsets if utf-8 is available (XEmacs).
16889 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
16892         taken from `gnus-button-mid-or-mail-regexp'.
16893         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
16894         (gnus-button-alist): Improve regexp for domain part of the MIDs
16895         for news:localpart@domain buttons.
16896         (gnus-button-ctan-directory-regexp): Update.
16898 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16900         * sieve-manage.el (sieve-manage-interactive-login):
16901         Use make-local-variable rather than make-variable-buffer-local.
16902         (sieve-manage-open): Ditto.
16903         (sieve-manage-authenticate): Ditto.
16905         * mml.el (mml-generate-mime-1): Make the content type default to
16906         text/plain if the filename is not specified.
16908 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16910         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
16911         instead of insert-buffer.
16913         * message.el (message-yank-original): Ditto; set the mark at the
16914         end of the yanked message.
16916 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16918         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
16919         lines to scroll rather than to stop it.
16921         * mml.el (mml-generate-default-type): Add doc string.
16922         (mml-generate-mime-1): Use mm-default-file-encoding or make it
16923         default to application/octet-stream when determining the content
16924         type if it is not specified for the part or the mml contents; add
16925         a comment about mml-generate-default-type.
16927 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
16929         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
16930         make it default to application/octet-stream when determining the
16931         content type if it is not specified for the external contents.
16933 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16935         * rfc2231.el (rfc2231-parse-string): Take care that not only a
16936         segmented parameter but also other parameters might be there.
16938 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16940         * mm-decode.el (mm-display-external): Delete temp file, directory
16941         and buffer immediately if the external process is exited.
16943 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16945         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
16946         fewer lines than that of scroll-margin.
16947         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
16949 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16951         * gnus-art.el (gnus-article-next-page): Revert.
16952         (gnus-article-beginning-of-window): New macro.
16953         (gnus-article-next-page-1): Use it.
16954         (gnus-article-prev-page): Ditto.
16955         (gnus-article-edit-part): Use insert-buffer-substring instead of
16956         insert-buffer.
16957         (gnus-article-edit-exit): Ditto.
16959         * gnus-util.el (gnus-beginning-of-window): Remove.
16960         (gnus-end-of-window): Remove.
16962 2005-07-25  Simon Josefsson  <jas@extundo.com>
16964         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
16965         to have the url package without w3.  Reported by Daiki Ueno
16966         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
16968 2005-07-20  Didier Verna  <didier@xemacs.org>
16970         * gnus-diary.el: Remove the description comment (nndiary is now
16971         properly documented in the Gnus manual).
16972         Fix the spelling of "Back End".
16973         * nndiary.el: Ditto.
16974         Fix the copyright notice.
16976 2005-07-18  Romain Francoise  <romain@orebokech.com>
16978         * gnus-sum.el (gnus-summary-to-prefix)
16979         (gnus-summary-newsgroup-prefix): New variables.
16980         (gnus-summary-from-or-to-or-newsgroups): Use them.
16982 2005-07-17  Romain Francoise  <romain@orebokech.com>
16984         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
16985         space as it's generally not especially interesting to the user.
16987 2005-07-16  Romain Francoise  <romain@orebokech.com>
16989         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
16990         nil to avoid prompting and file modification if one of the
16991         messages at the top of the nnfolder file contains a copyright
16992         notice.
16993         Update copyright notice.
16995         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
16996         instead of `current-time-string' as the latter creates a time
16997         string that is not RFC 2822 compliant (it lacks the zone).
16998         Update copyright notice.
17000 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
17002         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
17003         for text/rtf.  Display default in prompt.  Pass default for M-n.
17005         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
17007 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17009         * gnus-msg.el (gnus-button-mailto):
17010         Remove save-selected-window-window hackery because it relies on
17011         save-selected-window internals.
17013 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17015         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
17016         (gnus-article-next-page-1): Use gnus-beginning-of-window.
17017         (gnus-article-prev-page): Ditto.
17019         * gnus-util.el (gnus-beginning-of-window): New function.
17020         (gnus-end-of-window): New function.
17022 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17024         * gnus-score.el (gnus-score-edit-all-score):
17025         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
17026         gnus-message.
17028 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17030         * gnus-msg.el (gnus-button-mailto):
17031         Remove save-selected-window-window hackery because it relies on
17032         save-selected-window internals.
17034 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17036         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
17037         add-minor-mode.
17038         (gnus-binary-mode): Ditto.
17040         * gnus-topic.el (gnus-topic-mode): Ditto.
17042 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
17044         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
17045         (gnus-article-prev-page): Take scroll-margin into consideration.
17047 2005-07-04  Lute Kamstra  <lute@gnu.org>
17049         Update FSF's address in GPL notices.
17051 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
17053         * gnus.el (gnus-exit):
17054         * gnus-group.el (gnus-group-icons):
17055         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
17057         * gnus-nocem.el (gnus-nocem):
17058         * message.el (message-various, message-buffers, message-sending)
17059         (message-interface, message-forwarding, message-insertion)
17060         (message-headers, message-news, message-mail):
17061         * pgg-gpg.el (pgg-gpg):
17062         * pgg-parse.el (pgg-parse):
17063         * pgg-pgp.el (pgg-pgp):
17064         * pgg-pgp5.el (pgg-pgp5):
17065         * pop3.el (pop3): Finish `defgroup' description with period.
17067 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17069         * gnus-art.el (article-display-face): Improve the efficiency.
17070         (article-display-x-face): Ditto; remove gray x-face stuff.
17072 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17074         * gnus-art.el (article-display-face): Correct the position in
17075         which Faces are inserted.
17077 2005-06-29  Didier Verna  <didier@xemacs.org>
17079         * gnus-art.el (article-display-face): Display faces in correct
17080         order.
17082 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17084         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
17085         (gnus-fill-real-hashtb): Use hash table instead of obarray.
17086         (gnus-nocem-check-article): Fetch the Type header.
17087         (gnus-nocem-message-wanted-p): Fix the way to examine types.
17088         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
17089         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
17090         make sure gnus-nocem-hashtb is initialized.
17091         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
17092         (gnus-nocem-unwanted-article-p): Ditto.
17094         * pgg.el (pgg-verify): Return the verification result.
17096 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17098         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
17099         is ascii.
17101 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
17103         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
17104         `show-nonbreak-escape'.
17106 2005-06-23  Lute Kamstra  <lute@gnu.org>
17108         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
17110         * dig.el (dig-mode):
17111         * smime.el (smime-mode): Use gnus-run-mode-hooks.
17113 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
17115         * nnimap.el (nnimap-split-download-body): Fix spellings.
17117 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
17119         * gnus-art.el (gnus-article-encrypt-body):
17120         * gnus-cus.el (gnus-score-customize):
17121         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
17122         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
17124 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
17126         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
17127         header by looking for magic "MII" at the beginning.
17129 2005-06-16  Miles Bader  <miles@gnu.org>
17131         * assistant.el (assistant-field): Remove "-face" suffix from face name.
17132         (assistant-field-face): New backward-compatibility alias for renamed
17133         face.
17134         (assistant-render-text): Use renamed assistant-field face.
17136         * spam.el (spam): Remove "-face" suffix from face name.
17137         (spam-face): New backward-compatibility alias for renamed face.
17138         (spam-face, spam-initialize): Use renamed spam face.
17140         * message.el (message-header-to, message-header-cc)
17141         (message-header-subject, message-header-newsgroups)
17142         (message-header-other, message-header-name)
17143         (message-header-xheader, message-separator, message-cited-text)
17144         (message-mml): Remove "-face" suffix from face names.
17145         (message-header-to-face, message-header-cc-face)
17146         (message-header-subject-face, message-header-newsgroups-face)
17147         (message-header-other-face, message-header-name-face)
17148         (message-header-xheader-face, message-separator-face)
17149         (message-cited-text-face, message-mml-face):
17150         New backward-compatibility aliases for renamed faces.
17151         (message-font-lock-keywords): Use renamed message faces.
17153         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
17154         (sieve-test-commands, sieve-tagged-arguments):
17155         Remove "-face" suffix from face names.
17156         (sieve-control-commands-face, sieve-action-commands-face)
17157         (sieve-test-commands-face, sieve-tagged-arguments-face):
17158         New backward-compatibility aliases for renamed faces.
17159         (sieve-control-commands-face, sieve-action-commands-face)
17160         (sieve-test-commands-face, sieve-tagged-arguments-face):
17161         Use renamed sieve faces.
17163         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
17164         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
17165         (gnus-group-news-3-empty, gnus-group-news-4)
17166         (gnus-group-news-4-empty, gnus-group-news-5)
17167         (gnus-group-news-5-empty, gnus-group-news-6)
17168         (gnus-group-news-6-empty, gnus-group-news-low)
17169         (gnus-group-news-low-empty, gnus-group-mail-1)
17170         (gnus-group-mail-1-empty, gnus-group-mail-2)
17171         (gnus-group-mail-2-empty, gnus-group-mail-3)
17172         (gnus-group-mail-3-empty, gnus-group-mail-low)
17173         (gnus-group-mail-low-empty, gnus-summary-selected)
17174         (gnus-summary-cancelled, gnus-summary-high-ticked)
17175         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
17176         (gnus-summary-high-ancient, gnus-summary-low-ancient)
17177         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
17178         (gnus-summary-low-undownloaded)
17179         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
17180         (gnus-summary-low-unread, gnus-summary-normal-unread)
17181         (gnus-summary-high-read, gnus-summary-low-read)
17182         (gnus-summary-normal-read, gnus-splash):
17183         Remove "-face" suffix from face names.
17184         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
17185         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
17186         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
17187         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
17188         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
17189         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
17190         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
17191         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
17192         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
17193         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
17194         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
17195         (gnus-summary-selected-face, gnus-summary-cancelled-face)
17196         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
17197         (gnus-summary-normal-ticked-face)
17198         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
17199         (gnus-summary-normal-ancient-face)
17200         (gnus-summary-high-undownloaded-face)
17201         (gnus-summary-low-undownloaded-face)
17202         (gnus-summary-normal-undownloaded-face)
17203         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
17204         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
17205         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
17206         (gnus-splash-face):
17207         New backward-compatibility aliases for renamed faces.
17208         (gnus-group-startup-message): Use renamed gnus faces.
17210         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
17211         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
17212         (gnus-server-agent): Remove "-face" suffix from face names.
17213         (gnus-server-agent-face, gnus-server-opened-face)
17214         (gnus-server-closed-face, gnus-server-denied-face)
17215         (gnus-server-offline-face):
17216         New backward-compatibility aliases for renamed faces.
17217         (gnus-server-agent-face, gnus-server-opened-face)
17218         (gnus-server-closed-face, gnus-server-denied-face)
17219         (gnus-server-offline-face): Use renamed gnus faces.
17221         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
17222         Remove "-face" suffix from face names.
17223         (gnus-picon-xbm-face, gnus-picon-face):
17224         New backward-compatibility aliases for renamed faces.
17226         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
17227         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
17228         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
17229         (gnus-cite-11): Remove "-face" suffix from face names.
17230         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
17231         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
17232         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
17233         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
17234         New backward-compatibility aliases for renamed faces.
17235         (gnus-cite-attribution-face, gnus-cite-face-list)
17236         (gnus-article-boring-faces): Use renamed gnus faces.
17238         * gnus-art.el (gnus-signature, gnus-header-from)
17239         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
17240         (gnus-header-content): Remove "-face" suffix from face names.
17241         (gnus-signature-face, gnus-header-from-face)
17242         (gnus-header-subject-face, gnus-header-newsgroups-face)
17243         (gnus-header-name-face, gnus-header-content-face):
17244         New backward-compatibility aliases for renamed faces.
17245         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
17247         * gnus-sum.el (gnus-summary-selected-face)
17248         (gnus-summary-highlight): Use renamed gnus faces.
17249         * gnus-group.el (gnus-group-highlight): Likewise.
17251 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
17253         * gnus-sieve.el (gnus-sieve-article-add-rule):
17254         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
17255         * spam-stat.el (spam-stat-buffer-change-to-spam)
17256         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
17258         * message.el (message-is-yours-p):
17259         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
17261 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17263         * mm-view.el (mm-inline-text): Withdraw the last change.
17265 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17267         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
17268         executing enriched-decode.
17270 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17272         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
17273         charset of tar files.
17275 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
17277         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
17279 2005-06-04  Lute Kamstra  <lute@gnu.org>
17281         * nnfolder.el (nnfolder-read-folder): Make sure that undo
17282         information is never recorded.
17284 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
17286         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
17288 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17290         * pop3.el (pop3-apop): Run md5 in the binary mode.
17292         * starttls.el (starttls-set-process-query-on-exit-flag):
17293         Use eval-and-compile.
17295 2005-05-31  Simon Josefsson  <jas@extundo.com>
17297         * smime.el (smime-replace-in-string): Define.
17298         (smime-cert-by-ldap-1): Use it.
17300 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17302         * gnus-art.el (article-display-x-face): Replace
17303         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17305         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
17306         set-process-query-on-exit-flag or process-kill-without-query.
17308         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
17309         loop instead of replace-regexp.
17311         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
17312         instead of process-kill-without-query if it is available.
17314         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
17315         instead of find-file-hooks if it is available.
17317         * mml1991.el: Bind pgg-default-user-id when compiling.
17319         * mml2015.el: Bind pgg-default-user-id when compiling.
17321         * nndraft.el (nndraft-request-associate-buffer):
17322         Use write-contents-functions instead of write-contents-hooks if it is
17323         available.
17325         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
17326         instead of find-file-hooks if it is available.
17328         * nntp.el (nntp-open-connection): Replace
17329         process-kill-without-query by gnus-set-process-query-on-exit-flag.
17330         (nntp-open-ssl-stream): Ditto.
17331         (nntp-open-tls-stream): Ditto.
17333         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
17334         set-process-query-on-exit-flag or process-kill-without-query.
17335         (starttls-open-stream-gnutls): Use it instead of
17336         process-kill-without-query.
17337         (starttls-open-stream): Ditto.
17339 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
17341         * smime.el (smime-cert-by-ldap-1): Don't use
17342         replace-regexp-in-string.
17344 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
17346         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
17348         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
17349         in PEM format.  Adjust to the XEmacs compatibility.
17351 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
17353         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
17354         by `string-to-number'.
17355         * gnus-agent.el (gnus-agent-regenerate-group)
17356         (gnus-agent-fetch-articles): Ditto.
17357         * gnus-art.el (gnus-button-fetch-group): Ditto.
17358         * gnus-cache.el (gnus-cache-generate-active)
17359         (gnus-cache-articles-in-group): Ditto.
17360         * gnus-group.el (gnus-group-set-current-level)
17361         (gnus-group-insert-group-line): Ditto.
17362         * gnus-score.el (gnus-score-set-expunge-below)
17363         (gnus-score-set-mark-below, gnus-summary-score-effect)
17364         (gnus-summary-score-entry): Ditto.
17365         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
17366         (gnus-soup-pack): Ditto.
17367         * gnus-spec.el (gnus-xmas-format): Ditto.
17368         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
17369         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
17370         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
17371         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
17372         * nndb.el (nndb-get-remote-expire-response): Ditto.
17373         * nndiary.el (nndiary-parse-schedule-value)
17374         (nndiary-string-to-number, nndiary-request-replace-article)
17375         (nndiary-request-article): Ditto.
17376         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
17377         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
17378         * nneething.el (nneething-make-head): Ditto.
17379         * nnfolder.el (nnfolder-request-article)
17380         (nnfolder-retrieve-headers): Ditto.
17381         * nnheader.el (nnheader-file-to-number): Ditto.
17382         * nnkiboze.el (nnkiboze-request-article): Ditto.
17383         * nnmail.el (nnmail-process-unix-mail-format)
17384         (nnmail-process-babyl-mail-format): Ditto.
17385         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
17386         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
17387         (nnmh-request-create-group, nnmh-request-list-1)
17388         (nnmh-request-group, nnmh-request-article): Ditto.
17389         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
17390         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
17391         * nnsoup.el (nnsoup-make-active): Ditto.
17392         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
17393         * nntp.el (nntp-find-group-and-number)
17394         (nntp-retrieve-headers-with-xover): Ditto.
17395         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
17396         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
17397         (pgg-format-key-identifier): Ditto.
17398         * pop3.el (pop3-last, pop3-stat): Ditto.
17399         * qp.el (quoted-printable-decode-region): Ditto.
17401         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
17402         of concat.
17404 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17406         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
17408         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
17410         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
17412         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
17414         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
17416         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
17418         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
17419         (gnus-carpal-mode): Ditto.
17421         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
17422         (gnus-browse-mode): Ditto.
17424         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
17426         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
17428 2005-05-29  Richard M. Stallman  <rms@gnu.org>
17430         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
17432 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17434         * gnus-util.el (gnus-run-mode-hooks): New function.
17436         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
17438 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17440         * gnus-agent.el (gnus-agent-make-mode-line-string):
17441         Use mode-line-highlight as mouse-face.
17443 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17445         * canlock.el (canlock): Change the parent group to news.
17447         * deuglify.el (gnus-outlook-deuglify): Add :group.
17449         * dig.el (dig): Add :group.
17451         * dns-mode.el (dns-mode): Add :group.
17453         * encrypt.el (encrypt): Add :group.
17455         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
17456         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
17457         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
17458         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
17459         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
17461         * gnus-diary.el (gnus-diary): Add :group.
17463         * gnus.el (gnus-group-news-1-face): Add :group.
17464         (gnus-group-news-1-empty-face): Ditto.
17465         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
17466         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
17467         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
17468         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
17469         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
17470         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
17471         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
17472         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
17473         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
17474         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
17475         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
17476         (gnus-summary-high-ticked-face): Ditto.
17477         (gnus-summary-low-ticked-face): Ditto.
17478         (gnus-summary-normal-ticked-face): Ditto.
17479         (gnus-summary-high-ancient-face): Ditto.
17480         (gnus-summary-low-ancient-face): Ditto.
17481         (gnus-summary-normal-ancient-face): Ditto.
17482         (gnus-summary-high-undownloaded-face): Ditto.
17483         (gnus-summary-low-undownloaded-face): Ditto.
17484         (gnus-summary-normal-undownloaded-face): Ditto.
17485         (gnus-summary-high-unread-face): Ditto.
17486         (gnus-summary-low-unread-face): Ditto.
17487         (gnus-summary-normal-unread-face): Ditto.
17488         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
17489         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
17491         * hashcash.el (hashcash): New custom group.
17492         (hashcash-default-payment): Add :group.
17493         (hashcash-payment-alist): Ditto.
17494         (hashcash-default-accept-payment): Ditto.
17495         (hashcash-accept-resources): Ditto.
17496         (hashcash-path): Ditto.
17497         (hashcash-extra-generate-parameters): Ditto.
17498         (hashcash-double-spend-database): Ditto.
17499         (hashcash-in-news): Ditto.
17501         * message.el (message-minibuffer-local-map): Add :group.
17503         * netrc.el (netrc): Add :group.
17505         * sieve-manage.el (sieve-manage-log): Add :group.
17506         (sieve-manage-default-user): Diito.
17507         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
17508         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
17509         (sieve-manage-authenticators): Ditto.
17510         (sieve-manage-authenticator-alist): Ditto.
17511         (sieve-manage-default-port): Ditto.
17513         * sieve-mode.el (sieve-control-commands-face): Add :group.
17514         (sieve-action-commands-face): Ditto.
17515         (sieve-test-commands-face): Ditto.
17516         (sieve-tagged-arguments-face): Ditto.
17518         * smime.el (smime): Add :group.
17520         * spam-report.el (spam-report): Add :group.
17522         * spam.el (spam, spam-face): Add :group.
17524 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17526         * nntp.el (nntp-next-result-arrived-p): Some news servers may
17527         return \n.\n.\n at the end of articles.  Protect against that.
17528         (nntp-with-open-group): Allow debugging.
17530         * nnheader.el (mail-header-set-extra): Make into a function
17531         because I just could't understand how to quote the list properly.
17533         * dns.el (query-dns-cached): New function.
17535 2005-05-26  Lute Kamstra  <lute@gnu.org>
17537         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
17539 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17541         * gnus-art.el: Don't autoload mail-extract-address-components.
17543         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
17544         eval-and-compile to evaluate it.
17546         * hashcash.el: Don't autoload executable-find.
17548         * nndb.el: Don't declare the nndb back end two or more times; don't
17549         autoload news-reply-mode, news-setup, cancel-timer and telnet.
17551         * nntp.el: Autoload format-spec instead of format; use
17552         eval-and-compile to evaluate autoload forms.
17554 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
17556         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
17558 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17560         * gnus.el (gnus-version-number): Bump version.
17562 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17564         * gnus.el: No Gnus v0.3 is released.
17566 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17568         * gnus-art.el (gnus-article-edit-part): Disable undo.
17570 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17572         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
17573         gnus-article-date-lapsed-new-header is t if date timer is active;
17574         skip headers in which the original date value is empty.
17575         (gnus-article-save-original-date): Redefine it as a macro.
17576         (gnus-display-mime): Use it.
17578 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17580         * gnus-art.el (article-date-ut): Support converting date in
17581         forwarded parts as well.
17582         (gnus-article-save-original-date): New function.
17583         (gnus-display-mime): Use it.
17585 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
17587         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
17588         enclosure element of <item>.
17590 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
17592         * message.el (message-kill-buffer-query): Rename from
17593         `message-kill-buffer-query-if-modified'.  Add :version.
17595 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17597         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
17598         window layout.
17600 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17602         * mml.el: Autoload dnd when compiling.
17604 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
17606         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
17607         x-dnd-*.
17609 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17611         * qp.el (quoted-printable-encode-region): Save excursion.
17613 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
17615         * message.el (message-kill-buffer-query-if-modified): Add new variable
17616         so the user can kill a modified message buffer quickly.
17617         (message-kill-buffer): Use it.
17619 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17621         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
17622         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
17624 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17626         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
17627         contained in text because xml.el decodes entities) with LFs.
17629 2005-04-11  Lute Kamstra  <lute@gnu.org>
17631         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
17632         differently.
17634 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17636         * mm-util.el (mm-detect-coding-region): Typo.
17638 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17640         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
17642 2005-04-06  Deepak Goel  <deego@gnufans.org>
17644         * spam-stat.el (spam-stat-score-buffer): Add a call to a
17645         user-function allow user modifications of the scores.
17646         (spam-stat-score-buffer-user): New function, to allow
17647         user-computed modifications to the score.
17648         (spam-stat-score-buffer-user-functions): List of additional
17649         scoring functions.
17650         (spam-stat-error-holder): Global temporary error holder.
17651         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
17652         variable.
17654 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
17656         * gnus-registry.el (gnus-registry-clean-empty-function)
17657         (gnus-registry-trim, gnus-registry-fetch-groups)
17658         (gnus-registry-delete-group): Groups that match
17659         `gnus-registry-ignored-groups' are removed from the registry
17660         entries, not just ignored for splitting.  This helps clean up the
17661         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
17662         to get all the groups a message ID is in.
17664         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
17665         (spam-stat-split-fancy): Change "threshhold" to "threshold".
17666         (spam-stat-score-buffer-user-functions): Add :number custom type.
17668 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17670         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
17671         argument in XEmacs.
17673         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
17674         (nnrss-request-group): Decode group name first.
17675         (nnrss-request-article): Make a text/plain article if mml-to-mime
17676         failed.
17677         (nnrss-get-encoding): Return a compatible encoding according to
17678         nnrss-compatible-encoding-alist.
17679         (nnrss-find-el): Use consp instead of listp.
17680         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
17682 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17684         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
17685         which Emacs 20 doesn't support.
17686         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
17688 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
17690         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
17691         silence the byte compiler inside the defun.
17693         * gnus-demon.el (parse-time-string): Add autoload.
17695         * gnus-delay.el (parse-time-string): Add autoload.
17697         * gnus-art.el (parse-time-string): Add autoload.
17699         * nnultimate.el (parse-time): Require for `parse-time-string'.
17701 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
17703         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
17705         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
17707         * smime.el (smime-ldap-host-list): Add :version.
17709 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
17711         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
17712         pass it to `gnus-browse-read-group'.
17713         (gnus-browse-read-group): Add NUMBER argument and pass it to
17714         `gnus-group-read-ephemeral-group'.
17716         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
17717         argument and pass it to `gnus-group-read-group'.
17719 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
17721         * mm-util.el (mm-xemacs-find-mime-charset): Only call
17722         mm-xemacs-find-mime-charset-1 if we have the mule feature
17723         available at runtime.
17725 2005-03-25  Werner Lemberg  <wl@gnu.org>
17727         * nnmaildir.el: Replace `illegal' with `invalid'.
17729 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17731         * gnus-start.el (gnus-display-time-event-handler):
17732         Check display-time-timer at runtime rather than only at load time
17733         in case display-time-mode is turned off in the mean time.
17735 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
17737         * nnimap.el (nnimap-open-connection): Print which authinfo file is
17738         used.
17740         * nneething.el (nneething-map-file-directory): Derive from
17741         `gnus-directory'.
17743         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
17744         the To/Cc button.
17746 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
17748         * nnmaildir.el (nnmaildir-request-accept-article):
17749         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
17751 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17753         * gnus-async.el: Require timer-funcs at compile time when in
17754         XEmacs for `run-with-idle-timer'.
17756 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
17758         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
17759         autoloaded function.
17761 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
17763         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
17765 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
17767         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
17769 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17771         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
17772         Add gnus-expert-user to default.
17774 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
17776         * nnimap.el (nnimap-open-server): Ditto.
17778         * imap.el (imap-authenticate): Fix typo.
17780 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
17782         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
17783         buffer (since IMAP server might return FETCH response out of
17784         order, and the nntp buffer must be sorted).
17786 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
17788         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
17789         comparison on string.
17791         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
17792         (gnus-agent-score): Rename category keywords to match gnus-cus.
17793         (gnus-agent-summary-fetch-series): Modify to protect against
17794         gnus-agent-summary-fetch-group clearing processable flags.
17795         (gnus-agent-synchronize-group-flags): Update live group buffer as
17796         synchronization may occur due to the user toggle the plugged
17797         status.
17798         (gnus-agent-fetch-group-1): Clear downloadable flag when article
17799         successfully downloaded.
17800         (gnus-agent-expire-group-1): Avoid using markers when the overview
17801         is in ascending order; greatly improves performance.
17802         (gnus-agent-regenerate-group):
17803         Use gnus-agent-synchronize-group-flags to reset read status in both
17804         gnus and server.
17805         (gnus-agent-update-files-total-fetched-for): Fix initial size.
17807 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
17809         * message.el: Don't autoload former message-utils variables.
17810         (message-strip-subject-trailing-was): Change doc string.
17812         * nnweb.el: Fixes for `gnus-group-make-web-group'.
17813         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
17814         (nnweb-google-search): Add "hl=en" here.
17815         (nnweb-google-parse-1, nnweb-google-create-mapping):
17816         Don't hardcode URL.
17818 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
17820         * message.el (message-get-reply-headers, message-followup):
17821         Mention related variables `message-use-followup-to' and
17822         `message-use-mail-followup-to', in the information buffer.
17824         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
17825         of broken groups(-beta).google.com.
17827 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
17829         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
17830         parameter to invoked gnus-request-move-article; remove the
17831         redundant gnus-sum-hint-move-is-internal variable; apply the marks
17832         all at once instead of once per article.
17833         (gnus-summary-remove-process-mark): Accept a list of articles as
17834         well as a single article for processing.
17836         * gnus-int.el (gnus-request-move-article): Add move-is-internal
17837         parameter.
17839         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
17841         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
17843         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
17844         parameter.
17846         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
17847         parameter.
17849         * nnimap.el (nnimap-request-move-article): Add move-is-internal
17850         parameter and remove the gnus-sum-hint-move-is-internal variable.
17852         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
17853         parameter.
17855         * nndraft.el (nndraft-request-move-article): Add move-is-internal
17856         parameter.
17858         * nndiary.el (nndiary-request-move-article): Add move-is-internal
17859         parameter.
17861         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
17863         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
17864         parameter.
17866         * nnagent.el (nnagent-request-move-article): Add move-is-internal
17867         parameter.
17869 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
17871         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
17872         a more conservative way.
17874 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17876         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
17877         buffer, so it moves the window's cursor.
17879 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
17881         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
17882         `mm-dissect-multipart' and receive the from field as an (optional)
17883         argument from `mm-dissect-multipart'.
17884         (mm-dissect-multipart): Receive the from field as an argument and
17885         pass it on when we call `mm-dissect-buffer' on MIME parts.
17886         Fixes verification/decryption of signed/encrypted MIME parts.
17888 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
17890         * gnus-sum.el (gnus-summary-move-article):
17891         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
17892         whatever it calls (right now, only nnimap-request-move article
17893         respects it).
17895         * nnimap.el (nnimap-request-move-article):
17896         When gnus-sum-hint-move-is-internal is set, don't do the extra
17897         nnimap-request-article.
17899 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17901         * nnheader.el (nnheader-find-file-noselect): Add doc string.
17903         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
17904         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
17906         * gnus-sum.el (gnus-summary-caesar-message):
17907         Apply `gnus-treat-article' after rotation.
17909         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
17910         doc string.
17912 2005-02-22  Simon Josefsson  <jas@extundo.com>
17914         * encrypt.el (encrypt-password-cache-expiry): Remove (use
17915         `password-cache-expiry' instead).  Reported by Arne Jørgensen
17916         <arne@arnested.dk>.
17917         (encrypt): Add password-cache and password-cache-expiry as group
17918         members.
17920 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
17922         * smime.el (smime-ldap-host-list): Doc fix.
17923         (smime-ask-passphrase): Use `password-read-and-add' to read (and
17924         cache) password.
17925         (smime-sign-region): Use it.
17926         (smime-decrypt-region): Use it.
17927         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
17928         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
17929         fails.
17930         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
17931         certificate from DER to PEM format rather than calling openssl.
17933         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
17935         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
17936         for signing/encryption.
17938         * mml.el (mml-parse-1): Use them.
17940 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
17942         * nnrss.el (nnrss-verbose): Remove.
17943         (nnrss-request-group): Use `nnheader-message' instead.
17945 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
17947         * nnrss.el (nnrss-verbose): New variable.
17948         (nnrss-request-group): Make it say nnrss is requesting a group.
17950 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
17952         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
17953         Handle news URL with given port correctly.
17955 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17957         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
17958         containing special characters.
17960         * gnus-sum.el (gnus-summary-edit-article): Ditto.
17962         * mml.el (mime-to-mml): Ditto.
17964         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
17965         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
17966         (rfc2047-decode-region): Quote decoded words containing special
17967         characters when rfc2047-quote-decoded-words-containing-tspecials
17968         is non-nil.
17970 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
17972         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
17974         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
17976 2005-02-15  Simon Josefsson  <jas@extundo.com>
17978         * nnimap.el (nnimap-debug): Doc fix.
17980         * imap.el (imap-debug): Doc fix.
17982 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17984         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
17986 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
17988         * gnus.el (spam-contents): Improve docs for spam-contents
17989         parameter in its variable incarnation.
17991 2005-02-14  Simon Josefsson  <jas@extundo.com>
17993         * smime-ldap.el: Use require instead of load-library for ldap.
17994         (smime-ldap-search): Indent.
17995         (smime-ldap-search-internal): Shorten line.
17997         * smime.el (smime-cert-by-dns): Add doc-string.
17998         (smime-cert-by-ldap-1): Indent.
18000         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
18001         mml-smime-get-dns-ldap.
18002         (mml-smime-encrypt-query): Use new function.  Default to ldap.
18004 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
18006         * smime.el: Require smime-ldap.
18007         (smime-ldap-host-list): New variable.
18008         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
18010         * mml-smime.el (mml-smime-encrypt-query): New function.
18011         (mml-smime-encrypt-query): Use it.
18013         * smime-ldap.el: New file.
18015 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18017         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
18019 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
18021         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
18022         argument in doc string.  Make query for type more clear.
18024 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
18026         * gnus.el (gnus-group-startup-message): Search for gnus images in
18027         etc/images/gnus.
18028         * mm-util.el (mm-image-load-path): Likewise.
18029         * smiley.el (smiley-data-directory): Search for smilies in
18030         etc/images/smilies.
18032 2005-02-09  Kim F. Storm  <storm@cua.dk>
18034         Change Emacs release version from 21.4 to 22.1 throughout.
18035         Change Emacs development version from 21.3.50 to 22.0.50.
18037 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18039         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
18041         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
18042         non-Mule XEmacs as well.
18043         (mm-decompress-buffer): Signal an error intentionally if it does
18044         not decompress compressed data because auto-compression-mode is
18045         disabled.
18047 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
18049         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
18050         an ID in the registry even if it has no groups.
18052 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18054         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
18055         merge it into mm-decompress-buffer.
18056         (gnus-mime-copy-part): Use the MIME part charset, the value which
18057         a user specified or gnus-newsgroup-charset for decoding, like
18058         gnus-mime-inline-part does; set buffer-file-coding-system to tell
18059         save-buffer what was used.  Suggested by Kevin Ryde
18060         <user42@zip.com.au>.
18061         (gnus-mime-inline-part): Allow the name parameter as well as the
18062         filename parameter; force decompressing of compressed data; always
18063         display contents being not decoded as unibyte.
18065         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
18066         as well as the filename parameter.
18068         * mm-util.el (mm-decompress-buffer):
18069         Merge gnus-mime-jka-compr-maybe-uncompress.
18070         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
18071         of compressed data.
18073 2005-02-08  Simon Josefsson  <jas@extundo.com>
18075         * imap.el (imap-log): Doc fix.
18077 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18079         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
18080         the coding cookies; decompress compressed parts.
18082         * mml.el (mml-generate-mime-1): Add the charset parameter according
18083         to the value which a user specified manually or the coding cookie.
18085         * mm-util.el (mm-string-to-multibyte): New function.
18086         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
18087         (mm-coding-system-to-mime-charset): New function.
18088         (mm-decompress-buffer): New function.
18089         (mm-find-buffer-file-coding-system): New function.
18091         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
18092         (mm-display-inline-fontify): Rewrite for decoding and decompressing
18093         parts.
18095 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18097         * mm-view.el (mm-display-inline-fontify): Decode a part according
18098         to the charset parameter.
18100 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18102         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
18103         prefix arg is neither nil nor a number, as info specifies.
18105 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18107         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
18108         timestamps.
18110 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
18112         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
18113         groups error checking and notify user.
18115 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
18117         * message.el (message-send-mail-function): Check existence of
18118         sendmail-program first before using default value
18119         `message-send-mail-with-sendmail'.  Otherwise use more generic
18120         `smtpmail-send-it'.
18122 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18124         * nntp.el (nntp-request-update-info): Always return nil.
18126 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18128         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
18130 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18132         * message.el (message-beginning-of-line): Change the behavior when
18133         invoked between BOL and : so that it first moves backward.
18135 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18137         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
18138         article buffer when editing of the article is discarded.
18139         (gnus-article-prepare): Revert.
18141 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18143         * gnus-art.el (gnus-article-prepare):
18144         Remove message-strip-forbidden-properties from the local hook.
18146 2005-01-27  Simon Josefsson  <jas@extundo.com>
18148         * password.el (password-cache-add): Only start one timer per key.
18149         Reported by Derek Atkins <warlord@MIT.EDU>.
18151 2005-01-26  Steve Youngs  <steve@sxemacs.org>
18153         * run-at-time.el: Remove.  It is no longer needed as
18154         timer-funcs.el in the xemacs-base package has a working version of
18155         `run-at-time'.
18157         * password.el: Require timer-funcs instead of run-at-time in
18158         XEmacs.
18159         Remove `password-run-at-time' macro.
18160         (password-cache-add): Use `run-at-time' instead of
18161         `password-run-at-time'.
18163         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
18164         for `run-with-idle-timer'.
18166         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
18167         for `run-at-time'.
18169         * mm-url.el: Require timer-funcs at compile time when in XEmacs
18170         for `with-timeout'.
18172 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18174         * mml.el (mml-generate-mime-1): Convert string into unibyte when
18175         inserting " *mml*" buffer's contents into a unibyte temp buffer.
18177 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
18179         * mail-source.el (mail-source-fetch-imap): Search for ^From case
18180         sensitively.
18182 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
18184         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
18186 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18188         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
18189         which will be inserted according to the multibyteness of a buffer
18190         rather than the type of contents.  Suggested by ARISAWA Akihiro
18191         <ari@mbf.ocn.ne.jp>.
18193         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
18194         of string which old xml.el may return rather than a string.
18196 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18198         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
18200 2005-01-16  Simon Josefsson  <jas@extundo.com>
18202         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
18203         idn/idna.el isn't available.
18204         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
18205         <michael@waxrat.com>.
18207         * hashcash.el: Remove non-FSF copyright header.
18209         * hashcash.el (hashcash-extra-generate-parameters): New variable.
18210         (hashcash-generate-payment): Use it.
18211         (hashcash-generate-payment-async): Use it.
18213 2005-01-15  Simon Josefsson  <jas@extundo.com>
18215         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
18216         Suggested by Raymond Scholz <ray-2005@zonix.de>.
18218         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
18219         gnus-summary-idna-message.
18220         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
18221         (gnus-summary-idna-message): New function.
18223 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
18225         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
18226         gnus-novice-user.
18228 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18230         * nnrss.el (nnrss-request-delete-group): Delete entries in
18231         nnrss-group-alist as well.
18232         (nnrss-save-server-data): Insert newline.
18234 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
18236         * gnus.el (gnus-user-agent): Use list of symbols instead of
18237         symbols.  Display full version number for (S)XEmacs.
18238         Optionally display (S)XEmacs codename.
18240         * gnus-util.el (gnus-emacs-version): Update for new
18241         `gnus-user-agent'.
18243         * gnus-msg.el (gnus-extended-version): Make it possible to omit
18244         Gnus version.
18246 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18248         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
18249         which is unreadable in some setups.
18251 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18253         * gnus-spec.el (gnus-update-format-specifications): Flush the
18254         group format spec cache if it doesn't support decoded group names.
18256 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
18258         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
18259         Allow to apply decay on score files matching a regexp.
18261 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18263         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
18264         compatibility in %g and %c.
18266 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18268         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
18269         name for only %g and %c.
18270         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
18271         of gnus-tmp-group to decoded group name.
18272         (gnus-group-make-rss-group): Exclude `/'s from group names.
18274 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18276         * nnrss.el (nnrss-get-encoding): Fix regexp.
18278 2004-12-27  Simon Josefsson  <jas@extundo.com>
18280         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
18281         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
18282         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
18284 2004-12-17  Kim F. Storm  <storm@cua.dk>
18286         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
18288         * gnus-sum.el (gnus-summary-mode-map): Likewise.
18290 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18292         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
18294 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18296         * nnrss.el: Require rfc2047 and mml.
18297         (nnrss-file-coding-system): New variable.
18298         (nnrss-format-string): Redefine it as an inline function.
18299         (nnrss-decode-group-name): New function.
18300         (nnrss-string-as-multibyte): Remove.
18301         (nnrss-retrieve-headers): Decode group name; don't use
18302         nnrss-format-string.
18303         (nnrss-request-group): Decode group name.
18304         (nnrss-request-article): Decode group name; allow a Message-ID as
18305         well as an article number; don't use nnrss-format-string; encode a
18306         Message-ID string which may contain non-ASCII characters; use
18307         mml-to-mime to compose a MIME article.
18308         (nnrss-request-expire-articles): Decode group name.
18309         (nnrss-request-delete-group): Decode group name.
18310         (nnrss-fetch): Clarify error message.
18311         (nnrss-read-server-data): Use insert-file-contents instead of load;
18312         bind file-name-coding-system; use multibyte buffer.
18313         (nnrss-save-server-data): Bind coding-system-for-write to the
18314         value of nnrss-file-coding-system; bind file-name-coding-system;
18315         add coding cookie.
18316         (nnrss-read-group-data): Use insert-file-contents instead of load;
18317         bind file-name-coding-system; use multibyte buffer.
18318         (nnrss-save-group-data): Bind coding-system-for-write to the
18319         value of nnrss-file-coding-system; bind file-name-coding-system.
18320         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
18321         make it work with non-ASCII text.
18322         (nnrss-find-el): Make it work with old xml.el as well.
18324 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
18326         * nnrss.el (nnrss-get-encoding): New function.
18327         (nnrss-fetch): Use unibyte buffer initially; bind
18328         coding-system-for-read while performing mm-url-insert; remove ^Ms;
18329         decode contents according to the encoding attribute.
18330         (nnrss-save-group-data): Add coding cookie.
18331         (nnrss-mime-encode-string): New function.
18332         (nnrss-check-group): Use it to encode subject and author.
18334 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
18336         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
18337         imaginary variable.
18339 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18341         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
18342         correctly even if there are wide characters.
18344 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
18346         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
18347         downcased symbol names; make a new cache instead of reusing
18348         bbdb-hashtable.
18350 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18352         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
18353         concatenating segments rather than before concatenating them.
18354         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18356         * message.el (message-get-reply-headers): Bind `extra'.
18358 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18360         * message.el (message-extra-wide-headers): New variable.
18361         (message-get-reply-headers): Use it.
18363 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18365         * gnus-agent.el (gnus-agent-group-path): Decode group name.
18366         (gnus-agent-group-pathname): Ditto.
18368         * gnus-cache.el (gnus-cache-file-name): Decode group name.
18370         * gnus-group.el (gnus-group-make-group): Decode group name.
18371         (gnus-group-make-rss-group): Register the group data after opening
18372         the nnrss group.
18374 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
18376         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
18377         by expiry now get marked as read.
18379 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18381         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
18383 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
18385         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
18386         unify Latin characters in XEmacs.
18387         (mm-find-mime-charset-region): Use it.
18389 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18391         * gnus-util.el (gnus-delete-directory): New function.
18393         * gnus-agent.el (gnus-agent-delete-group): Use it.
18395         * gnus-cache.el (gnus-cache-delete-group): Use it.
18397 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18399         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
18400         names.
18402 2004-12-16  Simon Josefsson  <jas@extundo.com>
18404         * hashcash.el (hashcash-payment-alist): Fix custom :type.
18406 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18408         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
18410         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
18411         (gnus-group-set-current-level): Decode group name.
18413 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
18415         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
18416         failed.
18418 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * gnus-group.el (gnus-group-delete-group): Decode group name.
18421         (gnus-group-make-rss-group): Encode group name.
18422         (gnus-group-catchup-current): Decode group name.
18423         (gnus-group-kill-group): Decode group name.
18425 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
18427         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
18429 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18431         * gnus-group.el (gnus-group-make-rss-group):
18432         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
18434         * gnus-start.el (gnus-setup-news): Honor user's setting to
18435         gnus-message-archive-method.  Suggested by Lute Kamstra
18436         <lute@gnu.org>.
18438 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
18440         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
18441         global counterparts of the buffer-local variables.
18443 2004-11-16  Romain Francoise  <romain@orebokech.com>
18445         * gnus-sum.el (gnus-summary-exit): Don't clear the global
18446         counterparts of the buffer-local variables.
18448 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18450         * message.el (message-forbidden-properties): Fix typo in doc
18451         string.
18453 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
18455         * gnus-util.el (gnus-replace-in-string): Add doc string.
18457         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
18458         to avoid problems when splitting mails with many recipients.
18460 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18462         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
18463         pop-to-buffer, covered by the subsequent gnus-configure-windows.
18465 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
18467         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
18468         if there is no hashtable in memory or file modification time is
18469         newer than cached timestamp.
18471 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
18473         * gnus-sum.el (gnus-summary-limit-to-recipient):
18474         Implement not-matching option.
18476 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
18478         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
18479         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
18480         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
18481         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
18482         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
18483         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
18485 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18487         * message.el (message-forward-make-body-mml): Remove headers
18488         according to message-forward-ignored-headers if a message is decoded.
18490 2004-12-02  Romain Francoise  <romain@orebokech.com>
18492         * message.el (message-forward-make-body-plain): Always remove
18493         headers according to message-forward-ignored-headers.
18495 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
18497         * spam.el (spam-summary-prepare-exit): Remove the
18498         gnus-summary-limit pop for now, it has problems with ham marks for
18499         me.
18501 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
18503         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
18504         correctly.
18506 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
18508         * format-spec.el (format-spec): Message the char.
18510 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
18512         * gnus-art.el (gnus-split-methods): Reformat comments.
18514         * spam.el (spam-summary-prepare-exit): Remove article limits
18515         before exiting the summary buffer.
18517 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18519         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
18520         order to silence the byte compiler.
18522         * spam.el: Fix the way to silence the byte compiler, which
18523         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
18524         bbdb-search-simple, spam-BBDB-register-routine,
18525         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
18526         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
18527         spam-stat-buffer-is-spam, spam-stat-load,
18528         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
18529         spam-stat-save and spam-stat-split-fancy.
18531 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18533         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
18534         which may confuse users.
18535         (canlock-password-for-verify): Ditto.
18537         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
18539         * gnus-art.el (gnus-emphasis-alist): Ditto.
18541         * gnus-registry.el (gnus-registry-max-entries): Ditto.
18543         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
18545         * gnus-start.el (gnus-save-killed-list): Ditto.
18547         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
18548         (gnus-sum-thread-tree-root): Ditto.
18549         (gnus-sum-thread-tree-false-root): Ditto.
18550         (gnus-sum-thread-tree-single-indent): Ditto.
18552         * message.el (message-courtesy-message): Ditto.
18553         (message-archive-note): Ditto.
18554         (message-subscribed-address-file): Ditto.
18555         (message-user-fqdn): Ditto.
18557         * spam-report.el (spam-report-gmane-regex): Ditto.
18559         * spam.el (spam-blackhole-good-server-regex): Ditto.
18561 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18563         * mml.el (mml-preview): Widen the message buffer before copying
18564         the contents to the preview buffer; sort headers before previewing.
18566         * message.el (message-hidden-headers): Fix the way to avoid a bug
18567         in the `repeat' widget in Emacs 21.3 or earlier.
18569 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18571         * message.el (message-hidden-headers): Default to "^References:".
18572         Improve customization type.  Suggested by Reiner Steib
18573         <Reiner.Steib@gmx.de>.
18575 2004-11-25  Romain Francoise  <romain@orebokech.com>
18577         * message.el (message-strip-forbidden-properties): Remove check for
18578         obsolete `message-hidden' text property, hidden headers are not
18579         accessible in the buffer anymore.
18581 2004-11-22  Romain Francoise  <romain@orebokech.com>
18583         * message.el (message-header-format-alist): Add `From' in list
18584         so that it can be sorted.
18585         (message-fix-before-sending): Widen and sort headers before
18586         sending.
18587         (message-hide-headers): Use narrowing to hide headers by moving
18588         them to the top of the buffer and narrowing to the region
18589         underneath.
18591 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18593         * message.el (message-strip-forbidden-properties):
18594         Bind buffer-read-only (etc) to nil.
18596 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18598         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
18599         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
18601 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
18603         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
18605 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18607         * dns.el (query-dns): Use sit-for to time instead of
18608         accept-process-output, since that doesn't seem to work on udp
18609         sockets.
18611 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18613         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
18615 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
18617         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
18618         doc string.  Improve doc string.
18620 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18622         * nntp.el (nntp-request-update-info): Return nil if
18623         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
18624         may not call gnus-activate-group which uselessly issues the GROUP
18625         commands for all nntp groups and wastes time.  Reported by Romain
18626         Francoise <romain@orebokech.com>.
18628         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
18630 2004-11-15  Simon Josefsson  <jas@extundo.com>
18632         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
18633         headers separately.
18634         (gnus-button-openpgp): New function, inspired by Jochen Küpper
18635         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
18637 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
18639         * gnus-start.el (gnus-convert-old-newsrc):
18640         Assign legacy-gnus-agent to 5.10.7.
18642 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18644         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
18645         start of the lines.
18647 2004-11-14  Magnus Henoch  <mange@freemail.hu>
18649         * hashcash.el (hashcash-default-payment): Change default to 20.
18650         (hashcash-default-accept-payment): Change default to 20.
18651         (hashcash-process-alist): New variable.
18652         (hashcash-generate-payment-async): Add.
18653         (hashcash-already-paid-p): Add.
18654         (hashcash-insert-payment): Don't generate payments twice.
18655         (hashcash-insert-payment-async): Add.
18656         (hashcash-insert-payment-async-2): Add.
18657         (hashcash-cancel-async): Add.
18658         (hashcash-wait-async): Add.
18659         (hashcash-processes-running-p): Add.
18660         (hashcash-wait-or-cancel): Add.
18661         (mail-add-payment): New optional argument.  Conditionally start
18662         asynchronous calculation.
18663         (mail-add-payment-async): Add.
18665         * message.el (message-send-mail): Wait for asynchronous hashcash
18666         results.  Don't clobber existing X-Hashcash headers.
18667         (message-setup-1): Call mail-add-payment-async when
18668         message-generate-hashcash is non-nil.
18670 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
18672         * message.el (message-use-alternative-email-as-from): Examine the
18673         From header as well; use message-make-from in order to include a
18674         user's full name.
18676 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18678         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
18679         default; improve customization type.
18680         (gnus-emphasis-custom-with-format): New macro.
18681         (gnus-emphasis-custom-value-to-external): New function.
18682         (gnus-emphasis-custom-value-to-internal): New function.
18684 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18686         * dns.el (query-dns): Resolve reverse addresses.
18688 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18690         * gnus-group.el (gnus-group-get-new-news): Use it.
18692         * gnus-start.el (gnus-check-reasonable-setup): New function.
18694 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18696         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
18697         "Args out of range" error.  Reported by Arnaud Giersch
18698         <arnaud.giersch@free.fr>.
18700 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18702         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
18704 2004-11-04  Richard M. Stallman  <rms@gnu.org>
18706         * spam.el (spam group): Add :version.
18708         * pgg-def.el (pgg group): Add :version.
18710 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18712         * gnus-art.el (gnus-article-edit-article): Don't associate the
18713         article buffer with a draft file.  This is a temporary measure
18714         against the 2004-08-22 change to gnus-article-edit-mode.
18716 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18718         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
18719         (html2text-format-tags): Remove unused variable `attr'.
18721 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
18723         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
18725         * spam-stat.el (spam-stat): Add :version.
18727         * sieve.el (sieve): Add :version.
18729         * sha1.el (sha1): Add :version.
18730         (sha1-use-external): Remove redundant version.
18732         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
18733         (nnmail-cache-ignore-groups, nnmail-spool-hook)
18734         (nnmail-split-fancy-match-partial-words)
18735         (nnmail-split-lowercase-expanded): Add :version.
18737         * nndiary.el (nndiary): Add :version.
18739         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
18741         * mml-sec.el (mml-default-sign-method)
18742         (mml-default-encrypt-method, mml-signencrypt-style-alist):
18743         Add :version.
18745         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
18747         * mm-url.el (mm-url-use-external, mm-url-program)
18748         (mm-url-arguments): Add :version.
18750         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
18751         (mm-attachment-file-modes, mm-decrypt-option)
18752         (mm-w3m-safe-url-regexp): Add :version.
18754         * message.el (message-cite-prefix-regexp)
18755         (message-sendmail-envelope-from, message-minibuffer-local-map)
18756         (message-user-fqdn, message-completion-alist): Add :version.
18758         * gnus-win.el (gnus-configure-windows-hook)
18759         (gnus-use-frames-on-any-display): Add :version.
18761         * gnus-art.el (gnus-article-address-banner-alist)
18762         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
18763         (gnus-treat-from-picon, gnus-treat-mail-picon)
18764         (gnus-treat-x-pgp-sig): Add :version.
18766         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
18767         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
18768         (gnus-summary-article-delete-hook)
18769         (gnus-summary-display-while-building): Add :version.
18771         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
18772         (gnus-get-top-new-news-hook): Add :version.
18774         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
18775         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
18777         * gnus-registry.el (gnus-registry): Add :version.
18779         * gnus-spec.el (gnus-use-correct-string-widths)
18780         (gnus-make-format-preserve-properties): Add :version.
18782         * gnus.el (gnus-group-charter-alist)
18783         (gnus-group-fetch-control-use-browse-url)
18784         (gnus-install-group-spam-parameters): Add :version.
18786         * gnus-diary.el (gnus-diary): Add :version.
18788         * gnus-delay.el (gnus-delay): Add :version.
18790         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
18791         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
18792         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
18793         Add :version.
18795         * gnus-agent.el (gnus-agent-max-fetch-size)
18796         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
18797         (gnus-agent-prompt-send-queue): Add :version.
18799         * deuglify.el (gnus-outlook-deuglify): Add :version.
18801         * html2text.el: Beautify code.  Improve doc strings.
18802         Some checkdoc cleanup.
18803         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
18805 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
18807         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
18809 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
18811         * gnus-registry.el (gnus-registry-hashtb): Create the registry
18812         when package is loaded.
18814         * spam.el (spam-summary-score-preferred-header): Add global preference
18815         for people who want to override the default SpamAssassin over
18816         Bogofilter preference (when both are set).
18817         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
18818         (spam-user-format-function-S):
18819         Check spam-summary-score-preferred-header.
18820         (spam-extra-header-to-number): Add X-Bogosity header parsing.
18821         (spam-user-format-function-S): Format the score correctly.
18823 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18825         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
18826         signature file.  Suggested by Manoj Srivastava
18827         <srivasta@golden-gryphon.com>.
18829         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
18830         iso-2022-jp even in the Japanese language environment.
18831         Suggested by Jason Rumney <jasonr@gnu.org>.
18833 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18835         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
18836         use the same characters as the dummy marks; make it free from
18837         getting affected by the language environment.
18838         (gnus-summary-read-group-1): Update mark positions only when the
18839         format spec is updated.
18841         * gnus-spec.el (gnus-update-format-specifications): Return a list
18842         of updated types.
18844 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18846         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
18847         of boundp to check if display-warning is available.
18849 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
18851         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
18853 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18855         * nnspool.el (nnspool-spool-directory): Use news-path if the
18856         news-directory variable is not bound.
18858         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
18859         function instead of display-warning if it is not available.
18861 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
18863         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
18864         v5-10: Use `point-at-bol'.
18866 2004-10-26  Simon Josefsson  <jas@extundo.com>
18868         * hashcash.el: Fix URL in comment, reported by Cheng Gao
18869         <chenggao@gmail.com>.
18871 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
18873         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
18874         instead.
18876 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
18878         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
18879         to remove a server from the nnimap-server-buffer-alist.
18880         (nnimap-open-connection, nnimap-close-server): Use it.
18882         * gnus-encrypt.el: Remove file in favor of encrypt.el.
18884 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18886         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
18887         running the major-mode function.
18889 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18891         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
18892         dummy marks in the right way.
18894 2004-10-18  David Edmondson  <dme@dme.org>
18896         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
18897         excessively.
18899 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
18901         * gnus-util.el (gnus-split-references): Accept a nil references
18902         string and go on blissfully.
18904         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
18905         cases where the references string is non-nil but has no references.
18907         * encrypt.el: Add autoload tags.
18909         * spam.el (spam-resolve-registrations-routine): Remove article
18910         from unregistration list too.  Reported by David Hanak
18911         <dhanak@isis.vanderbilt.edu>
18913 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
18915         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
18916         nil.  Change custom type.
18918 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
18920         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
18922         * gnus-sum.el (gnus-summary-move-article): Use it.
18924 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
18926         * encrypt.el: Add autoload cookies.
18928         * spam.el (spam-backend-article-list-property)
18929         (spam-backend-get-article-todo-list)
18930         (spam-backend-put-article-todo-list)
18931         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
18932         Resolve registrations separately.
18933         (spam-register-routine): Format comments.
18934         (spam-unregister-routine, spam-register-routine): Always call with
18935         specific-articles, no default list.
18936         (spam-summary-prepare-exit): Use the spam-classifications function.
18938         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
18939         gnus-encrypt.el.
18941         * encrypt.el: Copied from gnus-encrypt.el.
18943         * gnus-encrypt.el: Commented that it's obsolete.
18945 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18947         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
18948         (gnus-score-save): Use it.
18950         * message.el (message-bury): Use `window-dedicated-p'.
18952 2004-10-15  Simon Josefsson  <jas@extundo.com>
18954         * pop3.el (top-level): Don't require nnheader.
18955         (pop3-read-timeout): Add.
18956         (pop3-accept-process-output): Add.
18957         (pop3-read-response, pop3-retr): Use it.
18959 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
18961         * spam.el (spam-register-routine): Move comment.
18962         (spam-verify-bogofilter): Use 'unknown for the initial
18963         spam-bogofilter-valid state, not 'never.
18965         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
18966         for netrc-machine.
18968         * nnimap.el (nnimap-open-connection):
18969         Use netrc-machine-user-or-password.
18971 2004-10-17  Richard M. Stallman  <rms@gnu.org>
18973         * gnus-registry.el (gnus-registry-unload-hook):
18974         Set as a variable with add-hook.
18976         * nnspool.el (nnspool-spool-directory): Use news-directory instead
18977         of news-path.
18979         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
18981         * spam.el: Delete duplicate `provide'.
18982         (spam-unload-hook): Set as a variable with add-hook.
18984 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
18986         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
18987         in the doc string.
18989         * message.el (message-ignored-news-headers)
18990         (message-ignored-supersedes-headers)
18991         (message-ignored-resent-headers)
18992         (message-forward-ignored-headers): Improve custom type.
18994 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18996         * message.el (message-tokenize-header): Fix 2004-09-06 change
18997         which used point-min in the wrong place.
18999 2004-10-12  Simon Josefsson  <jas@extundo.com>
19001         * tls.el (tls-certtool-program): New variable.
19002         (tls-certificate-information): New function, based on
19003         ssl-certificate-information.
19005 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19007         * compface.el: Move the version of ELisp-based uncompface program
19008         to the contrib directory because of the copyright problem.
19010 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
19012         * message.el (message-kill-buffer): Raise the current frame.
19014 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
19016         * gnus-sum.el: Mention that multibyte characters don't work as marks.
19018         * gnus.el (message-y-or-n-p): Autoload.
19020         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
19021         (pop3-password-required, pop3-authentication-scheme)
19022         (pop3-leave-mail-on-server): Make customizable.
19023         (pop3): New custom group.
19024         (pop3-retr): Remove `sleep-for' statements.
19025         Suggested by Dave Love <fx@gnu.org>.
19027         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
19028         Windows/DOS.
19030         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19031         (imap-parse-body): Fix incorrect use of `assert'.
19032         Suggested by Dave Love <fx@gnu.org>.
19034         * mml.el (mml-minibuffer-read-disposition): Require match.
19035         Suggested by Dave Love <fx@gnu.org>.
19037 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
19039         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
19040         doc string.
19042 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19044         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
19046 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19048         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
19049         instead of calling `mm-insert-inline', to decode text/* parts
19050         before displaying them.
19052 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19054         * mm-uu.el (mm-uu-text-plain-type): New variable.
19055         (mm-uu-pgp-signed-extract-1): Use it.
19056         (mm-uu-pgp-encrypted-extract-1): Use it.
19057         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
19058         bind mm-uu-text-plain-type with that value.
19059         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
19060         mm-uu-dissect.
19062 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19064         * gnus-group.el (gnus-update-group-mark-positions):
19065         * gnus-sum.el (gnus-update-summary-mark-positions):
19066         * message.el (message-check-news-body-syntax):
19067         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
19068         of string-as-multibyte.
19070 2004-10-05  Juri Linkov  <juri@jurta.org>
19072         * gnus-group.el (gnus-update-group-mark-positions):
19073         * gnus-sum.el (gnus-update-summary-mark-positions):
19074         * message.el (message-check-news-body-syntax):
19075         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
19076         8-bit unibyte values to a multibyte string for search functions.
19078 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19080         * mm-uu.el (mm-uu-dissect): Allow optional arg.
19081         (mm-uu-dissect-text-parts): New function.
19083         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
19084         dissect text parts.
19086         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
19087         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
19089         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
19091         * gnus-topic.el (gnus-topic-hierarchical-parameters):
19092         Use gnus-current-topics instead of gnus-current-topic.
19094 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
19096         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
19098 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
19100         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
19101         where appropriate.
19103         * nnml.el (nnml-generate-active-info): do.
19105         * nndiary.el (nndiary-generate-active-info): do.
19107         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
19108         (gnus-topic-move): do.
19110         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
19111         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
19113         * gnus-srvr.el (gnus-server-prepare)
19114         (gnus-server-open-all-servers): do.
19116         * gnus-msg.el (gnus-summary-cancel-article)
19117         (gnus-summary-resend-message)
19118         (gnus-summary-mail-crosspost-complaint): do.
19120         * gnus-move.el (gnus-change-server): do.
19122         * gnus-group.el (gnus-group-unmark-all-groups)
19123         (gnus-group-set-current-level): do.
19125 2004-10-04  Simon Josefsson  <jas@extundo.com>
19127         * message.el (message-generate-hashcash): Doc fix.
19129 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
19131         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
19132         avoid infinite recursion via gnus-get-function.
19134 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
19136         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
19138         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
19140         * nnmail.el (nnmail-split-history): do.
19142         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
19143         (nnml-request-delete-group): do.
19145         * nnslashdot.el (nnslashdot-read-groups): do.
19147         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
19148         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
19150         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
19151         (nnspool-sift-nov-with-sed): Use last.
19152         (nnspool-retrieve-headers-with-nov): Use mapc.
19153         (nnspool-request-newgroups): Use dolist.
19154         (nnspool-request-group): Use last.
19156         * nntp.el (nntp-read-server-type): Use dolist.
19158         * nnvirtual.el (nnvirtual-create-mapping)
19159         (nnvirtual-update-read-and-marked): Use dolist.
19160         (nnvirtual-convert-headers): Simplify.
19162 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19164         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19165         Add support for sync'ing tick marks.
19167 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19169         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
19170         there's no visible header.
19172 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
19174         * gnus-agent.el (gnus-agent-synchronize-group-flags):
19175         When necessary, pass full group name to gnus-request-set-marks.
19177 2004-10-01  Simon Josefsson  <jas@extundo.com>
19179         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
19180         acroread.
19182 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19184         * spam-report.el (spam-report-gmane): Fix interactive.
19186         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
19188         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
19189         when writing file.
19190         (gnus-agent-synchronize-flags): Don't default to being
19191         interactive.
19193 2004-09-30  Simon Josefsson  <jas@extundo.com>
19195         * message.el (message-generate-hashcash): Add.
19196         (message-send-mail): Use it, call mail-add-payment.
19198 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
19200         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
19202 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
19204         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
19205         gnus-request-update-info with explicit code to sync the in-memory
19206         info read flags with the marks being sync'd to the backend.
19208         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
19210 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19212         * spam.el (spam-verify-bogofilter): Add new function.
19213         (spam-check-bogofilter)
19214         (spam-bogofilter-register-with-bogofilter): Use it.
19215         (spam-verify-bogofilter): Add small fixes.
19217 2004-09-28  Simon Josefsson  <jas@extundo.com>
19219         * hashcash.el (hashcash-generate-payment): Revert.
19221 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
19223         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19224         Use gnus-extract-references instead of gnus-split-references.
19226         * gnus-util.el (gnus-extract-references): Add new function, analogous
19227         to gnus-split-references but extracts only the message-ID without
19228         anything extra.
19230         * hashcash.el (hashcash-generate-payment)
19231         (hashcash-check-payment): Do the right thing if hashcash-path is
19232         nil (because the hashcash program could not be found).
19234         * spam.el (spam-use-hashcash): Remove comment.
19236 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
19238         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
19239         (gnus-cache-enter-article, gnus-cache-remove-article)
19240         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
19242         * gnus-async.el (gnus-async-prefetch-remove-group): do.
19244         * gnus-art.el (article-hide-boring-headers)
19245         (article-translate-strings, article-display-face)
19246         (gnus-article-mime-match-handle-first)
19247         (gnus-article-highlight-headers)
19248         (gnus-article-add-buttons-to-head): do.
19250 2004-09-27  Simon Josefsson  <jas@extundo.com>
19252         * hashcash.el: New version, from
19253         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
19254         ../contrib/.
19256 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19258         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
19260 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
19262         * gnus-dup.el (gnus-dup-open): Use mapc.
19263         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
19265         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
19266         Reported by Stefan Wiens <s.wi@gmx.net>.
19268         * gnus.el (gnus-shutdown): Use dolist.
19270         * gnus-undo.el (gnus-undo): Use mapc.
19272         * nnrss.el (nnrss-generate-active): do.
19274         * message.el (message-cite-original-without-signature)
19275         (message-cite-original): Use mapc.
19276         (message-do-actions, message-make-forward-subject): Use dolist.
19278 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19280         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
19281         deletion to remove entire duplicate line.  Fixes merged article
19282         number bug.
19284 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
19286         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
19287         servers that are offline.  Avoids having gnus-agent-toggle-plugged
19288         first ask if you want to open a server and then, even when you
19289         responded with no, asking if you want to synchronize the server's
19290         flags.
19291         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
19292         multi-line expressions.
19293         (gnus-agent-synchronize-group-flags): New internal function.
19294         Updates marks in memory (in the info structure) AND in the
19295         backend.
19297         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
19299         * nnagent.el (nnagent-request-set-mark):
19300         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
19301         method, to ensure that synchronization updates marks in the
19302         backend and in the info (in memory) structure.
19304 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19306         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
19307         convention fully; don't miss the root article of a thread; make
19308         the X-Draft-From header with correct article numbers.
19310 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
19312         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
19313         unless plugged.  Disable the agent so that an open failure causes
19314         an error.
19316         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
19317         Revert 2004-09-21 change.  The backend must be opened while
19318         synchronizing flags even when the backend stores the flags
19319         locally.
19321 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
19323         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
19324         in `header' match.  Reported by Svend Tollak Munkejord.
19326         * message.el (message-cite-original): Fix use of
19327         `message-cite-articles-with-x-no-archive'.
19329 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19331         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
19332         (gnus-window-to-buffer): Ditto.
19334         * mml.el (mml-preview-buffer): New variable.
19335         (mml-preview): Manage window layout with gnus-buffer-configuration.
19337         * gnus-msg.el (gnus-setup-message): Put article numbers into the
19338         X-Draft-From header even if those articles aren't quoted.
19340 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
19342         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
19343         (gnus-request-set-mark, gnus-request-update-mark): Use new
19344         g-s-t-u-l-m to decide to use backend even when unplugged.
19346 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19348         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
19349         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
19351 2004-09-20  Simon Josefsson  <jas@extundo.com>
19353         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
19354         "utf-16-le".
19356 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19358         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
19360 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
19362         * uudecode.el (uudecode-use-external): Add :version.
19364         * smime.el (smime-CA-file, smime-encrypt-cipher)
19365         (smime-dns-server): Add :version.
19367         * smiley.el (gnus-smiley-file-types): Add :version.
19369         * sha1.el (sha1-use-external): Add :version.
19371         * pgg-def.el (pgg-query-keyserver): Add :version.
19373         * nnmail.el (nnmail-fancy-expiry-targets)
19374         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
19375         Add :version.
19377         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
19378         (nnimap-retrieve-groups-asynchronous): Add :version.
19379         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
19381         * mml.el (mml-content-disposition-parameters)
19382         (mml-insert-mime-headers-always): Add :version.
19384         * mm-util.el (mm-coding-system-priorities): Add :version.
19386         * mm-decode.el (mm-inline-text-html-with-images)
19387         (mm-keep-viewer-alive-types, mm-external-terminal-program)
19388         (mm-verify-option): Add :version.
19389         (mm-text-html-renderer): Change :version.
19391         * message.el (message-fcc-externalize-attachments)
19392         (message-required-headers, message-draft-headers)
19393         (message-subject-trailing-was-query)
19394         (message-subject-trailing-was-ask-regexp)
19395         (message-subject-trailing-was-regexp, message-mark-insert-begin)
19396         (message-mark-insert-end, message-archive-header)
19397         (message-archive-note, message-cross-post-default)
19398         (message-cross-post-note, message-followup-to-note)
19399         (message-cross-post-note-function, message-use-mail-followup-to)
19400         (message-subscribed-address-functions)
19401         (message-subscribed-address-file, message-subscribed-addresses)
19402         (message-subscribed-regexps, message-allow-no-recipients)
19403         (message-yank-cited-prefix, message-signature-insert-empty-line)
19404         (message-hidden-headers, message-hierarchical-addresses)
19405         (message-mail-user-agent, message-use-idna)
19406         (message-valid-fqdn-regexp)
19407         (message-strip-special-text-properties, message-header-synonyms)
19408         (message-beginning-of-line, message-tab-body-function): Add :version.
19409         (message-insert-canlock, message-wide-reply-confirm-recipients):
19410         Change :version.
19412         * mail-source.el (mail-source-ignore-errors): Add :group, :type
19413         and :version.
19414         (mail-source-delete-old-incoming-confirm)
19415         (mail-source-movemail-program): Add :version.
19417         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
19418         (gnus-agent-cache, gnus-agent): Change :version.
19420         * gnus-util.el (gnus-use-byte-compile): Change :version.
19422         * gnus-sum.el (gnus-summary-make-false-root-always)
19423         (gnus-summary-default-high-score)
19424         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
19425         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
19426         (gnus-read-all-available-headers, gnus-article-emulate-mime)
19427         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
19428         (gnus-sum-thread-tree-single-indent)
19429         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
19430         (gnus-sum-thread-tree-leaf-with-other)
19431         (gnus-sum-thread-tree-single-leaf): Add :version.
19432         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
19433         (gnus-article-loose-mime): Change :version.
19435         * gnus-start.el (gnus-backup-startup-file)
19436         (gnus-save-startup-file-via-temp-buffer): Add :version.
19438         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
19439         (gnus-server-offline-face): Add :version.
19441         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
19443         * gnus-msg.el (gnus-gcc-externalize-attachments)
19444         (gnus-debug-files, gnus-debug-exclude-variables)
19445         (gnus-discouraged-post-methods): Change :version.
19446         (gnus-confirm-mail-reply-to-news)
19447         (gnus-confirm-treat-mail-like-news): Add :version.
19449         * gnus-int.el (gnus-server-unopen-status): Add :version.
19451         * gnus-group.el (gnus-group-jump-to-group-prompt)
19452         (gnus-large-ephemeral-newsgroup)
19453         (gnus-fetch-old-ephemeral-headers): Add :version.
19455         * gnus-fun.el (gnus-x-face-directory)
19456         (gnus-convert-pbm-to-x-face-command)
19457         (gnus-convert-image-to-x-face-command)
19458         (gnus-convert-image-to-face-command): Add :version.
19460         * gnus-delay.el (gnus-delay-default-hour): Add :version.
19462         * gnus-cite.el (gnus-cite-blank-line-after-header)
19463         (gnus-article-boring-faces): Add :version.
19465         * gnus-art.el (gnus-buttonized-mime-types)
19466         (gnus-inhibit-mime-unbuttonizing)
19467         (gnus-treat-display-face)
19468         (gnus-treat-body-boundary): Change :version.
19469         (gnus-body-boundary-delimiter, gnus-picon-databases)
19470         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
19471         (gnus-treat-date-english, gnus-treat-fold-headers)
19472         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
19473         (gnus-treat-mail-picon, gnus-treat-wash-html)
19474         (gnus-article-encrypt-protocol)
19475         (gnus-use-idna, gnus-article-over-scroll)
19476         (gnus-mime-display-multipart-alternative-as-mixed)
19477         (gnus-mime-display-multipart-related-as-mixed)
19478         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
19479         (gnus-ctan-url, gnus-button-ctan-handler)
19480         (gnus-button-handle-ctan-bogus-regexp)
19481         (gnus-button-ctan-directory-regexp)
19482         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
19483         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
19484         (gnus-button-man-level, gnus-button-emacs-level)
19485         (gnus-button-message-level, gnus-button-browse-level): Add :version.
19487         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
19488         (gnus-agent-go-online): Change :version.
19489         (gnus-agent-expire-unagentized-dirs)
19490         (gnus-agent-auto-agentize-methods): Add :version.
19492         * flow-fill.el (fill-flowed-display-column)
19493         (fill-flowed-encode-column): Add :version.
19495         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
19496         (gnus-outlook-deuglify-unwrap-max)
19497         (gnus-outlook-deuglify-cite-marks)
19498         (gnus-outlook-deuglify-unwrap-stop-chars)
19499         (gnus-outlook-deuglify-no-wrap-chars)
19500         (gnus-outlook-deuglify-attrib-cut-regexp)
19501         (gnus-outlook-deuglify-attrib-verb-regexp)
19502         (gnus-outlook-deuglify-attrib-end-regexp)
19503         (gnus-outlook-display-hook): Add :version.
19505         * binhex.el (binhex-use-external): Add :version.
19507 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
19509         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
19510         and `invisible'.
19512 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
19514         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
19515         in gnus-registry-trim.
19517 2004-09-13  Simon Josefsson  <jas@extundo.com>
19519         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
19521         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
19523         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
19524         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19525         <yamaoka@jpl.org>.
19526         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
19527         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
19528         <yamaoka@jpl.org>.
19530         * sieve.el (sieve-manage-mode): Ditto.
19532 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
19534         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
19536 2004-09-11  Simon Josefsson  <jas@extundo.com>
19538         * dns-mode.el: Add.
19540         * mm-view.el (mm-display-dns-inline): Add.
19542         * mm-decode.el (mm-inline-media-tests): Add text/dns.
19543         (mm-automatic-display): Ditto.
19545         * mailcap.el (mailcap-mime-data): Add text/dns.
19546         (mailcap-mime-extensions): Map .soa to text/dns.
19548 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
19550         * gnus-art.el (article-decode-mime-words, article-babel)
19551         (gnus-article-highlight-signature, gnus-article-add-buttons)
19552         (gnus-signature-toggle): Remove unnecessary bindings of
19553         `inhibit-read-only' inherited from v5.10 merge.
19555 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
19557         * nntp.el (nntp): New customization group.
19558         (nntp-authinfo-file): Add customization group.
19560         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
19562         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
19564         * gnus.el (to-address, to-list, subscribed)
19565         (large-newsgroup-initial): Ditto.
19567         * flow-fill.el (fill-flowed-display-column)
19568         (fill-flowed-encode-column): Ditto.
19570 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19572         * message.el (message-tokenize-header, message-send-mail-with-qmail):
19573         Use point-min rather than 1.
19574         (message-send-mail): Use buffer-size rather than point-max.
19576         * gnus-sum.el (gnus-summary-search-article-forward):
19577         Signal a specific `search-failed' rather than a generic `error'.
19579         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
19580         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
19581         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
19583 2004-09-10  Simon Josefsson  <jas@extundo.com>
19585         * nndb.el (require): Remove tcp and duplicate cl.
19587 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19589         * gnus-agent.el (directory-files-and-attributes): Move forward.
19591 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19593         * gnus-agent.el (directory-files-and-attributes):
19594         Optionally defined to support XEmacs.
19596 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
19598         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
19599         to avoid run-time CL dependencies.
19600         (gnus-agent-unfetch-articles): New function.
19601         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
19602         article numbers even when local .overview file is missing.
19603         (gnus-agent-read-article-number): New function.  Only accepts
19604         27-bit article numbers.
19605         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
19606         Use gnus-agent-read-article-number.
19607         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
19608         from backend while recognizing that article numbers in .overview
19609         must be valid.
19610         (gnus-agent-update-files-total-fetched-for):
19611         Use directory-files-and-attributes to improve performance.
19612         * gnus-int.el (gnus-request-move-article):
19613         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
19614         improve performance.
19616         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
19617         some users confused by references to .newsrc when they only have a
19618         .newsrc.eld file.
19619         (gnus-convert-mark-converter-prompt)
19620         (gnus-convert-converter-needs-prompt): Fix use of property list.
19621         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
19622         New function.  Used internally to only display 'gnus converting
19623         files' message when actually necessary.
19625         * gnus-sum.el (): Remove (require 'gnus-agent) as required
19626         methods now autoloaded.
19628 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19630         * gnus-sum.el (gnus-summary-insert-subject): Remove list
19631         identifiers.
19633 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
19635         * gnus-picon.el: Fix indentation and closing parenthesis.
19637 2004-09-01  Simon Josefsson  <jas@extundo.com>
19639         * message.el (message-canlock-generate): Require sha1, not
19640         sha1-el.  (Can we get rid of this require altogether?  It is ugly
19641         to require within a function.  Sadly, if sha1.el isn't loaded, the
19642         let binding in m-c-g will hide the defcustom definition, which is
19643         bad.)
19645         * canlock.el: Require sha1, not sha1-el.
19647         * message.el: Don't autoload sha1 (there is a autoload cookie in
19648         sha1.el).
19650         * sha1-el.el: Rename to sha1.el.
19652 2004-08-30  Juanma Barranquero  <lektu@terra.es>
19654         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
19656 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19658         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
19660 2004-08-30  Kim F. Storm  <storm@cua.dk>
19662         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
19664         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
19665         Add :group 'nnimap.
19667 2004-08-30  Andreas Schwab  <schwab@suse.de>
19669         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
19670         ?* and ?\;.
19672         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
19673         and ?\' to symbol instead of whitespace.
19675 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
19679         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
19680         instead of re-search-forward.
19682         * gnus-uu.el (gnus-uu-save-article): Ditto.
19683         (gnus-uu-post-encode-uuencode): Ditto.
19685         * html2text.el (html2text-clean-list-items): Ditto.
19686         (html2text-clean-dtdd): Ditto.
19687         (html2text-format-tags): Ditto.
19689         * message.el (message-send-mail-with-sendmail): Fix regexp.
19690         (message-fill-field-general): Use search-forward instead of
19691         re-search-forward.
19692         (unbold-region): Ditto.
19694         * nnrss.el (nnrss-request-article): Ditto.
19696         * nnslashdot.el (nnslashdot-request-article): Ditto.
19698         * nnweb.el (nnweb-gmane-wash-article): Ditto.
19700         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
19701         "Unrecognized menu descriptor" error in XEmacs.
19703 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
19705         * gnus-sum.el (gnus-read-header): Don't remove a header for the
19706         parent article of a sparse article in the thread hashtb.
19708 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
19710         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
19711         (nnmail-expand-newtext): Lowercase expanded entries if
19712         nnmail-split-lowercase-expanded is non-nil.
19714 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19716         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
19718         * gnus-group.el (gnus-group-line-format-alist): Convert the value
19719         of gnus-tmp-news-method into string under XEmacs.  It will be
19720         passed to gnus-correct-length which takes only a string argument.
19722 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19724         * gnus-util.el (gnus-bind-print-variables): New macro.
19725         (gnus-prin1): Use it.
19726         (gnus-prin1-to-string): Use it.
19727         (gnus-pp): New function.
19728         (gnus-pp-to-string): New function.
19730         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
19731         Replace pp-to-string with gnus-pp-to-string.
19732         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
19733         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
19734         * gnus-msg.el (gnus-debug): Ditto.
19735         * gnus-score.el (gnus-score-save): Ditto.
19736         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
19737         gnus-pp-to-string.
19738         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
19739         with gnus-pp.
19740         * score-mode.el (gnus-score-pretty-print): Ditto.
19741         * webmail.el (webmail-debug): Ditto.
19743 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19745         * gnus-art.el (article-display-face, article-display-x-face):
19746         Use buffer-read-only.
19748 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19750         * gnus-art.el (article-hide-list-identifiers):
19751         Bind inhibit-read-only as t.
19753 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
19755         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
19757 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19759         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
19760         (gnus-narrow-to-page): Don't assume point-min == 1.
19761         (gnus-article-edit-mode): Derive from message-mode.
19763         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
19764         point-min == 1.
19766         * imap.el (imap-parse-address-list, imap-parse-body-ext):
19767         Disable incorrect use of `assert'.
19769         * message.el (message-mode): Set comment-start-skip.
19771 2004-08-22  Sam Steingold  <sds@gnu.org>
19773         * pop3.el (pop3-leave-mail-on-server): New user variable.
19774         (pop3-movemail): Delete mail only when it is nil.
19776 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
19778         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
19780         * mml.el (mml-preview): Use `pop-to-buffer'.
19782         * message.el (message-goto-mail-followup-to): Insert after "To".
19783         (message-carefully-insert-headers): Add comment.
19785         * gnus.el: Remove unused variable `gnus-article-check-size'.
19787         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
19789         * gnus-art.el (gnus-button-alist):
19790         Improve `gnus-button-handle-library' entry.
19792 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
19794         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
19795         Use downcase, since XEmacs capitalizes error messages differently.
19797 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
19799         * nntp.el: Add (require 'gnus) due to reference to
19800         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
19802 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
19804         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
19805         Bind `mm-fill-flowed'.
19807         * mm-decode.el (mm-dissect-singlepart): Check it.
19809 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
19811         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
19812         'imap' for netrc parsing.
19814 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
19816         * mailcap.el (mailcap-mime-data): Mark as risky.
19818 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19820         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
19821         may be included in the encoded word.
19822         (rfc2047-encode): Don't append a space if the encoded word
19823         includes close parenthesis.
19825 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19827         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
19828         of text within parentheses.
19830 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
19832         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
19833         (gnus-encrypt-write-file-contents): Make the password key the file
19834         name PLUS the cipher, not just the cipher.  Also remove failed
19835         passwords from the cache.
19837 2004-08-06  Simon Josefsson  <jas@extundo.com>
19839         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
19840         Doc fix.
19842 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19844         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
19845         LWSP.
19847 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
19849         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19850         Try to append in-reply-to: data to the references: header.
19852         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
19853         (netrc-parse): Use gnus-encrypt.el functions.
19855         * gnus-encrypt.el: Add new file for encryption support; currently
19856         does only a few GPG ciphers and an internal XOR cipher.
19858         * password.el: Add comments on using password-read-and-add.
19859         (password-read-and-add): Add function to read and add the
19860         password to the cache at once.
19862 2004-07-28  Simon Josefsson  <jas@extundo.com>
19864         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
19865         parameter (but don't use it, for now).
19867         * imap.el (imap-ssl-open): Use imap-process-connection-type,
19868         instead of hard coding to nil.
19870 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19872         * mm-view.el (mm-inline-image-emacs): Open lines under an image
19873         as mm-inline-image-xemacs does.
19875 2004-07-26  Simon Josefsson  <jas@extundo.com>
19877         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
19878         Revert part of 2004-07-17 change below.
19880 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19882         * rfc2047.el (rfc2047-encode-region): Don't infloop.
19883         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19885 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19887         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
19888         quotes that actually start with ">" at the beginning of the
19889         lines.
19891 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19893         * rfc2047.el (rfc2047-encode-region): Fix last change.
19894         (rfc2047-encode-parameter): Remove useless concat.
19896 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19898         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
19899         encode special characters; fix some kind of misconfigured headers;
19900         signal a real error if debug-on-quit or debug-on-error is non-nil.
19901         (rfc2047-encode-max-chars): New variable.
19902         (rfc2047-encode-1): Use it.
19903         (rfc2047-encode-parameter): New function.
19905         * mml.el (mml-insert-parameter): Remove an excessive space.
19907 2004-07-17  Simon Josefsson  <jas@extundo.com>
19909         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
19910         Kai Grossjohann <kai@emptydomain.de>.
19911         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
19912         (gnus-group-make-menu-bar): Ditto.
19914         * gnus-util.el (gnus-group-server): Add.
19916 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
19918         * message.el (message-clone-locals): Clone sendmail and smtp
19919         variables.
19921 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19923         * rfc2047.el (rfc2047-encode-region): Fix last change.
19925 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19927         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
19928         characters as non-special.
19930 2004-07-09  Simon Josefsson  <jas@extundo.com>
19932         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
19933         Users will lose all flag changes made while unplugged with
19934         e.g. nntp unless flag synchronization happens, thus `nil' is not a
19935         good default.  See numerous reports on ding mailing list.
19937 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19939         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
19940         add generate-head-function and generate-article-function to the
19941         rfc822-forward entry.
19942         (nndoc-rfc822-forward-generate-article): New function.
19943         (nndoc-rfc822-forward-generate-head): New function.
19945         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
19947 2004-07-06  Dan Christensen  <jdc@uwo.ca>
19949         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
19950         respect display group parameter and gnus-summary-expunge-below.
19951         (gnus-articles-to-read): Remove unused reference to display group
19952         parameter.
19954 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19956         * nnheader.el (nnheader-uniquify-message-id): New experimental
19957         variable.
19958         (nnheader-nov-read-message-id): Use it.
19960         * spam-report.el (spam-report-gmane): Add interactive.
19962 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19964         * mm-encode.el (mm-content-transfer-encoding-defaults):
19965         Use qp-or-base64 for the application/* types.
19967 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
19969         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
19971 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
19973         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
19974         trim value.
19976 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19978         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
19979         New macro and function.
19980         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
19982 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19984         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
19985         after-load-alist.
19987 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19989         * gnus-group.el (gnus-group-get-new-news-this-group):
19990         Don't update info that isn't there.
19992 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
19994         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
19995         entry.
19997 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19999         * mm-view.el (mm-inline-render-with-function): Use multibyte
20000         buffer; decode html source by charset.
20002         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
20004         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
20005         Mule-UCS is loaded under XEmacs.
20006         (mm-mime-mule-charset-alist): Avoid duplicated entries.
20008 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
20010         * nnheader.el (nnheader-max-head-length): Increase to 8192.
20012 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20014         * mm-util.el (mm-coding-system-p): Return a coding-system.
20015         (mm-mime-mule-charset-alist): Use shift_jis instead of
20016         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
20017         entries for the mime charsets iso-2022-jp-3 and shift_jis.
20018         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
20019         instead of japanese-shift-jis and iso-latin-1 respectively in
20020         order to share the default value with both Emacs and XEmacs-mule.
20021         (mm-mule-charset-to-mime-charset):
20022         Make mm-coding-system-priorities effective.
20023         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
20024         while predicating of candidates upon the priorities.
20026 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
20028         * gnus-sum.el (gnus-summary-make-menu-bar):
20029         Add gnus-uu-invert-processable.
20031         * gnus.el: Autoload gnus-uu-invert-processable.
20033 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20035         * mm-util.el (mm-with-multibyte-buffer): New macro.
20037         * rfc2047.el (rfc2047-encode-string): Use it.
20038         (rfc2047-encode-region): Move point to the end of the region after
20039         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
20041 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20043         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
20044         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
20046 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20048         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
20049         (gnus-cite-parse): Ignore quoted envelope From_.
20050         Suggested by Karl Chen <quarl@nospam.quarl.org>.
20052 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
20054         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
20055         invalid addresses.
20057 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
20059         * spam.el: Change section markers, revise TODO list.
20060         (spam-backends): Make new master list of all installed backends.
20061         (spam-summary-exit-behavior): Add new variable to determine how
20062         messages moves are done at summary exit.
20063         (spam-move-spam-nonspam-groups-only)
20064         (spam-process-ham-in-nonham-groups)
20065         (spam-process-ham-in-spam-groups): Remove variables, the
20066         spam-summary-exit-behavior variable should be used to manage this
20067         behavior.
20068         (spam-old-ham-articles, spam-old-spam-articles): Remove.
20069         (spam-old-articles): Add variable, replacing spam-old-ham-articles
20070         and spam-old-spam-articles.
20071         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
20072         Add empty variables, placeholders for the backends they represent.
20073         (spam-set-difference): Move, unchanged.
20074         (spam-list-of-processors): Declare OBSOLETE, not used anymore
20075         unless the user has a processor variable.
20076         (spam-classifications, spam-classification-valid-p)
20077         (spam-backend-properties, spam-backend-property-valid-p)
20078         (spam-backend-function-type-valid-p)
20079         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
20080         (spam-report-articles-gmane, spam-report-articles-resend):
20081         Remove functions, they are not needed.
20082         (spam-install-backend-super, spam-backend-list)
20083         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
20084         (spam-backend-function, spam-backend-ham-registration-function)
20085         (spam-backend-spam-registration-function)
20086         (spam-backend-ham-unregistration-function)
20087         (spam-backend-spam-unregistration-function)
20088         (spam-backend-statistical-p, spam-backend-mover-p)
20089         (spam-install-backend-alias, spam-install-checkonly-backend)
20090         (spam-install-mover-backend, spam-install-nocheck-backend)
20091         (spam-install-backend, spam-install-statistical-backend)
20092         (spam-install-statistical-checkonly-backend): Add backend installation
20093         support.
20094         (spam-summary-prepare-exit): Rewrite to use the new backend code.
20095         (spam-group-processor-p): Use the new backend code and respect the
20096         summary exit behavior.
20097         (spam-mark-spam-as-expired-and-move-routine): Remove.
20098         (spam-summary-prepare): Change to use the new spam-old-articles
20099         variable.
20100         (spam-copy-or-move-routine, spam-copy-spam-routine)
20101         (spam-move-spam-routine, spam-copy-ham-routine)
20102         (spam-move-ham-routine): Add code to copy/move ham or spam.
20103         (spam-fetch-field-fast): Improve doc and code, plus allow the
20104         'number request.
20105         (spam-list-of-checks, spam-list-of-statistical-checks):
20106         Remove variables.
20107         (spam-split, spam-find-spam): Use the new backend code.
20108         (spam-registration-functions): Remove variable.
20109         (spam-unregister-routine): Add convenience wrapper.
20110         (spam-log-undo-registration, spam-register-routine)
20111         (spam-log-processing-to-registry)
20112         (spam-log-unregistration-needed-p): Rename "check" to "backend"
20113         where possible.
20114         (spam-check-gmane-xref, spam-check-regex-headers)
20115         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
20116         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
20117         (spam-check-bogofilter-headers, spam-check-spamoracle)
20118         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
20119         (spam-check-crm114-headers): Use the spam-split-group that
20120         spam-split prepares, no need to determine it every time.
20122         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
20123         to the nnheader-parse-naked-head call.
20125         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
20127         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
20128         the nnheader-nov-read-message-id call.
20130 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20132         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
20133         gnus-activate-group twice.  Suggested by Markus Peter
20134         <warp@spin.de>.
20136 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20138         * gnus-art.el (gnus-article-time-format): Exchange the order of
20139         day and month in the default value; fix customization type.
20140         (article-date-ut): Use add-text-properties.
20141         (article-make-date-line): Use message-make-date instead of
20142         current-time-string.
20144         * message.el (message-fetch-field): Don't use set-text-properties.
20145         (message-make-date): Simplify.
20147 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20149         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
20150         (rfc2047-encode-region): Treat text within parentheses as special;
20151         show the original text when error has occurred.
20153         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
20154         already-computed method to gnus-activate-group.
20156         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
20157         same select-methods identical Lisp objects.
20159         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
20160         object when modifying the info.
20162 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20164         * gnus-srvr.el (gnus-server-set-info): Remove the server from
20165         gnus-opened-servers since it has never been opened with the new
20166         configuration yet.
20168 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20170         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
20171         arg to nnheader-generate-fake-message-id.
20173 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
20175         * nnheader.el (nnheader-generate-fake-message-id): Accept a
20176         number and build a fake message ID localized to a group and
20177         article number (so it's repeatable from that point on).
20178         (nnheader-fake-message-id-p): Change regex to accommodate new fake
20179         ID format.
20181         * gnus-sum.el (gnus-get-newsgroup-headers):
20182         Call nnheader-generate-fake-message-id with the article number.
20184 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
20186         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
20187         end-of-buffer.
20189 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20191         * message.el (message-ignored-supersedes-headers): Add Approved.
20193 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
20195         * rfc2047.el (rfc2047-encode-message-header): Remove useless
20196         goto-char.
20197         (rfc2047-encode): Fold the line before encoding.
20199 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20201         * rfc2047.el (rfc2047-encode-message-header): Disabled header
20202         folding -- not all headers can be folded, and this should be done
20203         by the message composition mode.  Probably.  I think.
20205 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20207         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
20208         fast.
20210         * gnus-ems.el (gnus-remove-image): Don't use
20211         message-text-with-property; remove only the image found first.
20213 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
20215         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
20217 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20219         * message.el (message-text-with-property): Make it fast and accept
20220         optional arguments.
20221         (message-strip-forbidden-properties): Use it.
20222         (message-fix-before-sending): Follow the m-t-w-p change.
20224         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
20226 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20228         * gnus-art.el (article-hide-headers): Don't change the buffer
20229         mistakenly when performing mml-preview even if
20230         gnus-single-article-buffer is nil.
20232 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
20234         * message.el (message-expand-name-databases): New user option.
20235         (message-expand-name): Use it.
20237 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
20239         * spam.el (spam-report-articles-resend)
20240         (spam-report-resend-register-routine): Allow ham reporting.
20241         (spam-report-resend-register-ham-routine): Add wrapper.
20242         (spam-registration-functions): Add ham resending functions.
20243         (spam-list-of-processors): Add ham resend processor.
20245         * gnus.el (ham-resend-to): Add new group parameter.
20246         (spam-process): Add ham resend option.
20248         * spam-report.el (spam-report-resend): Allow reporting ham.
20249         (spam-report-resend-ham): Add wrapper.
20251 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20253         * message.el (message-cite-articles-with-x-no-archive):
20254         New variable.
20255         (message-cite-original): Use it.
20257 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20259         * message.el (message-cite-original): Respect X-No-Archive.
20261 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20263         * gnus-art.el (article-hide-headers): Refer to the values for
20264         gnus-ignored-headers and gnus-visible-headers in the summary
20265         buffer since a user may have set them as group parameters.
20267 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
20269         * assistant.el (assistant-node-name): Add convenience function.
20270         (assistant-render-text, assistant-render-node): Add error handling,
20271         plus handle multiple next nodes.
20272         (assistant-find-next-node): Comment out for now.
20273         (assistant-find-next-nodes): Add function, returns list of next
20274         nodes.
20276 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
20278         * mail-source.el (mail-source-directory): Fix doc-string.
20280 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
20282         * assistant.el (assistant-render-text, assistant-eval): Add :set
20283         widget type, which is different because it takes and returns a
20284         list.  Much hilarity ensues.
20286 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
20288         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
20290         * gnus-group.el (gnus-group-get-new-news-this-group):
20291         Add doc-string.
20293         * gnus-start.el (gnus-activate-group): Add doc-string.
20295 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20297         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
20299 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
20301         * assistant.el (assistant-render-text): Try to add a :set
20302         widget, more to come.
20304         * spam.el (spam-group-spam-contents-p): Handle empty groupname
20305         strings.
20306         (spam-report-articles-resend)
20307         (spam-register-routine): Do registration iff any articles warrant
20308         it.
20309         (spam-summary-prepare-exit): Change log message for nil group
20310         destinations.
20312 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
20314         * spam.el (spam-report-resend-register-routine):
20315         Allow spam-report-resend-to to be a group parameter or a global value.
20317 2004-05-26  Simon Josefsson  <jas@extundo.com>
20319         * starttls.el: Merge with my GnuTLS based starttls.el.
20320         (starttls-gnutls-program, starttls-use-gnutls)
20321         (starttls-extra-arguments, starttls-process-connection-type)
20322         (starttls-connect, starttls-failure, starttls-success):
20323         New variables.
20324         (starttls-program, starttls-extra-args): Doc fix.
20325         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
20326         New functions.
20327         (starttls-negotiate, starttls-open-stream):
20328         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
20329         function if it is set.
20331 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20333         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
20334         structured fields.
20336 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20338         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
20340 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
20342         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
20343         Add variable.
20344         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
20345         assigning the spam-mark to new messages.
20347 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
20349         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
20351 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20353         * rfc2047.el (rfc2047-encodable-p): Don't move point.
20354         (rfc2047-decode): Treat the ascii coding-system as raw-text by
20355         default.
20357 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
20359         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
20360         correct data.
20362 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
20364         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
20365         (spam-group-processor-p): Fix function.
20366         (spam-group-processor-multiple-p)
20367         (spam-group-spam-processor-report-gmane-p)
20368         (spam-group-spam-processor-report-resend-p)
20369         (spam-group-spam-processor-bogofilter-p)
20370         (spam-group-spam-processor-blacklist-p)
20371         (spam-group-spam-processor-ifile-p)
20372         (spam-group-ham-processor-ifile-p)
20373         (spam-group-spam-processor-spamoracle-p)
20374         (spam-group-spam-processor-crm114-p)
20375         (spam-group-ham-processor-bogofilter-p)
20376         (spam-group-spam-processor-stat-p)
20377         (spam-group-ham-processor-stat-p)
20378         (spam-group-ham-processor-whitelist-p)
20379         (spam-group-ham-processor-BBDB-p)
20380         (spam-group-ham-processor-spamoracle-p)
20381         (spam-group-ham-processor-copy-p): Remove functions with some
20382         prejudice against unneeded code.
20383         (spam-report-articles-resend)
20384         (spam-report-resend-register-routine): Allow the group/topic
20385         spam-resend-to value to override spam-report-resend-to.
20386         (spam-summary-prepare-exit): Invoke spam-group-processor-p
20387         properly now.
20389         * gnus.el (spam-resend-to): Add group/topic parameter.
20390         (spam-process): Move the OBSOLETE processors to the end of the
20391         choices.
20393 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
20395         * spam-report.el (spam-report-resend-to, spam-report-resend):
20396         Start with resend-to set to nil, and then ask the user if necessary.
20397         (spam-report-resend): spam-report-resend takes a list of articles, not
20398         separate article numbers.
20400 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20402         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
20403         addition to emacs-w3m.
20405 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20407         * assistant.el (assistant-authinfo-data): New function.
20408         (assistant-eval): Eval for entire assistant.
20410         * netrc.el (netrc-services-file): New variable.
20411         (netrc-parse-services): New function.
20412         (netrc-find-service-name): New function.
20413         (netrc-find-service-number): New function.
20414         (netrc-port-equal): New function.
20415         (netrc-machine): Use it.
20417         * nnimap.el (nnimap-open-connection): Use netrc.
20419         * gnus-util.el (gnus-netrc-get): Remove aliases.
20421         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
20423         * assistant.el (wid-edit): Fix compilation.
20425         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
20427 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
20429         * gnus-util.el (gnus-set-file-modes): New function.  (small
20430         patch).
20432 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20434         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
20436         * assistant.el (assistant-render-node): Fix up rendering and
20437         read-only text.
20438         (assistant-render-node): Reset.
20439         (assistant-make-read-only): Not sticky.
20441 2004-05-20  Danny Siu  <dsiu@adobe.com>
20443         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
20444         centered even when gnus-auto-center-summary is t
20446 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20448         * dns.el (dns-get-txt-answer): New function.
20449         (dns-read-txt): Ditto.
20450         (query-dns): Use it.
20452 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20454         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
20455         active for foreign groups even if the group level is higher than
20456         the specified value.
20458 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20460         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
20461         non-active groups.
20463         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
20465 2004-05-20  Magnus Henoch  <mange@freemail.hu>
20467         * dns.el (dns-read-type): Add support for SVR.  (small patch)
20469 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
20471         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
20472         (spam-crm114-header, spam-crm114-spam-switch)
20473         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
20474         (spam-crm114-positive-spam-header)
20475         (spam-crm114-database-directory, spam-list-of-processors)
20476         (spam-group-spam-processor-crm114-p)
20477         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
20478         (spam-generic-score, spam-list-of-checks)
20479         (spam-list-of-statistical-checks, spam-registration-functions)
20480         (spam-check-crm114-headers, spam-crm114-score)
20481         (spam-check-crm114, spam-crm114-register-with-crm114)
20482         (spam-crm114-register-spam-routine)
20483         (spam-crm114-unregister-spam-routine)
20484         (spam-crm114-register-ham-routine)
20485         (spam-crm114-unregister-ham-routine): Add CRM114 support.
20487 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
20489         * gnus.el: Add spam-use-crm114.
20491         * spam.el (spam-list-of-processors, spam-registration-functions):
20492         Add spam-use-resend.
20493         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
20494         (spam-report-articles-gmane): Add doc fix.
20495         (spam-report-articles-resend, spam-report-resend-register-routine):
20496         Add wrappers around spam-report-resend-to.
20498         * spam-report.el (spam-report-resend-to, spam-report-resend):
20499         Add support for resending spam.
20500         (spam-report-gmane): Fix line length >80.
20502         * gnus.el (spam-process): Add spam-use-resend.
20504 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20506         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
20507         number of processed spam messages.
20508         (spam-ham-copy-or-move-routine): Return the number of processed
20509         ham messages.
20510         (spam-summary-prepare-exit): Use the above values to decide
20511         whether status messages shouled be displayed.
20513 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
20515         * rfc2047.el (rfc2047-encode-function-alist): Rename from
20516         `rfc2047-encoding-function-alist' in order to avoid conflicting
20517         with the old version.
20518         (rfc2047-encode-region): Concatenate words containing non-ASCII
20519         characters in structured fields; don't encode space-delimited
20520         ASCII words even in unstructured fields; don't break words at
20521         char-category boundaries.
20522         (rfc2047-encode-1): New function.
20523         (rfc2047-encode): Use it; encode text so that it occupies the
20524         maximum width within 76-column; work correctly on Q encoding for
20525         iso-2022-* charsets.
20526         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
20527         sure not to break a line just after the header name.
20528         (rfc2047-b-encode-region): Remove.
20529         (rfc2047-b-encode-string): New function.
20530         (rfc2047-q-encode-region): Remove.
20531         (rfc2047-q-encode-string): New function.
20533         * mm-util.el (mm-replace-in-string): New function.
20535 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20537         * gnus-msg.el (gnus-inews-make-draft-meta-information):
20538         Really get it right.
20539         (gnus-inews-make-draft): Really.
20541 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
20543         * nnmh.el (nnmh-request-list-1): Don't check the link count
20544         before descending.  (small patch)
20546 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20548         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
20549         stuff.
20551         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
20552         Match on real group name.
20554         * gnus-art.el (gnus-signature-limit): Doc fix.
20556         * gnus-msg.el (gnus-inews-make-draft): Quote list.
20558 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20560         * gnus-draft.el (gnus-draft-send):
20561         Bind rfc2047-encode-encoded-words.
20563         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
20564         (rfc2047-encodable-p): Say that =? needs encoding.
20565         (rfc2047-encode-encoded-words): New variable.
20567         * gnus-group.el (gnus-group-select-group): Doc fix.
20569         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
20571         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
20572         to nil.
20574         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
20576         * nnheader.el (nnheader-get-lines-and-char): New function.
20578 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
20580         * gnus-msg.el (gnus-summary-followup-with-original):
20581         Document yanking of region when active.
20583 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20585         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
20586         groups if the group level is higher than the specified value.
20588 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20590         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
20591         (gnus-group-jump-to-group): Add prefix argument using
20592         `gnus-group-jump-to-group-prompt'.  Query before jumping to
20593         non-active group.
20595         * compface.el (uncompface): Be verbose when changing
20596         `uncompface-use-external'.
20598         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
20599         handle manual section.
20601 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20603         * gnus-art.el (gnus-button-alist): Revert previous change.
20605 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20607         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
20609 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20611         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
20612         whether backend can accept message.
20614         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
20616 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
20618         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20619         Avoid creating directory when nntp-marks-is-evil is true.
20620         Reported by Reiner Steib.
20622 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
20624         * gnus-picon.el (gnus-picon-insert-glyph):
20625         Add optional `nostring' argument.
20627 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20629         * gnus-picon.el (gnus-picon-style): New variable.
20630         (gnus-picon-transform-address): Support `gnus-picon-style'.
20632 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20634         * message.el (message-fill-field): Return point.
20635         (message-generate-headers): Go to end of field.
20637         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
20638         stuff for non-living groups.
20640 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
20642         * gnus-art.el (gnus-article-followup-with-original)
20643         (gnus-article-reply-with-original): gnus-mark-active-p ->
20644         gnus-region-active-p.
20646 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
20648         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
20649         only when there is spam or ham to be processed.
20651 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20653         * mail-source.el (mail-source-delete-crash-box): Refactor.
20654         (mail-source-fetch): Use it.
20655         (mail-source-fetch-file): Ditto.
20656         (mail-source-fetch-directory): Run PostScript in loop.
20657         (mail-source-fetch-pop): Delete.
20658         (mail-source-fetch-maildir): Ditto.
20659         (mail-source-fetch-imap): Ditto.
20661         * imap.el (imap-authenticators): Comment out sasl.
20663         * message.el (message-skip-to-next-address): New function.
20664         (message-fill-header-address): Refactor.
20665         (message-fill-address): Use it.
20666         (message-delete-address): Use it.
20667         (message-fill-header-general): Refactor.
20668         (message-fill-field-address): Rename.
20669         (message-narrow-to-field): Find the start of the header.
20670         (message-header-format-alist): Don't pre-fill.
20671         (message-fill-header): Remove.
20672         (message-insert-header): New function.
20673         (message-shorten-references): Use it.
20675         * rfc2047.el (rfc2047-field-value): Strip props.
20677         * mail-parse.el (mail-header-make-address): New alias.
20679         * ietf-drums.el (ietf-drums-make-address): New function.
20681         * imap.el: Add compiler directives.
20683         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
20685         * gnus-art.el (article-decode-idna-rhs): Don't use
20686         message-idna-inside-rhs-p.
20688 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20690         * message.el (message-idna-inside-rhs-p): Remove.
20691         (message-idna-to-ascii-rhs-1): Use proper address parsing.
20693         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
20694         false positives.
20696 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
20698         * imap.el (imap-sasl-make-mechanisms): Use sasl.
20700 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20702         * nneething.el (nneething-file-name): Don't create spurious
20703         files.
20705         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
20706         (gnus-inews-do-gcc): Remove sleep.
20708         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
20709         part under point.
20711         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
20712         (gnus-agent-regenerate-group): Using nil messages aren't valid.
20714 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
20716         * spam.el (spam-summary-prepare-exit): Fix (length).
20718 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
20720         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
20721         as expired without moving it" message when there are spam
20722         messages left.
20724 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
20726         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
20727         header is not nil.
20729 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
20731         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
20732         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
20733         (nntp-marks-changed-p): New arg SERVER.
20734         (nntp-request-update-info): Adjust caller.
20736 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
20738         * nntp.el (nntp-save-marks): Pass missing arg.
20740 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
20742         * nntp.el: Support marks.
20743         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
20744         (nntp-marks-modtime, nntp-marks-directory): New variables.
20745         (nntp-request-set-mark, nntp-request-update-info)
20746         (nntp-possibly-create-directory, nntp-marks-changed-p)
20747         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
20748         New functions.
20750 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
20752         * gnus-score.el (gnus-score-insert-help):
20753         Use gnus-select-lowest-window.
20755         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
20756         appt-select-lowest-window and rename to gnus-select-lowest-window.
20758         * gnus.el: do.
20760 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20762         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
20763         encodings of MIME-encoded words, in order to improve
20764         interoperability with several broken MUAs.
20766 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20768         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
20769         tags, only when charsets are not specified in headers.
20770         (mm-inline-text-html-render-with-w3m): Ditto.
20772 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20774         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
20775         instead of MIME-decoded from fields when checking
20776         `gnus-article-address-banner-alist'.
20778 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
20780         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
20781         description rather than subject.
20783 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785         * gnus.el (gnus-version-number): Bump.
20787 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20789         * gnus.el: No Gnus v0.2 is released.
20791 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20793         * gnus-agent.el (gnus-agent-read-agentview):
20794         Inline gnus-uncompress-range.
20796 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20798         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
20799         `exec-installed-p'.
20801 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20803         * gnus.el (spam-process, spam-autodetect-methods):
20804         Add bsfilter and bsfilter-headers.
20806         * spam.el (spam-bsfilter): New customize group.
20807         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
20808         (spam-bsfilter-header, spam-bsfilter-probability-header)
20809         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
20810         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
20811         (spam-bsfilter-database-directory): New options.
20812         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
20813         (spam-list-of-statistical-checks, spam-registration-functions):
20814         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
20815         (spam-bsfilter-score): New command.
20816         (spam-check-bsfilter-headers, spam-check-bsfilter)
20817         (spam-bsfilter-register-with-bsfilter)
20818         (spam-bsfilter-register-spam-routine)
20819         (spam-bsfilter-unregister-spam-routine)
20820         (spam-bsfilter-register-ham-routine)
20821         (spam-bsfilter-unregister-ham-routine): New functions.
20822         (spam-generic-score): Support bsfilter; Accept an optional argument
20823         to recalcurate spam score even if scoring header has already been
20824         added.
20825         (spam-bogofilter-score, spam-spamassassin-score): Accept an
20826         optional argument to recalcurate spam score even if scoring header
20827         has already been added.
20829 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
20831         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
20832         strings!  Reported by David D. Smith <davidsmith@acm.org>.
20833         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
20834         link is missing.
20836 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
20838         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
20839         (html2text-get-attr): Rewrite.
20841         * message.el (message-setup-1): Remove redundant put-text-property
20842         on mail-header-separator.
20844 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
20846         * gnus-registry.el (gnus-registry-cache-whitespace)
20847         (gnus-registry-action, gnus-registry-spool-action)
20848         (gnus-registry-split-fancy-with-parent): Change message levels
20849         from 5 to 3 or 7, as needed.
20851         * spam.el (spam-summary-prepare-exit)
20852         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
20853         (spam-split, spam-find-spam, spam-log-undo-registration)
20854         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
20855         level from 5 to 6.
20857 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20859         * gnus-ems.el: Autoload appt-select-lowest-window (revert
20860         2004-03-04 change).
20862 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
20864         * sieve-manage.el (sieve-manage-open):
20865         * nnweb.el (nnweb-insert-html):
20866         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
20867         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
20868         * nnspool.el (nnspool-request-group):
20869         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
20870         * nnml.el (nnml-request-update-info):
20871         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
20872         (nnmh-request-create-group, nnmh-update-gnus-unreads):
20873         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
20874         (nnimap-request-set-mark):
20875         * nnfolder.el (nnfolder-request-update-info):
20876         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
20877         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
20878         * gnus-uu.el (gnus-uu-find-articles-matching):
20879         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
20880         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
20881         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
20882         * gnus-nocem.el (gnus-nocem-scan-groups):
20883         * gnus-int.el (gnus-start-news-server):
20884         * gnus-group.el (gnus-group-make-kiboze-group)
20885         (gnus-group-browse-foreign-server):
20886         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
20887         Use mapc when appropriate.
20889 2004-04-22  Dan Christensen  <jdc@uwo.ca>
20890             Adam Sjøgren  <asjo@koldfront.dk>
20891             Wes Hardaker  <wes@hardakers.net>
20892             Michael Shields  <shields@msrl.com>
20894         * spam.el (spam-necessary-extra-headers): Get the extra headers we
20895         may need for spam sorting and scoring.
20896         (spam-user-format-function-S): Add user format function suitable for
20897         general use.
20898         (spam-article-sort-by-spam-status): Add sorting function for summary
20899         sorting.
20900         (spam-extra-header-to-number): Add function to get a score from a
20901         header.
20902         (spam-summary-score): Add function to get a numeric score from the
20903         headers.
20904         (spam-generic-score): Fix function doc, was in wrong place.
20905         (spam-initialize): Take symbols when it's run, and install the
20906         extra headers that spam-necessary-extra-headers thinks we need.
20908 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
20910         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
20911         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
20913 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
20915         * gnus-sum.el (gnus-set-global-variables)
20916         (gnus-build-all-threads, gnus-get-newsgroup-headers)
20917         (gnus-article-get-xrefs, gnus-summary-best-group)
20918         (gnus-summary-next-article, gnus-summary-enter-digest-group)
20919         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
20920         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
20921         Use with-current-buffer.
20923 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
20925         * spam.el (spam-summary-prepare-exit): Simplify logic.
20926         (spam-fetch-article-header): Read the article header if it's not
20927         available.
20928         (spam-list-articles): Simplify logic.
20929         (spam-filelist-register-routine): Fix bug with unregister-list.
20931         * gnus-registry.el: Fix comments at beginning.
20933 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
20935         * message.el (message-cater-to-broken-inn): Remove.
20936         (message-shorten-references): Make sure the total folded length of
20937         References is shorter than 998 characters to cater to a bug in INN
20938         2.3.  Also, don't pretend that references aren't folded -- this
20939         hasn't worked for a while.
20941 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20943         * gnus-agent.el (gnus-agentize):
20944         gnus-agent-send-mail-real-function no longer set to current value
20945         of message-send-mail-function but rather a lambda that calls
20946         message-send-mail-function.  The change makes the agent real-time
20947         responsive to user changes to message-send-mail-function.
20949 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20951         * legacy-gnus-agent.el
20952         (gnus-agent-convert-to-compressed-agentview): Fix typos with
20953         help from Florian Weimer <fw@deneb.enyo.de>
20955 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20957         * nnmail.el (nnmail-cache-insert): Revert last change.
20959 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20961         * nnmail.el (nnmail-cache-insert): Always check whether
20962         nnmail-cache-ignore-groups matches a group name.
20964 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
20966         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
20967         (spam-find-spam, spam-log-processing-to-registry)
20968         (spam-log-registered-p, spam-log-unregistration-needed-p)
20969         (spam-log-undo-registration): Use gnus-message instead of
20970         gnus-error, none of these errors are fatal.
20972         * gnus-registry.el (gnus-registry-clean-empty-function)
20973         (gnus-registry-clean-empty): Remove only empty entries without
20974         extra data.
20976 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
20978         * spam-stat.el (spam-stat-buffer-change-to-spam)
20979         (spam-stat-buffer-change-to-non-spam): Change (error) to
20980         (gnus-message 8) invocation.
20982 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20984         * nntp.el (nntp-via-netcat-command): New variable.
20985         (nntp-via-netcat-switches): New variable.
20986         (nntp-open-via-rlogin-and-netcat): New function.
20987         (nntp-open-connection-function): Doc fix.
20988         (nntp-telnet-command): Doc fix.
20989         (nntp-end-of-line): Doc fix.
20990         (nntp-via-rlogin-command): Doc fix.
20991         (nntp-via-user-name): Doc fix.
20992         (nntp-via-address): Doc fix.
20994 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
20996         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
20997         error in Emacs 21.1.
20999 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
21001         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
21003 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21005         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
21006         (gnus-agent-with-refreshed-group): New macro.
21007         (gnus-agent-rename-group): New function.
21008         (gnus-agent-delete-group): New function.
21009         (gnus-agent-save-group-info): Use gnus-command-method when
21010         `method' parameter is nil.  Don't write nil entries into the
21011         active file.
21012         (gnus-agent-get-group-info): New function.
21013         (gnus-agent-fetch-articles):
21014         Use gnus-agent-update-files-total-fetched-for to increment disk space
21015         used.
21016         (gnus-agent-fetch-headers, gnus-agent-save-alist):
21017         Use gnus-agent-update-view-total-fetched-for to increment disk space
21018         used.
21019         (gnus-agent-get-local): Add optional parameters to avoid calling
21020         gnus-group-real-name and gnus-find-method-for-group.
21021         (gnus-agent-set-local): Delete stored entry if either min, or max,
21022         are nil.
21023         (gnus-agent-fetch-session): Reworded error/quit messages.
21024         On quit, use gnus-agent-regenerate-group to record existence of any
21025         articles fetched to disk before the quit occurred.
21026         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
21027         gnus-agent-update-view-total-fetched-for, and
21028         gnus-agent-update-files-total-fetched-for to decrement disk space
21029         used.
21030         (gnus-agent-retrieve-headers):
21031         Use gnus-agent-update-view-total-fetched-for to increment disk space
21032         used.
21033         (gnus-agent-regenerate-group): Replace gnus-group-update-group
21034         with gnus-agent-update-files-total-fetched-for to decrement disk
21035         space and fresh group buffer.
21036         (gnus-agent-inhibit-update-total-fetched-for): New variable.
21037         (gnus-agent-need-update-total-fetched-for): New variable.
21038         (gnus-agent-update-files-total-fetched-for): New function.
21039         (gnus-agent-update-view-total-fetched-for): New function.
21040         (gnus-agent-total-fetched-for): New function.
21042         * gnus-cache.el (gnus-cache-save-buffers):
21043         Use gnus-cache-update-overview-total-fetched-for to change disk space
21044         used by this group.
21045         (gnus-cache-possibly-enter-article):
21046         Use gnus-cache-update-file-total-fetched-for to increment disk space
21047         used by this group.
21048         (gnus-cache-possibly-remove-article):
21049         Use gnus-cache-update-file-total-fetched-for to decrement disk space
21050         used by this group.
21051         (gnus-cache-generate-nov-databases): Purge total fetched cache.
21052         (gnus-cache-rename-group): New function.
21053         (gnus-cache-delete-group): New function.
21054         (gnus-cache-inhibit-update-total-fetched-for): New variable.
21055         (gnus-cache-need-update-total-fetched-for): New variable.
21056         (gnus-cache-with-refreshed-group): New macro.
21057         (gnus-cache-update-file-total-fetched-for): New function.
21058         (gnus-cache-update-overview-total-fetched-for): New function.
21059         (gnus-cache-rename-group-total-fetched-for): New function.
21060         (gnus-cache-delete-group-total-fetched-for): New function.
21061         (gnus-cache-total-fetched-for): New function.
21063         * gnus-group.el: Require gnus-sum and autoload functions to
21064         resolve warnings when gnus-group.el compiled alone.
21065         (gnus-group-line-format): Documented new %F.
21066         (size of Fetched data) group line format; identifies disk space
21067         used by agent and cache.
21068         (gnus-group-line-format-alist): Defined new F format.
21069         (gnus-total-fetched-for): New function.
21070         (gnus-group-delete-group): No longer update
21071         gnus-cache-active-altered as gnus-request-delete-group now keeps
21072         the cache in sync.
21073         (gnus-group-list-active): Let the agent store a server's active
21074         list if currently plugged.
21076         * gnus-int.el (gnus-request-delete-group):
21077         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
21078         local disk in sync with the server.
21079         (gnus-request-rename-group):
21080         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
21081         local disk in sync with the server.
21083         * gnus-start.el (gnus-get-unread-articles):
21084         Cosmetic simplification to logic.
21086         * gnus-util.el (gnus-rename-file): New function.
21088 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
21090         * mm-util.el (mm-image-load-path): Handle nil in load-path.
21092 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
21094         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
21095         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
21097 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
21099         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
21100         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
21102 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
21104         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
21106 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
21108         * spam.el (spam-set-difference): Add function to replace
21109         gnus-set-difference in spam.el.
21110         (spam-summary-prepare-exit): Use spam-set-difference.
21112 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
21114         * gnus-registry.el (gnus-registry-cache-file): Update to use
21115         gnus-dribble-directory OR gnus-home-directory OR ~.
21116         (gnus-registry-split-fancy-with-parent): Fix doc.
21118 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21120         * message.el (message-exchange-point-and-mark):
21121         Use message-mark-active-p.  Suggested by Jesper Harder
21122         <harder@ifa.au.dk>.
21124 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21126         * message.el (message-exchange-point-and-mark): Don't activate
21127         region if it was inactive.  Suggested by Hiroshi Fujishima
21128         <pooh@nature.tsukuba.ac.jp>.
21130 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21132         * gnus-art.el (article-display-face): Display Faces in the same
21133         order as X-Faces.
21135 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21137         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
21139 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21141         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
21142         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
21143         (gnus-article-mime-hierarchy): Remove.
21144         (gnus-article-mime-hierarchy-next): Remove.
21145         (gnus-article-mode): Revert 2004-03-19 change.
21146         (gnus-article-setup-buffer): Revert 2004-03-19 change.
21147         (gnus-insert-mime-button): Revert 2004-03-19 change.
21148         (gnus-mime-accumulate-hierarchy): Remove.
21149         (gnus-mime-enter-multipart): Remove.
21150         (gnus-mime-leave-multipart): Remove.
21151         (gnus-mime-display-part): Revert 2004-03-19 change.
21152         (gnus-mime-display-alternative): Revert 2004-03-19 change.
21154         * mml.el (mml-preview): Revert 2004-03-19 change.
21156 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
21158         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
21160 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21162         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
21163         t while entering a file name using the mm-with-multibyte macro.
21164         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21166         * mm-util.el (mm-with-multibyte): New macro.
21168 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21170         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
21171         New user option.
21172         (gnus-mime-multipart-functions): Doc and customization fix.
21173         (gnus-article-mime-hierarchy): New variable.
21174         (gnus-article-mime-hierarchy-next): New variable.
21175         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
21176         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
21177         gnus-article-mime-hierarchy-next to nil.
21178         (gnus-insert-mime-button): Show hierarchy numbers.
21179         (gnus-mime-accumulate-hierarchy): New function.
21180         (gnus-mime-enter-multipart): New function.
21181         (gnus-mime-leave-multipart): New function.
21182         (gnus-mime-display-part): Recompute hierarchical MIME structure.
21183         (gnus-mime-display-alternative): Show hierarchy numbers.
21185         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
21186         gnus-article-mime-hierarchy-next to nil.
21188 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
21190         * dns.el: Don't require gnus-xmas.
21192 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
21194         * mml.el (mml-generate-mime-1): Don't use format=flowed with
21195         inline PGP.
21196         (mml-menu): Disable mml-quote-region if mark is inactive.
21198 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21200         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
21201         when the group's active is not available.
21203 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21205         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
21206         error.
21208 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
21210         * imap.el (imap-store-password): New variable.
21211         (imap-interactive-login): Use it.
21212         Suggested by Mark Plaksin <happy@mcplaksin.org>.
21214 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21216         * gnus-art.el (gnus-article-read-summary-keys): Restore new
21217         window-start and hscroll to summary window.
21219 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21221         * gnus-start.el (gnus-convert-old-newsrc): Only write the
21222         conversion message to newsrc-dribble when an actual conversion is
21223         performed.
21225 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
21227         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
21229 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21231         * mm-decode.el (mm-complicated-handles): New function reviving
21232         former definition of mm-multiple-handles.
21234         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
21235         (gnus-mime-delete-part): Use it.
21237 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21239         * gnus-agent.el (gnus-agent-read-local):
21240         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
21241         avoid the implicit assumption that they will always be equal.
21242         (gnus-agent-save-local): Bind buffer-file-coding-system, not
21243         coding-system-for-write, as the with-temp-file macro first prints
21244         to a buffer then saves the buffer.
21246 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21248         * gnus-art.el (gnus-article-edit-part): New function.
21249         (gnus-mime-save-part-and-strip): Use it; do query instead of
21250         signaling an error; don't use mm-multiple-handles.
21251         (gnus-mime-delete-part): Ditto.
21253 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21255         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
21256         old file versions.
21257         (gnus-group-prepare-hook): Remove function that converted list
21258         form of gnus-agent-expire-days to group properties.
21260         * gnus-int.el: Autoload gnus-agent-regenerate-group.
21261         (gnus-request-accept-article): Re-indented.
21263         * gnus-start.el (gnus-convert-old-newsrc): Registered new
21264         converters to handle old agent file formats.  Add logic for a
21265         "backup before upgrading warning".
21266         (gnus-convert-mark-converter-prompt): Developers can mark
21267         functions as needing (default), or not needing,
21268         gnus-convert-old-newsrc's "backup before upgrading warning".
21269         (gnus-convert-converter-needs-prompt): Tests whether the user
21270         should be protected from potentially irreversable changes by the
21271         function.
21273         * legacy-gnus-agent.el: New.  Provides converters that are only
21274         loaded when gnus-convert-old-newsrc needs to call them.
21276 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21278         * mail-source.el (mail-source-touch-pop): Doc fix.
21280         * message.el (message-smtpmail-send-it): Doc fix.
21282 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
21284         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
21286         * nnmail.el (nnmail-split-fancy): do.
21288         * gnus-kill.el (gnus-kill, gnus-execute): do.
21290 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
21292         * gnus-sum.el (gnus-widget-reversible-match)
21293         (gnus-widget-reversible-to-internal)
21294         (gnus-widget-reversible-to-external): New functions.
21295         (gnus-widget-reversible): New widget.
21296         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
21298 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
21300         * gnus-sum.el (gnus-thread-sort-functions)
21301         (gnus-article-sort-functions): Document `(not F)' items.
21303 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
21305         * spam.el (spam-use-gmane-xref): Add new backend.
21306         (spam-gmane-xref-spam-group): Add variable to control the name of the
21307         Gmane spam group.
21308         (spam-blackhole-servers, spam-blackhole-good-server-regex)
21309         (spam-regex-headers-spam, spam-regex-headers-ham)
21310         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
21311         (spam-list-of-checks): Add spam-use-gmane-xref to list of
21312         backends and checks.
21313         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
21315         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
21316         an autodetect method.
21318 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21320         * gnus-int.el (gnus-request-accept-article): Inform the agent that
21321         articles are being added to a group.
21322         (gnus-request-replace-article): Inform the agent that articles
21323         need to be uncached as the cached contents are no longer valid.
21325 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21327         * binhex.el: Don't autoload executable-find.
21329         * canlock.el: Don't autoload mail-fetch-field.
21331         * gnus-ems.el: Don't autoload appt-select-lowest-window.
21333         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
21334         rmail-dont-reply-to and rmail-output.
21336         * gnus-score.el: Don't autoload ffap-string-at-point.
21338         * gnus-setup.el: Don't autoload sc-cite-original.
21340         * imap.el: Don't autoload base64-decode-string,
21341         base64-encode-string and md5.
21343         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
21344         and rmail-msg-restore-non-pruned-header.
21346         * mm-decode.el: Don't autoload executable-find.
21348         * mm-url.el: Don't autoload executable-find.
21350         * mm-view.el: Don't autoload diff-mode.
21352         * nndb.el: Don't autoload news-reply-mode, news-setup,
21353         cancel-timer and telnet.
21355         * password.el: Don't autoload run-at-time for Emacs.
21357         * sha1-el.el: Don't autoload executable-find.
21359         * sieve-mode.el: Don't autoload c-mode.
21361         * uudecode.el: Don't autoload executable-find.
21363 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21365         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
21366         (gnus-agent-possibly-alter-active): Avoid null in numeric
21367         comparison.
21368         (gnus-agent-set-local): Refuse to save null in local object table.
21369         (gnus-agent-regenerate-group): The REREAD parameter can now be a
21370         list of articles that will be marked as unread.
21372 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21374         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
21376 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
21378         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
21379         language tags.
21381 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
21383         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
21384         Don't bind "obarray".
21386         * gnus-sum.el (gnus-thread-sort-functions):
21387         Add `gnus-thread-sort-by-most-recent-number' and
21388         `gnus-thread-sort-by-most-recent-date'.
21389         Reported by Kai Grossjohann <kai@emptydomain.de>.
21391 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21393         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
21395 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21397         * gnus-cus.el (gnus-agent-customize-category):
21398         Remove ignore-errors macro reference that required cl to be loaded at
21399         run-time.
21401         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
21402         single-interval range of the form (min . max).  Previously the
21403         range had to look like ((min . max)).  Likewise, return
21404         (min . max) rather than ((min . max)).
21405         (gnus-range-map): Use gnus-range-normalize to accept
21406         single-interval range.
21408         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
21409         the cache, but not the agent, now appear with their usual face.
21411 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
21413         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
21414         w3m-safe-url-regexp variable buffer-local.
21416         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21418 2004-02-27  Simon Josefsson  <jas@extundo.com>
21420         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
21421         gnus-group-real-prefix.
21422         (gnus-summary-move-article): Use it, instead of
21423         gnus-group-real-prefix.
21425 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21427         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
21428         w3m-safe-url-regexp variable buffer-local and set it as the value
21429         of mm-w3m-safe-url-regexp.
21431         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
21433         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
21434         parsing gnus-posting-styles when the message is not for replying.
21436         * nnrss.el (nnrss-opml-export):
21437         Use mm-set-buffer-file-coding-system instead of
21438         set-buffer-file-coding-system.
21440 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
21442         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
21443         of checkdoc.el).
21444         * nnrss.el: do.
21445         * gnus-mlspl.el: do.
21446         * gnus-ml.el: do.
21447         * gnus-srvr.el: do.
21449         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
21451 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
21453         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
21454         Corrections to custom-manual links.
21456         * gnus-art.el (gnus-article): Ditto.
21458         * mm-decode.el (mime-display, mime-security): Ditto.
21460 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21462         * flow-fill.el: Typo.
21464 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
21466         * spam-wash.el: New file.
21468 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
21470         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
21472 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
21474         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
21475         to be run with new-articles as LIST1, not LIST2.
21476         (spam-registration-functions): Add spam-use-ham-copy as a nil
21477         registration backend.
21479 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
21481         * spam-stat.el (spam-stat-washing-hook): New option.
21482         (spam-stat-buffer-words): Use it.
21483         (spam-stat-process-directory, spam-stat-test-directory):
21484         Use insert-file-contents-literally.
21485         (spam-stat-coding-system): New variable.
21486         (spam-stat-load, spam-stat-save): Use it.
21488 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21490         * spam-report.el (spam-report-plug-agent):
21491         Quote spam-report-url-to-file and spam-report-url-ping-plain.
21493 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
21495         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
21496         Allow / in mailto URLs.
21498 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
21500         * spam-report.el (spam-report-process-queue): Fix interactive use.
21501         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
21502         (spam-report-unplug-agent): Doc fixes.
21503         (spam-report-url-ping-mm-url, spam-report-url-to-file)
21504         (spam-report-agentize, spam-report-deagentize):
21505         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21507         * message.el (message-setup-fill-variables): Add mml tags to
21508         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
21509         <ajk@iu.edu>.
21510         (message-mode): Don't modify paragraph-separate there.
21512 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21514         * compface.el (uncompface-use-external): Default to undecided.
21515         (uncompface-use-external-threshold): New variable.
21516         (uncompface-float-time): New macro.
21517         (uncompface): Determine whether to use the external decoder if
21518         uncompface-use-external is undecided.
21520 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21522         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
21523         after images.
21525         * gnus-art.el (gnus-mime-display-single): Remove dead code.
21527 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
21529         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
21531         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
21533         * gnus-sum.el (gnus-summary-limit-to-age)
21534         (gnus-summary-limit-children): do.
21536         * gnus-int.el (gnus-request-scan): do.
21538         * gnus-group.el (gnus-group-suspend): do.
21540         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
21542         * gnus-cite.el (gnus-cite-parse-attributions): do.
21544         * gnus-agent.el (gnus-summary-set-agent-mark)
21545         (gnus-agent-regenerate-group): do.
21547         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
21549         * binhex.el (binhex-decode-region-internal): do.
21551 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21553         * gnus-fun.el (gnus-face-properties-alist): New user option.
21554         (gnus-display-x-face-in-from): Use it.
21556         * gnus-art.el (article-display-face): Ditto.
21558         * compface.el (uncompface-use-external): Default to nil.
21560 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
21562         * nntp.el (nntp-erase-buffer): New function.
21563         (nntp-retrieve-data, nntp-send-command)
21564         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
21565         (nntp-possibly-change-group): Use it.
21567         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
21568         Use with-current-buffer.
21570 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
21572         * compface.el: Merge the ELisp-based uncompface program.
21573         (compface): New customization group.
21574         (uncompface-use-external): New user option.
21575         (uncompface): Call uncompface-internal if uncompface-use-external
21576         is nil.
21577         (uncompface-internal): New function.  Note that there are also
21578         some other functions and variables added for this function.
21580 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
21582         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
21583         if necessary.
21585 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
21587         * spam-report.el (spam-report-unplug-agent)
21588         (spam-report-plug-agent, spam-report-deagentize)
21589         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
21590         Add support for the Agent in spam-report: when unplugged, report to a
21591         file; when plugged, submit all the requests.
21593         * spam.el (spam-register-routine): Fix message about
21594         registration.
21596 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
21598         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
21599         dependencies.
21600         (rfc2047-encode): Use it.
21602         * gnus-art.el (gnus-button-marker-list): Move before first
21603         reference.
21605         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
21606         (imap-parse-body): Fix format string mismatch.
21608         * gnus-score.el (gnus-summary-increase-score): do.
21610         * nnrss.el (nnrss-close): New function.
21612 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
21614         * nnrss.el (nnrss-make-filename): New function.
21615         (nnrss-request-delete-group, nnrss-read-server-data)
21616         (nnrss-save-server-data, nnrss-read-group-data)
21617         (nnrss-save-group-data): Use it.
21618         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
21619         (nnrss-read-server-data, nnrss-read-group-data): Use load.
21620         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
21622 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
21624         * mml.el (mml-compute-boundary-1): Don't uncompress files.
21626 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
21628         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
21629         files.
21631         * message.el (message-generate-headers-first): Don't quote nil
21632         and t in docstrings.
21634         * imap.el (imap-id): do.
21636         * gnus-agent.el (gnus-agent-consider-all-articles)
21637         (gnus-agent-queue-mail): do.
21639 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
21641         * spam-report.el (spam-report-process-queue): New function.
21642         Process requests from `spam-report-requests-file'.
21643         (spam-report-process-queue): Doc fix.
21645 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
21647         * spam.el (spam-register-routine)
21648         (spam-log-processing-to-registry, spam-log-registered-p)
21649         (spam-log-unregistration-needed-p, spam-log-undo-registration):
21650         Change "check" to "spam-check" for semi-clarity.
21652 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
21654         * pop3.el: Require nnheader.
21656         * mml-smime.el: Require cl.  Autoload message-fetch-field.
21658         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
21660         * gnus-picon.el: Require cl.
21662         * gnus-fun.el: Require gnus-ems and gnus-util.
21664         * gnus.el (gnus-method-to-server): Move defsubst before first use.
21666         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
21668         * gnus-art.el (gnus-article-edit-mode): Define before first
21669         reference.
21671 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
21673         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
21674         (gnus-uu-post-encoded): Use point-at-bol.
21676         * gnus-topic.el (gnus-group-active-topic-p): do.
21678         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
21680         * gnus-group.el (gnus-group-kill-region): do.
21682         * gnus-art.el (article-date-ut): do.
21684         * message.el (message-fetch-field): Remove redundant
21685         case-fold-search binding.
21686         (message-narrow-to-field): Simplify.
21688 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
21690         * spam.el (spam-directory): Derive from `gnus-directory'.
21692         * spam-report.el (spam-report-url-to-file)
21693         (spam-report-requests-file): New function and variable for offline
21694         reporting.
21695         (spam-report-url-ping-function): Add `spam-report-url-to-file'
21696         and user defined function.
21697         (spam-report-url-ping-mm-url): Remove doubled slash.
21699 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
21701         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
21703 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
21705         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
21706         Fix format string mismatch.
21708         * sieve.el (sieve-deactivate-all): do.
21710         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
21712         * nnlistserv.el (nnlistserv-kk-wash-article): do.
21714         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
21716         * mm-bodies.el (mm-7bit-chars): Don't include \r.
21718 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
21720         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
21721         the list of checks.
21723 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
21725         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
21726         padding.
21728 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
21730         * mm-view.el (mm-fill-flowed): New variable.
21731         (mm-inline-text): Use it.
21733 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
21735         * spam.el (spam-spamassassin-register-ham-routine)
21736         (spam-spamassassin-register-spam-routine): Fix function names.
21738 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21740         * gnus.el (gnus-tmp-grouplens): Remove.
21741         (gnus-summary-line-format): Remove grouplens.
21743         * gnus-group.el (gnus-group-line-format): Ditto.
21745         * gnus-spec.el (gnus-format-specs): Ditto.
21746         (gnus-update-format-specifications): Flush the group format spec
21747         cache if there's the grouplens stuff.
21748         (gnus-parse-simple-format): Replace %l with the empty string.
21750 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
21752         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
21753         omission.
21755 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21757         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
21758         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21760 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21762         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
21763         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
21764         New macros and functions.
21765         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
21766         Handle > NLINK_MAX messages.
21767         * nnmaildir.el (nnmaildir-request-set-mark):
21768         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
21770 2004-01-25  Alex Schroeder  <alex@gnu.org>
21772         * spam-stat.el (spam-stat-process-directory-age): New option.
21773         (spam-stat-process-directory): Use it.
21775 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
21777         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
21778         (spam-stat-save): Accept prefix argument.
21780 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
21782         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
21783         links" error.
21785 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21787         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
21788         compatibility with old .newsrc.eld files.
21790         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
21792         * gnus-start.el (gnus-1): do.
21794         * gnus-group.el (gnus-group-line-format-alist): do.
21796         * gnus.el (gnus-use-grouplens, gnus-visual): do.
21798         * gnus-gl.el: Remove.
21800 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21802         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
21803         marks consisting of a single range {for example, (3 . 5)} rather
21804         than a list of a single range { ((3 . 5)) }.
21806 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
21808         * spam-stat.el (spam-stat-store-gnus-article-buffer):
21809         Use with-current-buffer.
21810         (spam-stat-store-current-buffer): Use insert-buffer-substring to
21811         avoid consing a string.
21813         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
21814         Remove obsolete entries for big5 and gb2312.
21816 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21818         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
21819         uncompressed list.
21821 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
21823         * spam-stat.el (spam-stat-strip-xref): New function.
21824         (spam-stat-process-directory): Use it.
21826         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
21827         here -- it's done in message-fetch-field.
21829 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
21831         * gnus-agent.el (gnus-agent-queue-mail)
21832         (gnus-agent-prompt-send-queue): New variables.
21833         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
21834         * gnus-draft.el (gnus-group-send-queue): Pass the group name
21835         "nndraft:queue" along to gnus-draft-send.
21836         Use gnus-agent-prompt-send-queue.
21837         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
21838         is "nndraft:queue".  Suggested by Gaute Strokkenes
21839         <gs234@srcf.ucam.org>
21841         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
21842         (agent-enable-undownloaded-faces): Add.
21843         (gnus-agent-cat-groups): Use eval-and-compile, not
21844         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
21845         method of gnus-agent-cat-groups even when the buffer has been
21846         evalled.
21847         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
21848         delete gnus-agent-save-active-1.
21849         (gnus-agent-save-groups): Delete.  Identical to
21850         gnus-agent-save-active.
21851         (gnus-agent-write-active): No longer adjust agent's copy of active
21852         file as agent's adjustments are now stored in their own
21853         file.  Remove optional parameter.
21854         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
21855         servers.  Add use of min/max range limits from server's local
21856         file.
21857         (gnus-agent-save-alist): Remove unused optional argument.
21858         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
21859         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
21860         (gnus-agent-set-local): A per-server file that keeps min/max range
21861         limits for articles known to the agent.  Provides a fast mechanism
21862         for altering many active ranges.
21863         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
21864         active file (local makes it unnecessary).
21865         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
21867         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
21868         (agent-enable-undownloaded-faces): Add.
21870         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
21871         disable it when sending to "nndraft:queue".
21872         (gnus-group-send-queue): Add safety check to avoid sending queue
21873         when unplugged.
21875         * gnus-group.el (gnus-group-catchup): Use new
21876         gnus-sequence-of-unread-articles, not
21877         gnus-list-of-unread-articles, to avoid exhausting memory with huge
21878         numbers of articles.  Use gnus-range-map to avoid having to
21879         uncompress the unread list.
21880         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
21881         Fix invalid ange-ftp reference.
21883         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
21884         (gnus-sorted-range-intersection): Intersection of two ranges
21885         without requiring that they first be uncompressed.
21887         * gnus-start.el (gnus-activate-group): Unless blocked by the
21888         caller, possibly expand the active range to include both cached
21889         and agentized articles.
21890         (gnus-convert-old-newsrc): Rewrote in anticipation of having
21891         multiple version-dependent converters.
21892         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
21893         gnus-agent-save-active.
21894         (gnus-save-newsrc-file): Save dirty agent range limits.
21896         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
21897         gnus-agent-possibly-alter-active.
21898         (gnus-adjust-marked-articles): Faster handling of simple lists
21900 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
21902         * spam-stat.el (spam-stat-test-directory): New optional argument
21903         displays a list of files detected.  Suggested by Andrew Cohen
21904         <cohen@andy.bu.edu>.
21905         (spam-stat-buffer-words-with-scores): Don't narrow and change
21906         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
21908 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
21910         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
21911         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
21912         (spam-spamassassin-arguments)
21913         (spam-spamassassin-spam-flag-header)
21914         (spam-spamassassin-positive-spam-flag-header)
21915         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
21916         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
21917         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
21918         (spam-list-of-processors, spam-list-of-checks)
21919         (spam-list-of-statistical-checks, spam-registration-functions)
21920         (spam-check-spamassassin-headers, spam-check-spamassassin)
21921         (spam-spamassassin-score)
21922         (spam-spamassassin-register-with-sa-learn)
21923         (spam-spamassassin-register-spam-routine)
21924         (spam-spamassassin-register-ham-routine)
21925         (spam-assassin-register-spam-routine)
21926         (spam-assassin-register-ham-routine): Add SpamAssassin support.
21927         (spam-bogofilter-score): Fix to show article before scoring.
21929 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
21931         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
21932         default scoring function.
21933         (spam-generic-score): Call spam-spamassassin-score if
21934         spam-use-spamassassin or spam-use-spamassassin-headers is on;
21935         spam-bogofilter-score otherwise.
21937         * gnus.el (spam-process, spam-autodetect-methods):
21938         Add spamassassin and spamassassin-headers.
21940 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
21942         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21943         Suppress unnecessary messages.
21945 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
21947         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
21948         make-hash-table.
21950 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
21952         * canlock.el (base64-encode-string): Don't autoload it.
21954 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21956         * run-at-time.el: Remove useless (require 'itimer),
21957         eval-and-compile and (featurep 'xemacs).
21959 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
21961         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
21962         GROUP is a virtual group.
21964 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
21966         * gnus.el: Autoload `message-y-or-n-p'.
21968 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
21970         * pgg-parse.el: Remove unnecessary (require 'custom).
21972         * pgg-def.el: do.
21974         * nnmail.el: do.
21976         * gnus-undo.el: do.
21978         * gnus-picon.el: do.
21980         * gnus-util.el: do.
21982 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
21984         * gnus-sum.el (gnus-pick-line-number): Add autoload.
21986 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21988         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
21989         handle, as well as a list.
21991         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
21992         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
21993         (mm-w3m-cid-retrieve): Simplify.
21995 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
21997         * message.el (message-kill-to-signature): Allow prefix arg to
21998         specify number of lines to keep before signature.
22000 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
22002         * message.el (message-kill-to-signature): Change docstring.
22004 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22006         * canlock.el: Always require sha1-el.
22007         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
22009         * message.el: Autoload sha1 only when compiling.
22011 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
22013         * message.el (message-canlock-generate): Require sha1-el.
22015 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
22017         * message.el (message-expand-name): Silence the byte compiler.
22019 2004-01-13  Simon Josefsson  <jas@extundo.com>
22021         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
22022         Invoke gnus-score-mode.
22023         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22025         * gnus-range.el (gnus-compress-sequence): Doc fix.
22026         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
22028 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22030         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
22032 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
22034         * spam.el (spam-get-article-as-string): Update to use
22035         gnus-request-article-this-buffer, much simpler.
22036         (spam-get-article-as-buffer): Remove.
22038 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
22040         * message.el (message-expand-name): Use EUDC if the user uses that.
22042 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
22044         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
22045         character for the encoding to avoid consing a string.
22047         * rfc2047.el (rfc2047-decode-string): Don't cons a string
22048         unnecessarily.
22050         * mm-util.el (mm-replace-chars-in-string): Remove.
22052         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
22053         of mm-replace-chars-in-string.
22055 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
22057         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
22059         * mm-util.el (mm-subst-char-in-string): Support inplace.
22061         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
22062         a new string in every iteration.  Use shy groups.
22064 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
22066         * gnus-srvr.el (gnus-browse-unsubscribe-group):
22067         * gnus-soup.el (gnus-soup-group-brew):
22068         * gnus-msg.el (gnus-put-message):
22069         * gnus-move.el (gnus-group-move-group-to-server):
22070         * gnus-kill.el (gnus-batch-score):
22071         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
22072         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
22073         (gnus-group-update-group, gnus-group-read-group)
22074         (gnus-group-make-group, gnus-group-make-help-group)
22075         (gnus-group-make-archive-group, gnus-group-make-directory-group)
22076         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
22077         (gnus-group-sort-by-unread, gnus-group-catchup)
22078         (gnus-group-unsubscribe-group, gnus-group-kill-group)
22079         (gnus-group-yank-group, gnus-group-set-info)
22080         (gnus-group-list-groups):
22081         * gnus.el (gnus-generate-new-group-name):
22082         * gnus-delay.el (gnus-delay-send-queue):
22083         * nnvirtual.el (nnvirtual-catchup-group):
22084         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
22085         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
22086         (gnus-group-prepare-topics, gnus-topic-check-topology):
22087         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
22088         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
22089         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
22090         (gnus-group-make-articles-read):
22091         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
22092         (gnus-group-change-level, gnus-kill-newsgroup)
22093         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
22094         (gnus-get-unread-articles, gnus-make-articles-unread)
22095         (gnus-make-ascending-articles-unread): Use accessor
22096         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
22097         to get group information for improved readability.
22099 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22101         * gnus-art.el (article-decode-mime-words, article-babel)
22102         (gnus-article-highlight-signature, gnus-article-add-buttons)
22103         (gnus-signature-toggle): Use gnus-with-article-buffer.
22105         * gnus-art.el (gnus-article-highlight-headers)
22106         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
22108         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
22109         (gnus-article-set-globals, gnus-request-article-this-buffer)
22110         (gnus-button-message-id, gnus-article-maybe-hide-headers)
22111         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
22112         (gnus-mime-display-alternative): Use with-current-buffer.
22114 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22116         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
22117         also under 80 char limit, and call gnus-error if needed.
22118         (spam-fetch-article-header): Fix - it was a
22119         buffer-local variable (gnus-newsgroup-data).
22120         (spam-find-spam): Use spam-generate-fake-headers, forget about
22121         spam-insert-fake-headers.
22122         (spam-insert-fake-headers): Remove.
22124 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22126         * deuglify.el (gnus-article-outlook-unwrap-lines)
22127         (gnus-outlook-rearrange-article)
22128         (gnus-outlook-repair-attribution-outlook)
22129         (gnus-outlook-repair-attribution-block)
22130         (gnus-outlook-repair-attribution-other): Remove redundant
22131         save-excursion.
22133 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
22135         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
22136         (spam-fetch-field-subject-fast)
22137         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
22138         (spam-fetch-article-header): Add functions to deal with Gnus
22139         internals for fast retrieval of article header data.
22140         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
22142 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
22144         * pop3.el (pop3-md5): Remove.
22145         (pop3-apop): Replace pop3-md5 with md5.
22147         * mm-bodies.el: base64 is always built-in.
22149         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
22150         Use with-current-buffer.
22152 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22154         * canlock.el (canlock-insert-header): Remove excessive grouping in
22155         regexp.
22157         * gnus-sum.el (gnus-summary-read-document): Ditto.
22159         * gnus-uu.el (gnus-uu-part-number): Ditto.
22161         * html2text.el (html2text-remove-tags): Ditto.
22162         (html2text-format-tags): Ditto.
22163         (html2text-format-single-elements): Ditto.
22165         * mml.el (mml-parse-1): Ditto.
22167 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22169         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
22171         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
22173         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
22175         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
22177 2003-11-15  Simon Josefsson  <jas@extundo.com>
22179         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
22180         (pgg-gpg-lookup-key): Use regexp match instead of
22181         split-string (split-string is different between emacs 21.2 and
22182         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
22184 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
22186         * gnus-art.el (gnus-mime-view-all-parts)
22187         (gnus-article-part-wrapper, gnus-article-view-part):
22188         Use with-current-buffer.
22190 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22192         * spam.el (spam-disable-spam-split-during-ham-respool)
22193         (spam-spamoracle-database, spam-cache-lookups)
22194         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
22195         (spam-group-ham-mark-p, spam-group-spam-mark-p)
22196         (spam-group-ham-marks, spam-group-spam-marks)
22197         (spam-group-spam-contents-p, spam-group-ham-contents-p)
22198         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
22199         also add spam-use-blackholes to the statistical checks.
22200         (spam-fetch-field-fast): Add interface to fetching fields, may
22201         become a macro.
22202         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
22203         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
22204         (spam-insert-fake-headers): Fake an article when needed.
22205         (spam-find-spam): Fake article when possible.
22206         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
22207         (spam-check-bogofilter-headers): Use message-fetch-field instead
22208         of nnmail-fetch-field.
22210 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
22212         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
22214 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
22216         * spam.el (spam-split): Do not require spam-use-CHECK to be
22217         enabled if that check is passed to spam-split explicitly; also
22218         fix so 'spam doesn't get converted to spam-split-group when
22219         spam-split-symbolic-return is t.
22220         (spam-find-spam): Find registrations of the article and use those
22221         instead of re-running spam-split to find the spam/ham
22222         classification of the article.
22223         (spam-log-processing-to-registry, spam-log-registered-p)
22224         (spam-log-unregistration-needed-p, spam-log-undo-registration):
22225         Use gnus-error instead of gnus-message.
22226         (spam-log-registration-type): Add function to determine the
22227         classification of a message based on registry entries; will
22228         return nil if both 'spam and 'ham are found.
22229         (spam-check-BBDB): Expand all the BBDB macros here so we can have
22230         a reasonably fast local cache without the loading errors.
22231         (spam-cache-lookups): Set to t by default.
22232         (spam-find-spam): Don't try to guess spam-cache-lookups.
22233         (spam-enter-whitelist, spam-enter-blacklist): Clear the
22234         spam-caches entry.
22235         (spam-filelist-build-cache, spam-filelist-check-cache):
22236         Fix caching of whitelist/blacklist entries.
22237         (spam-check-whitelist, spam-check-blacklist):
22238         Invoke spam-from-listed-p with a type, not a cache variable.
22239         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
22241 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22243         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
22245         * nnmail.el (nnmail-split-fancy): do.
22247         * mml.el (mml-parse): do.
22249         * gnus-score.el (gnus-enter-score-words-into-hashtb)
22250         (gnus-score-adaptive): do.
22252 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22254         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
22255         (gnus-mime-button-map): Don't set keymap parent.
22256         (gnus-button-ctan-directory-regexp): Use shy grouping.
22257         (gnus-prev-page-map): Don't set keymap parent.
22258         (gnus-prev-page-map): Remove duplicated one.
22259         (gnus-next-page-map): Don't set keymap parent.
22260         (gnus-mime-security-button-map): Ditto.
22262         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
22263         version number.
22265         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
22267 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22269         * canlock.el (canlock-sha1-function): Remove.
22270         (canlock-sha1-function-for-verify): Remove.
22271         (canlock-openssl-program): Remove.
22272         (canlock-openssl-args): Remove.
22273         (canlock-ignore-errors): Remove.
22274         (canlock-sha1-with-openssl): Remove.
22275         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
22276         (canlock-verify): Don't use canlock-ignore-errors.
22278         * sha1-el.el (sha1-string-external): Make it can return a string
22279         in binary form.
22280         (sha1-region-external): Ditto.
22281         (sha1-string-internal): Ditto.
22282         (sha1-region-internal): Ditto.
22283         (sha1-region): Ditto.
22284         (sha1-string): Ditto.
22285         (sha1): Ditto.
22287 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22289         * spam.el (spam-report-articles-gmane): New command.
22291 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
22293         * gnus.el: Don't make unnecessary *Group* buffer when loading.
22295         * run-at-time.el (run-at-time-saved): Remove.
22296         (run-at-time): Doc fix.
22298 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
22300         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
22301         (gnus-summary-limit-map): Add it.
22302         (gnus-summary-make-menu-bar): do.
22304 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
22306         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
22307         Make attempt at some caching support (done for BBDB only now).
22308         (spam-find-spam): Set spam-cache-lookups if there are more than 2
22309         addresses to be checked.
22310         (spam-clear-cache-BBDB): Add function, to be invoked by
22311         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
22312         (spam-check-BBDB): Check and use the caches, if
22313         spam-cache-lookups is on, remove superfluous (provide).
22315 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
22317         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
22319 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
22321         * run-at-time.el (run-at-time-saved): Move to after the definition
22322         of `run-at-time'.
22324 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
22326         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
22327         mm-w3m-local-map-property.
22329         * mm-view.el (mm-w3m-mode-map): Remove.
22330         (mm-w3m-local-map-property): Remove.
22331         (mm-inline-text-html-render-with-w3m): Don't use
22332         mm-w3m-local-map-property.
22334 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22336         * run-at-time.el: New file.
22338         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
22339         of gnus-set-text-properties.
22341         * gnus-uu.el (gnus-uu-save-article): Ditto.
22343         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
22345         * gnus-cite.el (gnus-cite-parse): Ditto.
22347         * gnus-art.el (gnus-button-push): Use set-text-properties instead
22348         of gnus-.
22350         * gnus.el: Change calls to nnheader-run-at-time and
22351         password-run-at-time throughout to use run-at-time directly.
22353         * password.el: Remove definition of run-at-time.
22355 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
22357         * mml.el (mml-minibuffer-read-disposition): Show attachment type
22358         in prompt.
22360 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22362         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
22363         XEmacs version.
22365         * dns.el (dns-make-network-process): Use `open-network-stream'
22366         instead of `gnus-xmas-open-network-stream'.
22368         * .cvsignore: Add auto-autoloads.el, custom-load.el.
22370 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22372         * gnus-art.el (gnus-mime-display-alternative)
22373         (gnus-insert-mime-button, gnus-insert-mime-security-button)
22374         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
22375         Don't use gnus-local-map-property.
22377         * gnus-util.el (gnus-local-map-property): Remove.
22379         * mm-view.el (mm-view-pkcs7-decrypt):
22380         Replace gnus-completing-read-maybe-default with completing-read.
22382         * gnus-util.el (gnus-completing-read): do.
22383         (gnus-completing-read-maybe-default): Remove.
22385 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
22387         * password.el: Only autoload `run-at-time' if not XEmacs.
22388         Only autoload the itimer functions if XEmacs.
22390 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
22392         * gnus-art.el (gnus-read-string): Remove.
22393         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
22394         read-string.
22396 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
22398         * netrc.el: Autoload password-read.
22399         (netrc): Add configuration group.
22400         (netrc-encoding-method, netrc-openssl-path):
22401         Add variables for encoding and decoding of files with symmetric
22402         ciphers.
22403         (netrc-encode): Add assistant function to encode a file with
22404         netrc-encoding-method.
22405         (netrc-parse): Add interactive parameter, added optional
22406         decoding if netrc-encoding-method is non-nil but otherwise
22407         behavior is standard.
22408         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
22409         Do s/encode/encrypt/ everywhere.
22411         * spam.el: Remove executable-find autoload.
22413 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22415         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
22417         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
22419 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
22421         * gnus-art.el (gnus-treat-ansi-sequences)
22422         (article-treat-ansi-sequences): New variable and function.
22423         Suggested by Dan Jacobson <jidanni@jidanni.org>.
22425         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
22426         Use it.
22428 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
22430         * mm-util.el (mm-quote-arg): Remove.
22432         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
22433         shell-quote-argument.
22435         * gnus-uu.el (gnus-uu-command): do.
22437         * gnus-sum.el (gnus-summary-insert-pseudos): do.
22439         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
22440         with make-char.
22442         * mm-util.el (mm-make-char): Remove.
22444         * mml.el (mml-mode): Replace gnus-add-minor-mode with
22445         add-minor-mode.
22447         * gnus-undo.el (gnus-undo-mode): do.
22449         * gnus-topic.el (gnus-topic-mode): do.
22451         * gnus-sum.el (gnus-dead-summary-mode): do.
22453         * gnus-start.el (gnus-slave-mode): do.
22455         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
22457         * gnus-ml.el (gnus-mailing-list-mode): do.
22459         * gnus-gl.el (gnus-grouplens-mode): do.
22461         * gnus-draft.el (gnus-draft-mode): do.
22463         * gnus-dired.el (gnus-dired-mode): do.
22465         * gnus-ems.el (gnus-add-minor-mode): Remove.
22467         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22468         Replace gnus-char-width with char-width.
22470         * gnus-ems.el (gnus-char-width): Remove.
22472         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
22473         Replace gnus-char-width with char-width.
22475         * gnus-ems.el (gnus-char-width): Remove.
22477         * spam-stat.el (with-syntax-table): Remove with-syntax-table
22478         definition.
22479         Remove Emacs 20 hash table compatibility code.
22481         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
22482         20 compatibility code.
22484         * spam.el (spam-point-at-eol): Replace with point-at-eol.
22486         * smime.el (smime-point-at-eol): Replace with point-at-eol.
22488         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
22489         Replace with point-at-{eol,bol}.
22491         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
22493         * imap.el (imap-point-at-eol): Replace with point-at-eol.
22495         * flow-fill.el (fill-flowed-point-at-bol)
22496         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
22498         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
22499         Replace with point-at-{eol,bol} throughout all files.
22501 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
22503         * ntlm.el (ntlm-string-as-unibyte): New macro.
22504         (ntlm-build-auth-response): Use it.
22506         Remove Emacs 20 stuff:
22507         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
22508         of delq and copy-sequence.
22509         * gnus-art.el (popup-menu): Remove the compiler macro.
22510         * nnmail.el (nnmail-split-fancy): Don't support customizing with
22511         Emacs 20.
22513 2004-01-05  Simon Josefsson  <jas@extundo.com>
22515         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
22516         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
22517         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
22518         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
22519         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
22520         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
22521         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
22522         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
22523         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
22524         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
22525         ntlm-string-permute, string-lshift into ntlm-string-lshift,
22526         string-xor into ntlm-string-xor.
22527         Suggested by Jesper Harder <harder@myrealbox.com>.
22529         * ntlm.el: Don't include poem.
22531         * md4.el (print-int32, print-string-hexa): Remove.
22532         Suggested by Jesper Harder <harder@myrealbox.com>.
22534         * sasl-ntlm.el, ntlm.el, md4.el: New files.
22536         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
22537         probably breaks emacs with DL patch, but do we care? Is anyone
22538         still using the DL stuff?)
22540         * sieve-manage.el: Use the password package.
22541         (sieve-manage-read-passwd): Remove.
22542         (sieve-manage-interactive-login): Use password.  Re-add
22543         condition-case around loop.
22545         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
22546         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
22547         Use the password package.
22549 2003-02-19  Simon Josefsson  <jas@extundo.com>
22551         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
22552         token.
22554 2002-08-07  Simon Josefsson  <jas@extundo.com>
22556         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
22557         (sieve-manage-authenticators):
22558         (sieve-manage-authenticator-alist): Add some SASL mechs.
22559         (sieve-sasl-auth): New function.
22560         (sieve-manage-cram-md5-auth):
22561         (sieve-manage-plain-auth): Rewrite using SASL library.
22562         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
22563         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
22564         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
22565         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
22567 2004-01-05  Simon Josefsson  <jas@extundo.com>
22569         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
22570         New files.
22572 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22574         * gnus-group.el (gnus-no-groups-message): Update.
22576         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
22578 2003-11-09  Simon Josefsson  <jas@extundo.com>
22580         * imap.el: Support for ID IMAP extension (RFC 2971).
22581         (imap-local-variables): Add imap-id.
22582         (imap-id): New variable.
22583         (imap-id): New function.
22584         (imap-parse-response): Parse untagged ID response.
22585         * nnimap.el (nnimap-id): New variable.
22586         (nnimap-open-connection): Use it.
22588 2003-12-28  Simon Josefsson  <jas@extundo.com>
22590         * gnus-score.el (gnus-score-edit-all-score): New.
22591         * gnus-group.el (gnus-group-score-map): Bind it to W e.
22593 2004-01-04  Simon Josefsson  <jas@extundo.com>
22595         * password.el: Add.
22597 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
22599         * dns.el (dns-query-types): Fix typo.
22600         (dns-query-types): New function.
22601         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
22602         PTR and SOA replies, see RFC 1035.
22604 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22606         * gnus.el (gnus-logo-color-style): Change colors to `no'.
22608         * Move to Changelog.2.
22610 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22612         * gnus.el (gnus-version-number): Bump version.
22614 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22616         * gnus.el: No Gnus v0.1 is released.
22618 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22620         * gnus.el: No Gnus v0.0 is released.
22622 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22624         * gnus.el (gnus-version-number): Bump.
22625         (gnus-version): No.
22627 See ChangeLog.2 for earlier changes.
22629   Copyright (C) 2004-2012  Free Software Foundation, Inc.
22631   This file is part of GNU Emacs.
22633   GNU Emacs is free software: you can redistribute it and/or modify
22634   it under the terms of the GNU General Public License as published by
22635   the Free Software Foundation, either version 3 of the License, or
22636   (at your option) any later version.
22638   GNU Emacs is distributed in the hope that it will be useful,
22639   but WITHOUT ANY WARRANTY; without even the implied warranty of
22640   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
22641   GNU General Public License for more details.
22643   You should have received a copy of the GNU General Public License
22644   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
22646 ;; Local Variables:
22647 ;; coding: utf-8
22648 ;; fill-column: 79
22649 ;; add-log-time-zone-rule: t
22650 ;; End: