gnus-art.el: Rewrite the Date header formatting functionality.
[emacs/old-mirror.git] / lisp / gnus / ChangeLog
blob1aad290c7f30cae2293cbd4345b6d6f156148317
1 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
3         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
4         (gnus-treat-date-ut): Ditto.
5         (gnus-article-update-date-header): Renamed.
6         (gnus-treat-date-local): Removed.
7         (gnus-treat-date-english): Removed.
8         (gnus-treat-date-lapsed): Removed.
9         (gnus-treat-date-combined-lapsed): Removed.
10         (gnus-treat-date-original): Removed.
11         (gnus-treat-date-iso8601): Removed.
12         (gnus-treat-date-user-defined): Removed.
13         (gnus-article-date-headers): New variable to control all the date
14         header options.
15         (article-date-ut): Rewrite to allow using the new way to format date
16         headers(s).
18 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
20         * nnmail.el (nnmail-article-group): Check for a direct fancy split
21         method.
22         (nnmail-article-group): A better test for fanciness.
24         * nnimap.el (nnimap-request-head): Protect against not finding the
25         article by Message-ID.
27 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
29         * gnus-art.el (article-update-date-lapsed): Try a better way to really
30         keep point at the "same place".
32 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
34         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
35         data if the group is unactivated.
37 2011-01-28  Julien Danjou  <julien@danjou.info>
39         * gnus-win.el: Remove dead function gnus-window-configuration-element.
40         (gnus-all-windows-visible-p): Remove old compatibility code.
41         (gnus-window-top-edge): Add docstring.
43         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
45 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
47         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
48         older request-update-info.
50         * gnus-art.el (article-make-date-line): Limit the length a bit more.
52 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
54         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Give
55         mml2015-signers higher precedence over mml2015-sign-with-sender.
57 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
59         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
60         groups.  This makes the nndraft:queue group pop up if it's not already
61         there.
63         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
64         messages" logic, which was reversed.
66         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
67         the "same place" even if point is on the line being replaced.
68         (article-update-date-lapsed): Allow updating both the combined lapsed
69         and the lapsed headers.
70         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
71         (article-make-date-line): Limit the number of segments dynamically to
72         avoid too-long lines.
74 2011-01-27  Julien Danjou  <julien@danjou.info>
76         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
77         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
79 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
81         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
82         Use plist-get instead of the cl function getf.
84 2011-01-27  Glenn Morris  <rgm@gnu.org>
86         * gnus-util.el (float-time): Get rid of compiler warning, again.
88 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
90         * shr.el (shr-put-color): Special-case background colours: Do put them
91         at the blank parts at the front of the lines.
93         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
94         exit hook to nix out all data on readedness on group exit.
96         * gnus-util.el (float-time): If float-time is bound, always use it on
97         all Emacsen.  It's unclear why the subrp check was there.
98         (time-date): Require to make some autoload issues on XEmacs go away.
100         * shr.el (shr-put-color): Don't do the box padding in tables, since
101         they're already padded.
103 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
105         * gnus-art.el (gnus-article-next-page): When the last line of the
106         article is displayed, scroll down once more instead of going to the
107         next article at once.
108         (article-lapsed-string): Refactor out and allow specifying how many
109         segments you want.
110         (gnus-article-setup-buffer): Start updating the lapsed header directly.
111         (gnus-article-update-lapsed-header): New variable.
113         * shr.el: Revert change that made headings use different-sized faces.
114         The Emacs display engine isn't advanced enough that, for instance,
115         tables can comfortably use differntly-sized faces.
117 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
119         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
120         used.
121         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
122         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
123         we're using an encrypted connection.
125         * proto-stream.el: Alter the interface functions to also return the
126         actual stream type used: network or tls.
128 2011-01-25  Julien Danjou  <julien@danjou.info>
130         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
131         (mm-display-javascript-inline): New function.
133         * mm-decode.el (mm-inline-media-tests): Add application/javascript
134         viewing function.
136 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
138         * shr.el (shr-expand-newlines): Fix variable name.
140 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
142         * shr.el (shr-expand-newlines): Make nested boxes work.
144 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
146         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
147         backgrounds.
148         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
149         in a more sensible manner.
151 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
153         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
154         if EPG is loaded.
156 2011-01-24  Julien Danjou  <julien@danjou.info>
158         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
159         tags.
161 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
163         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
164         commands.
166         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
167         in the article buffer.
168         (gnus-gravatar-insert): Use blank space from the current buffer to
169         avoid breaking text properties.  This makes X-Sent updating work again.
171         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
173 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
175         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
176         fix the bug in url-http.el instead.
178         * shr.el (shr-image-fetched): Ditto.
180         * shr.el (shr-image-fetched): Avoid having point move in the article
181         buffer.
183         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
184         buffer after being called.  It's apparently being killed by url.el, and
185         killing it made point move to end-of-buffer in a random buffer.
187         * shr.el (shr-image-fetched): Ditto.
189 2011-01-23  Julien Danjou  <julien@danjou.info>
191         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
193         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
194         text/x-org.
196 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
198         * gnus-sum.el (gnus-summary-move-article): Protect against backends
199         (i.e., nnimap) returning nil as the article number.
201 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
203         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
204         "DelSp" parameter in RFC3676.
206 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
208         * message.el (message-check-recipients): Display the encoded version of
209         the bogus address if they differ.
211         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
212         after sending.
214         * gnus-agent.el (gnus-agent-send-mail): Ditto.
216         * gnus-group.el (gnus-group-refresh-group): New convenience function.
218         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
219         group buffer after sending the queue.
221         * gnus-agent.el (gnus-agent-send-mail): Ditto.
223 2011-01-22  Julien Danjou  <julien@danjou.info>
225         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
227 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
229         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
230         nested related parts.
232         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
233         unexpired articles.  This fixes the regression that led expiry marks to
234         disappear from nnfolder groups.
236 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
238         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
239         Don't confuse the "ret" of "retrograde" with RET.
241 2011-01-21  Julien Danjou  <julien@danjou.info>
243         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
244         than mm-insert-inline.
246 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
248         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
249         Widen article buffer.
251 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
253         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
254         the temp buffer.
255         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
257 2011-01-20  Julien Danjou  <julien@danjou.info>
259         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
261         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
262         than mm-insert-inline to insert inline part: this respect
263         mm-inline-media-tests displayers.
265         * mm-view.el (mm-display-shell-script-inline): New function.
267         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
269         * mm-uu.el (mm-uu-type-alist): Add org block.
270         (mm-uu-org-src-code-block-extract): New function.
272         * mm-view.el (mm-display-org-inline): New function.
274         * mm-decode.el (mm-automatic-display): Add text/org.
276         * mailcap.el (mailcap-mime-extensions): Add .org.
278 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
280         * gnus-art.el (gnus-article-highlight): Remove argument passed to
281         gnus-article-add-buttons.
283 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
285         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
286         From header with a date and "nobody" as the sender.
288 2011-01-19  Julien Danjou  <julien@danjou.info>
290         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
291         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
292         if you have the same regexp several times.
293         (gnus-button-push): Fix matching when regexp is symbol.
295 2011-01-15  Glenn Morris  <rgm@gnu.org>
297         * message.el (message-mail): A compose-mail function should
298         accept headers as strings.
300 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
302         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
303         Add :vert-only tags.
304         (message-mail): New arg RETURN-ACTION.
305         (message-return-action): New var.
306         (message-bury): Use it.
307         (message-mode): Make it buffer-local.
308         (message-send-and-exit): Always call message-bury.
310         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
311         message-mail.
313 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
315         * nnimap.el (nnimap-convert-partial-article): Protect against
316         zero-length body parts.
318         * mm-decode.el (mm-preferred-alternative-precedence):
319         Discourage showing empty parts.
321         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
322         and stuff if the backend didn't return the article number.  This fixes
323         an Exchange-related nnimap bug.
325         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
326         group window, because it does the wrong thing when a separate frame
327         displays the group buffer.
329         * proto-stream.el (open-protocol-stream): Protect against the low-level
330         transport functions returning nil.
332 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
334         * mml2015.el (epg-sub-key-fingerprint): Autoload.
335         (mml2015-epg-find-usable-secret-key): New function.
336         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
337         mml2015-epg-find-usable-key (Bug#7797).
338         (mml2015-epg-encrypt): Ditto.
340 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
344 2011-01-03  Glenn Morris  <rgm@gnu.org>
346         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
348         * sieve.el (sieve-open-server): Give a more explicit error if
349         sieve-manage-open returns nil.  (Bug#7720)
351 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
353         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
355 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
357         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
358         This avoids sending passwords in plain text over non-encrypted
359         channels.
361         * shr.el (shr-rescale-image): Display all GIF images as animated images.
363         * nnimap.el (nnimap-login): Refactored out into own function, and
364         implement CRAM-MD5.
365         (nnimap-wait-for-line): Refactored out.
367         * mm-view.el (mml-smime): Require.
369 2010-12-20  David Engster  <deng@eml.cc>
371         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
372         use EPG to decrypt S/MIME messages instead of openssl.
374 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
378         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
379         status is the group clearly is unreachable.
381         * auth-source.el (auth-source-create): Add the optional second
382         parameter to `local-variable-p' to be compatible with XEmacs.
384 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
386         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
387         work when using a compressed nnml folder.
389 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
391         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
392         backends after sanitising on entry, because this never makes sense:
393         If the articles have gone missing, then the data no longer exists on
394         the backend, and if they haven't, then Gnus is wrong, and shouldn't
395         overwrite anything anyway.
397         * shr.el (shr-insert-document): Bind shr-width dynamically to
398         window-width if it's nil.
400 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
402         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
403         with the meaning of using the full emacs window width for rendering.
405 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
407         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
408         case when sender is not given.
410 2010-12-23  Julien Danjou  <julien@danjou.info>
412         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
413         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
414         the addresses, otherwise we might misplaced the gravatar.
416 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
418         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
419         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
420         obsolete in Emacs.
422 2010-12-20  Julien Danjou  <julien@danjou.info>
424         * gnus-util.el (gnus-rescale-image): Revert last change.
426 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
428         * gnus-group.el (gnus-group-delete-articles): New command.
430 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
432         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
434 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
436         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
437         here, since it's up to the backends to do CRLF removal if their
438         protocol has it.
440         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
442 2010-12-17  Julien Danjou  <julien@danjou.info>
444         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
445         they are from file. Can also scale up.
447 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
449         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
450         gnus-use-agent.
451         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
453         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
455 2010-12-17  Julien Danjou  <julien@danjou.info>
457         * gravatar.el (gravatar-retrieve-synchronously): New function.
458         (gravatar-get-data): Make more robust.
460 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
462         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
463         to really consider the last line.
465 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
467         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
468         list of recipient keys, or use symmetric encryption if not a list.
469         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
470         EPA override, replacing the call to `netrc-store-data'.
472 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
474         * gnus-srvr.el: Avoid passing nil regexp argument to
475         delete-matching-lines.
477 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
480         fetching stops when Gnus exits.
482         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
483         function.
484         (nnfolder-request-expire-articles): Save all the buffers after doing
485         expiry.
487         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
488         the last article", since that led to serious performance regressions
489         when expiring nnml groups.
491 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
493         * nnir.el: Improve customizations.
495 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
497         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
499         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
500         group has been killed.
501         (gnus-group-yank-group): Ditto.
503         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
505         * nnimap.el (nnimap-request-update-group-status): New function.
507         * gnus-int.el (gnus-request-update-group-status): New interface
508         function.
510         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
511         copying read-ness to the backends.
513         * nnimap.el (nnimap-quirk): New function.
514         (nnimap-retrieve-group-data-early): Use it.
515         (nnimap-quirks): New alist.
517 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
519         * shr.el (shr-insert): Set shr-start after deleting trailing space;
520         don't delete it within indentation.
522 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
524         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
525         previous line.
527 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
529         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
530         QRESYNC command by deleting a superfluous space which broke Cyrus
531         servers.  This change will break other servers that are buggy the other
532         way around.
534 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
536         * spam.el: Reindent and fix long lines.
537         (spam-copy-or-move-routine): Exclude invalid move destinations.
539 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
541         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
542         installed the registry.
544 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
546         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
547         groupname doesn't contain "gmane".
549 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
551         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
552         (gnus-1): Don't create the nndrafts group twice.
553         (gnus-setup-news): There's no need to read the active file here, since
554         that's done again later on a per-backend basis.
555         (gnus-start-draft-setup): Make sure that the new group is started out
556         empty.
558         * gnus-agent.el (gnus-agentize): Don't create the queue group
559         automatically on startup.  It'll be created later, if needed.
561         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
562         of automatically subscribed groups.
563         (gnus-auto-subscribed-categories): New variable.
564         (gnus-matches-options-n): Use it.
565         (gnus-default-subscribed-newsgroups): Remove unused variable.
566         (gnus-start-draft-setup): Message a bit less.
568 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
570         * nnir.el (nnir-run-imap): Return article list in order of increasing
571         UID.
573 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
575         * gnus-sum.el (gnus-summary-enter-digest-group):
576         Mention gnus-auto-select-on-ephemeral-exit.
578         * proto-stream.el (proto-stream-open-network-only): Fix the calling
579         convention of the network-only option.
581 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583         * proto-stream.el (proto-stream-open-network-only): New function to
584         have a way to specify non-STARTTLS upgrade connections.
586 2010-12-10  Julien Danjou  <julien@danjou.info>
588         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
589         email address is nil.
591         * message.el (message-bogus-recipient-p): Set address to "" if nil.
593 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
595         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
596         deletion.
597         (nnir-run-imap): Only need to parse list once.
599 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601         * shr.el (shr-tag-script): Ignore <script>.
602         (shr-tag-label): Add <label> support.
604 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
606         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
608         * shr.el (shr-image-displayer): Work for images lined side by side.
610 2010-12-08  Robert Pluim  <rpluim@gmail.com>
612         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
613         parameter, since XEmacs doesn't accept t as a parameter.
615 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
617         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
618         ids.
619         (nnir-run-gmane): Simplify groupspec formatting.
620         (nnir-request-expire-articles): New function.
622 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
625         overflow, possibly.
627         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
628         (shr-render-td): Handle td style="" better.
629         (shr-tag-table): Use the color from the style sheet.
630         (shr-render-td): Make sure we copy over all the overlays, too.
632 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
634         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
635         (nnir-request-article): Improve article retrieval.
637 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
639         * mm-util.el (mm-extra-numeric-entities): New variable.
641         * mm-url.el (mm-url-decode-entities):
642         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
644 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
646         * message.el: Use completion-at-point.
647         (message-completion-function): New fun, extracted from message-tab.
648         (message-mode): Use it for completion-at-point-functions.
649         (message-tab): Use it and completion-at-point.
651 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
653         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
654         character if a non-breakable character follows.
656 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
658         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
659         any stream.
661         * shr.el (shr-tag-font): Colorize the region.
662         (shr-tag-body): Ditto.
663         (shr-tag-font): Actually let the styles be inherited instead of
664         overwriting them.
665         (shr-tag-font): Get the background color right.
666         (shr-tag-style): Ignore all <style> tags for the moment.
668         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
669         a Message-ID to avoid having nnimap depend on gnus-sum.
671         * shr.el (shr-descend): Only colorize something if we have a node that
672         sets colors.
674 2010-12-06  Julien Danjou  <julien@danjou.info>
676         * shr.el (shr-render-td): Render td content with shr-descend, so style
677         will be applied to <td> too.
678         (shr-colorize-region): Colorize region even if we only have a background.
679         (shr-tag-body): Fix color and background color inheritance.
680         Do not recolorize after shr-generic.
681         (shr-tag-font): Let shr-generic colorize via inheritance.
683 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
685         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
687 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
689         * nnir.el (nnir-request-move-article): Remove obsolete code.
691 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
693         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
695 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
697         * gnus-sum.el (gnus-summary-respool-article): The completion function
698         expects a list instead of an alist.
700         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
701         string as the parameter.
703         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
705         * shr.el (shr-stylesheet): New dynamic variable for cascading the
706         styles.
707         (shr-colorize-region): New function.
708         (shr-insert-background-overlay): Remove.
709         (shr-render-td): Background setting should be taken care of on a higher
710         level.
711         (shr-tag-body): Use post-hoc colorizations.
712         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
713         (shr-put-color-1): Don't overwrite old colors.
714         (shr-colorize-region): When the background color isn't explicit, use
715         a fixed background.
717         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
718         nnmail variables.
720 2010-12-05  Bjørn Mork  <bjorn@mork.no>
722         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
723         unless necessary.
725 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
727         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
728         server.
730 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
733         so that TAB works.
735         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
736         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
738         * shr.el (shr-urlify): Show the URL before the title to avoid
739         misleading URLs.
741 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
743         * shr.el (shr-urlify): Display the title in <a> tags.
745 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
747         * nnir.el (nnir-categorize): Replace mapcar with mapc.
749 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
751         * nnir.el: Rearrange code to allow macros to be autoloaded by
752         gnus-sum.el.
753         (nnir-retrieve-headers-override-function): Make this variable
754         customizable.
755         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
757         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
758         from nnir.el.
760 2010-12-03  Julien Danjou  <julien@danjou.info>
762         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
764 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
766         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
767         allow optional argument `environment'.
769 2010-12-03  Glenn Morris  <rgm@gnu.org>
771         * mm-extern.el (message-goto-body): Update declaration.
773 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
775         * gnus-util.el (gnus-macroexpand-all): New function.
777         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
778         instead of macroexpand-all that is unavailable in XEmacs.
780 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
782         * nnir.el (nnir-summary-line-format): New variable.
783         (nnir-mode): Use it.
784         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
785         (nnir-article-ids): Reimplement as defsubst.
786         (nnir-retrieve-headers): Don't mangle the subject header.
787         (nnir-run-imap): Use 100 as RSV score.
788         (nnir-run-find-grep): Fix for full server searching.
789         (nnir-run-gmane): Better restriction to gmane groups.
791         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
792         summary buffers.
794 2010-12-02  Julien Danjou  <julien@danjou.info>
796         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
798         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
800         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
801         support.
803 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
805         * nnir.el: Update to handle the registry better.
806         (autoload): Silence byte-compiler.
807         (nnir-open-server): Add a hook for nnir groups.
808         (nnir-request-move-article): Don't mangle the header. Better to use
809         formating variables (which will be added in the future).
810         (nnir-registry-action): Update the registry using the original article
811         group name.
812         (nnir-mode): Install nnir-specific hooks for updating the registry.
814         * gnus-sum.el
815         (gnus-article-original-subject,gnus-newsgroup-original-name):
816         Remove obsolete variables.
817         (gnus-summary-move-article): Remove use of obsolete variables.
818         (gnus-summary-local-variables): Make move and delete hooks local to
819         summary buffers.
821 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823         * rtree.el: New file.
825 2010-12-01  Julien Danjou  <julien@danjou.info>
827         * message.el (message-user-organization): Do not use
828         gnus-local-organization.
830         * gnus.el: Remove gnus-local-organization.
832         * gnus-msg.el: Remove nastygram thing.
834 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
836         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
837         funcall.
839 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
841         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
842         names.
844         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
845         characters.
847         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
848         to t of inhibit-read-only since it is inside gnus-with-article-headers.
849         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
850         (gnus-gravatar-transform-address): Use mail-extract-address-components
851         that supports non-ASCII names rather than mail-header-parse-addresses.
853 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855         * proto-stream.el (open-protocol-stream): All starttls connections are
856         handled by the network handler.
858 2010-11-30  Julien Danjou  <julien@danjou.info>
860         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
861         (nnimap-open-connection-1): Fix PREAUTH.
863         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
865 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
867         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
868         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
869         (shr-insert): Use them.
870         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
872 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
874         * nnir.el (nnir-request-move-article): Bail out if original group
875         doesn't support article moves.
876         (nnir-get-active): Improve active list retrieval.
878 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
880         * shr.el (shr-find-fill-point): Don't break before apostrophes.
882 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
884         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
885         seem to accept strings-with-numbers as port numbers,
887 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
889         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
890         change the registry.
892 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
894         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
895         delete-dups that is not available in XEmacs 21.4.
897         * mm-util.el (mm-delete-duplicates): Add comment.
899 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
901         * nnir.el (nnir-ignored-newsgroups): New variable.
902         (nnir-get-active): Use it.
904 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906         * proto-stream.el (proto-stream-open-network): Add some comments.
908         * nntp.el (nntp-open-connection): Provide a :success condition.
910         * nnimap.el (nnimap-open-connection-1): Ditto.
912         * proto-stream.el (proto-stream-open-network): See what the response to
913         the STARTTLS command is.
915         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
916         backwards compatibility).
917         (nnimap-open-connection-1): Really respect nnimap-server-port.
919         * proto-stream.el (proto-stream-open-network): When doing opportunistic
920         TLS upgrades we don't really care about the identity of the peer.
921         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
922         that what we've checked for.
923         (proto-stream-always-use-starttls): Only default to t if
924         open-gnutls-stream exists.
925         (proto-stream-open-network): If STARTTLS failed, then just open a
926         normal connection.
927         (proto-stream-open-network): Wait until the greeting before doing
928         STARTTLS.
930         * nntp.el (nntp-open-connection): Report what the connection error is.
932         * proto-stream.el (open-protocol-stream): Rename from
933         open-proto-stream.
935 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937         * nnimap.el (nnimap-stream): Change default to `undecided'.
938         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
939         first, and then network.
940         (nnimap-open-connection-1): Respect nnimap-server-port.
941         (nnimap-open-connection): Be more backwards-compatible.
943         * proto-stream.el (proto-stream-always-use-starttls): New variable.
944         (proto-stream-open-starttls): De-duplicate the starttls code.
945         (proto-stream-open-starttls): Folded back into the main function.
946         (proto-stream-open-network): Fix typo in the gnutls path.
947         (proto-stream-command): Refactor out.
949         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
951         * proto-stream.el (proto-stream-open-starttls): Actually implement the
952         starttls.el STARTTLS.
954         * color.el (color-lab->srgb): Fix function call name.
956         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
957         if we're using tls.el.
958         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
959         built in, then don't try to establish a STARTTLS connection.
961         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
962         servers.
964         * proto-stream.el (open-proto-stream): Use network, not stream.
965         (open-proto-stream): Add a way to specify what the end of a command is.
967         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
968         connections types.
969         (nntp-open-network-stream): Remove.
970         (nntp-open-ssl-stream): Remove.
971         (nntp-open-tls-stream): Remove.
972         (nntp-ssl-program): Remove.
974         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
976 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
978         * nnir.el: Fix typos.
979         (nnir-retrieve-headers-override-function): Rename variable to reflect
980         new semantics.
981         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
982         macros.
983         (nnir-request-article, nnir-request-move-article): Use them.
984         (nnir-categorize): New function.
985         (nnir-run-query): Use it.
986         (nnir-retrieve-headers): Rewrite to batch header retrieval.
987         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
988         sorted.
989         (nnir-group-full-name): Use gnus-group-full-name instead.
990         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
991         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
993 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
995         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
997         * proto-stream.el: New library to provide protocol-specific
998         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
999         protocols.
1000         (open-proto-stream): Complete the documentation.
1001         (proto-stream-open-network): Fix some typos.
1003         * nnimap.el (nnimap-open-connection): Use it.
1005 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1007         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1008         negotiation.
1010 2010-11-26  Julien Danjou  <julien@danjou.info>
1012         * color.el: Rename various rgb functions to srgb.
1014 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1017         names.
1019 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1021         * shr.el (shr-insert): Revert last change.
1022         (shr-find-fill-point): Never leave point being at bol;
1023         relax the kinsoku limitation when rendering tables.
1025 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1028         results from -accept-article.
1030         * shr-color.el: Require cl when compiling.
1032         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1033         checkin.
1035         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1037         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1039         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1040         'add and 'delete to set backend marks.
1042         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1044         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1046         * nntp.el (nntp-request-set-mark): Use it.
1048         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1050         * nnml.el (nnml-request-set-mark): Ditto.
1052         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1053         introduces regressions in article selection.
1054         (nnimap-find-uid-response): New function.
1055         (nnimap-request-accept-article): Use the UID returned, if any.
1056         (nnimap-request-move-article): Use the UID returned, if any.
1057         (nnimap-get-groups): Reimplement to work with folded lines.
1058         (nnimap-find-uid-response): The UID is the last element in the list.
1059         (nnimap-request-set-mark): Extend syntax with 'set.
1061         * nnml.el (nnml-request-set-mark): Ditto.
1063         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1065         * nntp.el (nntp-request-set-mark): Ditto.
1067 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1069         * message.el (message-called-interactively-p): A temporary macro.
1070         (message-goto-body): Use it temporarily.
1072 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1075         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1076         (nnimap-last-response-string): Fix last unfolding fix.
1078 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1080         * shr.el (shr-insert): Fix the way to fold lines.
1082 2010-11-25  Julien Danjou  <julien@danjou.info>
1084         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1086         * color.el: Rename from color-lab.el
1087         (color-rgb->hex): Add.
1088         (color-complement): Add.
1089         (color-complement-hex): Add.
1091         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1093 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1095         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1096         don't exist.
1098 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1100         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1101         assuming that article displaying or another mml-preview may be
1102         interrupted for an error or for the like.
1104         * shr.el (shr-get-background): Fix argument name.
1106 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1110         * gnus-sum.el (gnus-summary-include-articles): New function.
1112         * message.el (message-goto-body): called-interactively-p needs a
1113         parameter, so use `any'.
1115         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1116         clear marks before moving, since they're synced from the Gnus side
1117         first.
1119         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1120         (gnus-summary-move-article): Copy over all marks before moving, so that
1121         IMAP doesn't think a new article has arrived.
1123 2010-11-24  Julien Danjou  <julien@danjou.info>
1125         * shr.el (shr-insert-background-overlay): Fix typo.
1126         (shr-render-td): Copy the background before rendering.
1128         * shr-color.el (shr-color-visible): Fix docstring.
1130         * shr.el (shr-tag-table): Add bgcolor support.
1131         (shr-render-td): Add bgcolor support.
1132         (shr-get-background): Add.
1133         (shr-insert-foreground-overlay): Use shr-get-background.
1135         * message.el (message-goto-body): Use called-interactively-p.
1136         (message-in-body-p): message-goto-body returns point.
1138 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1140         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1141         Fixes something or other in Emacs 23, and is backwards compatible.
1143         * message.el (message-goto-body): Remove the <#secure special-casing,
1144         which is too special.
1146         * shr.el (shr-parse-style): Drop !important from styles.
1148 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1150         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1151         this function to return incorrect results when calling it with an
1152         explicit article argument different from
1153         (gnus-summary-article-number).
1155 2010-11-24  Julien Danjou  <julien@danjou.info>
1157         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1158         (shr-tag-body): Add background support.
1159         (shr-descend): Add background support.
1160         (shr-tag-title): Add.
1162         * shr-color.el (shr-color-visible): Really return original background
1163         if fixed.
1165 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1167         * shr.el (shr-color-check): Protect against non-existant colour names.
1169 2010-11-24  Julien Danjou  <julien@danjou.info>
1171         * color-lab.el: Require 'cl when compiling.
1173         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1175         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1176         matched part.
1178         * color-lab.el: Fix all expt calls to use float type.
1180 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1182         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1183         expression to shr-color-check as is.
1185         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1187         * color-lab.el: Add coding cookie.
1188         (float-pi): Use eval-and-compile.
1190 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192         * shr.el (shr-insert-color-overlay): Split stuff like
1193         "#444444 !important" to find the real colour.
1194         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1195         parse <font color="red"> entries.
1197 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1199         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1200         point when parsing headers.
1202         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1203         is positioned properly when parsing headers.
1205 2010-11-23  Julien Danjou  <julien@danjou.info>
1207         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1209         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1211         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1213         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1214         Use shr-color-hue-to-rgb.
1215         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1217 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219         * shr.el (shr-color->hexadecimal): Autoload.
1220         (shr-descend): Add color to all tags.
1222 2010-11-22  Julien Danjou  <julien@danjou.info>
1224         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1225         shr-color->hexadecimal.
1227         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1228         RGB() or HSL() color representation.
1230         * shr.el (shr-tag-font): Add.
1231         (shr-tag-color-check): New function to get better colors.
1232         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1233         tag-span.
1235         * shr-color.el: New file.
1237         * color-lab.el: New file.
1239         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1241 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1243         * nnir.el: Fix typo in comments.
1244         (nnir-run-imap): Simplify code. No need to reverse artlist.
1245         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1247 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1249         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1251         * nnimap.el (nnimap-get-capabilities): Refactor out.
1252         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1254 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1256         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1257         appearing when `mm-uu-hide-markers' is nil.
1259 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1261         * nnimap.el (nnimap-unselect-group): Make into its own function.
1262         (nnimap-request-rename-group): Unselect group before renaming.
1263         This had gotten lost somewhere.
1264         (nnimap-request-accept-article): Keep track of examined groups, and
1265         unselect the group before APPENDing to read-only groups.
1266         (nnimap-request-move-article): Clear flags before moving so that they
1267         can be re-set later.
1269 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1271         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1272         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1274 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1276         * gnus-art.el (gnus-mime-display-single)
1277         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1278         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1279         parameter.
1281 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1283         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1284         (shr-table-vertical-line): New variable.
1285         (shr-insert-table): Use it.
1287 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1289         * gnus-html.el (gnus-html-wash-images): Don't display images if
1290         gnus-inhibit-images is non-nil; register displayer for cid images.
1291         (gnus-html-display-image): Work for cid image.
1292         (gnus-html-insert-image): Allow arguments.
1293         (gnus-html-put-image): Inhibit read-only.
1294         (gnus-html-prefetch-images): Don't prefetch images if
1295         gnus-inhibit-images is non-nil.
1297 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1299         * shr.el (shr-put-image): Break lines when inserting big pictures.
1301 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1303         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1304         sender, thanks Katsumi Yamaoka.
1306 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1308         * nnir.el (nnir-run-imap): Reverse the article list for each group
1309         rather than the whole list.
1311 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1313         * shr.el (shr-image-displayer): Protect function against non-existent
1314         image source.
1316         * gnus-art.el (gnus-inhibit-images): New user option.
1317         (gnus-mime-display-single): Don't display image if it is non-nil.
1319         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1320         gnus-inhibit-images.
1322         * shr.el (shr-image-displayer): New function.
1323         (shr-tag-img): Use it.
1325 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1327         * mml2015.el (mml2015-epg-sign): Use From header.
1329 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1331         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1333         * gnus-util.el (gnus-find-text-property-region): Return markers.
1335         * shr.el (shr-tag-img): Put a displayer in the text property.
1337         * gnus-util.el (gnus-find-text-property-region): New utility function.
1339         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1340         (gnus-html-show-images): Remove.
1342         * gnus-art.el (gnus-article-show-images): New, more general function.
1344         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1345         image url text properties.
1347         * shr.el: Ditto.
1349         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1350         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1352 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1354         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1355         work for two or more articles.
1357 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1359         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1360         divide an image that's in an html article to two or more when washing
1361         non-ASCII characters in alt text of it.
1363 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1365         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1366         smime-decrypt-region using function argument.
1367         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1369         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1371         * smime.el (smime-decrypt-region): Catch it.
1373 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1375         * smime.el (smime-mode-map): Move initialization into declaration.
1376         (gnus-run-mode-hooks): Don't autoload.
1377         (smime-mode): Use define-derived-mode.
1379 2010-11-11  Glenn Morris  <rgm@gnu.org>
1381         * smime.el (from): Restrict declaration to XEmacs.
1383         * nnir.el (gnus-group-topic-name): Autoload.
1385 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1387         * shr.el (shr-insert): Don't break long line if it is because of
1388         kinsoku-bol characters in the line end.
1390 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1392         * nnir.el (nnir-request-move-article): Fix to provide original group
1393         and subject.
1394         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1395         been retrieved.
1397         * gnus-sum.el (gnus-summary-move-article): Use original group and
1398         subject for virtual articles such as those in an nnir summary buffer.
1400 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1402         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1403         least 21.5).
1405         * smime.el (from): Declare it again for XEmacs.
1407 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1409         * message.el (message-resend): Don't disable encoding unless it's
1410         already encoded.
1412         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1413         low-numbered articles.
1415 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1417         * rfc2047.el (rfc2047-syntax-table): Simplify.
1419         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1420         set-char-table-range for XEmacs.
1422 2010-11-10  Glenn Morris  <rgm@gnu.org>
1424         * smime.el (from): Remove unused declaration.
1426         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1427         (gnus-float-time): On Emacs, always an alias.
1429         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1430         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1432 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1434         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1436 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1438         * shr.el (browse-url-mailto): Autoload.
1440         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1442         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1443         regexp doesn't need quoting.
1445 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1447         * message.el (message-subject-trailing-was-ask-regexp)
1448         (message-subject-trailing-was-regexp): Match was: in addition to was.
1450 2010-11-09  Glenn Morris  <rgm@gnu.org>
1452         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1453         (nnbabyl-check-mbox): Use point-at-bol.
1455 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1459         * message.el (message-mailto): New function.
1460         (message-mailto): Should accept other parameters.
1461         (message-mailto): Remove since it duplicates browse-url-mailto
1462         functionality.
1464 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1466         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1467         methods.
1468         (gnus-read-active-file): Ditto.
1470         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1471         ": " from the prompt.
1472         (gnus-group-make-group): Ditto.
1474 2010-11-07  Glenn Morris  <rgm@gnu.org>
1476         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1477         (gnus-bookmark-kill-line): Use point-at-eol.
1479 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1481         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1482         asterisks in From header.
1484 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1486         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1487         string to avoid making the From headers syntactically invalid.
1489         * message.el (message-send-mail): Don't insert courtesy messages if the
1490         message already has List-Post and List-ID messages.
1492 2010-11-06  Glenn Morris  <rgm@gnu.org>
1494         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1495         `condition', `type', `length' a prefix.
1496         (gnus-treat-predicate): Update for above name changes.
1498 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1500         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1501         binding.  Handled by `gnus-summary-refer-thread' instead.
1502         (nnir-warp-to-article): New backend function.
1504         * nnimap.el (nnimap-request-thread): Force dependency updating.
1506         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1507         (gnus-summary-refer-thread): Rework to improve thread-referral.
1509         * gnus-int.el (gnus-warp-to-article): New function.
1511         * gnus-sum.el (gnus-summary-article-map): Bind it.
1513 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1515         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1516         gnus-summary-refer-thread.
1518         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1519         headers.
1520         (gnus-summary-limit-include-thread): Prevent articles in thread from
1521         being cut in gnus-cut-threads.
1522         (gnus-summary-refer-thread): Limit retrieved headers to those in
1523         thread.
1525 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527         * message.el (message-send-mail): Use the value of
1528         message-courtesy-message from the message buffer.
1530         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1532         * shr.el (shr-browse-url): Implement mailto: URLs.
1534         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1535         "raw".
1537         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1538         if it's already selected.
1540         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1542 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1544         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1545         to measure the length and truncate alt text.
1547 2010-11-03  Glenn Morris  <rgm@gnu.org>
1549         * nndiary.el (nndiary-generate-nov-databases-1)
1550         (nndiary-generate-active-info): Rename dynamic variable `files' to
1551         something less generic.
1553 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1555         * nnir.el (nnir-request-move-article): Call the underlying backend to
1556         move articles from nnir.
1558 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1560         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1562 2010-11-02  Julien Danjou  <julien@danjou.info>
1564         * nnir.el: Remove wais support.
1566 2010-11-02  Glenn Morris  <rgm@gnu.org>
1568         * gnus-html.el: Reorder requirements to quieten compiler.
1570 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1572         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1573         properly for XEmacs as well.
1574         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1575         (gnus-article-natural-long-line-p): Use window-width rather than
1576         frame-width.
1578 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1580         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1581         (nnir-read-parms): Don't modify query.
1582         (nnir-run-query): Add ability to search topic on current line.
1583         (nnir-get-active): Clean up.
1585 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1587         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1588         degenerate articles.
1590         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1591         (gnus-print-buffer): Just print the buffer as is, without any copying
1592         to a buffer and then re-highlighting.
1594         * nnimap.el (nnimap-request-group): Store the new updated info.
1595         (nnimap-request-group): Select the group when we don't know whether it
1596         exists or not.
1598         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1599         groups.
1601         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1602         groups.
1604         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1605         groups.
1607         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1608         long-lines case by only filling the long lines.
1610         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1611         (bug #7311).
1613 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1615         * shr.el: No need to declare `declare-function' since shr.el is for
1616         only Emacsen that provide `libxml-parse-html-region'.
1618 2010-11-01  Glenn Morris  <rgm@gnu.org>
1620         * mm-util.el (gnus-completing-read): Autoload.
1621         (mm-read-coding-system): Simplify Emacs definition.
1623         * nnmail.el (gnus-activate-group):
1624         * nnimap.el (gnutls-negotiate):
1625         * nntp.el (netrc-parse): Fix declarations.
1627 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1629         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1630         string-match-p in Emacs >=23.
1632         * gnus-msg.el (gnus-configure-posting-styles)
1633         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1635 2010-11-01  Glenn Morris  <rgm@gnu.org>
1637         * nnir.el (declare-function): Add compat stub.
1638         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1639         (nnir-run-gmane): Require 'mm-url.
1641         * mm-util.el (mm-string-to-multibyte): Simplify.
1643         * shr.el (declare-function): Add compat stub.
1644         (url-cache-create-filename): Declare.
1645         (mm-disable-multibyte, widget-convert-button): Autoload.
1647         * smime.el (ldap-search): Declare.
1648         (smime-cert-by-ldap-1): Require ldap on Emacs.
1650         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1651         (nnimap-keepalive): Use gnus-float-time.
1653         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1654         (mail-source-delete-crash-box): Use gnus-float-time.
1656         * gnus-dired.el (gnus-completing-read): Autoload.
1658         * mm-view.el (gnus-rescale-image): Autoload.
1660         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1662         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1664         * sieve-manage.el: Require 'cl when compiling.
1666         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1667         (gnus-iswitchb-completing-read): Require iswitchb.
1668         (gnus-select-frame-set-input-focus): Silence compiler.
1670 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672         * message.el (message-subject-trailing-was-query): Change default to t,
1673         since I think that's what most people want.
1675         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1676         appending for easier debugging.
1677         (nnimap-wait-for-connection): Take a regexp.
1678         (nnimap-request-accept-article): Wait for the continuation line before
1679         sending anything unless we're streaming.
1681         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1682         leave the header washing to take place.
1684 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1686         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1687         regular expression match and replace in posting styles.
1689 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1691         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1692         an entire server.
1693         (nnir-get-active): New function.
1694         (nnir-run-imap): Use it.
1695         (nnir-run-gmane): Who knew, gmane search returns an article score!
1697         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1698         server on the current line with nnir.
1700 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1703         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1704         left edge.
1705         (gnus-article-foldable-buffer): Skip past the prefix when determining
1706         raggedness.
1708         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1709         the raw article, and change `C-u g' to show the article without doing
1710         treatments.
1712         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1713         on to `gnus-treat-article'.
1714         (gnus-inhibit-article-treatments): New variable.
1716         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1718         * gnus-art.el (gnus-treatment-function-alist): Have
1719         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1720         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1721         sections.
1723         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1724         parameter.
1725         (gnus-article-fill-cited-long-lines): New function.
1726         (gnus-article-fill-cited-article): Allow filling only long sections.
1728         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1729         and non-punctuation (like after the apostrophe in "'We").
1731         * gnus-sum.el (gnus-summary-select-article): Make sure
1732         gnus-original-article-buffer is alive.
1734         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1735         reflect the order they're in in the digest.
1737         * gnus.el (gnus-group-startup-message): Move point to the start of the
1738         buffer.
1740         * nnimap.el (nnimap-capability): New function.
1741         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1742         is set.
1744 2010-10-31  David Engster  <dengste@eml.cc>
1746         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1747         conform with changes to gnus-completing-read.
1749 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1753 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1755         * nnir.el: Move defvar, defcustom around to keep file organized
1756         and keep byte-compiler quiet.
1757         (nnir-read-parms): Accept search-engine as arg.
1758         (nnir-run-query): Pass search-engine as arg.
1759         (nnir-search-engine): Remove.
1761 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763         * shr.el (shr-generic): The text nodes should be text, not :text.
1765         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1766         later in the file.
1768 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1770         * nnir.el: General clean up.  Allow searching with multiple engines.
1771         Allow separate extra-parameters for each engine.
1772         Batch queries when possible.
1773         (nnir-imap-default-search-key,nnir-method-default-engines):
1774         Add customize interface.
1775         (nnir-run-gmane): New engine.
1776         (nnir-engines): Use it.  Qualify all prompts with engine name.
1777         (nnir-search-engine): Remove global variable.
1778         (nnir-run-hyrex): Restore for now.
1779         (nnir-extra-parms,nnir-search-history): New variables.
1780         (gnus-group-make-nnir-group): Use them.
1781         (nnir-group-server): Remove in favor of gnus-group-server.
1782         (nnir-request-group): Avoid searching twice.
1783         (nnir-sort-groups-by-server): New function.
1785 2010-10-30  Julien Danjou  <julien@danjou.info>
1787         * gnus-group.el: Remove gnus-group-fetch-control.
1789         * gnus-start.el (gnus-find-new-newsgroups):
1790         Remove gnus-check-first-time-used.
1792         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1794 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1796         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1797         set on groups that don't have \* permanentflags.
1799 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1801         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1802         control the background color.
1803         (shr-tag-img): Ignore very small web bug type images.
1804         (shr-put-image): Add help-echo alt texts to the images.
1805         (shr-tag-video): Show the video poster image.
1807 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809         * shr.el (shr-table-depth): New variable.
1810         (shr-tag-table-1): Only insert the images after the top-level table.
1812         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1814         * gnus-util.el (gnus-list-memq-of-list): New function.
1816         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1817         selected.
1818         (nnimap-unsplittable-articles): New slot.
1819         (nnimap-new-articles): Use it.
1821 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1823         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1824         move to the previous line on `M-g'.
1826 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1829         *-request-group, which seems unnecessary.
1831         * nnimap.el (nnimap-quote-specials): Function copied over from
1832         imap.el.
1833         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1834         they support that.  Suggested by Tom Regner.
1836 2010-10-29  Julien Danjou  <julien@danjou.info>
1838         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1839         defalias.
1840         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1842         * gnus.el: Remove `gnus-nntp-service' variable.
1843         (gnus-secondary-servers): Make obsolete.
1844         (gnus-nntp-server): Make obsolete.
1846         * gnus-start.el (gnus-1): Remove x-splash calls.
1848         * gnus-ems.el (gnus-x-splash): Remove.
1850         * gnus.el (gnus-group-startup-message): Simplify/update code.
1852         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1853         capability before doing anything.
1854         (gnus-group-insert-group-line): Remove useless
1855         gnus-group-remove-excess-properties.
1857 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1861 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1863         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1864         config after reselecting.
1866 2010-10-28  Julien Danjou  <julien@danjou.info>
1868         * shr.el (shr-put-image): Use point even if only inserting text.
1869         (shr-put-image): Save excursion when inserting alt text on non-graphic
1870         display, so the behaviour is the same when we are on a graphic display.
1872         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1874 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1876         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1877         (gnus-mime-copy-part): Check coding system, not charset.
1878         (gnus-mime-view-part-externally): Never remove part.
1879         (gnus-mime-view-part-internally): Don't remove part here.
1880         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1881         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1882         multipart/alternative.
1884         * mm-decode.el (mm-display-part): Take optional arg `force'.
1886 2010-10-26  Julien Danjou  <julien@danjou.info>
1888         * gnus-group.el (gnus-group-default-list-level): Add this function to
1889         compute the default list level.
1890         (gnus-group-default-list-level): Add possibility to use a function.
1892 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1894         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1896         * gnus-group.el (gnus-group-completing-read)
1897         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1898         gnus-replace-in-string.
1900 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1902         * shr.el (shr-tag-div): Add.
1904 2010-10-25  Julien Danjou  <julien@danjou.info>
1906         * gnus-util.el: Remove `gnus-with-local-quit'.
1908         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1910 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1913         the original article buffer.
1915 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * nnimap.el (nnimap-request-head): New function.
1918         (nnimap-request-move-article): Try to be slighly faster by not
1919         requesting the entire message when moving.
1920         (nnimap-transform-headers): Don't bug out on bodiless articles.
1921         (nnimap-send-command): Have no outstanding messages if the IMAP server
1922         doesn't support streaming.
1923         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1925 2010-10-24  Julien Danjou  <julien@danjou.info>
1927         * message.el (message-default-headers): Fix type.
1929 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1932         prefetching images.
1934         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1935         backend for unknown groups.  This is mainly useful for nnimap groups.
1937         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1938         group isn't covered by the agent.
1940 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1942         * nnir.el (nnir-method-default-engines): New variable.
1943         (nnir-run-query): Use it.
1944         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1945         (gnus-summary-nnir-goto-thread): Change group if needed.
1947         * gnus-group.el (gnus-group-group-map): Add key binding for
1948         gnus-group-make-nnir-group.
1950 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * shr.el (shr-tag-object): Add.
1954         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1955         original article buffer live.
1956         (gnus-summary-select-article-buffer):
1957         Mention gnus-widen-article-buffer.
1959 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1961         * shr.el (shr-tag-strong): Add.
1963 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1965         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1966         group names.  They mess up the group buffer badly.
1968         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1970         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1971         instead of the summary one.
1973 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1975         * mml.el (mml-preview): Work properly when editing article.
1977         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1978         gnus-have-read-active-file if it's already been in.
1980 2010-10-22  Tom Tromey  <tromey@redhat.com>
1982         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1983         gnus-group-completing-read.
1985 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987         * message.el (message-mode-map): Don't bind M-; to comment region, to
1988         allow the global comment-dwim to work.
1990 2010-10-21  Julien Danjou  <julien@danjou.info>
1992         * message.el (message-setup-1): Allow message-default-headers to be a
1993         function.
1995 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1997         * shr.el (shr-tag-table): Simplify.
1999 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2002         to avoid trying to snarf invalid stuff.
2004         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2006         * gnus.el (gnus-message-archive-group): Quote value.
2007         (gnus-message-archive-group): Mark as changed.
2009         * shr.el (shr-add-font): Don't put the font properties on the newline
2010         or the indentation.
2012         * message.el (message-fix-before-sending): Change options when sending
2013         non-printable characters.
2015         * gnus.el (gnus-message-archive-method): Change the default to
2016         monthly outgoing groups.
2018         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2019         that have gotten new numbers.
2021         * nnimap.el (nnimap-request-replace-article): New function.
2023 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2025         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2026         (nnrss-request-article): Don't use special html washing code.
2028 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2030         * shr.el (shr-tag-table): Remove useless nconc.
2032 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2034         * gnus-art.el (article-wash-html): Simplify and remove the charset
2035         stuff.  Use the normal html rendering code instead of the special html
2036         washing code.
2038         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2039         `gnus-w3m' symbols.
2040         (mm-text-html-washer-alist): Remove.
2042         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2043         (mm-inline-media-tests): Remove use.
2044         (mm-text-html-renderer): Change default to the `shr' symbol.
2046         * mm-view.el (mm-inline-text-html): Remove use.
2048         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2049         `gnus-blocked-images' to be a function.
2050         (gnus-article-wash-function): Remove.
2052 2010-10-20  Julien Danjou  <julien@danjou.info>
2054         * spam.el (spam-list-of-processors): Mark as obsolete.
2056         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2057         (nnimap-insert-partial-structure): Fix boundary detection.
2059 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2061         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2062         run file-truename on remote files.  This can be expensive and even
2063         prevent one from editing drafts if some unrelated buffer has a stale
2064         connection.
2066 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2069         kinsoku-eol regardless of shr-kinsoku-shorten.
2070         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2071         (shr-tag-table): Support caption, thead, and tfoot.
2073 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2075         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2076         lines.
2077         (shr-save-contents): New command and keystroke.
2079         * nndoc.el (nndoc-type-alist): Add git support.
2080         (nndoc-git-type-p): New function.
2081         (nndoc-transform-git-article): Ditto.
2082         (nndoc-transform-git-headers): Ditto.
2083         (nndoc-transform-git-headers): Generate Subject headers.
2085         * shr.el (shr-parse-style): New function.
2086         (shr-tag-span): Ditto.
2088         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2089         to `G G' to avoid collisions.
2091 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2093         * shr.el: Load kinsoku if necessary.
2094         (shr-kinsoku-shorten): New internal variable.
2095         (shr-find-fill-point): Make kinsoku shorten text line if
2096         shr-kinsoku-shorten is bound to non-nil.
2097         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2098         shr-indentation too when testing if table is wider than frame width.
2099         (shr-insert-table): Use `string-width' instead of `length' to measure
2100         text width.
2101         (shr-insert-table-ruler): Make sure indentation is done at bol.
2103 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2105         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2106         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2107         undecoded network data.
2109 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2112         name in the mode line spec so that the mode line menu works
2113         (bug #2431).
2115         * message.el (message-get-reply-headers): If we're fed `to-address',
2116         then always use that.
2118         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2119         aren't so wide as to need to switch off the edit menu.
2121         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2122         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2124         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2125         `M-g'.
2126         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2127         the permanent marks.
2129 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2131         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2132         Splitting according to references/in-reply-to obeys the ignore-groups
2133         variable, while splitting by sender and subject do not.
2135 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2137         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2138         alist, so that we can look for non-Unicode chars.
2139         (article-translate-strings): Allow both character and string maps.
2141 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2143         * shr.el (shr-insert): Don't insert space behind a wide character
2144         categorized as kinsoku-bol, or between characters both categorized as
2145         nospace.
2147 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2149         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2150         headers to gnus-newsgroup-headers.
2152 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154         * shr.el (shr-tag-img): Don't align images -- since we're not
2155         rescaling, this often leads to ugly displays.
2157 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2159         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2160         duplicates.
2162 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2164         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2165         call.
2167 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2169         * gnus.el: Autoload gnus-html-show-images.
2171         * nnimap.el: Use nnheader-message throughout.
2173         * shr.el (shr-tag-img): Ignore images with no data.
2175 2010-10-15  Julien Danjou  <julien@danjou.info>
2177         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2178         a possibility to disable format=flow encoding when using hard newlines.
2180 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2182         * shr.el (shr-insert): Remove space inserted before or after a
2183         breakable character or at the beginning or the end of a line.
2184         (shr-find-fill-point): Do kinsoku; find the second best point or give
2185         it up if there's no breakable point.
2187 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189         * nnimap.el (nnimap-open-connection): Message when opening connection
2190         for debugging purposes.
2192         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2193         on every setup buffer call to allow this to change from article to
2194         article.
2196         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2197         buffers where we have a wide table.
2199 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2201         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2202         uses *-request-thread.
2204 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2207         incantation, which is no longer valid.
2209 2010-10-14  Julien Danjou  <julien@danjou.info>
2211         * shr.el: Fix defcustom type (char -> character).
2213 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2215         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2216         programs.
2218 2010-10-14  Julien Danjou  <julien@danjou.info>
2220         * shr.el (shr-tag-a): Use url-link as widget type.
2222         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2223         `gnus-group-get-icon'.
2225 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2228         This should make server editing work better.
2230         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2232         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2233         (nnimap-parse-flags): Fix regexp.
2235         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2236         probably work for CJVK text, too.
2238         * nnimap.el (nnimap-extend-tls-programs): Remove.
2239         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2241 2010-10-13  Julien Danjou  <julien@danjou.info>
2243         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2244         responses.
2246 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2250         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2251         anything in Emacs.
2253         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2255 2010-10-13  Julien Danjou  <julien@danjou.info>
2257         * shr.el (shr-width): Make shr-width a defcustom with default to
2258         fill-column.
2259         (shr-tag-img): Use shr-width rather than fill-column.
2261 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2263         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2265         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2266         position when (X-)Faces exist.
2267         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2268         avatars when called interactively.
2270 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2272         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2273         gnus-article-x-face-too-ugly is bound.
2275 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2279         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2280         mailbox that doesn't exist.
2282 2010-10-12  Julien Danjou  <julien@danjou.info>
2284         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2285         (shr-get-image-data): Encode URL properly when fetching from cache.
2286         (shr-tag-img): Use aligned-to spaces to align correctly images.
2288         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2289         before inserting the Gravatar.
2291         * shr.el (shr-tag-img): Add align attribute support for <img>.
2293 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295         * gnus-gravatar.el (gnus-art): Require.
2297         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2298         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2299         Remove long obsoleted functions.
2301 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2303         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2305         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2306         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2307         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2308         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2309         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2310         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2311         Fix comment for declare-function.
2313 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315         * nnimap.el (nnimap-request-rename-group): Select group read-only
2316         before renaming it.
2318         * shr.el (shr-insert): Fix up the white space only regexp.
2320         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2321         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2323         * shr.el (shr-current-column): New function.
2324         (shr-find-fill-point): New function.
2326 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2328         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2329         numbers.
2331 2010-10-11  Julien Danjou  <julien@danjou.info>
2333         * shr.el (shr-hr-line): Add.
2334         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2335         display hr lines.
2336         (shr-max-columns): Do not change state to nil if we just inserting
2337         spaces.
2339 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2342         select the last group.
2344 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2346         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2348 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2351         for Gnus.
2352         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2353         (nnimap-update-qresync-info): Mark \Seen articles as read.
2355         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2356         non-variable, too.
2358         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2359         available.
2360         (nnimap-update-info): Rely more on the current active than the param
2361         active to avoid marking articles as read too much.
2363         * auth-source.el (auth-source-create): Use (user-login-name) for the
2364         user name default.
2366         * nnimap.el (nnimap-update-info): If the server doesn't return any
2367         useful info, just use the previous info.
2368         (nnimap-update-info): Prefer old info over start-article.
2369         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2371 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2373         * nnir.el (autoload): Clean up autoloads.
2374         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2375         Use key rather than value.
2376         (nnir-imap-search-other): New variable.
2377         (nnir-read-parm): Use it.
2378         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2379         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2381 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2383         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2384         the process, too.
2386 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2388         * spam.el (gnus-summary-mode-map): Bind to "$".
2389         Suggested by Russ Allbery.
2391         * shr.el: Rework the way things are indented by <li> slightly.
2393         * gnus.el (gnus-group-set-parameter): Fix typo.
2395         * nnimap.el: Start implementing QRESYNC support.
2397 2010-10-09  Julien Danjou  <julien@danjou.info>
2399         * nnir.el (nnir-engines): Fix too many arguments.
2401 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2403         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2404         group is the "last", so that the backends like nnfolder actually save
2405         their folders.
2407         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2408         try to use that for the tls stream.
2409         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2410         UIDVALIDITY and find out which groups are read-only and not.
2411         (nnimap-get-flags): Use the same marks parsing code as the rest of
2412         nnimap.
2414 2010-10-09  Julien Danjou  <julien@danjou.info>
2416         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2418         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2419         retrieving gravatars.
2421         * shr.el (shr-table-corner): Add.
2422         (shr-table-line): Add.
2423         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2425 2010-10-08  Julien Danjou  <julien@danjou.info>
2427         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2429 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2431         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2433         * gnus-sum.el (gnus-mark-article-as-unread)
2434         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2435         (gnus-summary-set-bookmark): Use it.
2437         * gnus-msg.el (gnus-setup-message): Use it.
2439         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2441         * gnus.el (gnus-group-remove-parameter): Use it.
2443         * gnus-group.el (gnus-group-make-web-group): Use it.
2445         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2447         * nnregistry.el: Update docs to mention manual.
2449         * gnus-registry.el: Update docs to mention nnregistry.el.
2450         (gnus-registry-initialize): Don't install nnregistry refer method
2451         automatically.
2452         (gnus-registry-install-nnregistry): Remove it.
2454 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2456         * shr.el (shr-insert): Don't insert double spaces.
2458 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2460         * gnus-gravatar.el (gnus-treat-from-gravatar)
2461         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2462         called interactively.
2464         * gnus-art.el (gnus-mime-view-part-externally)
2465         (gnus-mime-view-part-internally): Make predicate function passed to
2466         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2467         of a mime type.
2469         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2471 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473         * shr.el (require): Require cl when compiling.
2474         (shr-tag-hr): New function.
2476         * nnimap.el (nnimap-update-info): Remove double setting of high.
2477         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2478         This makes nnimap work properly on Courier again.
2480         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2481         the variable for backwards compatability.
2483         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2484         the file name before using to avoid setting mm-default-directory to
2485         nil.
2487         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2488         bidning gnus-agent variables.
2490         * shr.el (shr-render-td): Use a cache for the table rendering function
2491         to avoid getting an exponential rendering behaviour in nested tables.
2492         (shr-insert): Rework the line-breaking algorithm.
2493         (shr-insert): Don't leave trailing spaces.
2494         (shr-insert-table): Also insert empty TDs.
2495         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2497 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2499         * gnus-sum.el (gnus-number): Rename from `number'.
2500         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2501         (gnus-summary-limit-children): Update uses correspondingly.
2503 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2505         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2506         (gnus-gravatar-transform-address): Don't show avatars of people of
2507         which mail addresses match gnus-gravatar-too-ugly.
2509 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511         * shr.el (shr-table-widths): Expand TD elements to fill available
2512         space.
2514 2010-10-07  Julien Danjou  <julien@danjou.info>
2516         * nnimap.el (nnimap-request-rename-group): Add this method.
2518 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2520         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2521         name from XEmacs' function-arglist.
2523         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2524         gravatar under XEmacs.
2526 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2528         * auth-source.el: Update docs with TODO items.
2530         * gnus-sync.el: Update docs to explain state and plans.
2532         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2533         Hooks for mark updates.
2534         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2536         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2537         hooks with arguments, which is needed for mark update hooks.
2539 2010-10-06  Julien Danjou  <julien@danjou.info>
2541         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2542         was matched.
2544         * sieve-manage.el: Update example in `Commentary'.
2546         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2548         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2549         not 2000.
2550         (sieve-manage-authenticate): Re-add function.
2552 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554         * shr.el (shr-insert): Get 'space transition right.
2555         (shr-render-td): Only delete space at the end of the TD.
2557         * nnimap.el (nnimap-open-connection): Prepare to support
2558         open-gnutls-stream.
2560         * shr.el: Rearrange function order to be more logical.
2562 2010-10-06  Julien Danjou  <julien@danjou.info>
2564         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2565         (nnrss-discover-feed): Remove 404 URL in docstring.
2567         * nnir.el: Fix Swish-E URL.
2568         Fix Namazu URL.
2570         * message.el (message-change-subject): Remove 404 URL in a comment.
2572 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2574         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2575         called interactively.
2577         * gnus-util.el (gnus-remove-if): Allow hash table.
2578         (gnus-remove-if-not): New function.
2580         * gnus-art.el (gnus-mime-view-part-as-type)
2581         * gnus-score.el (gnus-summary-score-effect)
2582         * gnus-sum.el (gnus-read-move-group-name):
2583         Replace remove-if-not with gnus-remove-if-not.
2585         * gnus-group.el (gnus-group-completing-read):
2586         Regard collection as a hash table if it is not a list.
2588 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2590         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2592         * shr.el: Document the table-rendering algorithm.
2594         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2595         invalid URLs.
2597         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2598         line-broken.
2599         (shr-tag-img): Ignore image fetching errors.
2600         (shr-overlays-in-region): Compute overlay positions correctly.
2602         * mm-decode.el (mm-shr): Require shr.
2604         * gnus-art.el (gnus-blocked-images): Move variable here.
2606         * shr.el (shr-insert-table): Bind free variable.
2608         * mm-decode.el (mm-shr): Bind shr-content-function.
2610         * shr.el (shr-content-function): New variable.
2612         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2613         added for symmetry.
2615         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2617         * gnus-group.el (gnus-group-make-group): Doc fix.
2619         * nnimap.el (nnimap-request-newgroups): Return success.
2621         * shr.el (shr-find-elements): New function.
2622         (shr-tag-table): Put all the images after the table.
2623         (shr-tag-table): Really inhibit images inside the table.
2624         (shr-collect-overlays): Copy over overlays from the TD elements to the
2625         main document.
2627         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2628         gnus-blocked-images.
2630 2010-10-05  Julien Danjou  <julien@danjou.info>
2632         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2634         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2635         (gnus-html-maximum-image-size): Add this function.
2636         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2638         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2639         server-value of the capability is nil.
2641 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2643         * shr.el (shr-tag-em): Add <EM> tag.
2645 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2647         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2648         customizable.
2650         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2651         handing broken links to browse-url.
2653 2010-10-05  Julien Danjou  <julien@danjou.info>
2655         * gnus-util.el (gnus-emacs-completing-read)
2656         (gnus-iswitchb-completing-read): Use autoload rather than require.
2658 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2660         * gnus-util.el (gnus-completing-read-function): Exclude
2661         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2662         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2663         XEmacs.
2665         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2666         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2668         * gnus-html.el: Don't require help-fns under XEmacs.
2669         (gnus-html-schedule-image-fetching): Work for XEmacs.
2671         * mm-decode.el (mm-shr): Decode contents by charset.
2673 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2675         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2676         unknown.
2678         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2679         (shr-get-image-data): Ensure against the cache file missing.
2681         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2682         for data.
2684         * spam-report.el (spam-report-url-ping-plain): Don't query about
2685         killing the process.
2687         * shr.el (shr-render-td): Protect against too-wide text.
2689 2010-10-04  Julien Danjou  <julien@danjou.info>
2691         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2692         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2694         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2695         retrieved.
2697 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2699         * shr.el (browse-url): Require.
2700         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2701         lines.
2702         (shr-show-alt-text, shr-browse-image): New commands.
2703         (shr-browse-url, shr-copy-url): New commands.
2705         * gnus-sum.el (gnus-widen-article-window): New variable.
2706         (gnus-summary-select-article-buffer): Use it.
2708         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2709         without @ signs.
2711 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2713         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2715 2010-10-04  Julien Danjou  <julien@danjou.info>
2717         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2718         for XEmacs.
2720 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2722         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2724         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2725         (nnimap-close-server): Implement.
2727         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2728         (shr-insert): Tweak line breaking.
2729         (shr-insert): Handle <pre> better.
2730         (shr-tag-li): Get <li> indentation right.
2731         (shr-tag-li): Get <li> indentation even righter.
2732         (shr-tag-blockquote): Ensure paragraph start.
2733         (shr-make-table): Tweak table generation.
2734         (shr-make-table): Fix typo.
2736         * shr.el: Implement table rendering.
2738 2010-10-04  Julien Danjou  <julien@danjou.info>
2740         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2742 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2744         * shr.el (shr-insert): Use string anchors instead of line anchors.
2746 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748         * shr.el: Add headings.
2749         (shr-ensure-paragraph): Actually work.
2750         (shr-tag-li): Make <ul> prettier.
2751         (shr-insert): Get white space at the beginning/end of elements right.
2752         (shr-tag-p): Collapse subsequent <p>s.
2753         (shr-ensure-paragraph): Don't insert double line feeds after blank
2754         lines.
2755         (shr-insert): \t is also space.
2756         (shr-tag-s): Fix "s" tag name function.
2757         (shr-tag-s): Fix face prop name.
2759 2010-10-03  Julien Danjou  <julien@danjou.info>
2761         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2763         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2764         gnus-window-inside-pixel-edges.
2766         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2767         gnus-ems.
2769         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2771         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2772         function.
2774         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2775         resize choice.
2777 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2779         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2780         beginning of the buffer.
2782         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2783         article buffer again.
2785         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2787         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2788         when it's at the start of the buffer.
2790         * shr.el (shr-tag-blockquote): Convert name.
2791         (shr-rescale-image): Use the right image-size variant.
2793         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2794         buffer isn't shown, then select the current article first instead of
2795         bugging out.
2796         (gnus-summary-select-article-buffer): Show both the article and summary
2797         buffers again.
2799         * shr.el (shr-fontize-cont): Protect against regions with no text.
2800         Rename tag functions to shr-tag-* for enhanced security.
2801         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2803 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2805         * shr.el (shr-insert):
2806         * pop3.el (pop3-movemail):
2807         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2808         loaded.
2810 2010-10-03  Glenn Morris  <rgm@gnu.org>
2812         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2814         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2816         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2818         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2820         * gnus-util.el (gnus-make-local-hook): Simplify.
2822 2010-10-02  Julien Danjou  <julien@danjou.info>
2824         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2825         (gnus-ido-completing-read): New function.
2826         (gnus-emacs-completing-read): New function.
2827         (gnus-completing-read): Use gnus-completing-read-function.
2828         Add gnus-completing-read-function.
2830 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832         * shr.el (shr-insert-document): Autoload.
2833         (shr-img): Be silent.
2834         (shr-insert): Add a newline after every picture before text.
2835         (shr-add-font): Use overlays for combining faces.
2836         (shr-insert): Pass upwards the text start point.
2838         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2839         possible.
2840         (mm-shr): New function.
2842 2010-10-02  Julien Danjou  <julien@danjou.info>
2844         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2845         should go backward.
2847 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2849         * shr.el (shr): Fix typo in provide call.
2851 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853         * shr.el: New file.
2855         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2857         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2858         completing read.
2860 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2863         we're being queried about.  Suggested by Dan Jacobson.
2865         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2866         Suggested by Jason Eisner.
2868         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2869         table, too.  Suggested by Stefan Wiens.
2870         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2871         the table unnecessary.  Suggested by Stefan Wiens.
2873         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2874         longer needed, and probably doesn't work either, as pointed out by
2875         Stefan Wiens.
2876         (gnus-summary-exit): Remove call to the clearing function.
2877         (gnus-summary-exit-no-update): Ditto.
2879         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2880         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2881         Reported by Stefan Monnier.
2882         (gnus-summary-save-in-rmail): Ditto.
2884         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2885         article buffer, instead of both the article buffer and the summary
2886         buffer.  Sort of suggested by Dan Jacobson.
2888         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2890         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2891         Suggested by Dan Jacobson.
2893         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2894         documentation clearer.
2896         * message.el (message-shorten-references): Comment on the number "21".
2897         Suggested by Stefan Monnier.
2899         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2900         Suggested by Dan Jacobson.
2902         * gnus.el (gnus-large-newsgroup):
2903         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2905         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2906         externalize attachments.  Bug reported by Steve Wen.
2908         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2909         really message anything to the user.
2911         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2912         directly.
2914         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2915         messages in empty groups.
2917 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2919         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2920         non-UIDNEXT group.
2922 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2925         not the value from the collection.
2927         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2928         values.  This sometimes happens on some groups that have no info.
2929         (nnimap-request-newgroups): New function.
2931 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2933         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2934         check into `gnus-registry-initialize'.
2935         (gnus-registry-initialize): Ditto.
2936         Fix and extend header docs.
2938 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2940         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2941         regexp backtrace overflows.
2943         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2944         for starttls that tls.el implements; i.e. openssl.
2946 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2948         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2949         (gravatar-create-image): New function that's an alias to
2950         gnus-xmas-create-image, gnus-create-image, or create-image.
2951         (gravatar-data->image): Use it.
2953 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2955         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2956         install the nnregistry refer method.
2957         (gnus-registry-install-hooks): Use it.
2958         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2959         unfollowed groups.
2961 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2963         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2964         expanding threads.
2966 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968         * nnir.el: Use the server names without suffixes (bug #7009).
2970         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2971         unencrypted to STARTTLS, if possible.
2973 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2975         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2976         headers before superseding.
2978 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2980         * nnrss.el (nnrss-use-local): Add documentation.
2982         * nnimap.el (nnimap-extend-tls-programs): New function.
2983         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2984         (nnimap-wait-for-connection): Accept the greeting from the stupid
2985         output from openssl s_client -starttls, too.
2987         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2988         article number.
2989         (nnimap-split-fancy): New variable.
2990         (nnimap-split-incoming-mail): Use it.
2992         * nntp.el (nntp-server-list-active-group): Document.
2994         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2995         SELECT to get the message-id.
2997         * mail-source.el (mail-sources): Remove webmail support.
2998         (defvar): Ditto.
2999         (mail-source-fetcher-alist): Ditto.
3000         (mail-source-fetch-webmail): Remove.
3002         * webmail.el: Remove -- doesn't seem relevant any more.
3004         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3006         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3007         the \r.
3009 2010-09-30  Julien Danjou  <julien@danjou.info>
3011         * gnus-agent.el (gnus-agent-add-group): Fix call to
3012         gnus-completing-read.
3014 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3016         * nndoc.el (nndoc-retrieve-groups): New function.
3018         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3019         `default', use nnmail-split-methods.
3020         (nnimap-request-article): Downcase the NILs so that they are nil.
3022         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3023         symbol.
3025         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3026         code, since if the user has requested network, that's what they ought
3027         to get.
3028         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3029         (nnimap-split-rule): Mark as obsolete.
3031         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3032         New variable.
3034         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3035         correct slot, too.
3037 2010-09-29  Julien Danjou  <julien@danjou.info>
3039         * gnus.el (gnus-local-domain): Declare variable obsolete.
3041         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3042         Fix history computing.
3043         (gnus-ido-completing-read): Require ido.
3045 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3047         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3048         build Gnus.
3050         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3051         when interpreting the structures.
3052         (nnimap-request-accept-article): Add \r\n to the lines to make this
3053         work with Cyrus.
3055         * nndraft.el (nndraft-request-expire-articles): Use the group name
3056         instead if "nndraft".  Fix found by Nils Ackermann.
3058 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3060         * nnregistry.el: Add.
3062 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3064         * nnmail.el (group, group-art-list, group-art):
3065         Remove unneeded directives.
3067 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3069         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3070         (mm-mime-charset)
3071         * rfc2047.el (rfc2047-syntax-table)
3072         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3074         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3075         rather than `insert-file-contents' and `eval-region'.
3077 2010-09-29  Julien Danjou  <julien@danjou.info>
3079         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3080         replacement of `gnus-gravatar-relief' to mimic
3081         `gnus-faces-properties-alist'.
3082         Add :version property.
3084 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3086         * mail-source.el (mail-source-report-new-mail)
3087         * message.el (message-default-mail-headers)
3088         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3090         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3092 2010-09-28  Julien Danjou  <julien@danjou.info>
3094         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3095         mail-address contains the same string as real-name.
3097         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3098         non-blank in header, otherwise it'll get stripped.
3100         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3101         real-name, and then for mail address rather than doing : or , search.
3103 2010-09-27  Julien Danjou  <julien@danjou.info>
3105         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3106         right completing-read function.
3107         (gnus-use-ido): New variable
3108         (gnus-completing-read-with-default): Remove.
3109         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3110         (gnus-agent-add-group):
3111         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3112         * mm-view.el (mm-view-pkcs7-decrypt):
3113         * mm-util.el (mm-codepage-setup):
3114         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3115         * mml-smime.el (mml-smime-openssl-sign-query):
3116         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3117         (mml-insert-multipart):
3118         * gnus-msg.el (gnus-summary-yank-message):
3119         * gnus-int.el (gnus-start-news-server):
3120         * mm-decode.el (mm-interactively-view-part):
3121         * gnus-dired.el (gnus-dired-attach):
3122         * gnus.el (gnus-read-method):
3123         * gnus-bookmark.el (gnus-bookmark-jump):
3124         * gnus-art.el (gnus-mime-view-part-as-type)
3125         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3126         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3127         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3128         * nnmairix.el (nnmairix-create-server-and-default-group)
3129         (nnmairix-update-groups, nnmairix-get-server)
3130         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3131         (nnmairix-get-group-from-file-path):
3132         * nnrss.el (nnrss-find-rss-via-syndic8):
3133         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3134         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3135         (gnus-group-browse-foreign-server):
3136         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3137         (gnus-summary-execute-command, gnus-summary-respool-article)
3138         (gnus-read-move-group-name):
3139         * gnus-score.el (gnus-summary-increase-score)
3140         (gnus-summary-score-effect):
3141         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3143 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3145         * nnimap.el (auth-source-forget-user-or-password)
3146         (auth-source-user-or-password): Autoload.
3148         * message.el (message-from-style, message-interactive)
3149         (message-signature): Remove comment.
3150         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3151         always.
3152         (message-sendmail-envelope-from): Comment fix.
3153         (message-yank-prefix): Default to mail-yank-prefix always.
3154         (message-indentation-spaces):
3155         Default to mail-indentation-spaces always.
3156         (message-signature-file): Default to mail-signature-file always.
3158 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3160         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3161         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3162         new articles.
3164         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3165         parts.
3166         (nnimap-request-article): Work with the t setting, too.
3168         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3169         that you don't get flashes of other buffers.
3170         (gnus-summary-show-complete-article): Intern before setting.
3172 2010-09-27  David Engster  <dengste@eml.cc>
3174         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3175         well as HEADERS.
3176         (nnmairix-retrieve-headers): Provide new argument for the above.
3178 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180         * gnus-sum.el (gnus-summary-move-article): Don't alter
3181         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3182         group.
3184         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3186         * message.el (message-cite-prefix-regexp): Revert my last edit.
3188         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3189         variable instead of the Gnus variable.
3191         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3193         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3195         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3196         since some servers don't like it.
3197         (nnimap-open-connection): Forget credentials if the server says the
3198         password was wrong.
3199         (nnimap-parse-line): Protect against invalid data.
3201         * gnus-sum.el (gnus-summary-move-article): Add comment.
3202         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3203         nothing alters it while scanning for new messages.
3205         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3206         which may or may not help.
3207         (nnimap-open-connection): If we're doing a stream connection, and then
3208         discover we're on a STARTTLS-capable server, then open a STARTTLS
3209         connection instead.
3211 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3213         * nnimap.el (utf7): Require.
3215         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3216         prefix.
3218 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3220         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3222 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3224         * nnimap.el (nnimap-request-accept-article): Message the error on
3225         error.
3227 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3229         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3231 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3233         * nndoc.el (nndoc-request-list): Return success always.
3235         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3236         `fetch-old' -- we only want to fetch the articles we've requested.
3237         The rest are in the agent, probably.
3238         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3239         disappeared server" to something low.  It's not important.
3241         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3242         arrived before the FETCH data.
3244         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3245         target here, because we don't know the Gnus name of the group.
3247         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3248         for the correct group.
3250         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3252         * gnus.el (gnus): Give a final warning after startup.
3254         * gnus-util.el (gnus-action-message-log): New variable.
3255         (gnus-message): Use it.
3256         (gnus-final-warning): New function.
3258         * nnimap.el (nnimap-open-connection): Record the greeting.
3259         (nnimap): Add greeting.
3261 2010-09-26  Julien Danjou  <julien@danjou.info>
3263         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3264         arguments.
3265         (gnus-html-wash-images): Fix spec computing to include start/end.
3267         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3269 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3271         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3272         deletion.
3273         (nnimap-retrieve-headers): Don't select the group, because that's
3274         already done by nnimap-possibly-change-group.
3276         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3277         (gnus-picon-transform-address): Use it.
3279         * mail-source.el (mail-source-value): Revert previous patch.
3281         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3282         on failure.
3283         (nnimap-open-connection): Look up both virtual and physical server name
3284         credentials.
3286         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3288 2009-02-08  Dave Love  <fx@gnu.org>
3290         * gnus-win.el (gnus-window-to-buffer-helper)
3291         (gnus-all-windows-visible-p): Function needn't be a symbol.
3293         * mail-source.el (mail-source-value): Function needn't be a symbol.
3295 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297         * message.el (message-cite-prefix-regexp): Remove } from the cite
3298         prefix.
3300         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3301         highlight again, so that the highlight is correct.
3303         * gnus-picon.el (gnus-picon): Remove again.
3304         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3306         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3307         doing the header highlightling, so that the background colour of the
3308         picon is correct.
3310         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3311         (gnus-picon): Ditto.
3312         (gnus-picon): Reinstate.  The background colour for picons is white.
3313         (gnus-picon-insert-glyph): Make the background white.
3315         * nnml.el (nnml-open-nov): Don't return dead buffers.
3317         * auth-source.el (auth-source-create): Query the user for whether to
3318         store the credentials.
3320         * auth-source.el (auth-source-user-or-password): Use the existing auth
3321         sources, if any, for creation.
3323         * gnus.el (gnus-group-fast-parameter): Return the last matching
3324         parameter instead of the first matching parameter.
3326 2010-09-26  Julien Danjou  <julien@danjou.info>
3328         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3330 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3332         * mml2015.el (mml2015-use): Remove gpg support.
3334         * mml1991.el (mml1991-function-alist): Remove gpg function.
3335         (mml1991-gpg-sign): Remove.
3337 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3339         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3340         (gnus-browse-unsubscribe-current-group): Document it.
3341         (gnus-browse-unsubscribe-group): Use it.
3343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3345         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3346         address to the To list for easier response.
3348         * gnus.el (gnus-play-startup-jingle): Remove.
3349         (gnus-splash): Don't play jingle.
3350         (gnus): Silence gnus-load message.
3352         * gnus-art.el (gnus-treat-play-sounds): Remove.
3354         * gnus.el (gnus-play-jingle): Remove audio support.
3356         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3358         * earcon.el: Remove -- no users.
3360         * gnus-audio.el: Remove -- no users of this package.
3362         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3364         * gnus-start.el (gnus-setup-news): Remove nocem support.
3366         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3368         * gnus.el (gnus-use-nocem): Remove.
3370         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3371         Remove.
3373         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3374         uses NoCeM any more.
3376         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3377         (gnus-button-ctan-handler): Ditto.
3378         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3379         (gnus-button-ctan-directory-regexp): Ditto.
3380         (gnus-button-handle-ctan): Ditto.
3381         (gnus-button-tex-level): Ditto.
3382         (gnus-button-alist): Remove CTAN stuff.
3384 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3386         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3387         nnimap-streaming test.
3389         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3390         servers twice.
3392         * nnimap.el (nnimap-open-connection): Add more error reporting when
3393         nnimap fails early.
3395         * nnheader.el (nnheader-get-report-string): New function.
3396         (nnheader-get-report): Use it.
3398         * gnus-int.el (gnus-check-server): Say what the error was when opening
3399         failed.
3401         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3402         using streaming.
3404 2010-09-25  Julien Danjou  <julien@danjou.info>
3406         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3407         gnus-window-inside-pixel-edges.
3409 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3411         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3413         * mm-decode.el (mm-save-part): Allow saving to other directories the
3414         normal Emacs way.
3416         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3417         Suggested by Jay Berkenbilt.
3419         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3420         there isn't a single byte.
3422         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3423         just do it.  It doesn't really seem to matter what the user responds
3424         here, I think, so it's just a confusing question.
3426         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3427         non-streaming case.
3429         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3430         (gnus-article-encrypt-body): Use it.
3432         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3433         keystroke.
3435         * nnimap.el (nnimap-find-wanted-parts-1):
3436         Use gnus-fetch-partial-articles.
3438         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3440         * nnimap.el (nnimap-insert-partial-structure): New function.
3441         (nnimap-get-partial-article): New function.
3442         (nnimap-request-article): Use it.
3443         (nnimap-wait-for-response): Return whether the wait was successful.
3444         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3445         retrieval wasn't successful.
3446         (nnimap-retrieve-group-data-early): Allow throttling servers.
3447         (nnimap-streaming): New variable.
3448         (nnimap-fetch-partial-articles): Remove.
3450         * mm-decode.el (mm-with-part): Protect against killed buffers.
3452         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3453         for prettier summary display.
3455 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3457         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3459 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3462         apparently third-party libraries depend on it.
3464         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3465         before starting negotiation.
3467         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3468         privacy reasons.
3469         (gnus-treat-mail-gravatar): Ditto.
3471         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3472         buffer when inserting images.  Inserting text into the headers, for
3473         instance, can make them invalid.
3475 2010-09-25  Julien Danjou  <julien@danjou.info>
3477         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3478         variables.
3480         * nnheader.el: Remove useless variables news-reply-yank-from and
3481         news-reply-yank-message-id.
3483         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3484         variables.
3486         * mml1991.el: Remove useless mml1991-verbose.
3488         * gnus.el: Remove useless variable gnus-use-generic-from.
3489         Remove obsolete variable gnus-topic-indentation.
3491         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3493         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3495         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3497         * gnus-group.el: Remove useless gnus-group-icon-cache.
3498         Remove useless gnus-ephemeral-group-server.
3500         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3502         * mml2015.el: Remove useless mml2015-verbose.
3504         * mml-smime.el: Remove useless mml-smime-verbose.
3506         * gnus.el: Remove useless gnus-local-domain.
3508         * gnus-gravatar.el (gnus-gravatar-transform-address):
3509         Use gnus-gravatar-size.
3511         * gnus-art.el: Remove useless gnus-treat-translate.
3513 2010-09-24  Julien Danjou  <julien@danjou.info>
3515         * gnus-sum.el: Add support for Gravatars.
3517         * gnus-art.el: Add support for Gravatars.
3519         * gnus-gravatar.el: Add this file.
3521         * gravatar.el: Add this file.
3523 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3525         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3527         * gnus-group.el (gnus-group-fetch-faq): Remove.
3529         * gnus.el (gnus-group-faq-directory): Remove.
3531         * gnus-group.el (gnus-group-fetch-charter): Remove.
3533         * gnus.el (gnus-group-charter-alist): Remove.
3535         * gnus-group.el (gnus-group-archive-directory): Remove.
3536         (gnus-group-recent-archive-directory): Ditto.
3537         (gnus-group-make-archive-group): Remove.
3539         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3541         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3542         use the same article number for all the cached articles.
3544         * nnimap.el (nnimap-command): Register the last command time so
3545         that we can use it for idling NOOPs.
3546         (nnimap-open-connection): Start the keeplive timer.
3547         (nnimap-make-process-buffer): Store all the process buffers.
3548         (nnimap-keepalive): New function.
3550         * starttls.el (starttls-open-stream): Add autoload cookie.
3552 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3554         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3555         handling.
3557 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3560         its data structures.
3562         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3563         instead of the cl.el copy-list.
3564         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3565         equalp.
3567 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3569         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3570         and tool-bar-local-item-from-menu.
3572         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3573         mode-line-highlight face for Emacs.
3575         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3576         loading gnus-sum.elc; fix comment for canlock-verify.
3577         (gnus-article-jump-to-part): Use read-number.
3578         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3579         Remove Emacs pre-21 compatible code for help-echo.
3580         (gnus-article-next-page-1): No need to adjust the number of lines.
3581         (gnus-article-describe-bindings): Always use help-buffer.
3583         * gnus-audio.el (gnus-audio-inline-sound)
3584         * gnus-cus.el (gnus-custom-mode)
3585         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3587         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3589         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3590         compatible code.
3592 2010-09-24  Glenn Morris  <rgm@gnu.org>
3594         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3595         visiting the fcc file in rmail-mode.
3597 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3599         * nnir.el: Silence the byte compiler.
3601         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3602         alias to browse-url-url-encode-chars if any.
3603         (gnus-html-encode-url): Use it.
3605 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3607         * gnus-start.el (gnus-use-backend-marks): New variable.
3608         (gnus-get-unread-articles-in-group): Use it.
3610         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3611         makeover.
3613 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3615         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3617 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3620         Remove.
3621         (gnus-setup-news-hook):
3622         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3624         * gnus-int.el (gnus-request-update-info): Protect against backends not
3625         having the function.
3627         * nnimap.el (nnimap-stream): Mention starttls.
3628         (nnimap-open-connection): Add starttls support.
3630 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3632         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3634 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3636         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3637         BODYSTRUCTUREs.
3638         (nnimap-transform-headers): Unfold quoted {42} headers.
3640         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3641         the info.
3642         (gnus-get-unread-articles): Only call updatep on backends that support
3643         it.
3645         * nnweb.el (nnweb-request-update-info): NOOP.
3647         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3649         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3650         since it only deals with marks.
3652         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3653         gnus-request-marks, and make a new gnus-request-update-info.
3655         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3656         the active instead of the high number, which is usually too low.
3658 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3660         * encrypt.el: Remove.
3662 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3664         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3665         server in symbolic form.
3667         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3669 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3671         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3672         (nnimap-update-info): Fix up code slightly.
3674         * gnus-int.el (gnus-open-server): Add tracing for performance
3675         debugging.
3677         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3678         (gnus-group-insert-group-line): Pass the real group name so that it
3679         gets the right data.
3681         * gnus-start.el (gnus-get-unread-articles): Don't have
3682         `gnus-get-unread-articles-in-group' update info, since that can be
3683         really slow and doesn't seem to be needed?
3685 2010-09-22  Julien Danjou  <julien@danjou.info>
3687         * gnus-group.el (gnus-group-insert-group-line):
3688         Call gnus-group-highlight-line.
3689         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3690         default hook list.
3691         (gnus-group-update-eval-form): Add new function.
3692         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3693         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3695 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3698         immediate, then expire all articles.
3699         (nnimap-update-info): Fix off-by-one errors.
3700         (nnimap-flags-to-marks): Would return no marks lists for group with no
3701         flags.  Instead return the other data.
3703 2010-09-22  Julien Danjou  <julien@danjou.info>
3705         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3706         Only return an icon.
3707         (gnus-group-insert-group-line): Compute icon to return.
3709         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3710         (gnus-html-image-fetched): Only cache if
3711         gnus-html-image-automatic-caching is set.
3712         (gnus-html-image-fetched): Check for errors.
3714 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3716         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3717         once per method on `g'.  This ensures that backends like nnfolder don't
3718         open all their folders.
3720         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3721         (nnimap-request-list): Nix out group in the correct buffer.
3722         (nnimap-parse-flags): Implement by using `read' instead of
3723         hand-parsing.
3724         (nnimap-flags-to-marks): Pass on permanent-flags.
3725         (nnimap-make-process-buffer): Record the server name.
3726         (nnimap-parse-flags): Fix typo.
3727         (nnimap-request-scan): Run split on the server in general, not just a
3728         single group.
3730         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3731         parameter, and propagate this downwards.
3733         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3734         since EXAMINE changes it on the server.
3736         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3737         this command might take a while.
3739 2010-09-22  Julien Danjou  <julien@danjou.info>
3741         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3742         harmful if you have 2 images side-by-side, they can't be properly
3743         update on text deletion.  Using text-property is safer here.
3744         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3745         data.
3747 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3749         * nnimap.el (nnimap-expunge-inbox): Remove.
3750         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3751         (nnimap-expunge): Flip default to t.
3753         * gnus.el (gnus-method-to-server): Don't push things to the cache
3754         unless it's unique.
3755         (gnus-server-to-method): Ditto.
3757 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3759         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3761 2010-09-22  Julien Danjou  <julien@danjou.info>
3763         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3764         get the start of data.
3765         (gnus-html-encode-url): Add this function to encode special chars in
3766         URL.
3767         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3768         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3770         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3771         default.
3772         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3774         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3775         images alt-text.
3776         (gnus-html-put-image): Put alt-text as help-echo.
3778 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3780         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3781         * mm-util.el (mm-decompress-buffer)
3782         * nnir.el (nnir-run-find-grep)
3783         * pop3.el (pop3-list): Use 3rd arg of split-string.
3785 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3787         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3788         outside the active range.  Suggested by Dan Christensen.
3790         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3791         slightly later to avoid double-getting it.
3793         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3794         previous patch.
3796         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3798 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3800         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3802 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3804         * gnus-int.el (gnus-open-server): Give a better error message in the
3805         "go offline" case.
3807         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3808         marks for nnimap, which is seldom the right thing to do.
3810         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3811         (gnus-same-method-different-name): New function.
3813         * nnimap.el (parse-time): Require.
3815         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3816         method in the presence of many similar methods.
3818         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3820         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3821         nnml-inhibit-expiry.
3823         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3824         find out whether methods are equal.
3826         * nnimap.el (nnimap-find-expired-articles): New function.
3827         (nnimap-process-expiry-targets): New function.
3828         (nnimap-request-move-article): Request the article before looking at
3829         what the Message-ID is.  Fix found by Andrew Cohen.
3830         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3832         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3833         for oldness in addition to being a predicate.
3835         * nnimap.el (nnimap-request-group): When we have zero articles, return
3836         the right data to Gnus.
3837         (nnimap-request-expire-articles): Only delete articles immediately if
3838         the target is 'delete.
3840         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3841         method, this would bug out.
3843         * gnus-group.el (gnus-group-expunge-group): Rename from
3844         gnus-group-nnimap-expunge, and implemented as a normal interface
3845         function.
3847         * gnus-int.el (gnus-request-expunge-group): New function.
3849         * nnimap.el (nnimap-request-create-group): Implement.
3850         (nnimap-request-expunge-group): New function.
3852 2010-09-21  Julien Danjou  <julien@danjou.info>
3854         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3855         (gnus-html-cache-expired): Add new function.
3856         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3857         wethever we should display image for fetch it.
3858         Compute alt-text earlier to pass it to the fetching function too.
3859         (gnus-html-schedule-image-fetching): Change function argument to only
3860         get one image at a time, not a list.
3861         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3862         cache.
3863         (gnus-html-get-image-data): New function to retrieve image data from
3864         cache.
3865         (gnus-html-put-image): Change buffer argument to use image data rather
3866         than file, and place image above region rather than inserting a new
3867         one.  Do not take alt-text as argument, since it's useless now: we place
3868         the image above alt-text.
3869         (gnus-html-prune-cache): Remove.
3870         (gnus-html-show-images): Start to fetch image when we find one, do not
3871         push into a temporary list.
3872         (gnus-html-prefetch-images): Only fetch image if they have expired.
3873         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3874         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3876 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3878         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3880 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3882         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3883         spec inser "*" if the group isn't active instead of 0.
3885         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3886         opening the server.
3887         (nnimap-request-delete-group): Implement group deletion.
3888         (nnimap-transform-headers): Return the size of the entire message in
3889         the Bytes header, not just the size of the first part.
3890         (nnimap-request-move-article): When moving an article from nnimap,
3891         request the article first so the accepting form has an article to
3892         accept.  Reported by Dan Christensen.
3893         (nnimap-command): Make sure that the error message doesn't error out.
3895 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3897         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3898         we haven't requested anything.
3900 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3902         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3903         "".  Fix found by Andrew Cohen.
3905         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3906         instead of -encode-string.
3908 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3910         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3912         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3913         by mm-subst-char-in-string.
3915 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3918         waiting for the connection string.
3920         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3921         arriving.
3923         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3924         bogus characters.  This allows selecting certain Gmail groups.
3926         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3927         (nnimap-fetch-partial-articles): New variable.
3928         (nnimap-open-connection): When looking for credentials, also use the
3929         nnimap-server-port.
3930         (nnimap-request-article): Return the group/article number, so that Gnus
3931         `^' works as expected.
3932         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3934         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3935         comments.
3936         (gnus-methods-sloppily-equal): New function.
3937         (gnus): When using the development version of Gnus, load the gnus-load
3938         file.
3940         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3941         `gnus-open-server' on each method before trying to scan them etc.
3942         This ensures that all the backend parameters are set correctly.
3944         * nnimap.el (nnimap-authenticator): New variable.
3945         (nnimap-open-connection): Allow anonymous login.
3946         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3947         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3949         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3950         patch, found by Knut Anders Hatlen.
3952 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3954         * gnus-agent.el (gnus-agent-batch-confirmation)
3955         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3956         to gnus-message.
3957         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3958         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3959         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3960         * gnus-int.el (gnus-open-server): Likewise.
3961         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3962         (gnus-score-check-syntax): Likewise.
3963         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3964         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3965         Likewise.
3966         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3968 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3970         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3971         calling conventions so that prefetch doesn't bug out.
3973 2010-09-19  Julien Danjou  <julien@danjou.info>
3975         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3976         rather than `subst-char-in-region' in order to be able to replace ASCII
3977         char by UTF-8 ones.
3979         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3980         than curl.
3981         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3982         the right URL and ALT text on images.
3983         (gnus-html-wash-tags): Fix tag case.
3984         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3985         (gnus-article-html): Add -o display_ins_del=2 option.
3986         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3988 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3990         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3991         the extra mail headers, which sometimes seem to happen for unknown
3992         reasons.
3994         * mail-parse.el (mail-header-encode-parameter): Define as
3995         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3996         (or most, perhaps?) mail readers don't understand the latter, but do
3997         understand the former.
3999         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4000         to nil, so that no methods are automatically agentized.  I think this
4001         is probably what most users want.
4003         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4004         from url-retrieve, for instance about invalid URLs.
4006         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4007         groups that have no articles.
4008         (nnimap-request-article): Check that we really got an article when we
4009         requested one.
4011         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4012         doesn't exist.
4014         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4015         nntp buffer so the agent can save it.
4016         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4017         that CRLF doesn't get translated to \n.
4018         (nnimap-open-connection): Don't make 'shell commands only send \n.
4020 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4022         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4023         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4024         Update var name.
4025         (nnml-generate-nov-file): Use dolist.
4026         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4027         Use with-current-buffer.
4029 2010-09-18  Julien Danjou  <julien@danjou.info>
4031         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4032         parallel.
4034 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4036         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4037         the range update right.
4038         (nnimap-request-group): Don't make `M-g' bug out on group with no
4039         marks.
4040         (nnoo): Require, so that other packages can require nnimap.
4041         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4042         command we're looking for.  This helps when the server sends more
4043         responses after we've gotten everything we expected.
4044         (nnimap): Add a `newlinep' field to keep track of end-of-line
4045         conventions.
4046         Don't send CRLF to things that don't want it.
4047         (nnimap-request-accept-article): Ditto.
4049 2010-09-18  Julien Danjou  <julien@danjou.info>
4051         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4052         than curl to retrieve images.
4054 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4056         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4057         the marks.
4058         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4059         (nnimap-wait-for-connection): New function.
4060         (nnimap-open-connection): If we have PREAUTH, don't query for login
4061         credentials.
4062         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4063         when doing a partial update.
4065 2010-09-18  Julien Danjou  <julien@danjou.info>
4067         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4068         tags.
4070 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072         * nnimap.el (nnimap-credentials): New function.
4073         (nnimap-open-connection): Use the new function to look for credentials
4074         also on the numeric equivalents of "imap" and "imaps".
4076         * gnus-start.el (gnus-activate-group): Send the info to
4077         gnus-request-group.
4079         * nnimap.el (nnimap-request-group): Have the "check" version of the
4080         function parse flags and update the info, so that a `M-g' get a total
4081         resync of all flags from the group.
4083         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4084         to allow backends to alter the info on group selection.  Also alter all
4085         the backend -request-group functions to take the parameter.
4087         * nnimap.el (nnimap-store-info): New function.
4088         (nnimap-update-info): Store the info for later usage.
4089         (nnimap-request-group): Use the stored info for the dont-check case, so
4090         that we don't retrieve all marks when we enter a group.
4092         * nnimap.el: Use deffoo instead of defun for interface functions.
4094         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4095         update the group info.  This makes the nndraft groups, for instance, go
4096         back to their old behaviour.
4098         * gnus-sum.el (gnus-select-newsgroup): Indent.
4100         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4101         in.
4102         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4103         nothing.
4105         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4106         from methods that are denied.
4108         * gnus-int.el (gnus-method-denied-p): New function.
4110         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4111         store the password instead of netrc.
4112         (nnimap-open-connection): Don't error out when we can't make a
4113         connections.
4115         * auth-source.el (auth-source-create): In the password prompt, say what
4116         we're querying for.  Also prompt for user name if that hasn't been
4117         given.
4119         * nnimap.el (nnimap-with-process-buffer): Remove.
4121 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4123         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4124         method when we're reading from the agent.
4126         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4128         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4129         that's probably most useful for users.
4131         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4132         "failed" all the time.
4134         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4135         ...)) with (with-current-buffer ... ).
4137         * nntp.el (nntp-open-server): Return whether the open was successful or
4138         not.
4140         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4141         select an unread unseen article first.
4143         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4144         /etc/services, supply some sensible port defaults.
4146 2010-09-17  Julien Danjou  <julien@danjou.info>
4148         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4150 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4152         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4153         doesn't have any parameters.
4155 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4157         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4158         only upcased checks.
4160         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4162         * nnimap.el (nnimap-open-shell-stream): New function.
4163         (nnimap-open-connection): Use it.
4164         (nnimap-transform-headers): Get the number of lines in each message.
4165         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4166         number of lines.
4167         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4168         problem.
4170         * utf7.el (utf7-encode): Autoload.
4172         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4173         to allow the mail splitting to not return a default group.  This is
4174         useful for nnimap, which will leave unmatched mail in the inbox.
4176         * nnimap.el: Rewritten.
4178         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4179         nnimap usage.
4181         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4182         if the move is internal, so that nnimap can do fast internal moves.
4184         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4185         data.
4186         (gnus-read-active-for-groups): Support finishing the early retrieval of
4187         data.
4189         * gnus-range.el (gnus-range-nconcat): New function.
4191         * gnus-int.el (gnus-finish-retrieve-group-infos)
4192         (gnus-retrieve-group-data-early): New functions.
4194 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4196         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4197         (nnrss-retrieve-groups):
4198         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4199         (pop3-quit): Use with-current-buffer.
4201 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4203         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4204         instead of nnheader-accept-process-output.
4206         * gnus-html.el (gnus-html-schedule-image-fetching)
4207         (gnus-html-prefetch-images): Replace process-kill-without-query by
4208         gnus-set-process-query-on-exit-flag.
4210 2010-09-16  Romain Francoise  <romain@orebokech.com>
4212         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4214 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4217         parameter to unintern is mandatory-ish in Emacs 24.
4219         * gnus-html.el (gnus-html-schedule-image-fetching)
4220         (gnus-html-prefetch-images): Check for curl before using it.
4222         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4223         depend on curl, which isn't essential.
4225         * imap.el: Revert back to version
4226         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4227         seem problematic.
4229 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4231         * gnus-registry.el (gnus-registry-install-shortcuts):
4232         Explicitly pass `obarray' to `unintern' to avoid a warning.
4234 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4237         change.
4239         * nnrss.el (nnrss-request-list): Remove this function and related
4240         functions, including the moreover stuff.
4242 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4244         * nnrss.el (nnrss-retrieve-groups): New function.
4246 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4248         * .dir-locals.el: Add no-byte-compile cookie.
4250 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4252         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4253         for back end that doesn't support request-scan.
4255 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4258         then do request scans from the backends.
4260         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4261         avoid running a hook per line, since this takes a lot of time,
4262         profiling shows.
4263         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4264         directly if gnus-visual-p is true.
4266 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4268         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4269         groups; replace mapcar with dolist which is a bit faster; pass groups
4270         info to gnus-read-active-file-1.
4271         (gnus-read-active-file-1): Scan only specified groups if the new
4272         optional arg `infos' is given.
4274 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4276         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4278         * pop3.el (pop3-movemail): Remove.
4279         (pop3-streaming-movemail): Rename to pop3-movemail.
4281         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4282         don't restrict end-tag searches to the end of the line.
4284 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4286         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4287         articles of every unchecked group to t, which means unknown since the
4288         server has never been opened.
4290 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4292         * gnus-html.el (gnus-html-show-alt-text): New command.
4293         (gnus-html-browse-image): Ditto.
4294         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4295         to browse the image directly.
4296         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4297         better.
4299         * gnus-async.el (gnus-async-article-callback):
4300         Call `gnus-html-prefetch-images' unconditionally.
4302         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4303         before feeding URLs to curl.
4305 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4307         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4308         internal images as deletable by `W D D'.
4310         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4311         (gnus-async-article-callback): Fix typo.
4313 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4316         current line to work around bugs in the output from w3m.
4318         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4319         for groups that want that.
4321         * nntp.el (nntp-wait-for-string): Supply a timeout for
4322         accept-process-output to ensure progress.
4324         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4325         level to get unread articles from, then use that for foreign groups,
4326         too.
4328         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4329         confuses the rest of the function.
4331         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4332         for the methods that support -retrieve-groups, too.
4334         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4336 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4338         * pop3.el: Require cl when compiling.
4339         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4341 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4343         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4344         that aren't going to be activated.
4345         (gnus-get-unread-articles): Fix up the last commit.
4347         * gnus-html.el (gnus-article-html): Allow calling without specifying
4348         the handle.  In that case, dissect the buffer first.
4350         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4352         * nnimap.el (nnimap-open-connection): Revert the change that would look
4353         into authinfo for imaps instead of imap.
4355         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4356         say that you don't want to call gnus-request-group with don-check, but
4357         do check the reponse.  This is for virtual groups only.
4358         (gnus-get-unread-articles): Count the archive groups as secondary, so
4359         that they're activated the same way as before.
4361         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4362         case-insensitively.
4363         (nnimap-debug): Remove.
4365         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4366         mail from a file, and the file doesn't exist.
4368         * pop3.el (pop3-streaming-movemail): Return t for success.
4370         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4371         .authinfo if we're using ssl connection.
4373         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4374         already have if we're in a main Gnus `g' run.
4376         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4378 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4380         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4382         * nnmh.el (nnmh-request-list-1): Bind `file'.
4384         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4385         alias to set-process-query-on-exit-flag or process-kill-without-query.
4386         (pop3-open-server): Use it.
4388 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4390         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4391         box to the Incoming file.  Fixes mistake in previous checkin.
4393         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4394         request loop (for debugging purposes) removed.
4396         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4397         culprit is more visible.
4398         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4399         (nnml-add-incremental-nov): New functions to do "incremental" nov
4400         updates, where we just append to the end of the existing nov files
4401         without reading/writing them in full.
4403         * mail-source.el (mail-source-delete-crash-box): Really only check the
4404         incoming files once in a while.
4406         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4408         * mail-source.el (mail-source-delete-crash-box): Only check the
4409         incoming files for deletion once per day to save a lot of file
4410         accesses.
4412         * pop3.el (pop3-logon): Fix up unbound variable typo.
4414         * mail-source.el (pop3-streaming-movemail): Autoload.
4416         * pop3.el (pop3-streaming-movemail):
4417         Respect pop3-leave-mail-on-server.
4419         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4420         retrieval.
4422         * pop3.el (pop3-process-filter): Remove unused function.
4423         (pop3-streaming-movemail, pop3-send-streaming-command)
4424         (pop3-wait-for-messages, pop3-write-to-file)
4425         (pop3-number-of-responses): New functions for streaming pop3
4426         retrieval.
4428         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4429         come from no known methods.
4430         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4431         list.
4433         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4434         message sizes.
4435         (pop3-movemail): Use erase-buffer instead of looping and deleting
4436         regions, which seems rather odd.
4438         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4439         file once per `g' run.
4441         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4442         directories.  This makes the draft queue directory work.
4444         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4445         data from the backends, so that we only request the list of groups from
4446         each method once.  This should speed things up considerably.
4448         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4449         detect that it's not implemented.
4451         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4452         we actually do recurse down into the tree, but don't stat all leaf
4453         nodes.
4455         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4456         then say so instead of bugging out.
4458         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4459         files exist before trying to read them.
4461         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4462         around <pre_int>.
4464         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4466         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4468 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4470         * mm-util.el (mm-image-load-path): Just return the image directories,
4471         not all directories in the path in addition to the image directories.
4472         (mm-image-load-path): Maintain a cache of the image directories so that
4473         the `g' command in Gnus doesn't have to stat dozens of directories each
4474         time.
4476         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4477         (gnus-html-wash-tags): Add a new `i' command to insert images.
4478         (gnus-html-insert-image): New command and keystroke.
4479         (gnus-html-redisplay-with-images): New command and keystroke.
4480         (gnus-html-show-images): Rename command.
4481         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4482         spacers.
4483         (gnus-html-wash-tags): Decode entities at the end, so that entities
4484         inside the tags don't mess up the rest of the "parsing".
4486         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4487         so that nnimap methods aren't agentized by default.  There's apparently
4488         many problems related to agent/imap behaviour.
4490         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4492         * gnus-html.el: Doc fix.
4494 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4496         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4497         glyph-width and glyph-height instead of display-graphic-p and
4498         image-size; make avoidance of displaying small images work for XEmacs.
4500         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4501         for XEmacs.
4503         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4504         of symbol that holds plist data.
4505         (gnus-process-plist): Remove plist of process after getting it.
4507 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4509         * message.el (message-generate-hashcash): Change default to
4510         'opportunistic if hashcash is installed.
4512         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4513         (gnus-html-put-image): Only call image-size once, since it's somewhat
4514         time-consuming on remote X servers.
4516 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4518         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4519         decoded contents.
4520         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4522 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4524         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4525         group line format, since it isn't very interesting.
4527         * gnus-agent.el (gnus-agent-short-article),
4528         (gnus-agent-long-article): Increase values for these two variables,
4529         since most people are likely to have more network connection and
4530         storage than before.
4532         * gnus.el (gnus-refer-article-method): Change default to 'current.
4533         When referring an article, the common behaviour is to refer it from the
4534         current select method, not the native select method.  The chances of
4535         the native select method having the message in question is rather slim
4536         these days.
4538         * gnus-sum.el (gnus-auto-select-subject): Change default to
4539         `unseen-or-unread'.  I think it's likely that most people want to
4540         select an unseen article over a previously seen, but unread one.
4542         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4543         means that in the article buffer none of the minor mode elements will
4544         be shown, usually, and this is not desirable in most cases.
4546         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4547         that commands like `d' (and the like) go to the next line in the
4548         buffer, instead of the next unread article.  I think this is the
4549         behaviour that is most natural for most users.
4550         (gnus-single-article-buffer): Change default to nil, so that people can
4551         have as many article buffers open as they have summary buffer.  I think
4552         this is the most natural way for the groups to behave.
4554         * message.el (message-generate-new-buffers): Change default to
4555         `unsent', so that all new message buffers start their names with the
4556         string "*unsent", and it's easier to find the buffers if you move from
4557         them.
4559 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4562         small.  They're probably tracking images.
4563         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4564         (gnus-html-rescale-image): Yet another try at getting the image sizing
4565         right.
4567         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4568         nntp-marks-file-name is nil.
4570 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4572         * gnus-html.el (gnus-html-wash-tags)
4573         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4574         Better logging.
4576 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4578         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4580         * gnus-html.el (gnus-html-wash-tags): Check the value of
4581         gnus-blocked-images in the summary buffer.
4583 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4585         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4587 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4589         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4590         like "a", it seems like.
4591         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4592         since it needs to be picked from the correct buffer.
4594         * nnwfm.el: Remove.
4596         * nnlistserv.el: Remove.
4598 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4600         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4601         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4603 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605         * nnkiboze.el: Remove.
4607         * nndb.el: Remove.
4609         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4610         alt text.
4611         (gnus-html-rescale-image): Try to get the rescaling logic right for
4612         images that are just wide and not tall.
4614         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4615         overshadow variable bindings.
4617 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4619         * gnus-html.el (gnus-html-wash-tags)
4620         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4621         Add extra logging.
4623 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4626         (gnus-max-image-proportion): New variable.
4627         (gnus-html-rescale-image): New function.
4628         (gnus-html-put-image): Rescale images.
4630 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4632         Fix up some byte-compiler warnings.
4633         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4634         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4635         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4636         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4637         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4638         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4639         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4641 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4643         * gnus-html.el (gnus-article-html): Decode contents by charset.
4645 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4647         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4648         (gnus-html-frame-width, gnus-blocked-images)
4649         * message.el (message-prune-recipient-rules): Add custom version.
4650         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4652         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4653         functions.
4655         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4656         gnus-process-get.
4658 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4660         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4661         instead of lsub directly.
4663 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * nnwarchive.el: Remove.
4667         * gnus-soup.el: Remove.
4669         * nnsoup.el: Remove.
4671         * nnultimate.el: Remove.
4673         * gnus-html.el (gnus-blocked-images): New variable.
4675         * message.el (message-prune-recipients): New function.
4676         (message-prune-recipient-rules): New variable.
4678         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4679         guess whether a long line is natural text or not.
4681         * gnus-html.el (gnus-html-schedule-image-fetching):
4682         Use gnus-process-plist and friends for compatibility.
4684 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4686         * gnus-html.el: Require packages that define macros used in this file.
4687         (gnus-article-mouse-face): Declare to silence byte-compiler.
4688         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4689         process-get.
4690         (gnus-html-put-image): Use plist-get to avoid getf.
4691         (gnus-html-prefetch-images): Use with-current-buffer.
4693 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4695         * gnus-ems.el: Provide compatibility functions for
4696         gnus-set-process-plist.
4698         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4699         * gnus.el (gnus-valid-select-methods)
4700         * message.el (message-send-mail-partially-limit)
4701         * mm-decode.el (mm-text-html-renderer)
4702         * mml.el (mml-insert-mime-headers-always)
4703         * smiley.el (smiley-regexp-alist): Bump custom version.
4705 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4707         * gnus-html.el: require mm-url.
4708         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4709         with the url to `url'.
4710         (gnus-html-wash-tags): Support cid: URLs/images.
4712 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4714         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4715         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4716         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4718         * gnus-move.el: Remove file, since it doesn't really work.
4720         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4721         UTF-8.  This seems to fix problems with some German web feeds.
4723         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4724         at the top so that the proper colours are applied.
4726         * gnus-art.el (gnus-article-view-part): Doc fix.
4728         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4729         XEmacs-compatible.
4730         (gnus-html-put-image): Don't do images on non-graphic displays.
4732         * nnslashdot.el: Remove this unused backend.
4734         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4735         actions.
4736         (gnus-undo-register-1): Revert last change.
4738         * gnus-group.el (gnus-group-completing-read): Protect against not
4739         having completion-styles bound.
4741         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4742         make broken recipients happier.
4744         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4746         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4747         point parameter.
4749         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4750         completion-styles for group selection.
4752 2009-02-04  Andreas Schwab  <schwab@suse.de>
4754         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4755         headers and regexp-quote the match if necessary.
4757 2009-03-24  Miles Bader  <miles@gnu.org>
4759         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4760         the blinking smiley.
4762 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4764         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4765         blink smiley.
4767 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4769         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4770         where the dribbel file lives exists.
4772         * message.el (message-send-mail-partially-limit): Change the default to
4773         nil, since most people don't want this.
4775         * mm-url.el (mm-url-decode-entities): Also decode entities like
4776         &#x3212.
4778 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4780         * gnus-sum.el (gnus-summary-idna-message):
4781         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4782         Hyperlink urls in docstrings with URL `...'.
4784 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4786         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4787         functions.
4789 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4791         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4792         say what the mouseover text should be.
4794         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4795         version of the mm-w3m-safe-url-regexp variable to only download images
4796         in the groups where we want that to happen.
4798         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4800         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4801         easier debugging.
4802         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4803         big pictures in the article buffer.
4805         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4806         gnus-article-html.
4807         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4808         w3m.
4810         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4812 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4815         which doesn't exist.
4817         * message.el (message-inhibit-ecomplete): New variable to allow some
4818         function to inhibit ecomplete address storage.
4819         (message-resend): Disable ecomplete message storage when resending
4820         messages.
4822         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4824 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4826         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4827         Save excursion while copying, moving, and deleting articles in order to
4828         prevent the cursor from jumping to unforeseen place.
4830 2010-08-17  Glenn Morris  <rgm@gnu.org>
4832         * gnus-sync.el: Require gnus components whose functions are used.
4834         * gnus-art.el (bookmark-make-record-function):
4835         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4836         Declare for compiler.
4838         * mm-url.el (mml-compute-boundary): Autoload.
4840 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4842         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4844 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4846         Typo fix "hoo4a" -> "hook".
4848         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4850 2010-08-14  Glenn Morris  <rgm@gnu.org>
4852         * gnus-sync.el (gnus-sync): Fix defgroup version.
4854 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4856         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4858         * gnus-sync.el: Fix docs.
4859         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4860         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4862 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4864         Optimizations for gnus-sync.el.
4866         * gnus-sync.el: Add docs about gnus-sync-backend
4867         possibilities.
4868         (gnus-sync-save): Remove unnecessary message.
4869         (gnus-sync-read): Optimize and show what groups were skipped.
4871 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4873         Minor bug fixes for gnus-sync.el.
4875         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4876         Don't read the sync on get-new-news.
4878         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4879         quiet.
4881         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4882         (fix typo).
4884 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4886         Make saving and restoring of hidden threads work with overlays.
4887         Patch applied by Ted Zlatanov.
4889         * gnus-sum.el (gnus-hidden-threads-configuration)
4890         (gnus-restore-hidden-threads-configuration): Update to deal with text
4891         properties, rather than searching for a magic character.
4893 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4895         New gnus-sync.el library for synchronization of marks.
4897         * gnus-sync.el: New library for synchronization of marks.
4899         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4900         renamed from `gnus-registry-grep-in-list'.
4902         * gnus-registry.el (gnus-registry-follow-group-p):
4903         Use `gnus-grep-in-list'.
4905         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4907 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4909         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4910         determining charset of text fails.
4912 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4914         * nnmail.el (nnmail-get-new-mail-1): Revert.
4916         * nnml.el (nnml-active-number): Make sure names of newly created groups
4917         in nnml-group-alist are encoded.
4919 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4921         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4922         containing non-ASCII characters in active file for nnml back end.
4924 2010-07-24  David Engster  <dengste@eml.cc>
4926         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4927         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4929 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4931         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4932         tag (Bug#6654).
4934 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4936         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4937         the article buffer, not the summary buffer.
4939 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4941         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4942         Emacs 23 as well.
4944 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4946         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4947         Patch applied by Karl Fogel.
4949         * gnus-sum.el (gnus-summary-bookmark-make-record):
4950         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4952 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4954         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4955         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4956         C-w still not working correctly from Article buffers; Thierry's
4957         patch to fix that will be applied after this.
4959         * gnus-art.el (bookmark-make-record-function): New local variable.
4961         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4962         article buffer.
4963         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4965 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4967         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4968         on changes in bookmark.el.
4970 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4972         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4973         the *other* type of HTML form submission.
4975 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4977         * auth-source.el (auth-source-pick): If choice does not contain a
4978         questioned keyword, set the check to t.
4980 2010-06-12  Romain Francoise  <romain@orebokech.com>
4982         * gnus-util.el (gnus-date-get-time): Move up before first use.
4984 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4986         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4987         (gnus-article-edit-part): Bind it to make last part that is substituted
4988         or deleted visible.
4989         (gnus-mime-display-single): Buttonize part of which id equals to
4990         gnus-mime-buttonized-part-id.
4992 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4994         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4995         (gnus-dd-mmm): Use gnus-date-get-time.
4996         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4997         simplify logic.
4998         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4999         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5001 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5003         * auth-source.el (top): Autoload `secrets-list-collections',
5004         `secrets-create-item', `secrets-delete-item'.
5005         (auth-sources): Fix tag string.
5006         (auth-get-source, auth-source-retrieve, auth-source-create)
5007         (auth-source-delete): New defuns.
5008         (auth-source-pick): Rewrite in order to avoid 2 passes.
5009         (auth-source-forget-user-or-password): New parameter USERNAME.
5010         (auth-source-user-or-password): New parameters CREATE-MISSING and
5011         DELETE-EXISTING.  Retrieve password interactively, if needed.
5013 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5015         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5016         deleting unused directories when gnus-expert-user is t.
5018 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5020         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5021         for each temp file when gnus-article-browse-delete-temp is ask.
5023 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5025         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5027 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5029         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5030         article unless decoding article to be saved.
5032 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5034         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5035         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5036         generated within the mm-with-unibyte-current-buffer macro.
5038 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5040         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5041         to nil when we're in a mml-preview buffer and no group is selected.
5043 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5045         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5046         when catching the `C-g'.  Reported by "Leo".
5048 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5050         * message.el (message-forward-make-body-plain)
5051         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5052         multibyte-string-p.
5054 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5056         * message.el (message-forward-make-body-mml): Assume original message
5057         is multibyte string; error on unibyte.
5058         (message-forward-make-body-plain): Ditto; don't add excessive newline
5059         in body end.
5061 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5063         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5064         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5066 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5068         * mm-extern.el (mm-extern-url): Don't use
5069         mm-with-unibyte-current-buffer.
5070         (mm-extern-cache-contents): Use with-current-buffer instead of
5071         save-excursion + set-buffer.
5073 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5075         * mm-util.el (mm-emacs-mule): Remove.
5077 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5079         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5080         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5081         change.
5083 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5085         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5086         bind the default value of enable-multibyte-characters to nil.
5088 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5090         * message.el (message-forward-make-body-plain)
5091         (message-forward-make-body-mml):
5092         Don't use mm-with-unibyte-current-buffer.
5094 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5096         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5097         (Bug#5592).
5099 2010-05-07  Julien Danjou  <julien@danjou.info>
5101         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5102         it to mm-pipe-part.
5104         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5105         it is given.
5107 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * nnweb.el (nnweb-gmane-search)
5110         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5111         XEmacs.
5113         * gnus-art.el (gnus-article-browse-html-parts)
5114         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5115         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5116         make-temp-file.
5118         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5119         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5120         compiling.
5122         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5123         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5124         XEmacs when compiling.
5126         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5127         gnus-pick-mode-off-hook for XEmacs when compiling.
5128         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5129         gnus-binary-mode-off-hook for XEmacs when compiling.
5131         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5132         Return nil if char-charset is not available.
5134         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5135         macro.
5137         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5138         instead of encode-coding-string.
5140         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5141         'xemacs) instead of mm-emacs-mule to switch function definitions.
5142         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5144 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5146         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5148 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5150         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5151         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5153 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5155         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5156         alias `jka-compr-delete-temp-file' no longer exists.
5158 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5160         Use define-minor-mode in Gnus where applicable.
5161         * mml.el (mml-mode): Use define-minor-mode.
5162         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5163         (gnus-undo-mode): Use define-minor-mode.
5164         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5165         (gnus-dead-summary-mode): Use define-minor-mode.
5166         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5167         Initialize in declaration.
5168         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5169         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5170         (gnus-mailing-list-mode): Use define-minor-mode.
5171         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5172         (gnus-draft-mode): Use define-minor-mode.
5173         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5174         (gnus-dired-mode): Use define-minor-mode.
5176 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5178         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5179         handles on recursive mml-to-mime translation and check them for
5180         boundary delimiter collisions.  Reported by Greg Troxel.
5182 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5184         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5186 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * mm-util.el (mm-find-buffer-file-coding-system):
5189         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5191 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5193         * message.el (message-generate-headers): Record insertion of optional
5194         headers as well.  Otherwise the check to prevent repeated insertion of
5195         optional headers is a no-op.
5197 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5199         * smime.el: Don't mention CVS.
5201         * nnrss.el (nnrss-fetch): Don't mention CVS.
5203         * nnir.el: Don't mention CVS.
5205 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5207         * gnus-sum.el (gnus-summary-bookmark-make-record):
5208         Add `location' field.
5210 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5212         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5213         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5214         Use with-current-buffer to silence the byte-compiler.
5215         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5216         bother to require `gnus'.
5217         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5219 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5221         * gnus-sum.el (gnus-summary-bookmark-make-record)
5222         (gnus-summary-bookmark-jump): New functions.
5223         (gnus-summary-mode): Setup bookmark support.
5225 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5227         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5228         if set.
5230 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5232         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5233         gnus-article-browse-html-save-cid-image; make it work recursively for
5234         forwarded messages as well.
5235         (gnus-article-browse-html-parts): Work when prefix arg is given.
5236         (gnus-article-browse-html-article): Doc fix.
5238 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5240         * message.el (message-default-mail-headers):
5241         (message-default-headers): Carry the value mail-default-headers over
5242         into message-default-mail-headers, rather than message-default-headers.
5244 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5246         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5247         charset.
5249         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5250         charset into the <meta> tag when the article is encoded to utf-8.
5252 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5254         * gnus-art.el (gnus-article-browse-delete-temp-files):
5255         Delete directories as well.
5256         (gnus-article-browse-html-parts): Work for images that do not specify
5257         file names; delete temp directory when quitting; insert header at the
5258         right place; use file: scheme for image files.
5260 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5262         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5263         (gnus-article-browse-html-parts): Use it to make temporary cid image
5264         files in addition to html file so that browser may display them.
5266 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5268         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5270 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5272         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5274 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5276         * auth-source.el (auth-sources): Change default to be simpler.
5277         Explain about Secret Service API sources.  Improve Customize options.
5278         (auth-source-pick): Change to accept any number of search parameters.
5279         Implement fallbacks iteratively, not recursively.  Add scoring on the
5280         second pass and sort by score.  Call Secret Service API when needed.
5281         (auth-source-user-or-password): Use it.  Call Secret Service API
5282         directly when needed to get the user name and the password.
5284 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5286         * message.el (message-interactive): Doc fix.
5287         (message-qmail-inject-args): Reflow.
5288         (message-kill-to-signature): Fix typo in docstring.
5290         * smiley.el (smiley-buffer): Fix typo in docstring.
5292 2010-03-24  Glenn Morris  <rgm@gnu.org>
5294         * mail-source.el (gnus-message): Declare.
5295         (mail-source-delete-old-incoming): Require gnus-util.
5297 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5299         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5301         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5303         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5304         password-cache's default if it is not bound.
5305         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5306         password-cache-expiry's default if it is not bound.
5308         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5309         available in Emacs 21.
5311 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5313         * auth-source.el (auth-sources): Fix up definition so extra parameters
5314         are always inline.
5316 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5318         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5319         wasn't updated after mismatch.  Clear cached mailbox info correctly
5320         when uidvalidity changes.
5321         (nnimap-group-prefixed-name): New function to avoid some code
5322         duplication.
5323         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5324         (nnimap-request-group): Use it.
5325         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5326         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5327         with many imap folders.  This is done by caching the group status from
5328         the imap server persistently in a group parameter `imap-status'.  (This
5329         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5330         but not persistently, so every Gnus startup was still very slow.)
5332 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5334         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5335         secrets.el dependency.
5336         (auth-sources): Add optional user name.  Add secrets.el configuration
5337         choice (unused right now).
5339 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5341         * gnus-sum.el (gnus-summary-make-menu-bar):
5342         Let `gnus-registry-install-shortcuts' fill in the functions.
5344         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5345         warnings.
5346         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5347         (gnus-registry-install-shortcuts): Populate and use it in a
5348         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5350 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5352         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5353         In-place substitutions for the group name encoding/decoding.
5354         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5355         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5356         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5357         (nnimap-update-unseen, nnimap-request-list)
5358         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5359         (nnimap-request-set-mark, nnimap-split-to-groups)
5360         (nnimap-split-articles, nnimap-request-newgroups)
5361         (nnimap-request-create-group, nnimap-request-accept-article)
5362         (nnimap-request-delete-group, nnimap-request-rename-group)
5363         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5364         `encoded-mbx' for consistency.
5365         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5366         variable `imap-current-mailbox'.
5368         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5369         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5371 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5373         * pop3.el (pop3-display-message-size-flag): Display message size byte
5374         counts during POP3 download.
5375         (pop3-movemail): Use it.
5376         (pop3-list): Implement listing of available messages.
5378 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5380         * nnir.el (nnir-get-article-nov-override-function): New function to
5381         override the normal NOV retrieval.
5382         (nnir-retrieve-headers): Use it.
5384 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5386         * auth-source.el (netrc-machine-user-or-password): Autoload.
5388 2010-03-19  Glenn Morris  <rgm@gnu.org>
5390         Stop message.el from loading about 40 libraries it doesn't always need.
5391         The general approach is to autoload rather than require, and to
5392         require in the specific functions rather than the file.  (Bug#5642)
5394         * gmm-utils.el: Don't require wid-edit.
5395         (widget-create-child-value, widget-convert, widget-default-get):
5396         Autoload.
5398         * gnus-util.el: Don't require time-date, netrc.
5399         (message-fetch-field, gnus-group-name-decode): Declare rather than
5400         autoloading.
5401         (gnus-fetch-field): Require message.
5402         (gnus-decode-newsgroups): Require gnus-group.
5404         * ietf-drums.el: Don't require time-date.
5406         * message.el: Don't require hashcash, canlock, ecomplete.
5407         Do require mail-utils.  Require nnheader only when compiling.
5408         (smtpmail-default-smtp-server): Remove declaration.
5409         (message-send-mail-function): Check smtpmail-default-smtp-server
5410         is bound rather than requiring smtpmail.
5411         (message-auto-save-directory, message-insert-signature):
5412         Use expand-file-name rather than nnheader-concat.
5413         (nnheader-insert-file-contents): Autoload.
5414         (hashcash-wait-async): Declare.
5415         (message-send-mail): Only call gnus-setup-posting-charset if
5416         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5417         (message-send-mail-with-sendmail): Require sendmail.
5418         (canlock-password, canlock-password-for-verify): Declare.
5419         (message-canlock-password): Require canlock.
5420         (nnheader-get-report): Autoload.
5421         (gnus-setup-posting-charset): Declare.
5422         (message-send-news): Require gnus-msg.
5423         (message-make-references, message-make-in-reply-to): Use mail-header-id
5424         rather than the alias mail-header-message-id.
5425         (ecomplete-add-item, ecomplete-save): Declare.
5426         (message-put-addresses-in-ecomplete): Require ecomplete.
5427         (ecomplete-display-matches): Autoload.
5429         * mm-decode.el: Don't require mailcap, gnus-util.
5430         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5431         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5432         Autoload.
5433         (mailcap-mime-extensions): Declare.
5435         * mm-encode.el: Don't require mailcap.
5436         (mailcap-extension-to-mime): Autoload.
5438         * mml-sec.el: Don't require password-cache.
5440         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5441         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5442         (mml-minibuffer-read-type): Require mailcap.
5443         (mml-preview): Require gnus-msg.
5445         * mml1991.el: Require password-cache.
5446         (password-cache-expiry): Remove declaration.
5448         * mml2015.el: Require password-cache.
5449         (password-cache-expiry): Remove declaration.
5451         * nneething.el (mailcap): Require mailcap.
5453         * nnheader.el (declare-function): Add compatibility stub.
5454         (message-remove-header): Declare rather than autoload.
5455         (nnheader-replace-header): Require message.
5457         * nnimap.el (declare-function): Add compatibility stub.
5458         (netrc-parse, netrc-machine-user-or-password): Declare.
5459         (nnimap-open-connection): Require netrc.
5461         * nntp.el (declare-function): Add compatibility stub.
5462         (netrc-parse, netrc-machine, netrc-get): Declare.
5463         (nntp-send-authinfo): Require netrc.
5465         * rfc2047.el: Don't require qp.
5466         (quoted-printable-encode-region, quoted-printable-decode-string):
5467         Autoload.
5469         * sieve-mode.el: Don't require easymenu.
5470         (easy-menu-add-item): Autoload it.
5472         * spam-stat.el (time-to-number-of-days): Autoload it.
5474 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5476         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5477         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5478         value if any backslash escapes).
5480 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5483         if it is available.  (bug#5647)
5485 2010-02-26  Glenn Morris  <rgm@gnu.org>
5487         * message.el (message-send-mail-function): Change the default, so that
5488         it inherits from a customized send-mail-function.  (Bug#5643)
5490 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5492         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5493         shell-command-to-string signals an error (bug#5299).
5495 2010-02-24  Glenn Morris  <rgm@gnu.org>
5497         * message.el (message-smtpmail-send-it)
5498         (message-send-mail-with-mailclient): Doc fixes.
5500 2010-02-16  Glenn Morris  <rgm@gnu.org>
5502         * message.el (message-default-mail-headers): Change the default value
5503         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5505 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5507         * message.el (message-mail): Just pass yank-action on to message-setup.
5508         (message-setup): Handle (FUN . ARGS) form of yank-action.
5509         (message-with-reply-buffer, message-widen-reply)
5510         (message-yank-original): Handle non-buffer values of
5511         message-reply-buffer (Bug#4080).
5512         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5514 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5516         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5517         Fix typo in docstring.
5519 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5521         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5522         response.
5524 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5526         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5528         * message.el (message-check-news-header-syntax): Protect against a
5529         string that `rfc822-addresses' returns when parsing fails.
5531 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5533         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5534         (gnus-previous-char-property-change): New functions.
5536         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5538 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5540         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5541         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5543 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5545         * message.el (message-exchange-point-and-mark): Rework last change to
5546         avoid using optional arg of exchange-point-and-mark, for backward
5547         compatibility.
5549 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5551         * message.el (message-exchange-point-and-mark):
5552         Call exchange-point-and-mark with an argument rather than setting
5553         mark-active by hand (Bug#5175).
5555 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5557         * nntp.el (nntp-service-to-port): Work for service expressed with
5558         numeric string; replace [:digit:] with [0-9] for XEmacs.
5560 2009-12-17  Glenn Morris  <rgm@gnu.org>
5562         * gnus-group.el (gnus-bug-group-download-format-alist):
5563         Change emacs entry to debbugs.gnu.org.  Bump :version.
5565 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5567         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5569 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5571         * message.el (message-info): Explain why we use `Info-goto-node'.
5573 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5575         * message.el (message-completion-in-region): New compatibility function.
5576         (message-expand-group): Use it.
5578 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5580         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5581         with no unread article should be listed if the 2nd arg `predicate' is
5582         given.
5584 2009-11-29  Juri Linkov  <juri@jurta.org>
5586         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5587         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5588         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5590 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5592         * message.el (message-from-style, message-interactive)
5593         (message-signature): Always set default values from the corresponding
5594         mail-* variables.
5595         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5596         (message-yank-prefix, message-indentation-spaces)
5597         (message-signature-file, message-default-headers): Use boundp rather
5598         than (featurep 'xemacs) to check if the corresponding mail-* variables
5599         exist.
5601 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5603         * message.el (message-send-mail-with-sendmail): Revert last change.
5605 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5607         * message.el (message-from-style, message-interactive)
5608         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5609         (message-yank-prefix, message-indentation-spaces, message-signature)
5610         (message-signature-file, message-default-headers): For GNU Emacs, set
5611         default values from the corresponding mail-* variables.
5612         (message-send-mail-with-sendmail): Use envelope-from only if
5613         mail-specify-envelope-from is non-nil.
5615 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5617         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5618         containing tspecial characters if they have been already quoted.
5620 2009-10-24  Glenn Morris  <rgm@gnu.org>
5622         * gnus-art.el (help-xref-stack-item): Define for compiler.
5624 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5626         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5628 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5630         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5631         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5633 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5635         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5636         (gnus-overlays-in): New alias to overlays-in.
5638         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5639         gnus-overlay-get, and gnus-delete-overlay.
5640         (gnus-summary-show-thread): Make it work as well for systems in which
5641         next-single-char-property-change is not available.
5642         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5644 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5646         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5648 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5650         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5651         and XEmacs that don't have `remove-overlays'.
5653 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5655         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5656         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5657         selective display.  Use overlays instead.
5659 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5661         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5663 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5665         * spam-stat.el (spam-stat-load): Fix typo in message.
5667 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5669         * gnus-art.el (gnus-article-encrypt-body):
5670         * message.el (message-check-recipients):
5671         * mm-util.el (mm-codepage-setup):
5672         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5673         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5675 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5677         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5678         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5679         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5680         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5681         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5683 2009-09-18  Glenn Morris  <rgm@gnu.org>
5685         * gnus-diary.el (gnus-diary-check-message):
5686         * message.el (message-insert-formatted-citation-line):
5687         * nnbabyl.el (top-level):
5688         * nndiary.el (nndiary-schedule):
5689         Fix typos in condition-case handlers.
5691 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5693         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5694         configuration that provides the sole article window in a frame;
5695         position point correctly after deleting a part.
5697 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5699         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5700         (spam-resolve-registrations-routine): Use it to unregister articles
5701         that change status.
5703 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5705         * nnrss.el (nnrss-request-article): Remove binding of
5706         default-enable-multibyte-characters that has gotten needless by
5707         the 2007-07-13 change in rfc2047-encode-message-header.
5709         * mml.el (mml-insert-multipart): Error on the message header.
5710         (mml-insert-part): Error on the message header; position point at
5711         the end of a MIME tag.
5713 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5715         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5716         (gnus-float-time): Alias to float-time if it exists.
5718         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5719         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5720         float-time is available; suppress compile warning for time-to-seconds.
5722 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5724         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5725         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5726         Add the optional argument `encoding' that overrides the default.
5728         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5729         mm-encode-buffer.
5731 2009-09-04  Glenn Morris  <rgm@gnu.org>
5733         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5734         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5735         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5736         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5737         * mm-util.el (mm-with-unibyte-current-buffer)
5738         (mm-find-buffer-file-coding-system):
5739         * yenc.el (yenc-decode-region): Use default-value rather than
5740         default-enable-multibyte-characters.
5742 2009-09-03  Glenn Morris  <rgm@gnu.org>
5744         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5745         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5746         than default-enable-multibyte-characters.
5748 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5750         * gnus-art.el (gnus-article-read-summary-keys):
5751         Fix gnus-buffer-configuration's value temporarily used.
5753 2009-09-02  Glenn Morris  <rgm@gnu.org>
5755         * gnus-util.el (gnus-float-time): New function.
5756         * gnus-delay.el (gnus-delay-article):
5757         * gnus-sum.el (gnus-thread-latest-date):
5758         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5759         * nnspool.el (nnspool-request-newgroups):
5760         Use gnus-float-time rather than time-to-seconds.
5761         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5763         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5764         (gnus-header-subject-face, gnus-header-newsgroups-face)
5765         (gnus-header-name-face, gnus-header-content-face):
5766         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5767         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5768         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5769         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5770         (gnus-cite-face-11):
5771         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5772         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5773         (gnus-server-closed-face, gnus-server-denied-face)
5774         (gnus-server-offline-face):
5775         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5776         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5777         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5778         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5779         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5780         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5781         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5782         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5783         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5784         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5785         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5786         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5787         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5788         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5789         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5790         (gnus-summary-high-undownloaded-face)
5791         (gnus-summary-low-undownloaded-face)
5792         (gnus-summary-normal-undownloaded-face)
5793         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5794         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5795         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5796         (gnus-splash-face):
5797         * message.el (message-header-to-face, message-header-cc-face)
5798         (message-header-subject-face, message-header-newsgroups-face)
5799         (message-header-other-face, message-header-name-face)
5800         (message-header-xheader-face, message-separator-face)
5801         (message-cited-text-face, message-mml-face):
5802         * sieve-mode.el (sieve-control-commands-face)
5803         (sieve-action-commands-face, sieve-test-commands-face)
5804         (sieve-tagged-arguments-face):
5805         * spam.el (spam-face):
5806         Mark face aliases with "-face" in the name as obsolete.
5808 2009-09-01  Glenn Morris  <rgm@gnu.org>
5810         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5811         than goto-line.
5813 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5815         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5816         Don't move point if the command is invoked inside the message header.
5818 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5820         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5821         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5822         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5823         * nnir.el (nnir-swish-e-index-file):
5824         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5825         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5826         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5827         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5828         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5829         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5831 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5833         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5834         Don't save excursion.
5836 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5838         * nnheader.el (nnheader-find-file-noselect):
5839         * mm-util.el (mm-insert-file-contents):
5840         Use (default-value 'major-mode) instead of default-major-mode.
5842 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5844         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5846 2009-08-25  Glenn Morris  <rgm@gnu.org>
5848         * nnir.el (top-level): Don't require cl at run-time.
5849         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5850         Replace cl-function substitute with gnus-replace-in-string.
5851         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5852         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5853         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5854         simplified expansions.
5856 2009-08-22  Glenn Morris  <rgm@gnu.org>
5858         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5859         goto-line.
5861 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5863         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5865         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5866         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5867         (gnus-mm-display-part, gnus-mime-display-single)
5868         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5869         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5871         * gnus-sum.el
5872         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5873         (gnus-summary-move-article): Add expirable mark to articles copied or
5874         moved to group that has auto-expire turned on if the option is non-nil.
5876 2009-07-24  Glenn Morris  <rgm@gnu.org>
5878         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5879         Fix typo.  (Bug#3903)
5881 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5883         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5884         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5885         that should not be used for draft articles.
5886         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5887         that has no concern in minor mode keys.
5888         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5889         Abolish.
5891 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5893         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5894         article without making inquiry to a user for unknown encoding.
5896         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5897         (nnmaildir--scan): Assume i-node and device number that file-attributes
5898         returns might be cons-cell.
5900 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5902         * auth-source.el: Remove docs now in auth.texi.  Don't use
5903         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5904         `auth-source-hide-passwords' and use them.
5906 2009-07-15  Glenn Morris  <rgm@gnu.org>
5908         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5910 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5912         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5913         excessive whitespace from the default values of title and description.
5915 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5917         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5918         mail-fetch-field to fetch Content-Description header in order to
5919         exclude newlines.
5921 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5923         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5924         to deleted part.
5926 2009-05-30  David Engster  <dengste@eml.cc>
5928         * nnmairix.el: Remove old documentation in the commentary block.
5929         (nnmairix-request-group): Do not update active file for nnml back ends.
5930         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5931         end so that overview files are ignored.
5932         (nnmairix-update-groups): Make updating the groups more robust by using
5933         marks.
5934         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5935         with dollar characters in message-id.
5937 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5939         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5940         2008-12-25 in dns.el.
5942 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5944         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5945         could happen if the text is only composed of spaces and/or tabs.
5947 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5949         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5950         when sending a queued message to avoid extra mml tags.
5952 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5954         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5956 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5958         * gnus-dired.el: Remove autoload for gnus-setup-message.
5959         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5960         displaying Gnus logo; always use compose-mail.
5962 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5964         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5966 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5968         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5969         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5970         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5971         available.
5972         (gnus-nocem-epg-verify): New function.
5974 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5976         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5978 2009-02-15  Glenn Morris  <rgm@gnu.org>
5980         * gnus-util.el (rmail-insert-rmail-file-header)
5981         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5982         autoloads.
5983         (rmail-default-rmail-file): Remove unnecessary declaration.
5984         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5986 2009-02-14  Glenn Morris  <rgm@gnu.org>
5988         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5989         variable (only used in gnus-util, which declares it anyway).
5990         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5991         which was only needed by gnus-art (changed to not use it any more).
5992         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5993         only used in gnus-util, which autoloads it itself.
5994         (rmail-update-summary): Fix autoload.
5996         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5997         rather than rmail-output-to-rmail-file.
5999 2009-02-07  Glenn Morris  <rgm@gnu.org>
6001         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6002         autoload of function that no longer exists.
6003         (rmail-toggle-header): Declare.
6004         (message-forward-rmail-make-body): Handle mbox Rmail.
6006 2009-01-31  Glenn Morris  <rgm@gnu.org>
6008         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6009         2009-01-09 change.
6011 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6013         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6014         (auth-source-forget-all-cached): New convenience function.
6015         (auth-source-user-or-password): Accept list of modes or a single mode.
6017         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6018         auth-source modes.
6020         * nnimap.el (nnimap-open-connection): Use list of
6021         auth-source modes.
6023         * nntp.el (nntp-send-authinfo): Use list of
6024         auth-source modes.
6026 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6028         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6029         now.
6031 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6033         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6034         coding system in XEmacs; add a workaround for XEmacs.
6036 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6038         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6039         of current-language-environment.
6041 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6043         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6044         available at runtime.
6046 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6048         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6050 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6052         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6053         the greatest positive fixnum value doesn't work under an XEmacs with
6054         bignum support; use the most-positive-fixnum constant instead,
6055         available since Emacs 21.1 with cl and XEmacs 21.1.
6057 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6059         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6060         XEmacs gets not to work.
6062 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6064         * mm-util.el (mm-coding-system-priorities): Allow the value like
6065         "Japanese (UTF-8)" of current-language-environment.
6067 2009-01-09  Glenn Morris  <rgm@gnu.org>
6069         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6070         with last-command-event.
6072 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6074         * message.el (message-fix-before-sending): Amend comment.
6076 2009-01-07  David Engster  <dengste@eml.cc>
6078         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6079         simplified server definitions by converting it via
6080         gnus-server-to-method.
6082 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6084         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6085         parameter's operands.
6087 2009-01-06  David Engster  <dengste@eml.cc>
6089         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6090         primary select method (for gnus-group-mark-article-as-read).
6092 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6094         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6095         `(gnus)Face', not `(gnus)X-Face'.
6097 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6099         * mm-util.el (mm-ucs-to-char): New function.
6101         * mm-url.el (mm-url-decode-entities): Use it.
6103 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6105         * message.el (message-fix-before-sending): Add `eight-bit' to
6106         illegible-text check.
6108 2009-01-03  Michael Olson  <mwolson@gnu.org>
6110         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6111         `headers' is nil.  This can occur if the IMAP server does not have
6112         permissions to read messages from a folder, but can write new messages
6113         to the folder.
6114         (nnimap-request-article-part): Do not insert `data' if it is nil.
6116 2009-01-01  Dave Love  <fx@gnu.org>
6118         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6120         * nnimap.el: Fix author email.
6121         (nnimap-split-rule): Add FIXME comment.
6122         (nnimap-debug): Fix doc string.
6124 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6126         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6127         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6128         to check if those variables exist (first appeared in Emacs 18.50).
6130 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6132         * mm-util.el (mm-line-number-at-pos): New function.
6134         * spam-report.el (spam-report-process-queue): Use it.
6136 2008-12-24  David Engster  <dengste@eml.cc>
6138         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6139         parameters that haven't existed as variables as buffer-local variables.
6141 2008-12-23  Dave Love  <fx@gnu.org>
6143         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6144         cadar.
6146         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6147         imap-starttls-p.
6148         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6150 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6152         * spam-report.el (spam-report-gmane-max-requests): New constant.
6153         (spam-report-gmane-wait): New variable.
6154         (spam-report-gmane-ham, spam-report-gmane-spam)
6155         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6156         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6157         the server.
6159         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6160         Add explanations.
6162         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6163         nnheader-accept-process-output and nnheader-read-timeout if available.
6164         (pop3-movemail): Use it.
6166         * message.el (message-check-news-body-syntax): Fix signature check if
6167         there's an attachment.
6169 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * mm-util.el: Add comments to the mm- emulating functions.
6173 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6175         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6176         Reported by Stephen Berman <stephen.berman@gmx.net>.
6178 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6180         * mm-util.el (mm-substring-no-properties): New function.
6181         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6182         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6183         (mm-string-to-multibyte): Doc fix.
6185         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6187 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6189         * mml.el (mml-attach-file): Strip text properties from file name.
6190         (Bug#1574)
6192 2008-12-16  Glenn Morris  <rgm@gnu.org>
6194         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6196 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6198         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6199         knows since the charset specified might be a bogus alias that
6200         mm-charset-synonym-alist provides.
6202 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6204         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6205         "ISO_8859-1".
6207         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6209 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6211         * mm-util.el (mm-charset-eval-alist):
6212         Define it before mm-charset-to-coding-system.
6213         (mm-charset-to-coding-system): Add optional argument `silent';
6214         define it before mm-charset-override-alist.
6215         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6216         default value if it can be used in Emacs currently running;
6217         silence mm-charset-to-coding-system.
6219 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6221         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6222         `allow-override' which says whether to use `mm-charset-override-alist'.
6223         (rfc2047-decode-encoded-words): Use it.
6225         * mm-util.el (mm-charset-override-alist): Fix custom type;
6226         add `(gb2312 . gbk)' to choices.
6228 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6230         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6231         fast.
6233         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6235 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6237         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6238         on links.
6240         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6242 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6245         users' addresses that don't have domain parts.
6246         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6247         rather than message-narrow-to-head since there will be the message
6248         header separator.
6250 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6252         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6253         since the result is inserted in a unibyte buffer anyway.
6254         (nnimap-demule-use-string-to-multibyte): Remove.
6255         (nnimap-demule): Alias it to mm-string-to-multibyte.
6257 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6259         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6260         variable for debugging bug#464 and bug#1174.
6261         (nnimap-demule): Use it.
6263 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6265         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6266         score calculation correctly.
6268 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6270         * message.el (message-send-mail): Just set the buffer to unibyte
6271         rather than use mm-with-unibyte-current-buffer which does a lot more.
6272         (message-send-mail-partially): Don't bother with
6273         mm-with-unibyte-current-buffer since it's already been made unibyte by
6274         message-send-mail.
6276 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6278         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6280 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6282         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6284 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6286         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6287         require itself and to remove `with-no-warnings'.
6289 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6291         * starttls.el (starttls-any-program-available): Get the name of the
6292         available TLS layer program.
6293         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6294         well as the host name in the "opening" message.
6296         * auth-source.el (auth-source-cache, auth-source-do-cache)
6297         (auth-source-user-or-password): Cache passwords and logins by default,
6298         allow override with `auth-source-do-cache'.
6299         (auth-source-forget-user-or-password): Allow users to remove cache
6300         entries if needed.
6302 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6304         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6305         condition-case to only the forward-sexp call.
6307 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6309         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6310         quotes contained.  Make it more robust regardless by an extra
6311         condition-case wrapper.
6313 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6315         * nnml.el (nnml-request-expire-articles): Check if the function set to
6316         `nnmail-expiry-target' returns the symbol `delete'.
6318         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6320         * nnmail.el (nnmail-expiry-target): Fix custom type.
6322 2008-10-02  Glenn Morris  <rgm@gnu.org>
6324         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6325         Silence compiler warning.
6327 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6329         * mml.el (mml-menu): Don't assume mml2015 is bound.
6331 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6333         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6334         exists.
6336 2008-09-27  Glenn Morris  <rgm@gnu.org>
6338         * gnus-util.el (mail-header-remove-comments): Autoload it.
6340 2008-09-27  Andreas Schwab  <schwab@suse.de>
6342         * gnus-util.el (gnus-split-references): Strip comments.
6343         (gnus-parent-id): Likewise.
6345 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6347         * message.el (message-confirm-send): Fix version.
6349 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6351         * message.el (message-idna-to-ascii-rhs-1): Use
6352         mail-extract-address-components rather than mail-header-parse-addresses
6353         that is an alias by default to ietf-drums-parse-addresses that does not
6354         support non-ASCII names in headers' contents.
6356 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6358         * message.el (message-confirm-send): Fix variable documentation to
6359         avoid the "y/n" wording.
6361 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6363         * message.el (message-set-auto-save-file-name): Save to a different
6364         filename so multiple messages (especially drafts) can be recovered.
6366 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6368         * message.el (message-confirm-send): Add appropriate version.
6370 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6372         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6373         defvar.
6375 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6377         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6378         (mm-pkcs7-enveloped-magic): Ditto.
6380 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6382         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6383         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6385 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6387         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6388         default, it's better.
6390 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6392         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6393         summary line gnus-number property and ignore them (with a warning
6394         message).
6396 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6398         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6399         macro caddr in the interactive form since it won't be expanded.
6401 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6403         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6404         `charset'; fix name of function called recursively.
6405         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6407 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6409         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6410         (gnus-mime-set-charset-parameters): New function.
6411         (gnus-mime-view-part-as-charset): Use it to correctly display part
6412         specifying wrong charset.
6414 2008-09-08  David Engster  <dengste@eml.cc>
6416         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6417         in completing-read for back end server.
6419 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6421         * message.el (message-confirm-send): New variable to confirm sending a
6422         message.
6423         (message-send): Use it.
6425 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6427         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6429 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6431         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6433 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6435         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6436         prevent tracking too many groups.
6437         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6438         Use it.
6440 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6442         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6443         moving point to the bottom of the window in order to avoid recentering.
6445 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6447         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6448         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6449         (gnus-article-beginning-of-window): Fix calculation.
6451 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6453         * gnus-msg.el (gnus-summary-supersede-article)
6454         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6455         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6456         message header.
6458 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6460         * message.el:
6461         * gnus-start.el:
6462         * gnus-registry.el: Remove VMS support.
6464 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6466         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6467         macro.
6468         (rfc2104-hash): Use it.
6470 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6472         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6473         (gnus-summary-sort-by-most-recent-date): New commands.
6474         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6475         and menu entries.
6477 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6479         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6480         don't redisplay article for raw contents; remove plural articles stuff.
6482         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6483         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6484         on gnus-summary-save-article; display results properly.
6486 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6490 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6492         * gnus-art.el (gnus-summary-save-in-pipe):
6493         Consider gnus-save-all-headers.
6495 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6497         * gnus-util.el (ns-focus-frame): Remove declaration.
6498         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6499         like x.
6501 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6503         * rfc2104.el (rfc2104-zero): Delete defconst.
6504         (rfc2104-hex-alist): Likewise.
6505         (rfc2104-hex-to-int): Delete func.
6506         (rfc2104-hexstring-to-bitstring): Likewise.
6507         (rfc2104-nybbles): New defconst.
6508         (rfc2104-hash): Rewrite for speed.
6510 2008-07-16  Glenn Morris  <rgm@gnu.org>
6512         * gnus-util.el (ns-focus-frame): Declare for compiler.
6514 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6516         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6517         set as a group parameter.
6518         (gnus-summary-save-in-pipe): Work when it is called independently.
6519         (gnus-summary-pipe-to-muttprint): Don't modify
6520         gnus-summary-pipe-output-default-command.
6522 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6524         * message.el (message-send-mail-with-sendmail):
6525         Display the error message.
6527 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6529         * gnus-art.el (gnus-default-article-saver):
6530         Add gnus-summary-save-in-pipe to choices.
6531         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6532         gnus-summary-pipe-output-default-command as the default command.
6533         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6534         instead of gnus-last-shell-command.
6536         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6537         New user option.
6538         (gnus-summary-muttprint-program): Mention the value will be changed.
6539         (gnus-summary-save-article): Force showing of all headers.
6540         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6542 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6544         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6546 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6548         * nnimap.el (nnimap-id):
6549         * sieve-manage.el (sieve-manage-open): Doc fixes.
6551 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6553         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6554         if available.
6556 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6558         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6560         * nnkiboze.el (nnkiboze-generate-group):
6561         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6563         * nnmairix.el: Require CL.
6565 2008-06-15  David Engster  <dengste@eml.cc>
6567         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6569 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6571         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6572         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6573         runtime choice under XEmacs.
6575         * gnus-sum.el (gnus-summary-set-display-table):
6576         Use `gnus-put-display-table', `gnus-get-display-table',
6577         `gnus-set-display-table' for the display table, instead of `aset'.
6579 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6581         * nnmairix.el: Add autoloads.
6583 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6585         * nnmairix.el (nnmairix-delete-recreate-group)
6586         (nnmairix-update-and-clear-marks): Fix error messages.
6588 2008-06-14  David Engster  <dengste@eml.cc>
6590         * nnmairix.el: Upgrade to version 0.6.
6591         (nnmairix-group-toggle-propmarks-this-group)
6592         (nnmairix-group-toggle-readmarks-this-group)
6593         (nnmairix-group-delete-recreate-this-group)
6594         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6595         (nnmairix-remove-tick-mark-original-article): New commands.
6596         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6597         (nnmairix-propagate-marks-to-nnmairix-groups)
6598         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6599         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6600         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6601         functions needed for marks propagation and manipulation of read marks.
6602         (nnmairix-update-groups): New function.
6603         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6604         (nnmairix-determine-original-group-from-registry)
6605         (nnmairix-determine-original-group-from-path)
6606         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6607         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6608         New helper functions.
6609         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6610         keystrokes for new commands.
6611         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6612         (nnmairix-request-group): Check allow-fast group parameter.
6613         (nnmairix-request-create-group): Set allow-fast group parameter if
6614         nnmairix-allowfast-default is set.
6615         (nnmairix-close-group): Propagate marks upon closing if needed.
6616         (nnmairix-group-toggle-threads-this-group): Use new.
6617         nnmairix-group-toggle-parameter helper function.
6618         (nnmairix-search): Better check for empty search result.
6619         (nnmairix-goto-original-article): Use new helper functions for
6620         determining original article.
6621         (nnmairix-show-original-article): Make sure message-id is in brackets.
6622         (nnmairix-call-mairix-binary): Change variable name.
6623         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6624         helper function.
6625         (nnmairix-widget-toggle-activate): Fix doc string.
6627 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6629         * nnir.el: Require edmacro when compiling with XEmacs.
6630         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6631         available in Emacs 21.
6633 2008-06-11  Glenn Morris  <rgm@gnu.org>
6635         * gnus-util.el (x-focus-frame):
6636         * gnus.el (image-size):
6637         * mm-decode.el (image-size): Declare.
6639         * gnus-picon.el (declare-function): Add compat definition.
6640         (image-size): Declare.
6642         * gnus-group.el (tool-bar-map):
6643         * gnus-sum.el (tool-bar-map): Define for compiler.
6645         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6647         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6649         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6650         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6651         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6652         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6653         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6654         * sieve-manage.el, spam-report.el, spam.el:
6655         Remove unnecessary eval-and-compile of autoloads.
6657 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6659         * auth-source.el: Precise Tramp doc.
6661 2008-06-07  Glenn Morris  <rgm@gnu.org>
6663         * nnmairix.el: Remove unnecessary eval-when-compile.
6665 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
6667         * nnir.el: New file.
6669 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6671         * gnus-util.el (gnus-read-shell-command): New function.
6672         * mm-decode.el (mm-pipe-part):
6673         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6675 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6677         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6679 2008-06-03  Glenn Morris  <rgm@gnu.org>
6681         * pop3.el (nnheader-accept-process-output): Autoload it.
6683 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6685         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6686         are not 2-digit hexadecimal characters that follow `%'s.
6688 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6690         * message.el (message-bogus-recipient-p): Fix type in doc string.
6691         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6692         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6693         Improve custom options.
6694         (message-bogus-recipient-p): Adjust accordingly.
6696 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6698         * nnmairix.el: Require edmacro when compiling with XEmacs.
6700 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6702         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6703         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6705 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6707         * auth-source.el: Add more docs.
6709 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6711         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6712         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6713         retrieval faster in some cases, but might make CPU usage larger.
6714         If this has any bad side effects, we might revert this change.
6716         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6717         seems to make mail retrieval much, much faster.
6718         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6719         unconditionally.
6721         * gnus-draft.el (gnus-group-send-queue):
6722         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6724 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6726         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6728         * message.el (message-bogus-address-regexp): Fix and improve custom
6729         type.
6730         (message-setup-hook): Add message-check-recipients as custom option.
6732 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6734         * message.el (message-cite-function): Remove bogus autoload which crept
6735         in during merge from v5-10.
6737 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6739         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6741         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6743         * auth-source.el: Preliminary Tramp docs.
6744         (auth-sources): Change the default auth-sources to use
6745         EPA .gpg files.
6747 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6749         * nntp.el: Autoload `auth-source-user-or-password'.
6750         (nntp-send-authinfo): Use it.
6752         * nnimap.el: Autoload `auth-source-user-or-password'.
6753         (nnimap-open-connection): Use it.
6755         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6756         for the gnus-message function.
6757         (auth-source-user-or-password): Use it.
6759 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6761         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6762         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6763         (rfc2104-hash): Use it.
6765 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6767         * gnus-art.el (gnus-article-toggle-truncate-lines):
6768         Don't use `iff' in docstring.
6770 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6772         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6774         * gnus-util.el (gnus-extract-address-component-name)
6775         (gnus-extract-address-component-email): Convenience functions around
6776         `gnus-extract-address-components'.
6778         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6779         Use `gnus-extract-address-component-email' to fix bug of comparing full
6780         sender name to `user-mail-address'.
6782 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6784         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6785         catch/throw to optimize.
6786         (gnus-registry-find-keywords): Just use member to find a keyword.
6788 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6790         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6791         is current before calling gnus-server-prepare.
6792         (gnus-server-setup-buffer, gnus-server-update-server)
6793         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6795 2008-05-04  Juri Linkov  <juri@jurta.org>
6797         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6798         (mailcap-file-default-commands): Use mailcap-replace-in-string
6799         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6800         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6802 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6804         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6806 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6808         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6809         hooks.
6810         (gnus-update-read-articles): Speed up non-marks-using users.
6811         (gnus-use-marks): Define gnus-use-marks.
6812         (gnus-propagate-marks): Rename variable to something more sensible.
6814 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6816         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6817         (gmm-image-load-path-for-library): Fix typos in docstrings.
6818         (gmm-message): Reflow docstring.
6820 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6822         * mail-source.el (mail-source-set-1, mail-source-bind):
6823         Move auth-source code out of the macro to clean it up and fix bugs.
6825 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6827         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6828         by sender if it's equal to user-mail-address, it's likely to be
6829         useless.
6831         * mail-source.el (mail-source-bind): Don't use user or password if they
6832         are not bound.  Unintern them if they are nil.  Don't use server unless
6833         it's bound, and default it to empty string otherwise.
6835 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6837         * mail-source.el: Load auth-source.el.
6838         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6839         get user name or password, if auth-sources is set up.
6841         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6842         strategy of splitting with parent.
6843         (gnus-registry-split-fancy-with-parent)
6844         (gnus-registry-post-process-groups): Use it and fix prior
6845         bug (returning a list as the split result).
6847         * auth-source.el (auth-sources): Remove server parameter.
6848         (auth-source-pick, auth-source-user-or-password)
6849         (auth-source-user-or-password-imap)
6850         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6851         (auth-source-user-or-password-sftp)
6852         (auth-source-user-or-password-smtp): Remove server parameter.
6854 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6856         * smime.el (smime-sign-region, smime-encrypt-region)
6857         (smime-decrypt-region):
6858         Remove redundant calls to `generate-new-buffer-name'.
6860 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6862         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6863         Don't use QP for message/rfc822.
6864         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6866 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6868         * sieve-manage.el (sieve-string-bytes): Remove.
6869         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6870         correct byte-length only if the process's coding-system is the same as
6871         the one used internally by Emacs to represent strings.
6873 2008-04-22  Juri Linkov  <juri@jurta.org>
6875         * mailcap.el (mailcap-file-default-commands): New function.
6877 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6879         * message.el (message-signature-separator, message-cite-function):
6880         Change custom version.
6882 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6884         * mm-decode.el (mm-display-external): Make temp file read-only.
6886 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6888         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6889         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6890         `C-c C-f d'.
6892 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6894         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6896 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6898         * auth-source.el: Add docs.
6899         (auth-sources): Modify format to support server.
6900         (auth-source-pick, auth-source-user-or-password)
6901         (auth-source-user-or-password-imap)
6902         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6903         (auth-source-user-or-password-sftp)
6904         (auth-source-user-or-password-smtp): Add server parameter.
6906 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6908         * gnus-registry.el: Initialize the registry when gnus-registry-install
6909         is t.
6911 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6913         * compface.el (uncompface): Make buffer unibyte.
6915 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6917         * mail-source.el (mail-source-value):
6918         Prefer fboundp to functionp so it works with macros as well.
6920 2008-04-05  Glenn Morris  <rgm@gnu.org>
6922         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6924 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6926         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6927         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6929         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6930         multibyteness after rather than before erasing it.
6932         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6933         mm-with-multibyte.
6934         (gnus-request-article-this-buffer): Make sure the proper decoding is
6935         used if gnus-original-article-buffer happens to be unibyte.
6937         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6938         default-enable-multibyte-characters.
6940         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6941         default-enable-multibyte-characters.
6943         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6945         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6947 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6949         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6950         Fix last change in case the element is not even a symbol.
6952 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6954         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6955         imap-enable-exchange-bug-workaround.
6956         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6958 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6960         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6961         a 100 byte status-checks into a 2-3MB transfer for each group.
6962         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6963         to enable bug workaround or not.
6964         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6966 2008-03-31  Glenn Morris  <rgm@gnu.org>
6968         * message.el (mml2015-use): Declare for compiler.
6969         (message-info): Require mml2015 when appropriate.
6971 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6973         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6974         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6975         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6976         (nntp-service-to-port): New function.
6977         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6978         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6979         (nntp-open-netcat-stream): New function.
6980         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6982 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6984         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6986 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6988         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6990 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6992         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6994 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6996         * message.el (message-signature-separator): Change default.
6997         Improve custom type.
6998         (message-cite-function): Change default to
6999         message-cite-original-without-signature.
7001         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7002         toggle.
7004         * message.el (message-check-news-body-syntax): Fix signature check.
7005         (message-setup-1): Mark buffer as unmodified _after_ running
7006         message-setup-hook and handling message-alternative-emails.
7007         (message-shorten-references): Be more strict when building list of
7008         valid references to comply with GNKSA.
7010         * gnus-group.el (gnus-read-ephemeral-bug-group)
7011         (gnus-read-ephemeral-debian-bug-group)
7012         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7014         * message.el (message-info): Don't use booleanp which isn't supported
7015         in Emacs 21 and XEmacs.
7017 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7019         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7020         gnus-group-gmane-group-download-format.
7021         (gnus-group-read-ephemeral-gmane-group): Rename from
7022         gnus-group-read-ephemeral-gmane-group.
7023         (gnus-read-ephemeral-gmane-group-url): Rename from
7024         gnus-group-read-ephemeral-gmane-group-url.
7025         (gnus-bug-group-download-format-alist): New variable.
7026         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7027         (gnus-read-ephemeral-emacs-bug-group): New commands.
7029 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7031         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7032         (gnus-visible-headers): Improve custom type.
7034 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * mml.el (mml-menu): Add workarounds for XEmacs.
7038         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7039         X-Boundary header.
7041         * message.el (message-simplify-recipients): Fix previous commit.
7043 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7045         * mm-util.el (mm-set-buffer-multibyte): New function.
7046         * mm-decode.el (mm-copy-to-buffer): Use it.
7048         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7049         Prefer fboundp to functionp so it works with macros as well.
7051 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7053         * message.el (message-alter-recipients-discard-bogus-full-name):
7054         New function.
7055         (message-alter-recipients-function): New variable.
7056         (message-get-reply-headers): Use it.
7057         (message-replace-header): New helper function.
7058         (message-recipients-without-full-name): New variable.
7059         (message-simplify-recipients): New command.
7061         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7063         * message.el (message-info): Handle EasyPG manual.
7065         * mml.el (mml-menu): Add entry for EasyPG.
7067 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7069         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7070         parameter.
7072         * message.el (message-disassociate-draft): Specify drafts group name
7073         fully.
7075 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7077         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7078         Eliminate unnecessary duplicates from the match list.
7080 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7083         args of `how-many' of which the XEmacs version doesn't take; declare
7084         Info-index-next as function.
7086 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7088         * gnus-score.el (gnus-score-headers): Fix handling of
7089         gnus-inhibit-slow-scoring.
7091         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7092         string.
7093         (gnus-button-url-regexp): Improve handling of parenthesis.
7094         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7095         (gnus-button-handle-info-keystrokes): Handle index entries.
7097 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7099         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7100         Incoming* files.
7102 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7104         * auth-source.el (auth-sources): Rename from auth-source-choices.
7105         (auth-source-pick): Use it.
7107 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7109         * auth-source.el (auth-source-protocols)
7110         (auth-source-protocols-customize, auth-source-choices): Add and
7111         modified variable customizations and defaults.
7112         (auth-source-pick, auth-source-user-or-password)
7113         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7114         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7115         (auth-source-user-or-password-sftp)
7116         (auth-source-user-or-password-smtp): Use new variables and provide an
7117         interface to netrc.el.
7119 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7121         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7122         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7123         Make sure the nntp port to specify is a string.
7125 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7127         * nntp.el: Use with-current-buffer.
7128         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7129         dubious mm-with-unibyte-current-buffer.
7130         (nntp-with-open-group-function): New function extracted from
7131         nntp-with-open-group macro.
7132         (nntp-with-open-group): Use the function, so it's easier to debug.
7133         Add indentation and debugging info.
7134         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7135         Recommend the use of the netcat alternatives.
7137         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7138         Avoid mm-string-as-multibyte as well.
7140         * nnweb.el (nnweb-insert-html):
7141         Remove use of nnheader-string-as-multibyte.
7143         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7144         (nnheader-string-as-multibyte): Remove.
7146         * mm-view.el: Use inhibit-read-only.
7147         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7148         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7149         or unibyte-string.
7151         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7152         (mm-uu-yenc-extract): Use with-current-buffer.
7154         * gnus-soup.el (gnus-soup-send-packet): Don't use
7155         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7157         * nnmh.el: Use with-current-buffer.
7158         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7159         mm-string-as-multibyte on the output of mm-encode-coding-string.
7161         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7162         (nnimap-request-move-article): Use with-current-buffer.
7164         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7165         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7166         conversion uses string-make-unibyte rather than string-as-unibyte.
7168         * gnus-msg.el: Use with-current-buffer.
7170         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7172 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7174         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7175         string for caching if it is 'PIN.
7177 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7179         * mail-source.el (mail-source-delete-old-incoming-confirm):
7180         Change default to nil.
7181         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7183 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7185         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7186         (gnus-article-goto-prev-page): Work for articles having ^L's.
7188         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7190         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7192 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7194         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7195         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7196         (gnus-bookmark-jump): Adjust some variable names.
7198 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7200         * auth-source.el: New package.
7201         (auth-source-choices): Add customization entry point variable.
7203         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7204         bug.
7206 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7208         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7209         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7210         (gnus-registry-install-shortcuts): Rename from
7211         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7212         the `gnus-registry-mark-map' keymap dynamically from
7213         `gnus-registry-marks'.  The generated functions update the summary line
7214         when a registry mark is added or deleted, and will call
7215         `gnus-registry-install-p' (see the comments in the code).
7216         (gnus-registry-user-format-function-M): Use concat intelligently.
7218         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7219         the registry mark functions.
7221 2008-03-05  Glenn Morris  <rgm@gnu.org>
7223         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7224         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7225         gnus-art.
7226         (top-level): No need to load own source when compiling.
7228 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7230         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7231         Suggested by <chris.anderton@zetnet.co.uk>.
7233 2008-03-04  Glenn Morris  <rgm@gnu.org>
7235         * gnus-sum.el (top-level): No need to require gnus when compiling,
7236         since unconditionally required near start of file.
7237         (gnus-summary-display-while-building): Move definition before use.
7239 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7241         * gnus-registry.el (gnus-registry-user-format-function-M):
7242         Add formatting function.
7244 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7246         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7247         with plists.
7248         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7249         Use new format.
7251 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7253         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7254         `where-is-internal' that returns a range of key sequences.
7256 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7258         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7260         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7261         (gnus-summary-jump-to-group): Consider windows on other displayed
7262         frames as well.  Similar changes might be needed elsewhere, but that's
7263         the one I've bumped into during my use.
7265         * nndoc.el (nndoc-oe-dbx-type-p):
7266         * gnus-msg.el (gnus-debug):
7267         * gnus-group.el (gnus-update-group-mark-positions):
7268         Use mm-string-to-multibyte.
7270 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7272         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7273         doesn't handle NotDashEscaped.
7275         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7276         (mml-dnd-attach-options): Fix typo in custom choice.
7278         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7279         Change nndoc-article-type to mbox.
7280         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7282         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7283         to nil, instead of html2text.
7285         * imap.el (imap-debug): Add `imap-ping-server'.
7287         * gnus-bookmark.el: Add FIXMEs.
7289         * message.el (message-form-letter-separator)
7290         (message-send-form-letter-delay): New variables.
7291         (message-send-form-letter): Use them.  New command to send form
7292         letters.  Requested by Uwe Siart.
7293         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7295 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7297         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7298         empty author.
7300 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7302         * gnus-registry.el (gnus-registry-marks): Add variable for
7303         customization of marks and their appearance.
7304         (gnus-registry-read-mark): Use it.
7305         (gnus-registry-do-marks): Add utility function to loop through
7306         `gnus-registry-marks'.
7307         (gnus-registry-install-shortcuts-and-menus): Add function to install
7308         shortcuts and menus.
7309         (gnus-registry-initialize): Use it.
7310         (gnus-registry-default-mark): Clarify documentation.
7312 2008-02-29  Glenn Morris  <rgm@gnu.org>
7314         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7315         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7316         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7317         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7318         Change defcustom :version from 23.0 to 23.1.
7320 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7322         * gnus-registry.el (gnus-registry-follow-group-p)
7323         (gnus-registry-post-process-groups): Add functions to aid registry
7324         splitting and improve logging.  Clarify behavior in function
7325         documentation.
7326         (gnus-registry-split-fancy-with-parent): Use them.
7328 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7330         * gnus-art.el: Use with-current-buffer.
7332 2008-02-27  David Engster  <dengste@eml.cc>
7334         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7335         Express real group name in the response.
7337 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7339         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7340         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7341         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7342         autoload gnus-registry-fetch-group when compiling.
7343         (nnmairix-request-group-with-article-number-correction):
7344         Remove unreferenced argument passed to nnmairix-call-backend.
7346 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7348         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7349         (mm-uu-extract): Improve face for low color ttys.
7350         Reported by Sascha Wilde.
7352 2008-02-27  Glenn Morris  <rgm@gnu.org>
7354         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7355         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7356         variables to defconsts.  Convert comments to doc-strings.
7357         (nnmairix-last-server, nnmairix-current-server): Convert from free
7358         variables to defvars.  Convert comments to doc-strings.
7359         (gnus-registry-fetch-group): Autoload.
7360         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7361         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7362         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7363         caddr.
7364         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7365         nnmairix-request-group-with-article-number-correction call.
7366         (nnmairix-fast, nnmairix-group): New, less general names, for free
7367         variables passed from nnmairix-request-group to
7368         nnmairix-request-group-with-article-number-correction.  Declare.
7369         (nnmairix-request-group-with-article-number-correction):
7370         Use nnmairix-fast, nnmairix-group rather than fast, group.
7372 2008-02-26  David Engster  <dengste@eml.cc>
7374         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7375         version 0.5.
7377 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7379         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7380         instead of making an extra function call.  Don't add the current group
7381         to articles only when they have the group.  Use
7382         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7383         Reported by David <de_bb@arcor.de>.
7385 2008-02-24  Miles Bader  <miles@gnu.org>
7387         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7388         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7389         (mm-find-mime-charset-region):
7390         * mm-bodies.el (mm-encode-body):
7391         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7393 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7395         * mail-source.el (mail-source-delete-incoming): Change default.
7396         Supplement doc string.
7398         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7400 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7402         * nnmail.el (nnmail-message-id-cache-file): Derive from
7403         `gnus-home-directory'.
7405 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7407         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7408         Document negative prefix.
7410         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7412 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7414         * message.el (message-unsent-separator): Add the Exim bounce
7415         separator.
7417 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7419         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7420         list.
7421         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7422         recipient/signer list.
7424 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7426         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7427         fbound (Emacs 23 unicode), signal an error.
7429 2008-02-08  Glenn Morris  <rgm@gnu.org>
7431         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7433 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7435         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7436         ports to the calls to `netrc-machine-user-or-password' in addition to
7437         "imap" and "imaps".
7439 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7441         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7442         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7443         <hanche@math.ntnu.no>.
7445 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7447         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7449 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7451         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7453         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7455 2008-02-01  Miles Bader  <miles@gnu.org>
7457         * mml.el (mml-parse-1): Remove apparently vestigial use of
7458         `mm-hack-charsets'.
7459         * mm-bodies.el (mm-encode-body): Likewise.
7461 2008-02-01  Kenichi Handa  <handa@m17n.org>
7463         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7464         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7465         (rfc2104-hash): Convert the result of concat to unibyte string.
7467 2008-02-01  Dave Love  <fx@gnu.org>
7469         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7470         coding-system-for-read.
7471         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7473         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7474         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7475         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7477 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7479         * mail-source.el (mail-sources): Add `group' choice.
7481         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7482         parameter `in-group' to control into which group the articles go.
7483         Add treatment of `group' mail-source.
7485 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7487         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7488         * message.el (message-beginning-of-line): Use featurep instead of bound
7489         tests in order to resolve conditionals at compile time.
7491 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7493         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7495         * mm-decode.el (mm-dissect-buffer): Decode description.
7497         * mml.el (mml-to-mime): Encode message header first.
7499 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7501         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7502         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7504 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7506         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7508 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7511         prefix keys.
7512         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7513         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7514         gnus-xmas.el.
7516 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7518         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7519         Add new variables for article mark management.
7520         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7521         list of extra data entries which, when present, will indicate that the
7522         article ID should not be trimmed from the registry.
7523         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7524         functions.
7525         (gnus-registry-read-mark): New function to read a mark name from the
7526         user.
7527         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7528         (gnus-registry-set-article-mark-internal): New functions to add and
7529         remove marks.
7530         (gnus-registry-get-article-marks): New function to show the marks for
7531         an article, or retrieve them for further use.
7533 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7535         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7536         keys when no argument is given.
7538 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7540         * gnus-sum.el (gnus-article-sort-by-random)
7541         (gnus-thread-sort-by-random): Fix doc strings.
7542         Reported by jidanni@jidanni.org.
7544 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7546         * gnus-art.el (gnus-article-describe-bindings): New function.
7547         (gnus-article-read-summary-keys): Use it.
7548         (gnus-article-mode-map): Bind `C-h b' to it.
7550 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7552         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7553         XEmacs.
7554         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7555         Protect against non-character events.
7557 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7559         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7560         New command.
7561         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7562         instead of END.  Change name of the temp file.
7563         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7564         customizable.
7566 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7568         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7569         bind `S W' to gnus-article-wide-reply-with-original; set default
7570         binding to gnus-article-read-summary-send-keys.
7571         (gnus-article-read-summary-keys): Fix the order of keys; display
7572         continuation keys correctly in the echo area; describe bindings
7573         correctly when keys end with `C-h'.
7574         (gnus-article-read-summary-send-keys): New function.
7575         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7576         Work for gnus-article-read-summary-send-keys; display continuation keys
7577         correctly in the echo area.
7578         (gnus-article-reply-with-original): Ignore prefix argument.
7579         (gnus-article-wide-reply-with-original): New function.
7581 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7583         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7584         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7586 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7588         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7589         (gnus-group-read-ephemeral-gmane-group): New command.
7591 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7593         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7595 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7597         * message.el (message-send-mail-function): Increase custom version.
7599         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7600         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7602 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7604         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7605         html parts correctly; support forwarded messages.
7606         (gnus-article-browse-html-article): Remove work buffers.
7608         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7609         compiling.
7610         (netrc-bound-and-true-p): New macro.
7611         (netrc-parse): Use it instead of bound-and-true-p that is not available
7612         in XEmacs 21.4.
7614 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7616         * gnus-registry.el (gnus-registry-mark-article)
7617         (gnus-registry-article-marks): Add functionality to mark articles
7618         through the Gnus registry.
7620         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7621         (netrc-parse): Use encrypt-file-alist to determine if
7622         encrypt-find-model or encrypt-insert-file-contents should be used.
7624 2007-12-19  Glenn Morris  <rgm@gnu.org>
7626         * mml.el (message-options-set, message-narrow-to-head)
7627         (message-in-body-p, message-mail-p, message-encode-message-body):
7628         Autoload.
7629         (message-remove-header, message-narrow-to-headers-or-head)
7630         (message-subscribed-p, message-make-mail-followup-to)
7631         (message-position-on-field, message-news-p)
7632         (message-options-set-recipient, message-generate-headers)
7633         (message-sort-headers): Declare as functions.
7635 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7637         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7638         convention in doc string.
7640 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7643         title to html parts.
7644         (gnus-article-browse-html-article): Pass message header to it.
7646         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7648 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7650         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7651         or password compatible with XEmacs.
7653 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7655         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7656         format document.
7657         (gnus-mime-delete-part): Don't write description line if empty.
7658         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7660 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7662         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7663         (gnus-summary-mark-read-and-unread-as-read)
7664         (gnus-summary-mark-current-read-and-unread-as-read)
7665         (gnus-summary-mark-unread-as-ticked): Doc fix.
7666         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7668 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7670         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7671         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7673 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7675         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7676         yes-or-no-p.
7678 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7680         * mm-decode.el (mm-add-meta-html-tag): New function.
7681         (mm-save-part-to-file, mm-pipe-part): Use it.
7683         * gnus-art.el (gnus-article-browse-delete-temp-files):
7684         Use gnus-y-or-n-p instead of y-or-n-p.
7685         (gnus-article-browse-html-parts): Work with message/external-body; use
7686         mm-add-meta-html-tag.
7688 2007-12-11  Glenn Morris  <rgm@gnu.org>
7690         * gnus-cache.el: Require gnus-sum not just when compiling.
7692         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7694         * gnus-int.el (gnus-server-opened, gnus-status-message):
7695         Move definitions before use.
7697         * mm-decode.el: Require gnus-util.
7698         (mm-remove-part): Only call delete-annotation on XEmacs.
7700         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7702         * nnmail.el: Require gnus-int.
7704         * spam.el: Move `require's before `eval-when-compile's.
7706         * gnus-ems.el (gnus-alive-p):
7707         * gnus-fun.el (message-goto-eoh):
7708         * gnus-util.el (gnus-group-name-decode):
7709         * mail-source.el (gnus-compress-sequence):
7710         * message.el (Info-goto-node, format-spec):
7711         * mm-bodies.el (message-options-get):
7712         * mm-decode.el (mm-view-pkcs7):
7713         * mm-util.el (gmm-write-region):
7714         * mml-smime.el (mml-compute-boundary)
7715         (gnus-completing-read-with-default):
7716         * mml.el (widget-button-press, gnus-make-hashtable):
7717         * mml1991.el (mm-decode-content-transfer-encoding)
7718         (mm-encode-content-transfer-encoding)
7719         (message-options-get, message-options-set):
7720         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7721         * nnfolder.el (gnus-request-group):
7722         * nnheader.el (ietf-drums-unfold-fws):
7723         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7724         * smime.el (gnus-run-mode-hooks):
7725         * spam-stat.el (gnus-message): Autoload.
7727         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7728         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7729         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7730         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7731         Add declare-function compatibility definition.
7733         * gnus-cache.el (nnvirtual-find-group-art):
7734         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7735         (gnus-add-image, gnus-add-wash-type):
7736         * gnus-group.el (nnkiboze-score-file):
7737         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7738         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7739         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7740         (message-tokenize-header, gnus-get-buffer-create)
7741         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7742         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7743         * gnus.el (gnus-group-decoded-name):
7744         * mail-source.el (imap-capability):
7745         * mm-bodies.el (message-options-set):
7746         * mm-decode.el (gnus-configure-windows):
7747         * mm-extern.el (message-goto-body):
7748         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7749         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7750         (epg-sub-key-validity, message-options-set):
7751         * mml.el (widget-event-point, gnus-configure-windows):
7752         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7753         * mml2015.el (epg-check-configuration, epg-configuration)
7754         (message-options-set):
7755         * nndb.el (nndb-request-article):
7756         * nnfolder.el (gnus-request-create-group):
7757         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7758         * nnmaildir.el (gnus-group-mark-article-read):
7759         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7760         * rfc1843.el (message-fetch-field):
7761         * spam.el (gnus-extract-address-components):
7762         Declare as functions.
7764 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7766         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7768 2007-12-09  Glenn Morris  <rgm@gnu.org>
7770         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7772         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7773         * message.el, mm-view.el, sieve-manage.el, smime.el:
7774         Add declare-function compatibility definition.
7776         * gnus-art.el (w3-region, w3m-region, Info-menu):
7777         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7778         * gnus-sum.el (gnus-get-predicate):
7779         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7780         * message.el (mail-abbrev-in-expansion-header-p):
7781         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7782         (w3m-detect-meta-charset, w3m-region):
7783         * sieve-manage.el (password-read, password-cache-add)
7784         (password-cache-remove):
7785         * smime.el (password-read-and-add): Declare as functions.
7787 2007-12-08  David Kastrup  <dak@gnu.org>
7789         * gnus-sum.el (gnus-summary-simplify-subject-query):
7790         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7791         `message'.
7793 2007-12-07  Glenn Morris  <rgm@gnu.org>
7795         * gnus-art.el (article-make-date-line): Revert previous change.
7797 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7799         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7801 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7803         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7804         Call gnus-add-to-range ranges only once with a prepared article-list.
7806 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7808         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7809         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7810         group names with backslashes.
7811         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7813 2007-12-06  Deepak Goel  <deego3@gmail.com>
7815         * gnus-art.el (article-make-date-line):
7816         * gnus-start.el (gnus-load):
7817         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7819 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7821         * gnus-art.el (gnus-use-idna)
7822         * gnus-start.el (gnus-site-init-file)
7823         * message.el (message-use-idna)
7824         * mm-uu.el (mm-uu-hide-markers)
7825         * smiley.el (smiley-style): Revert changes that suppress warnings.
7827 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7829         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7830         specify charset to html source.
7831         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7833 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7835         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7836         idna-program in order to suppress byte compile warning issued by XEmacs
7837         that came to byte compile the default value section of defcustom forms
7838         recently.
7840         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7841         value of installation-directory.
7843         * message.el (message-use-idna): Don't directly refer to the value of
7844         idna-program.
7846         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7848         * smiley.el (smiley-style): Don't directly call face-attribute.
7850 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7852         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7854         * gnus-dired.el: Reduce Gnus dependencies.
7855         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7856         Don't require.  Use autoloads instead.
7857         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7858         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7859         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7860         (gnus-dired-mode): Adjust doc string.
7861         (gnus-dired-mail-mode): New variable.
7862         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7863         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7864         (gnus-dired-mail-buffers): New function.  Return mail or message
7865         composition buffers.
7866         (gnus-dired-attach): Use it.
7867         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7868         NO-DECODE.
7869         (gnus-dired-print): Use `gnus-print-buffer' depending on
7870         `gnus-dired-mail-mode'.
7872 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7874         * rfc2047.el (rfc2047-encoded-word-regexp)
7875         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7876         explaining what regexp patterns are for.
7878 2007-12-04  Glenn Morris  <rgm@gnu.org>
7880         * password.el: Move to ../password-cache.el.
7882         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7883         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7884         * mml-smime.el (password-read, password-cache-add)
7885         (password-cache-remove):
7886         No need to autoload, since mml-sec requires password.
7888         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7889         * message.el (gnus-extract-address-components):
7890         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7892         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7893         password.
7895 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7897         * mailcap.el: Reduce dependencies.
7898         (mail-header-parse-content-type): Autoload.
7899         (mailcap-delete-duplicates): New alias.
7900         (mailcap-mime-info): Add optional argument NO-DECODE.
7901         (mailcap-mime-types): Use mailcap-delete-duplicates.
7903         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7905 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7907         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7908         function.
7910         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7911         (gnus-uu-yenc-article): New function.
7913         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7915         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7917 2007-12-02  Glenn Morris  <rgm@gnu.org>
7919         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
7920         Move to ../net.
7922         * binhex.el, uudecode.el: Move to ../mail.
7924         * encrypt.el: Remove file.
7926 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7928         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7929         matches on patches.
7931         * gnus-art.el (gnus-article-browse-html-article):
7932         Mention `mm-text-html-renderer' in the doc string.
7934         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7935         string.  Add comments.
7937         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7938         if rhs is ASCII.
7940 2007-12-01  Glenn Morris  <rgm@gnu.org>
7942         * dig.el, dns.el: Move to ../net.
7943         * format-spec.el, hex-util.el, sha1.el: Move to ../.
7945         * mail-source.el (top-level): Require format-spec before
7946         eval-when-compile.
7948 2007-11-30  Glenn Morris  <rgm@gnu.org>
7950         * encrypt.el: Require password, rather than autoloading password-read.
7952 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7954         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7955         caller can indicate whether the cache should be disregarded for this
7956         call.  This way the result of the call is reproducible at all times and
7957         can be considered a canonical server name for the supplied method.
7958         (gnus-agent-method-p): Canonicalize server names by pushing their
7959         method through `gnus-method-to-server' using the no-cache argument.
7961         * gnus-srvr.el (gnus-server-insert-server-line):
7962         Call `gnus-method-to-server' with `no-cache' argument.
7964         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7965         gnus-agent-possibly-synchronize-flags as this should be called when the
7966         server is actually being opened.
7967         (gnus-agent-possibly-synchronize-flags)
7968         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7969         flags file of an agentized server to the latter function.
7971         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7972         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7973         after a connection has been established successfully.
7975 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7977         * gnus-art.el (article-display-face): Force to display face if called
7978         interactively; check if gnus-article-x-face-too-ugly matches author.
7979         (article-display-x-face): Display face even if From header is missing
7980         as article-display-face does.
7982 2007-11-28  Richard Stallman  <rms@gnu.org>
7984         * md4.el: Move to ../.
7985         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
7987 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7989         * mail-source.el (mail-sources): Default to fetch from file for
7990         compatibility with default of nnmail-spool-file.
7992 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7994         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7995         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7996         to look for encoded word that should be encoded again.
7997         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7998         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7999         encoding pattern.
8000         (rfc2047-decode-region): Switch strict regexp and loose one according
8001         to rfc2047-allow-irregular-q-encoded-words.
8003 2007-11-26  Simon Josefsson  <simon@josefsson.org>
8005         * imap.el: Move to ../net directory.
8007 2007-11-25  Romain Francoise  <romain@orebokech.com>
8009         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8011 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8013         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8014         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8016         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8017         `nnmail-spool-file'.
8019         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8020         `nnmail-spool-file'.
8022         * gnus-move.el (gnus-change-server): Ditto.
8024         * gnus-kill.el (gnus-batch-score): Ditto.
8026         * gnus-cache.el (gnus-jog-cache): Ditto.
8028         * gnus-msg.el (gnus-summary-reply):
8029         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8031 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8033         * gnus-cache.el (gnus-cache-generate-nov-databases):
8034         Use nnml-generate-nov-databases-directory instead of
8035         nnml-generate-nov-databases-1.
8037 2007-11-24  Glenn Morris  <rgm@gnu.org>
8039         * message.el (message-tool-bar-retro): Update for rename
8040         mail_send.xpm->mail-send.xpm.
8042 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8044         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8045         `smime-ldap-search' for Emacs 22 and up.
8047 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8049         * hashcash.el: Move to ../mail directory.
8051         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
8053         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8054         `smime-ldap-search' for Emacs 22 and up.
8056 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8058         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8060         * message.el (message-send-mail-function): Fix error convention.
8061         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8062         (message-widen-reply, message-send-mail, message-talkative-question)
8063         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8064         (message-clone-locals, message-send-news): Use with-current-buffer.
8065         (message-insert-or-toggle-importance): Remove unused var `valid'.
8066         (message-make-references): Remove unused var `new-references'.
8067         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8069 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8071         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8072         (spam-split-symbolic-return-positive): Reflow docstring.
8073         (spam-backends, spam-summary-exit-behavior)
8074         (spam-mark-ham-unread-before-move-from-spam-group)
8075         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8076         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8077         (spam-clear-cache, spam-backend-check, spam-install-backend)
8078         (spam-install-statistical-backend, spam-list-of-processors)
8079         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8080         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8081         (spam-check-crm114, spam-initialize, spam-unload-hook):
8082         Fix typos in docstrings.
8084 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8086         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8087         been checked if they have never been read and those group levels are
8088         higher than the one that a user specified.
8090 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8092         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8093         foreign groups unless a group level is specified by a user.
8094         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8096 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8098         * message.el (message-send-mail-function): Require sendmail.
8100 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8102         * message.el (message-send-mail-function): Check for smtpmail too.
8104         * utf7.el (utf7-encode, utf7-decode): Use coding system
8105         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8107         * message.el (message-send-mail-function): New function.
8108         (message-send-mail-function): Set default using
8109         message-send-mail-function.  Adjust doc string.
8110         (message-send-mail-with-mailclient): New function.
8112 2007-11-17  Richard Stallman  <rms@gnu.org>
8114         * assistant.el: Remove file.
8116 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8118         * smime.el (from):
8119         * rfc2047.el (message-posting-charset):
8120         * qp.el (mm-use-ultra-safe-encoding):
8121         * pop3.el (parse-time-months):
8122         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8123         * nnml.el (files):
8124         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8125         (jka-compr-compression-info-list, ange-ftp-path-format)
8126         (efs-path-regexp):
8127         * nndiary.el (files):
8128         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8129         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8130         (epg-digest-algorithm-alist, inhibit-redisplay)
8131         (password-cache-expiry):
8132         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8133         (pgg-output-buffer, password-cache-expiry):
8134         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8135         (efs-path-regexp):
8136         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8137         (inhibit-redisplay):
8138         * mm-uu.el (file-name, start-point, end-point, entry)
8139         (gnus-newsgroup-name, gnus-newsgroup-charset):
8140         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8141         (latin-unity-ucs-list):
8142         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8143         (mm-uu-binhex-decode-function):
8144         * message.el (gnus-message-group-art, gnus-list-identifiers)
8145         (rmail-enable-mime-composing, gnus-local-organization)
8146         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8147         (gnus-read-active-file, facemenu-add-face-function)
8148         (facemenu-remove-face-function, gnus-article-decoded-p)
8149         (tool-bar-mode):
8150         * mail-source.el (display-time-mail-function):
8151         * gnus-util.el (nnmail-pathname-coding-system)
8152         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8153         (gnus-original-article-buffer, gnus-user-agent)
8154         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8155         (xemacs-codename, sxemacs-codename, emacs-program-version):
8156         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8157         * gnus-start.el (gnus-agent-covered-methods)
8158         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8159         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8160         (gnus-newsgroup-headers, gnus-group-list-mode)
8161         (gnus-group-mark-positions, gnus-newsgroup-data)
8162         (gnus-newsgroup-unreads, nnoo-state-alist)
8163         (gnus-current-select-method, mail-sources)
8164         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8165         (nnmail-spool-file, gnus-cache-active-hashtb):
8166         * gnus-mh.el (mh-lib-progs):
8167         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8168         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8169         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8170         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8171         (gnus-group-buffer):
8172         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8173         (font-lock-set-defaults):
8174         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8175         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8176         (gnus-summary-post-menu, total-parts, type, condition, length):
8177         * gnus-agent.el (gnus-agent-read-agentview):
8178         * flow-fill.el (show-trailing-whitespace):
8179         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8180         eval-and-compile wrappers for byte compiler pacifiers.
8182         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8183         (mm-display-inline-fontify): Check for featurep 'xemacs not
8184         extent-list.
8186         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8187         itimer-list.
8188         (mm-create-image-xemacs): Only do something for XEmacs.
8189         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8191         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8193         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8194         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8196 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8198         * nnimap.el (nnimap-split-download-body):
8199         * gnus-demon.el (gnus-demon):
8200         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8202 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8204         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8205         New macros.
8206         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8207         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8208         copy data from unibyte buffer to multibyte current buffer.
8209         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8210         to copy data from unibyte current buffer to multibyte buffer.
8211         (nntp-make-process-buffer): Make process buffer unibyte.
8213         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8215 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8217         * pop3.el (pop3-open-server): Accept and process data more robustly at
8218         connexion start to avoid spurious "POP SSL connexion failed" errors.
8220 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8222         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8223         read group names.
8225 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8227         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8229 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8231         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8232         (nnmail-save-active): Use a unibyte buffer when saving active file,
8233         which may contain non-ASCII group names.
8235         * nnml.el (nnml-request-group): Decode group names in messages.
8237 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8239         * message.el (message-citation-line-function)
8240         (message-insert-formatted-citation-line): Fix spelling of
8241         `message-insert-formated-citation-line'.
8243 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8245         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8247 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8249         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8250         nnmail-pathname-coding-system.
8252         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8253         that a user enters; decode group names in messages.
8255         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8257 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8259         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8261         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8263         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8264         risky local variable.
8266         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8268 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8270         * encrypt.el: Improve documentation to fix function name typo.
8271         Reported by Daiki Ueno <ueno@unixuser.org>.
8273 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8275         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8276         even if the point is not in the last page of an article.
8277         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8278         back to the previous page.
8280 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8282         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8284 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8286         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8288 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8290         * message.el (message-check-news-body-syntax):
8291         Avoid mm-string-as-multibyte.
8292         (message-hide-headers): Don't assume (point-min)==1.
8294 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8296         * message.el (message-remove-blank-cited-lines): Fix if remove is
8297         given.
8298         (message-bogus-address-regexp): New variable.
8299         (message-bogus-recipient-p): New function.
8300         (message-check-recipients): New command.
8301         (message-syntax-checks): Add `bogus-recipient'.
8302         (message-fix-before-sending): Add `bogus-recipient'.
8304         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8305         (gnus-treat-body-boundary): Don't test window-system.
8307 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8309         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8311 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8313         * gnus.el: Bump version to Gnus v5.13.
8315 2007-10-28  Miles Bader  <miles@gnu.org>
8317         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8318         at compile-time too.
8320 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8322         * gnus-msg.el (gnus-message-setup-hook):
8323         Add `message-remove-blank-cited-lines' to options.
8325 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8327         * message.el (message-remove-blank-cited-lines): New function.
8328         Suggested by Karl Plästerer.
8330 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8332         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8333         mapc.
8335         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8336         (top-level): Use mapc to set functions to be traced for debugging.
8338         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8339         called for effect with while loop.
8341         * message.el (message-talkative-question): Replace mapcar called for
8342         effect with mapc.
8344         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8345         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8346         called for effect with dolist.
8348         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8350         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8351         gnus-extra-headers and nnmail-extra-headers.
8353         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8354         called for effect with dolist.
8355         (top-level): Use mapc to set functions to be traced for debugging.
8357         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8358         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8359         dolist.
8361         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8362         Replace mapcar called for effect with mapc.
8363         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8364         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8365         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8366         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8368         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8369         remove-if that's a cl function.
8371         * webmail.el (webmail-debug): Replace mapcar called for effect with
8372         dolist.
8374 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8376         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8377         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8378         with while loop.
8380         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8381         functions from article-* functions.
8382         (gnus-multi-decode-header): Replace mapcar called for effect with
8383         dolist.
8385         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8386         (gnus-bookmark-show-details): Replace mapcar called for effect with
8387         while loop.
8389         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8390         called for effect with while loop.
8392         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8393         with dolist.
8395         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8396         Replace mapcar called for effect with dolist.
8398         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8400         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8401         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8402         Replace mapcar called for effect with dolist.
8403         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8404         mapc.
8406         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8407         Replace mapcar called for effect with dolist.
8408         (gnus-topic-list): Replace mapcar called for effect with mapc.
8410         * gnus.el: Use mapc instead of mapcar to add autoloads.
8412 2007-10-23  Richard Stallman  <rms@gnu.org>
8414         * gnus-group.el (gnus-group-highlight): Mark as risky.
8416 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8418         * gnus.el (gnus-server-to-method): Return method found first in
8419         gnus-newsrc-alist.
8421         * gnus-art.el (gnus-article-highlight-signature)
8422         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8423         button overlay without the front stickiness.
8425 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8427         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8428         overview buffer needed a catch to receive its throw.
8429         (gnus-agent-flush-cache): Declare as interactive to make this function
8430         easier to use.
8432 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8434         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8435         `next-line'.
8437 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8439         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8440         exclude address matching message-dont-reply-to-names.
8442 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8444         * gnus-util.el (gnus-string<): New function.
8446         * gnus-sum.el (gnus-article-sort-by-author)
8447         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8449 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8451         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8452         the frame-focus tag is set in gnus-buffer-configuration.
8454 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8456         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8457         the front stickiness.
8459 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8461         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8462         url pattern; remove duplicate one.
8463         (gnus-article-extend-url-button): New function.
8464         (gnus-article-add-buttons): Use it.
8465         (gnus-button-push): Use concatenated url that it makes.
8467 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8469         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8470         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8472 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8474         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8475         Don't hardcode point-min==1.
8477 2007-09-30  David Kastrup  <dak@gnu.org>
8479         * gnus-art.el (gnus-article-reply-with-original)
8480         (gnus-article-followup-with-original): When `transient-mark-mode' is
8481         off, refrain from active-region behavior for followups.
8483 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8485         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8486         Fix comment about "iso8859-1".
8488 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8490         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8491         ones returned from the verify-function.
8493         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8494         Call mml2015-extract-cleartext-signature if extraction failed.
8496 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8498         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8499         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8500         failed.
8502 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8504         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8506 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8508         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8509         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8510         thread for both the null and zero (kill/expire thread) universal prefix
8511         cases.
8512         (gnus-summary-expire-thread): Add new function to expire a thread,
8513         using gnus-summary-kill-thread.
8514         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8515         shortcuts for gnus-summary-expire-thread.
8516         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8517         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8519 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8521         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8522         extras value, so an extras entry can be deleted.
8523         (gnus-registry-delete-extra-entry): Use it.
8524         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8525         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8526         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8527         storage through the gnus-registry, and provide an appropriate API for
8528         it.
8530 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8532         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8533         Suggested by Leo <sdl.web@gmail.com>.
8535         * gnus.el: Do.
8537 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8539         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8540         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8542         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8544         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8545         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8547 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8549         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8550         newline.
8551         (nnmbox-request-accept-article): Don't change article in source buffer;
8552         narrow to header to use message-fetch-field rather than
8553         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8554         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8555         as delimiters; make sure article ends with newline.
8556         (nnmbox-delete-mail): Correct last position of article to be deleted;
8557         ignore X-Gnus-Newsgroup header in article body.
8558         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8559         positions; make sure article ends with newline.
8561         * message.el (message-display-abbrev): Don't infloop when a user
8562         inserts SPC in the beginning of header.
8564 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8566         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8567         list of groups not followed by default.  Fix type to be regexp.
8568         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8570 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8572         * hmac-def.el (define-hmac-function): Switch from old-style to
8573         new-style backquotes.
8575         * md4.el (md4-make-step): Likewise.
8577 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8579         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8580         raw-text coding system when saving .newsrc file, which may contain
8581         non-ASCII group names.
8583 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8585         * gnus-cus.el (gnus-score-extra): New widget.
8586         (gnus-score-extra-convert): New function.
8587         (gnus-score-customize): Use it for Extra.
8589 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8591         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8592         (mml2015-mailcrypt-clear-verify): Use it.
8593         (mml2015-gpg-clear-verify): Use it.
8594         (mml2015-pgg-clear-verify): Use it.
8595         (mml2015-epg-clear-verify): Replace the current part with the output
8596         from GnuPG; don't extract the plaintext by itself.
8598         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8599         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8600         mml2015-clear-verify-function; don't touch the armor headers or
8601         dash-escaped text here.
8603 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8605         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8606         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8607         parts, or application/octet-stream as a last resort.
8608         (gnus-mime-view-part-as-type): Don't toggle display.
8609         (gnus-mime-view-part-as-charset): Don't turn off display before
8610         querying charset.
8612         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8613         stuff to undisplayer function in Emacs.
8614         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8616         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8617         text/calendar parts.
8619 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8621         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8622         decoding text/calendar parts.
8624         * message.el (message-forward-make-body-mime): Always mark body as
8625         having no illegible text; remove signed-or-encrypted argument.
8626         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8628         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8629         (mml-generate-mime-1): Don't encode body if it is specified to be in
8630         raw form; don't make buffer be unibyte when inserting multibyte string.
8632 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8634         * sha1.el: Fix up comment style.
8635         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8636         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8638         * hex-util.el: Fix up comment style.
8639         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8641         * gnus-salt.el: Use with-current-buffer.
8642         (gnus-pick-setup-message): Fix long-standing typo.
8644 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8646         * imap.el (imap-logout-timeout): New variable.
8647         (imap-logout, imap-logout-wait): New functions.
8648         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8650         * nnimap.el (nnimap-logout-timeout): New server variable.
8651         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8652         nnimap-logout-timeout.
8654         * gnus-art.el (gnus-article-summary-command-nosave)
8655         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8657 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8659         * gnus.el (gnus-maximum-newsgroup): New variable.
8661         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8662         according to gnus-maximum-newsgroup.
8664         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8665         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8666         Limit the range of articles according to gnus-maximum-newsgroup.
8668 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8670         * gnus-art.el (gnus-sticky-article): Fix problems described in
8671         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8672         Don't perform gnus-configure-windows here; reuse existing sticky
8673         article buffer.
8675         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8676         it doesn't exist in gnus-article-mode.
8678 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8680         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8681         (gnus-agent-decoded-group-name): New function.
8682         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8683         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8685 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8687         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8688         Add binding for gnus-sticky-article.
8689         (gnus-summary-exit): Don't kill sticky article buffers.
8691         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8692         article buffer.
8693         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8694         (gnus-kill-sticky-article-buffers): New commands.
8696 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8698         * nntp.el (nntp-xref-number-is-evil): New server variable.
8699         (nntp-find-group-and-number): If it is non-nil, don't trust article
8700         numbers in the Xref header.
8702 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8704         * gnus-agent.el (gnus-agent-read-group): New function.
8705         (gnus-agent-flush-group, gnus-agent-expire-group)
8706         (gnus-agent-regenerate-group): Use it.
8707         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8708         nnmail-pathname-coding-system.
8710 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8712         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8714         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8715         that are unread as unread, and also as selected so that information of
8716         marks having been changed by a user may be updated when exiting group.
8718 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8720         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8722 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8724         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8725         calculated ignoring signature parts to gnus-treat-article.
8727 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8729         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8730         a point here in order to keep the window start.
8731         (gnus-insert-mime-security-button): Make a button overlay without the
8732         front stickiness.
8733         (gnus-mime-display-security): Goto the end of a button.
8735         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8737 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8739         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8740         group-name-at-point.
8741         (gnus-group-completing-read): New function that offers decoded
8742         non-ASCII group names for completion.
8743         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8744         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8745         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8746         (gnus-group-fetch-control): Use it.
8747         (gnus-fetch-group): Use group-name-at-point for the initial value
8748         rather than the default value; use gnus-alive-p.
8750         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8751         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8752         (gnus-summary-post-news): Use gnus-group-completing-read.
8754         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8755         (gnus-read-move-group-name): Decode group name for completion.
8757 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8759         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8760         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8761         Yamaoka slightly modified the code).
8763 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8765         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8766         (nnmail-split-incoming): Bind it.
8768         * nnml.el (nnml-group-name-charset): New function.
8769         (nnml-decoded-group-name): Use it; don't decode group name if
8770         nnmail-group-names-not-encoded-p is non-nil.
8771         (nnml-encoded-group-name): New function.
8772         (nnml-group-pathname): Inline nnml-decoded-group-name.
8773         (nnml-request-expire-articles): Decode group name in message.
8774         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8775         nnmail-pathname-coding-system.
8776         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8777         not decoded ones according to nnmail-group-names-not-encoded-p.
8778         (nnml-generate-active-info): Use nnml-encoded-group-name.
8780 2007-08-08  Glenn Morris  <rgm@gnu.org>
8782         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8783         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8784         doc-strings and comments.
8786 2007-07-25  Glenn Morris  <rgm@gnu.org>
8788         * Relicense all FSF files to GPLv3 or later.
8790 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8792         * gnus-sum.el (gnus-summary-move-article):
8793         Make gnus-summary-respool-article work.
8795 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8797         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8798         string.
8800 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8802         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8803         that should be ignored when comparing distant RSS articles with local
8804         ones.
8805         (nnrss-make-hash-index): New function.  Create a hash index according
8806         to the ignored fields.
8807         (nnrss-check-group): Use it.
8809 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8811         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8813         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8815         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8816         the new optional argument ENCODED is non-nil.
8817         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8818         coding system for encoding group name.
8819         (gnus-group-make-rss-group): Pass un-encoded group name to
8820         gnus-group-make-group.
8821         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8822         encoded.
8824         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8825         Encode group name to which articles are moved or copied.
8826         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8827         coding system for encoding Newsgroup, Followup-To and Xref headers.
8829         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8830         marks; use nnheader-file-coding-system to write a file.
8831         (nnagent-retrieve-headers): Bind file-name-coding-system to
8832         nnmail-pathname-coding-system.
8834         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8836         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8837         (nnml-request-article, nnml-request-create-group)
8838         (nnml-request-rename-group, nnml-find-id)
8839         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8840         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8841         (nnml-save-marks): Use nnml-group-pathname instead of
8842         nnmail-group-pathname.
8844         (nnml-request-create-group, nnml-request-expire-articles)
8845         (nnml-request-move-article, nnml-request-delete-group)
8846         (nnml-deletable-article-p, nnml-possibly-create-directory)
8847         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8848         (nnml-open-marks): Bind file-name-coding-system to
8849         nnmail-pathname-coding-system.
8851         (nnml-request-article): Pass server argument to nnml-find-group-number.
8852         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8853         Pass server argument to nnml-possibly-create-directory.
8854         (nnml-request-accept-article): Pass server argument to
8855         nnml-active-number and nnml-save-mail.
8856         (nnml-find-group-number): Pass server argument to nnml-find-id.
8857         (nnml-request-update-info): Pass server argument to
8858         nnml-marks-changed-p.
8860         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8861         (nnml-save-mail, nnml-active-number): Add server argument.
8863         (nnml-request-delete-group): Warn if group is missing.
8864         (nnml-get-nov-buffer): Decode group name.
8865         (nnml-generate-active-info): Encode group name.
8866         (nnml-open-marks): Decode group name in messages.
8868 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8870         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8871         if it is not specified.
8872         (gnus-article-pipe-part, gnus-article-save-part)
8873         (gnus-article-interactively-view-part, gnus-article-copy-part)
8874         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8875         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8876         (gnus-article-replace-part, gnus-article-delete-part)
8877         (gnus-article-view-part-as-type): Pass raw prefix argument to
8878         gnus-article-part-wrapper.
8880 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8882         * gnus-agent.el (gnus-agent-save-active):
8883         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8885         * gnus-cache.el (gnus-cache-save-buffers)
8886         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8887         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8888         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8889         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8890         (gnus-cache-generate-active, gnus-cache-rename-group)
8891         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8892         (gnus-cache-update-overview-total-fetched-for):
8893         Bind file-name-coding-system to nnmail-pathname-coding-system.
8894         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8895         New variables.
8896         (gnus-cache-decoded-group-name): New function.
8897         (gnus-cache-file-name): Use it.
8898         (gnus-cache-generate-active): Use non-decoded group name for active.
8900         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8901         right place.
8902         (gnus-write-active-file): Don't break non-ASCII group names.
8904         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8905         nnmail-pathname-coding-system.
8907         * gnus-uu.el (gnus-uu-decode-save): Typo.
8909 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8911         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8913 2007-07-14  David Kastrup  <dak@gnu.org>
8915         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8916         finishing actions if we did not edit the article.
8918 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8920         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8921         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8922         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8923         (gnus-agent-flush-group, gnus-agent-flush-cache)
8924         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8925         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8926         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8927         (gnus-agent-regenerate-group)
8928         (gnus-agent-update-files-total-fetched-for)
8929         (gnus-agent-update-view-total-fetched-for):
8930         Bind file-name-coding-system to nnmail-pathname-coding-system.
8931         (gnus-agent-group-pathname): Don't encode file names by
8932         nnmail-pathname-coding-system.
8933         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8934         coding-system-for-write instead of buffer-file-coding-system to
8935         gnus-agent-file-coding-system.
8937         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8938         Decode group name.
8940         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8942         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8943         (gnus-read-newsrc-el-file): Make group names unibyte.
8945         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8946         nnmail-pathname-coding-system.
8948         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8949         (nnrss-request-delete-group): Bind file-name-coding-system to
8950         nnmail-pathname-coding-system.
8951         (nnrss-read-server-data, nnrss-read-group-data):
8952         Bind file-name-coding-system correctly.
8953         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8955         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8956         (nntp-server-to-method-cache): New variable.
8957         (nntp-group-pathname): New function that decodes non-ASCII group names.
8958         (nntp-possibly-create-directory, nntp-marks-changed-p)
8959         (nntp-save-marks, nntp-open-marks): Use it.
8960         (nntp-possibly-create-directory, nntp-open-marks):
8961         Bind file-name-coding-system to nnmail-pathname-coding-system.
8962         (nntp-open-marks): Decode group names when bootstrapping marks.
8964         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8965         Newsgroups and Folowup-To headers.
8967 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8969         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8970         (gnus-server-closed-face, gnus-server-denied-face)
8971         (gnus-server-offline-face): Remove variable.
8972         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8974         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8975         of modifying message-stack directly for XEmacs.
8977         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8978         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8979         if the coding-system argument is nil for XEmacs.
8981         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8982         mm-charset-override-alist.
8984         * rfc2047.el: Don't require base64; require rfc2045 for the function
8985         rfc2045-encode-string.
8986         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8987         to quote the parameter value.
8989 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8991         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8992         form in gnus-group-name-charset-method-alist.
8994         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8995         overrides the default layout edit-form.
8997         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8999         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9001 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9003         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9004         as unfetched articles.
9006 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9008         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9010 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9012         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9013         original back end that keeps marks in the local system.
9015 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9017         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9018         arg of pop-to-buffer for XEmacs.
9019         (gnus-article-read-summary-keys): Ditto; don't restore window
9020         configuration if summary command ends up with neither article buffer
9021         nor summary buffer; describe bindings if summary keys end with C-h.
9023 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * message.el (message-fix-before-sending): Skip raw message part to be
9026         forwarded while checking illegible text.
9027         (message-forward-make-body-mime, message-forward-make-body):
9028         Mark signed or encrypted raw message as having no illegible text.
9030 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9032         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9033         (gnus-message-with-timestamp-1): New macro.
9034         (gnus-message-with-timestamp): New function.
9035         (gnus-message): Use them.
9037         * nnheader.el (nnheader-message): Use them.
9039 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9041         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9042         .newsrc.eld file.
9044 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9046         * gnus-agent.el (gnus-agent-fetch-headers)
9047         (gnus-agent-retrieve-headers):
9048         Bind gnus-decode-encoded-address-function to identity.
9050         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9051         available also when the server returns simply a dot.
9053         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9055 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9057         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9059 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9061         * gnus-ems.el (gnus-x-splash): Make it work.
9063         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9064         from being used.
9066 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9068         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9069         the front stickiness.
9070         (gnus-article-summary-command-nosave): Correct the order of the
9071         arguments passed to pop-to-buffer.
9072         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9073         summary command ends up with the article buffer.
9075         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9076         the same faces.
9078 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9080         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9082 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9084         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9085         * gnus-sum.el (gnus-summary-highlight):
9086         * mail-source.el (mail-source-delete-old-incoming-confirm):
9087         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9089 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9091         * gnus-art.el (gnus-mime-view-part-externally)
9092         (gnus-mime-view-part-internally): Fix predicate function passed to
9093         completing-read.
9095         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9097         * gnus.el (gnus-update-message-archive-method): Add :version.
9099 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * gnus.el (gnus-update-message-archive-method): New variable.
9103         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9104         according to gnus-message-archive-method if
9105         gnus-update-message-archive-method is non-nil.
9107 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9109         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9110         Suggested by Loic Dachary <loic@dachary.org>.
9111         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9113 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9115         * message.el (message-pop-to-buffer): Add switch-function argument.
9116         (message-mail): Pass switch-function argument to it.
9118 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9120         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9121         Improve doc string.
9123 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9125         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9126         (gnus-header-content)
9127         * gnus-cite.el (gnus-cite-10)
9128         * gnus-srvr.el (gnus-server-closed)
9129         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9130         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9131         (gnus-group-mail-3-empty, gnus-group-mail-low)
9132         (gnus-group-mail-low-empty, gnus-splash)
9133         * message.el (message-header-to, message-header-cc)
9134         (message-header-subject, message-header-other, message-header-name)
9135         (message-header-xheader, message-separator, message-cited-text)
9136         (message-mml): Lighten colors of faces used for dark background.
9138 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9140         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9141         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9143 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9145         * message.el (message-narrow-to-headers-or-head):
9146         Ignore mail-header-separator in the body.
9148 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9150         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9151         same as window size.
9153 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9155         * message.el (message-font-lock-keywords): Use message-header-xheader
9156         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9157         ahead of the anything pattern, to get it recognised.
9159 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9161         * gnus-sum.el (gnus-articles-to-read)
9162         (gnus-summary-insert-old-articles): Don't truncate group name for
9163         `read-string'.
9165         * gnus-util.el (gnus-limit-string): Delete this function.
9167         * gnus-sum.el (gnus-simplify-subject-fully):
9168         Use `truncate-string-to-width' instead.
9170 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9172         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9173         Tell if, on summary exit, the next group has to be selected.
9174         (gnus-summary-exit): Use it.
9176 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9178         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9179         non-break space.
9181 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9183         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9184         Check if group is not a directory.
9185         (nnfolder-request-expire-articles): Don't delete articles if the target
9186         group is not available.
9188         * nnml.el (nnml-request-create-group): Properly check if group is not a
9189         file.
9190         (nnml-request-expire-articles): Don't delete articles if the target
9191         group is not available.
9193         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9194         Don't quote characters that are within parentheses.
9196 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9198         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9199         (gnus-handle-ephemeral-exit): Select article according to it.
9201 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9203         * message.el (message-insert-formated-citation-line): Remove newline.
9204         (message-citation-line-format): Add final \n here so that the user can
9205         avoid a blank line.
9207 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9209         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9210         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9211         Update lanl/arXiv support.
9213 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9215         * gnus.el: Bump version number.
9217 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9219         * gnus.el (gnus-version-number): Bump version.
9221 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9223         * gnus.el: No Gnus v0.6 is released.
9225 2007-04-27  Didier Verna  <didier@xemacs.org>
9227         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9228         * gmm-utils.el (gmm-regexp-concat): ... here.
9229         * message.el: Don't require 'gnus-util.
9230         (message-dont-reply-to-names): Handle name change above.
9231         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9233 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9235         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9236         since the initial value varies according to the system.
9238 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9240         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9242 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9244         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9246 2007-04-24  Didier Verna  <didier@xemacs.org>
9248         Improve the type of gnus-ignored-from-addresses.
9249         * gnus-util.el (gnus-orify-regexp): New function.
9250         * message.el (gnus-util): Require it.
9251         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9252         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9253         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9255 2007-04-24  Didier Verna  <didier@xemacs.org>
9257         * gnus-sum.el:
9258         * gnus-utils.el: Fix some trailing whitespaces.
9260 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9262         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9263         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9264         article's Message-ID; refer parent article in summary buffer.
9266         * message.el (message-bounce): Call mime-to-mml.
9268 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9270         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9272 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9274         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9275         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9276         displayed of multipart/alternative part if it is invoked from summary
9277         buffer.
9279         * mm-view.el (mm-inline-text-html-render-with-w3m)
9280         (mm-inline-text-html-render-with-w3m-standalone)
9281         (mm-inline-render-with-function): Use mail-parse-charset by default.
9283 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9285         * parse-time.el (parse-time-string-chars): Check if CHAR
9286         is less than the length of parse-time-syntax.
9288 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9290         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9291         from gnus-newsgroup-processable.
9293 2007-04-16  Didier Verna  <didier@xemacs.org>
9295         * gnus-msg.el (gnus-configure-posting-styles):
9296         Handle message-signature-directory properly with :file syntax.
9297         Reported by "Leo".
9299 2007-04-11  Didier Verna  <didier@xemacs.org>
9301         New user option: message-signature-directory.
9302         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9303         * message.el (message-insert-signature): Ditto.
9304         * message.el (message-signature-file): Doc update.
9305         * message.el (message-signature-directory): New.
9307 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9309         * gnus-msg.el (gnus-inews-yank-articles):
9310         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9312 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9314         * message.el (message-yank-original): Make sure cited text ends with
9315         newline; don't exchange point and mark.
9317 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9319         * tls.el (open-tls-stream): Properly handle case where there
9320         is no associated buffer.
9322 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9324         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9325         message-yank-original, make sure (< mark TEXT point).
9327 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9329         * message.el (message-fill-column): New variable.
9330         (message-mode): Use it.  Add comment on a possible new hook.
9332         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9333         (nnmail-get-new-mail): Reformat.
9335         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9337         * gmm-utils.el: Fix Commentary.
9338         (gmm-tool-bar-from-list): Fix typo in doc string.
9340 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9342         * message.el (message-yank-original): Don't switch point and mark
9343         unnecessarily to put point and mark as documented.
9345 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9347         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9348         from the message heads.
9350 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9352         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9353         article buffer does not have a window.  This may not be the best
9354         solution but is certainly better than setting the start of the null,
9355         that is the current, window.
9357 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9359         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9360         (gnus-draft-setup): Run it.
9362         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9363         gnus-score-fast-scoring.  Allow regexp.
9364         (gnus-score-headers): Use it.
9366         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9367         XEmacs.
9369         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9370         string.
9371         (gnus-button-alist): Also catch `<f1> k ...'.
9372         (gnus-treat-display-x-face): Fix doc string.
9374 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9376         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9377         evaluation of gnus-extended-version to ensure correct generation of the
9378         User-Agent header when message-generate-headers-first is used.
9380 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9382         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9383         hashcash-path is nil.  Don't call callback with incorrect number of
9384         parameters if val is 0.
9386 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9388         * message.el (message-required-news-headers):
9389         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9391 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9393         * message.el (message-generate-new-buffers): Change the meaning of the
9394         nil value; add `standard' to the choices; treat t as `unique'; improve
9395         doc string.
9396         (gnus-select-frame-set-input-focus): Autoload.
9397         (message-buffer-name): Search for the existing message buffer if
9398         message-generate-new-buffers is nil or `standard'; treat the value t of
9399         message-generate-new-buffers as `unique'.
9400         (message-pop-to-buffer): Raise the frame already displaying the message
9401         buffer; clear the echo area after querying.
9402         (message-setup): Pass the `continue' argument to compose-mail.
9403         (message-mail): Prefer `switch-function' if it is given; search for the
9404         existing message buffer if the `continue' argument is non-nil; pass
9405         continue and switch-function arguments to compose-mail by way of
9406         message-setup.
9407         (message-mail-other-window): Adjust argument of message-setup.
9408         (message-mail-other-frame): Ditto.
9410 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9412         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9413         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9414         to turn font-lock on when turning gnus-message-citation-mode on.
9416 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9418         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9419         (mml-smime-function-alist): New variable; add epg as the backend.
9420         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9421         mml-smime- functions instead.
9422         * mm-view.el: Require smime.
9424 2007-03-05  Didier Verna  <didier@xemacs.org>
9426         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9427         instead of just inheritance for posting styles.
9428         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9430 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9432         * tls.el (tls-certtool-program): Fix custom type.
9434 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9436         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9437         and point-at-eol instead of line-(beginning|end)-position.
9439         * assistant.el (assistant-parse-buffer): Ditto.
9441 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9443         * mml2015.el (mml2015-epg-find-usable-key): New function.
9444         (mml2015-epg-sign): Use it.
9445         (mml2015-epg-encrypt): Use it.
9447 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9449         * message.el (message-make-in-reply-to): Quote name containing
9450         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9451         if there are special characters.  Reported by NAKAJI Hiroyuki
9452         <nakaji@jp.freebsd.org>.
9454 2007-02-27  Didier Verna  <didier@xemacs.org>
9456         Include the group parameters as well as the topic ones in the
9457         inheritance filter process.
9458         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9459         argument GROUP-PARAMS-LIST.
9460         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9462 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9464         * nntp.el (nntp-never-echoes-commands)
9465         (nntp-open-connection-functions-never-echo-commands): New variables.
9466         (nntp-send-command): Use them.
9468 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9470         * mml2015.el (mml2015-epg-verify): Simplify.
9472 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9474         * mml.el (mml-content-disposition-alist): New user option.
9475         (mml-content-disposition): New function.
9476         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9477         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9479 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9481         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9482         verification.
9484 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9486         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9487         articles posted in the last 24 hours.
9489 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9491         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9493 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9495         * nntp.el (nntp-send-command): Don't wait for echoes when
9496         nntp-open-ssl-stream is used.
9498 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9500         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9501         (gnus-message-add-citation-keywords)
9502         (gnus-message-remove-citation-keywords): Remove.
9503         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9504         directly, make the variables in font-lock-defaults buffer-local, add
9505         gnus-message-citation-keywords to them and then update the value of
9506         font-lock-keywords.
9508 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9510         * message.el (message-cite-original-1): Don't call
9511         gnus-article-highlight-citation.
9513         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9514         citations; fix line count.
9516 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9518         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9519         (gnus-message-add-citation-keywords)
9520         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9521         versions of font-lock-add-keywords and font-lock-remove-keywords to
9522         work with XEmacs correctly.
9524 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9526         * gnus-cite.el (gnus-cite-face-list): Set the values of
9527         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9528         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9529         (gnus-message-cite-prefix-regexp): New variable.
9530         (gnus-message-search-citation-line): Use it; protect against long
9531         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9532         the 0th match data for Emacs.
9533         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9534         (gnus-message-add-citation-keywords): Append keywords rather than
9535         prepending; emulate font-lock-add-keywords if it is not available.
9536         (gnus-message-remove-citation-keywords):
9537         Emulate font-lock-remove-keywords if it is not available.
9539         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9541         * message.el (message-cite-prefix-regexp): Set the value of
9542         gnus-message-cite-prefix-regexp.
9544 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9546         * nnweb.el (nnweb-google-parse-1): Update parser.
9548 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9550         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9552 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9554         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9555         regexp.
9557 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9559         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9560         string-to-multibyte.
9561         (uudecode-decode-region-internal): Use it.
9563 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9565         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9566         Fix custom choice.
9568         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9570 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9572         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9574         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9575         `write-region' to respect `mm-inhibit-file-name-handlers'.
9577 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9579         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9580         Use gnus-home-directory instead of "~/" or "$HOME".
9582 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9584         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9585         to mention filename.
9586         Add comments at beginning regarding usage.
9587         (encrypt-write-file-contents): Change interactive so a string is
9588         acceptable.  If the file has no associated model, show an error instead
9589         of a nonsense prompt.
9591 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9593         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9594         Thanks to Yoshihiko Yamada for kind notification of this typo.
9596 2007-01-12  Kenichi Handa  <handa@m17n.org>
9598         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9599         multibyte buffer.
9601 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9603         * gnus-score.el (gnus-score-fast-scoring): New variable.
9604         (gnus-score-headers): Use it.
9606         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9608         * message.el (message-cite-original-1):
9609         Call gnus-article-highlight-citation if requested.
9610         (message-make-from): Allow name and address as optional arguments.
9612         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9614         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9615         bugs to doc string.
9616         (gnus-button-alist): Add mid\\|message-id.
9617         (gnus-button-fetch-group): Extend for use in
9618         `browse-url-browser-function'.
9619         (gnus-button-url-regexp): Try to catch paired parentheses like in
9620         Wikipedia URLs.
9622         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9623         Suggested by Simon Krahnke <overlord@gmx.li>.
9625 2007-01-13  Romain Francoise  <romain@orebokech.com>
9627         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9628         Update copyright.
9630 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9632         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9634 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9636         * gnus-registry.el (gnus-registry-unfollowed-groups)
9637         (gnus-registry-split-fancy-with-parent): Fix documentation.
9639 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9642         from nnweb groups.
9644 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9646         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9647         Xref urls.  Erase buffer before requesting head.
9649         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9651 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9653         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9654         customizable.
9656 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9658         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9659         no signing key is found.
9660         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9661         no encrypting and/or signing key is found.
9663 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9665         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9667 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9669         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9670         headers read from disk with the ones newly found in the current search.
9671         This should no longer cause problems, because the article numbers in
9672         Gmane's `nov.php' output are ignored since the previous change.
9674 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9676         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9678 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9680         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9682 2007-01-01  Romain Francoise  <romain@orebokech.com>
9684         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9686 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9688         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9689         `define-minor-mode' macro definition expanded properly.
9690         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9691         exclude it there.
9693         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9694         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9695         `fboundp' test.
9696         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9697         This is OK to autoload in (S)XEmacs now.
9699 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9701         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9702         keystroke.
9703         (gnus-summary-limit-to-singletons): Fix typo.
9705         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9706         else fails.
9708 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9710         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9711         docstring.
9713         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9714         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9715         (gnus-summary-insert-dormant-articles): Fix typo in message.
9717 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9719         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9720         nil for XEmacs.
9721         (gnus-message-citation-mode): Don't autoload in XEmacs.
9723         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9725 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9727         * nnimap.el (nnimap-expunge-search-string):
9728         Mention nnimap-search-uids-not-since-is-evil in docstring.
9730 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9732         * spam.el: Revert to make-obsolete-variable because
9733         define-obsolete-variable-alias is not supported in Emacs 21.
9735         * spam.el (spam-ifile-path, spam-ifile-database-path)
9736         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9737         make-obsolete-variable.
9738         (spam-bsfilter-path, spam-bsfilter-program)
9739         (spam-spamassassin-path, spam-spamassassin-program)
9740         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9741         Don't use "path" inappropriately.
9742         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9743         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9744         variable names.
9746 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9748         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9749         summary buffer.
9751         * password.el (password-cache-remove): Use clear-string to burn
9752         password, if available.
9754 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9756         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9758         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9760         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9761         (gnus-message-highlight-citation): Move defcustom here from
9762         gnus-cite.el.
9763         (gnus-message-citation-mode): Autoload.
9765         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9766         checks to make it compile with XEmacs.
9767         (gnus-message-citation-mode): New minor mode.
9768         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9769         (gnus-message-highlight-citation): New variables.
9770         (gnus-message-search-citation-line)
9771         (gnus-message-add-citation-keywords)
9772         (gnus-message-remove-citation-keywords)
9773         (turn-on-gnus-message-citation-mode)
9774         (turn-off-gnus-message-citation-mode): New functions.
9776 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9778         * gnus-cite.el: Enable highlighting of different citation levels in
9779         message-mode.
9781 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9783         * message.el (message-make-fqdn): Fix comment.
9784         (message-bogus-system-names): Add ".local".
9786         * spam.el (spam-ifile-path, spam-ifile-program)
9787         (spam-ifile-database-path, spam-ifile-database)
9788         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9789         Don't use "path" inappropriately.
9790         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9791         strings.
9792         (spam-check-ifile, spam-ifile-register-with-ifile)
9793         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9794         Use new variable names.
9796         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9797         (gnus-treat-display-smileys): Simplify using
9798         gnus-image-type-available-p.
9800         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9801         available.
9803 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9805         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9806         one after turning on the buffer's multibyteness instead of decoding
9807         them directly in the unibyte buffer that causes unexpected conversion
9808         in Emacs 23 (unicode).
9810 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9812         * message.el (message-generate-hashcash): Fix custom type.
9814 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9816         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9818 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9820         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9821         disconnect icons.  Add help text.
9823 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9825         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9826         negated to be consistent with the others we handle.
9828 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9830         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9831         version of gnus-summary-buffer to something, so that we can use two
9832         article buffers at the same time.
9834 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9836         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9837         trigger all the extra headers.
9838         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9839         sorting.
9841 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9843         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9844         solid groups.
9846 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9848         * legacy-gnus-agent.el: Add Copyright notice.
9850 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9852         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9854 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9856         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9858         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9859         to make it work reliably in CVS Emacs.
9860         (gnus-summary-limit-strange-charsets-predicate)
9861         (gnus-summary-limit-to-predicate): New functions.
9863 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9865         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9866         specifying array size.
9867         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9868         array if it is too small.
9869         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9870         (gnus-sort-threads-loop): New function.
9872 2006-12-06  Chris Moore  <dooglus@gmail.com>
9874         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9875         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9877 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9879         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9880         options.
9882 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9884         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9885         DOS-ing the recipient.
9887         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9888         the headers when creating the mapping to avoid mismappings.
9889         (nnweb-gmane-create-mapping): Always nix out old mapping.
9891 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9893         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9894         and mm-verify-option to never.
9896 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9898         * message.el (message-signed-or-encrypted-p): New function.
9899         (message-forward-make-body): Use it.
9901         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9902         Replace encode-coding-string with mm-encode-coding-string.
9904 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9906         * nneething.el (nneething-decode-file-name):
9907         Replace decode-coding-string with mm-decode-coding-string.
9909         * gnus-int.el (gnus-open-server): Say failed server's name.
9911 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9913         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9914         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9916         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9917         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9918         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9919         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9920         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9921         (gnus-subscribe-newsgroup, gnus-1):
9922         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9923         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9924         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9925         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9927 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9929         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9930         keystroke.
9931         (gnus-summary-limit-to-bodies): Implement headersp.
9933 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9935         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9937 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9939         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9941 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9943         * message.el (message-generate-hashcash): Expand range of values to
9944         include `opportunistic'.
9945         (message-send-mail): Use it.
9947 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9949         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9950         and comment it.
9952         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9954 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9956         * gnus-util.el (gnus-extract-address-components): Improve comment.
9958 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9960         * gnus-util.el (gnus-extract-address-components): Work with address in
9961         which the name portion contains @.
9963 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9965         * gnus.el (gnus-start): Move custom group up.
9966         (gnus-select-method): Don't autoload, but make it available for
9967         `customize-variable'.
9968         (gnus-getenv-nntpserver): Don't autoload.
9970 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9972         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9974 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9976         * message.el (message-sendmail-extra-arguments): New variable.
9977         (message-send-mail-with-sendmail): Use it.
9979 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9981         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9982         mm-with-unibyte-current-buffer to make string unibyte.
9984         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9985         mm-string-as-multibyte.
9987 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9989         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9990         Reported by Werner Koch <wk@gnupg.org>.
9992 2006-11-14  Daiki Ueno  <ueno@p360>
9994         * mml2015.el: Autoload epa-select-keys when compiling.
9996 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9998         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9999         message-options.
10000         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10002 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10004         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10005         EasyPG (< 0.0.6).
10006         (mml2015-always-trust): New user option.
10007         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10008         prompt.
10010 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10012         * nntp.el (nntp-authinfo-force): New variable.
10013         (nntp-send-authinfo): Use it.
10015 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10017         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10018         decode encoded words.  Improve prompt.  Add comment about forwarding.
10019         (message-replacement-char): Move up.
10021 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10023         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10024         instead of gnus-intersection because arguments of gnus-sorted-nunion
10025         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10027 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10029         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10030         (message-simplify-subject-functions):
10031         Enable message-strip-subject-encoded-words by default.
10033 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10035         * message.el (message-strip-subject-encoded-words): New function.
10036         (message-simplify-subject-functions): New variable.
10037         (message-simplify-subject): Use it.  Fix typo in doc string.
10038         Support message-strip-subject-encoded-words.
10040 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10042         * gnus-diary.el (gnus-diary-delay-format-function):
10043         * nndiary.el (nndiary-reminders):
10044         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10046 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10048         * gnus-art.el (article-hide-boring-headers): Fetch date from
10049         gnus-original-article-buffer to avoid problems with localized date
10050         strings.
10052 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10054         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10056 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10058         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10059         New variables.
10060         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10061         (mm-charset-synonym-alist): Move some entries to
10062         mm-codepage-iso-8859-list.
10063         (mm-charset-synonym-alist, mm-charset-override-alist):
10064         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10066 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10068         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10070 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10072         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10073         with Emacs 21 and XEmacs.
10075 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10077         * spam.el (spam-parse-address): New function for better parsing,
10078         catching errors, etc.
10079         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10081 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10083         * mm-view.el: Add interactive arg to html2text autoload.
10085 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10087         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10089 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10091         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10092         New variables.
10093         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10094         (mm-charset-synonym-alist): Move some entries to
10095         mm-codepage-iso-8859-list.
10097         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10099 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10101         * message.el (message-citation-line-format)
10102         (message-insert-formated-citation-line): Fix implementation of %E, %N
10103         and %n according to the doc string.
10105 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10107         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10108         Use car-safe to avoid bad parses.
10110 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10112         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10113         names.
10115         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10117 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10119         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10120         header.
10122         * message.el (message-draft-headers): Add Date.
10123         (message-headers-to-generate): Fix typo in docstring.
10125         * nndraft.el (nndraft-required-headers): New variable.
10126         (nndraft-generate-headers): Use it.
10128         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10130 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10132         * gnus-registry.el (gnus-registry-wash-for-keywords)
10133         (gnus-registry-find-keywords): New functions to allow easy searching of
10134         articles that are in the registry.
10136 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10138         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10139         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10140         Reported by Damien Elmes <damien@repose.cx>.
10142 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10144         * gnus.el (gnus-mime): Remove unused custom group.
10146 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10148         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10149         "blank line" when searching for end of armor headers.
10151 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10153         * gmm-utils.el (gmm-write-region): Fix variable name.
10155 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10157         * gmm-utils.el (gmm-write-region): New function based on compatibility
10158         code from `mm-make-temp-file'.
10160         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10162         * nnmaildir.el (nnmaildir--update-nov)
10163         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10164         Use `gmm-write-region'.
10166 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10168         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10169         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10171         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10173         * message.el (message-replacement-char): New variable.
10174         (message-fix-before-sending): Use it.
10175         (message-simplify-subject): New function to remove duplicate code.
10176         (message-reply, message-followup): Use it.
10178         * gnus-sum.el (gnus-summary-make-menu-bar):
10179         Clarify gnus-summary-limit-to-articles.
10181 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10183         * gnus-util.el (gnus-with-local-quit): New macro.
10185         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10187 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10189         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10190         ignore non-string data.
10192 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10194         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10195         non-string data (needs to be done in the registry too).
10197 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10199         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10200         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10201         (gnus-registry-split-fancy-with-parent)
10202         (gnus-registry-fetch-simplified-message-subject-fast)
10203         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10204         Remove text properties on ingress into the registry and when it's saved.
10205         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10206         registry from entries with no groups.
10208 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10210         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10211         function to remove string properties.
10213 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10215         * gmm-utils.el (gmm): Adjust custom version.
10217         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10218         Adjust custom version.
10220         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10222 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10224         * gnus-art.el (gnus-insert-prev-page-button)
10225         (gnus-insert-next-page-button): Simplify.  Reformat.
10227 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10229         * gnus-art.el (gnus-insert-prev-page-button)
10230         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10232 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10234         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10236 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10238         * gnus-art.el (gnus-insert-mime-button)
10239         (gnus-insert-mime-security-button):
10240         Apply gnus-article-button-face to MIME and security buttons.
10242 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10244         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10245         readable.
10247 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10249         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10250         `browse-url-of-file' instead of `browse-url'.
10252 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10254         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10255         regexp.  Articles containing quotation were cut prematurely.
10257 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10259         * message.el (message-cite-original-1): Use nobody by default for the
10260         value of From header.
10261         (message-reply): Ditto.
10263 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10265         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10266         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10267         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10269 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10271         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10272         mails in the doc string.  Add some URLs in comment.
10273         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10275 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10277         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10278         backslashes handling and the way to find boundaries of quoted strings.
10280 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10282         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10283         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10284         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10285         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10287 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10289         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10290         doc string.
10291         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10293 2006-09-06  Simon Josefsson  <jas@extundo.com>
10295         * mml2015.el (mml2015-use): Doc fix, mention epg.
10297 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10299         * mml2015.el (mml2015-use): Default to epg, if available.
10301 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10303         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10304         message-sender.
10305         (mml1991-epg-encrypt): Ditto.
10306         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10307         message-sender.
10308         (mml2015-epg-encrypt): Ditto.
10310 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10312         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10313         several common directories.
10315 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10317         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10318         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10320 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10322         * gnus-art.el (article-decode-encoded-words): Make it fast.
10324 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10326         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10328         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10329         in quoted string into `\'.
10331 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10333         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10334         Use standard-syntax-table.
10336 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10338         * gnus-art.el (gnus-decode-address-function): New variable.
10339         (article-decode-encoded-words): Use it to decode headers which are
10340         assumed to contain addresses.
10341         (gnus-mime-delete-part): Remove useless `or'.
10343         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10344         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10345         (gnus-nov-parse-line): Use it to decode From header.
10346         (gnus-get-newsgroup-headers): Ditto.
10347         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10349         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10350         (mail-decode-encoded-address-string): New alias.
10352         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10353         New function.
10354         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10355         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10356         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10357         (rfc2047-decode-string): Ditto.
10358         (rfc2047-decode-address-region): New function.
10359         (rfc2047-decode-address-string): New function.
10361 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10363         * message.el (message-caesar-buffer-body): Allow rotating headers.
10365         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10367         * message.el (message-insert-formated-citation-line): Fix %f.
10368         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10370 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10372         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10373         (gnus-bookmark-mouse-available-p): New macro.
10374         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10375         (gnus-bookmark-bmenu-show-infos): Use it.
10376         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10377         (gnus-bookmark-bmenu-hide-infos): Ditto.
10378         (gnus-bookmark-remove-properties): New function.
10379         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10380         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10381         (gnus-bookmark-write-file): Bind coding-system-for-write.
10382         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10383         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10384         group before selecting it.
10385         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10386         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10387         quit-window if it is not available; use gnus-mouse-2 and bind it to
10388         gnus-bookmark-bmenu-select-by-mouse.
10389         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10390         (gnus-bookmark-bmenu-select-by-mouse): New function.
10392 2006-08-13  Romain Francoise  <romain@orebokech.com>
10394         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10395         space.
10397 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10399         * compface.el (uncompface): Use binary rather than raw-text-unix.
10401 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10403         * compface.el (uncompface): Make sure the eol conversion doesn't take
10404         place when communicating with the external programs.
10405         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10407 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10409         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10411 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10413         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10414         Make it more robust by parsing author and date independently.
10416 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10418         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10420 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10422         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10423         first matching secret key.
10424         (mml2015-epg-encrypt): Ditto.
10426         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10427         first matching secret key.
10428         (mml1991-epg-encrypt): Ditto.
10430         * mml2015.el (mml2015-encrypt-to-self): New user option.
10431         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10432         mml2015-epg-encrypt-to-self is set.
10434         * mml1991.el (mml1991-encrypt-to-self): New variable.
10435         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10436         mml1991-epg-encrypt-to-self is set.
10438         * mml2015.el (mml2015-signers): New user option.
10439         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10440         (mml2015-epg-encrypt): Allow to select signing keys.
10442         * mml1991.el (mml1991-signers): New variable.
10443         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10444         (mml1991-epg-encrypt): Allow to select signing keys.
10446 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10448         * nnheader.el (nnheader-insert-head): Make it work even if the file
10449         uses CRLF for the line-break code.
10451 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10453         * mml2015.el: Require mml-sec instead of password.
10454         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10455         (mml2015-cache-passphrase): Inherit the default value from
10456         mml-secure-cache-passphrase.
10457         (mml2015-passphrase-cache-expiry): Inherit the default value from
10458         mml-secure-passphrase-cache-expiry.
10460         * mml1991.el: Require mml-sec instead of password.
10461         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10462         (mml1991-cache-passphrase): Inherit the default value from
10463         mml-secure-cache-passphrase.
10464         (mml1991-passphrase-cache-expiry): Inherit the default value from
10465         mml-secure-passphrase-cache-expiry.
10467         * mml-sec.el: Require password.
10468         (mml-secure-verbose): New user option.
10469         (mml-secure-cache-passphrase): New user option.
10470         (mml-secure-passphrase-cache-expiry): New user option.
10472 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10474         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10475         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10476         andreas@altroot.de (Andreas Vögele).
10478         FIXME: Use `tiny change'?
10480 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10482         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10483         workaround for the url package included with Emacs.
10485         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10487 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10489         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10490         correctly.  This fixes a bug caused by the 2006-05-12 change.
10492 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10494         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10495         some information about the error when saying that the `bogus' mail
10496         group will be used.
10498 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10500         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10501         string.
10503 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10505         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10507 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10509         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10511 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10513         * mml1991.el (mml1991-function-alist): Add epg.
10514         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10515         (mml1991-epg-encrypt): New functions.
10517 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10519         * mml2015.el (mml2015-verbose): New variable.
10520         (mml2015-cache-passphrase): Ditto.
10521         (mml2015-passphrase-cache-expiry): Ditto.
10522         (mml2015-function-alist): Add epg.
10523         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10524         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10525         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10526         New functions.
10528 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10530         * message.el (message-cite-original-1): Preserve region when removing
10531         quoted text due to X-No-Archive in order to avoid bogus attribution
10532         when citing multiple messages.
10534 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10536         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10537         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10539 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10541         * gnus-diary.el (gnus-user-format-function-d)
10542         (gnus-user-format-function-D): Autoload.
10544         * imap.el (Commentary): Fix typo.
10546         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10547         2006-04-22 contribution.
10549 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10551         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10552         It didn't really fix the bogosity I'm seeing with solid web groups.
10554 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10556         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10557         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10558         created using server names.  If we use the feature without declaring
10559         it, Gnus does not properly manage server and group state.
10561         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10562         bound.
10564 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10566         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10567         looking up the method using GROUP's prefix before inventing a new one.
10568         It is used on killed/unknown groups in various places where returning
10569         an all-new method isn't expected by the caller.
10571         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10572         and match semantics of gnus-group-real-prefix.
10574 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10576         * nnmail.el (nnmail-broken-references-mailers): New variable.
10577         (nnmail-ignore-broken-references): New function generalizing
10578         nnmail-fix-eudora-headers.
10579         (nnmail-fix-eudora-headers): Now obsolete.
10581         * gnus-art.el (gnus-button-handle-custom):
10582         Support `customize-apropos*'.
10584 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10586         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10588         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10589         articles.
10591 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10593         * message.el (message-cite-reply-above): New variable.
10594         (message-yank-original): Use it.
10596 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10598         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10600 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10602         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10603         as read.
10605         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10607 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10609         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10610         (gnus-bookmark-default-file): Use gnus-directory.
10611         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10612         Remove "*" in doc string.
10613         (gnus-bookmark-write-file): Simplify.
10614         (gnus-bookmark-maybe-sort-alist): Use `when'.
10615         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10616         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10617         Add FIXME about Emacs 21 and XEmacs compatibility.
10618         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10619         compatibility.
10620         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10621         compatibility.
10622         (gnus-bookmark-menu-heading): Fix version.
10624 2006-06-19  Bastien Guerry  <bzg@altern.org>
10626         * gnus-bookmark.el: New file.
10628 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10630         * message.el (message-syntax-checks): Doc fix.
10632 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10634         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10635         unsubscribed groups as if they were killed ones.  It causes duplicate
10636         entries in gnus-newsrc-alist.
10638 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10640         * message.el (message-syntax-checks): Doc fix.
10641         (message-send-mail): Add check for continuation headers.
10642         (message-check-news-header-syntax): Fix regexp used to check for
10643         continuation headers.
10645 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10647         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10649 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10651         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10653 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10655         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10656         default-truncate-lines.
10658 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10660         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10661         to fill the utf-8 entry.
10663 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10665         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10667 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10669         * gnus-agent.el (directory-files-and-attributes): Move all the way
10670         forward (the third and final move).
10671         (gnus-agent-read-agentview): Trap reconstruction errors due to
10672         nonexistent directory.  Handle by returning nil.
10674 2006-05-30  Didier Verna  <didier@xemacs.org>
10676         * message.el (message-dont-reply-to-names): Update the custom type.
10677         * message.el (message-dont-reply-to-names): New defsubst: potentially
10678         convert a list of regexps into a single one.
10679         * message.el (message-get-reply-headers): Use it.
10680         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10682 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10684         * gnus-agent.el (directory-files-and-attributes): Move forward.
10686 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10688         * gnus-ml.el (gnus-mailing-list-subscribe)
10689         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10690         (gnus-mailing-list-message): Fix doc strings.
10692 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10694         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10695         of doing it manually.
10697 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10699         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10700         comment.
10702 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10704         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10705         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10706         (gnus-agent-read-local): All symbols allocated in my-obarray.
10707         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10708         (gnus-agent-regenerate-group): Check numeric names to see if they are
10709         messages or groups.
10710         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10711         better way of do this...)
10713         * gnus-cache.el (gnus-agent-total-fetched-for):
10714         Ignore 'dummy.group' (there should be a better way of do this...)
10716 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10718         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10719         (gnus-saved-headers): Ditto.
10720         (gnus-default-article-saver): Mention functions may have properties.
10721         (gnus-article-save): Override gnus-save-all-headers and
10722         gnus-saved-headers by :headers property which saver function may have.
10723         (gnus-summary-save-in-file): Add :headers property.
10724         (gnus-summary-write-to-file): Ditto.
10726         * gnus-sum.el (gnus-summary-save-article): Bind
10727         gnus-prompt-before-saving to t when saving many articles in a file;
10728         always show all headers.
10730 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10732         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10733         marks.
10735         * message.el (message-indent-citation): Add optional arguments to allow
10736         using it outside of message buffers.
10738         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10739         (gnus-article-treat-unfold-headers): Use it.
10740         (gnus-article-truncate-lines): New variable.
10741         (gnus-article-mode): Use it.
10742         (gnus-article-toggle-truncate-lines): New function.
10744         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10745         Add gnus-article-toggle-truncate-lines.
10747         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10748         coding system in XEmacs, use binary.
10750 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10752         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10753         after-load-alist.
10755         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10756         this function should save decoded articles.
10757         (gnus-summary-write-to-file): Use property to specify this function
10758         should save decoded articles and specify gnus-summary-save-in-file
10759         should be used to save articles other than the first one when saving
10760         many articles.
10761         (gnus-summary-save-body-in-file): Use property to specify this
10762         function should save decoded articles.
10763         (gnus-summary-write-body-to-file): Use property to specify this
10764         function should save decoded articles and specify
10765         gnus-summary-save-body-in-file should be used to save articles other
10766         than the first one when saving many articles.
10768         * gnus-sum.el (gnus-summary-save-article): Simplify.
10770 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10772         * gnus-art.el (gnus-default-article-saver):
10773         Add gnus-summary-write-body-to-file.
10774         (gnus-article-save-coding-system): Don't use coding system object
10775         in XEmacs.
10776         (gnus-read-save-file-name): Add optional `dir-var' argument which
10777         specifies directory in which files are saved; work even if optional
10778         `variable' argument is not specified.
10779         (gnus-summary-write-to-file): Read file name.
10780         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10781         (gnus-summary-write-body-to-file): New function.
10783         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10784         (gnus-summary-local-variables): Add it.
10785         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10786         (gnus-summary-save-article): Remove optional `decode' argument;
10787         determine whether to decode articles by the value of
10788         gnus-default-article-saver; when saving many files using
10789         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10790         it first and use gnus-summary-save-in-file or
10791         gnus-summary-save-body-in-file thereafter unless
10792         gnus-prompt-before-saving is always; move point to article which
10793         will be saved.
10794         (gnus-summary-save-article-file): Revert.
10795         (gnus-summary-write-article-file): Revert.
10796         (gnus-summary-save-article-body-file): Revert.
10797         (gnus-summary-write-article-body-file): New function.
10799 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10801         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10803 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10805         * gnus-art.el (gnus-default-article-saver): Doc fix.
10806         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10807         from gnus-summary-save-article-coding-system, and default to a
10808         certain coding system.
10809         (gnus-output-to-file): Add coding cookie and encode text according
10810         to gnus-article-save-coding-system; don't use mm-append-to-file.
10812         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10813         gnus-art.el and rename to gnus-article-save-coding-system.
10814         (gnus-summary-save-article): Require gnus-art; don't show all
10815         headers if it decodes articles; don't add coding cookie here;
10816         don't bind mm-text-coding-system-for-write.
10817         (gnus-summary-save-article-file): Save decoded articles.
10818         (gnus-summary-write-article-file): When saving many files, use
10819         gnus-summary-write-to-file first and gnus-summary-save-in-file
10820         thereafter unless gnus-prompt-before-saving is always.
10821         (gnus-summary-save-article-body-file): Save decoded articles.
10823 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10825         * nnrss.el (nnrss-check-group): Bind hash-index.
10827 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10829         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10830         its hash index.  Store this hash in `nnrss-group-data'.
10831         (nnrss-read-group-data): Update accordingly.
10833 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10835         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10836         entry.
10838         * gnus-sum.el (gnus-summary-make-menu-bar):
10839         Add gnus-article-browse-html-article.
10841 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10843         * gnus-sum.el (gnus-summary-mime-map):
10844         Add gnus-article-browse-html-article.
10846 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10848         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10849         suitable coding systems in customize.
10851 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10853         * mail-source.el (mail-sources): Fix custom type.
10855 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10857         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10858         (gnus-summary-expire-articles-now): Shorten prompt.
10860         * gmm-utils.el (wid-edit): Require.
10861         (defun-gmm): Rename from `gmm-defun-compat'.
10862         (gmm-image-search-load-path): Use it.
10863         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10865 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10867         * gnus-sum.el (gnus-summary-save-article-coding-system):
10868         New variable.
10869         (gnus-summary-save-article): Add optional `decode' argument.
10870         If it is set and gnus-summary-save-article-coding-system is non-nil,
10871         save decoded article.
10872         (gnus-summary-write-article-file): Save decoded article if
10873         gnus-summary-save-article-coding-system is non-nil.
10875         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10876         type.
10878 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10880         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10882 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10884         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10885         first to test gnus-single-article-buffer which may be buffer-local.
10887         * gnus-sum.el (gnus-summary-setup-buffer):
10888         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10889         group; make gnus-article-buffer, gnus-article-current, and
10890         gnus-original-article-buffer always buffer-local.
10891         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10892         group.
10893         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10895 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10897         * nnml.el (nnml-request-compact-group): Compressed files might not
10898         have .gz extension.
10900 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10902         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10903         (mm-copy-to-buffer): Use with-current-buffer.
10904         (mm-display-part): Simplify.
10905         (mm-inlinable-p): Add optional arg `type'.
10907 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10909         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10910         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10911         Try harder to show the attachment internally or externally using
10912         gnus-mime-view-part-as-type.
10914 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10916         * message.el (message-from-style, message-signature-separator)
10917         (message-user-organization-file, message-send-mail-function)
10918         (message-citation-line-function, message-yank-prefix)
10919         (message-indent-citation-function, message-signature)
10920         (message-signature-file, message-signature-insert-empty-line):
10921         Remove autoloads.
10923         * gnus-art.el (gnus-buttonized-mime-types):
10924         Remove "multipart/signed".  Revert 2006-04-26 change.
10926 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10928         * gnus.el (gnus-version-number): Bump version.
10930 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10932         * gnus.el: No Gnus v0.5 is released.
10934 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10936         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10937         fetching articles by message-id.
10939 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941         * message.el (hashcash): Require hashcash as normal.
10943         * ecomplete.el (ecomplete-highlight-match-line):
10944         Use point-at-eol.
10945         (ecomplete-highlight-match-line): Use `highlight', because that
10946         face exists in both Emacs and XEmacs.
10948         * message.el (message-display-abbrev): Use point-at-bol.
10950         * mail-source.el: Don't require timer/timer-funcs.
10952         * gnus-async.el: Ditto.
10954         * password.el: Ditto.
10956         * mm-url.el: Ditto.
10958         * mm-util.el: Require timer/timer-funcs.
10960 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10962         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10963         Close.
10965 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10967         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10968         unibyte after clear-decrypt function runs.
10970         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10971         returns as a unibyte string.
10973 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10975         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10976         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10977         (mml1991-pgg-encrypt): Ditto.
10979 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10981         * message.el (message-user-organization-file): Check several
10982         locations of the organization file.
10984         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10985         Add gnus-article-view-part-as-type.
10987         * gnus-art.el (gnus-article-view-part-as-type): New function.
10989         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10990         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10992         * mml.el: Simplify autoload.
10993         (mml-mode): defvar dnd-protocol-alist instead of using
10994         symbol-value.
10995         (mml-default-directory): New variable.
10996         (mml-minibuffer-read-file): Use it.
10997         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10999         * message.el (message-citation-line-format): New variable.
11000         (message-insert-formated-citation-line): New function.
11001         (message-citation-line-function):
11002         Add `message-insert-formated-citation-line' to custom type.
11004         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11005         to doc string.
11007         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11008         depending on mm-verify-option.
11010 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11012         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11013         binding pgg-* variables; reimplement the section which prevents
11014         MIME header from being signed.
11015         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11016         pgg-text-mode; remove a blank line at the top of body.
11018         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11019         lines at the top of body; use gnus-newsgroup-charset if there's no
11020         Charset header.
11022 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11024         * message.el (message-self-insert-commands): Doc fix.
11026         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11027         (mm-uu-pgp-encrypted-test): Ditto.
11028         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11029         between header and body; return application/pgp-encrypted handle
11030         if decryption failed; decode decrypted body by charset.
11032         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11033         element match to application/pgp-*.
11035 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11037         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11038         HTML.
11040 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11042         * mail-source.el (mail-source-call-script): Message the error
11043         string.
11045 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047         * gnus-util.el (gnus-byte-compile): Use it.
11049 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11051         * gnus-util.el (kill-empty-logs): New function.
11053 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11055         * message.el (message-mail-alias-type): Doc fix.
11056         (message-mail-alias-type-p): New function.
11057         (message-send): Use it.
11058         (message-mode): Ditto.
11059         (message-strip-forbidden-properties): Ditto.
11061         * ecomplete.el (ecomplete-database-file-coding-system):
11062         New variable.
11063         (ecomplete-save): Use it.
11064         (ecomplete-setup): Use it.
11066 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11068         * message.el (message-self-insert-commands): New variable.
11069         (message-strip-forbidden-properties): Use it.
11071 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11073         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11074         that doesn't make XEmacs choke.
11076 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11078         * gnus-util.el (gnus-replace-in-string):
11079         Prefer replace-regexp-in-string over of replace-in-string.
11081 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11083         * gnus-util.el (gnus-select-frame-set-input-focus):
11084         Use select-frame-set-input-focus if it is available in XEmacs; use
11085         definition defined in Emacs 22 for old Emacsen.
11087 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11089         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11091 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11093         * gnus-registry.el (gnus-registry-cache-save): Remove text
11094         properties when saving via the temp buffer.
11096 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11098         * message.el (message-generate-hashcash): Honor custom type.
11100 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102         * message.el (message-generate-hashcash): Default to non-nil when
11103         hashcash is found.
11105         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11106         (gnus-refer-thread-limit): Increase default to 500.
11108         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11110         * flow-fill.el (fill-flowed): Allow delete-space.
11112 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11114         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11115         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11116         Remove autoloads.
11118 2006-04-18  Simon Josefsson  <jas@extundo.com>
11120         * message.el (message-generate-hashcash): Default to.
11122 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11124         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11125         concatenating segments rather than before concatenating them.
11127 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11129         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11131         * imap.el (imap-quote-specials): New function.
11132         (imap-login-auth): Quote specials.
11134 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11136         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11138         * message.el (message-forward-make-body-plain):
11139         Allow message-forward-ignored-headers to be a list.
11140         (message-remove-ignored-headers): Factor out into function.
11141         (message-forward-make-body-mml): Use it.
11142         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11143         (rfc2231-parse-string): Allow concatanation of parameters that
11144         aren't contiguous.  The test case is
11145           (mail-header-parse-content-type "message/external-body;
11146             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11147             access-type=LOCAL-FILE;
11148             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11150 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11152         * nntp.el (nntp-accept-process-output): Return the value of
11153         `nnheader-accept-process-output'.
11155 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11157         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11158         (gnus-button-alist): Recognize more diff formats.
11159         (gnus-button-patch): Strip directory.
11161 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11163         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11164         Emacs 22 when setting focus.
11166 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11168         * gnus-art.el (gnus-article-treat-types): Do treatment of
11169         text/x-verbatim parts.
11170         (gnus-button-patch): New command.
11172         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11173         addresses that contain invalid characters.
11175 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11177         * message.el (message-put-addresses-in-ecomplete):
11178         Use gnus-replace-in-string.
11179         (message-is-yours-p): Use the more correct
11180         mail-header-parse-address instead of
11181         mail-extract-address-components.
11182         (message-put-addresses-in-ecomplete): Fix typo.
11184         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11185         keystroke.
11187         * gnus-art.el (gnus-treatment-function-alist): Change order of
11188         newsgroups/generic header folding to avoid double-folding.
11190         * message.el (message-hidden-headers): Add X-Draft-From.
11192         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11193         New command.
11194         (gnus-summary-repeat-search-article-backward): New command.
11196         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11197         groups in the parent topic.
11199 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11201         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11202         (spam-extra-header-to-number): Return the CRM114 number as a
11203         number instead of a string.
11205 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11207         * gnus-art.el (gnus-face-properties-alist): Move here from
11208         gnus-fun.
11210         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11212 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11214         * message.el (message-strip-forbidden-properties): Only display on
11215         self-insert-command.
11217         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11218         reindent.
11219         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11221 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11223         * smiley.el (smiley-style): Fix typo.
11225 2006-03-23  Kenichi Handa  <handa@m17n.org>
11227         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11228         instead of set-buffer-multibyte.
11230 2006-03-23  Kenichi Handa  <handa@m17n.org>
11232         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11233         buffer and then decode the buffer text if necessary.
11234         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11235         first, and after mm-encode-body, change the buffer to unibyte.
11237 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11239         * hashcash.el (hashcash-insert-payment-async-2):
11240         Use message-goto-eoh instead of doing it manually.
11241         (mail-add-payment): Use message-narrow-to-header instead of trying
11242         to do the same itself.
11244         * message.el (message-hidden-headers): Add Face.
11246         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11247         reparenting code.
11248         (gnus-summary-reparent-children): Refactored out code.
11249         (gnus-summary-thread-map): New keystroke.
11250         (gnus-summary-reparent-children): Make into command.
11252         * smiley.el (smiley-style): Default to `medium' if using a large
11253         font.
11255         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11256         does it itself.
11258         * message.el (message-point-in-header-p): Simplify definition.
11260 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11262         * nnagent.el (nnagent-request-set-mark): Silence log file
11263         writing.
11264         (nnagent-request-set-mark): Use write-region instead of
11265         append-to-file.
11267         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11268         strange select method.
11270         * ecomplete.el (ecomplete-display-matches): Get highlightling
11271         right.
11272         (ecomplete-display-matches): Use literals.
11273         (ecomplete-display-matches): Disable message logging.
11275         * message.el (message-display-abbrev): Small optimization.
11277         * ecomplete.el (ecomplete-display-matches): Allow automatic
11278         display.
11280         * message.el (message-strip-forbidden-properties):
11281         Display abbrevs.
11282         (message-display-abbrev): Get automatic display right.
11284         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11285         keystrokes.
11287 2006-04-13  Romain Francoise  <romain@orebokech.com>
11289         TODO: Backport to v5-10!
11291         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11292         Move here (and rename) from gnus-registry.el.
11294         * gnus-registry.el: Require gnus-util.
11295         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11297 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11299         * gnus-group.el (gnus-group-catchup-current):
11300         Change if-then-else-if-then-else into cond.
11301         (gnus-group-catchup): Indent.
11302         (group-name-at-point): New function.
11303         (gnus-fetch-group): Provide default from thing at point.
11305 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11307         * message.el (message-display-abbrev): Fix regexp.
11309         * ecomplete.el (ecomplete-highlight-match-line):
11310         Reimplement choosing.
11311         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11312         dead variables.
11314         * message.el (message-newline-and-indent): Remove debugging.
11315         (message-display-abbrev): Use new implementation.
11317 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11319         * gnus-art.el (gnus-article-mode):
11320         Set cursor-in-non-selected-windows to nil.
11322         * smiley.el: Revert previous change.
11323         (smiley-data-directory): defvar it before using it in the
11324         defcustom of `smiley-style'.
11326 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11328         * message.el (message-newline-and-indent): New function.
11330         * ecomplete.el: Implement more bits.
11332         * message.el (message-put-addresses-in-ecomplete): Clean up the
11333         string.
11335         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11337         * gnus-sum.el (gnus-summary-save-parts):
11338         Bind gnus-summary-save-parts-counter and use it to make unique file
11339         names.
11341         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11343         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11344         parameter to say whether to actually parse the individual
11345         addresses.
11347         * message.el (message-put-addresses-in-ecomplete): New function.
11348         (ecomplete): Require.
11349         (message-mail-alias-type): Add ecomplete as an option.
11351 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11353         * flow-fill.el (fill-flowed): Remove trailing space from blank
11354         quoted lines.
11356 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11358         * smiley.el (smiley-style): Move definition later to avoid a
11359         compilation warning.
11361 2006-04-12  Kenichi Handa  <handa@m17n.org>
11363         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11364         buffer and then decode the buffer text if necessary.
11365         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11366         first, and after mm-encode-body, change the buffer to unibyte.
11367         Use mm-disable-multibyte instead of set-buffer-multibyte.
11369 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11371         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11372         Content-Type header instead of Content-Disposition header.
11373         (gnus-mime-inline-part): Ditto.
11374         (gnus-mime-view-part-as-charset): Ignore charset that the part
11375         specifies.
11377         * mm-decode.el (mm-display-part): Work with external parts and
11378         usual parts similarly.
11380         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11381         instead of gnus-display-mime.
11383         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11384         instead of with-temp-buffer.
11386         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11387         tag to summarized topics part in order to encode non-ASCII text.
11389 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11391         * smiley.el (smiley-style): New variable.
11392         (smiley-directory): New function.
11393         (smiley-data-directory): Derive from `smiley-style' using
11394         `smiley-directory'.
11395         (smiley-regexp-alist): Add new entries.
11397         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11398         (gnus-article-browse-delete-temp): Add :version.
11400 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11402         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11403         the sieve region.
11405 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11407         * gnus.el (gnus-version-number): Bump version.
11409 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11411         * gnus.el: No Gnus v0.4 is released.
11413 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11415         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11416         layout.
11418         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11419         unknown charset.
11421         * message.el (message-header-synonyms): Add Original-To to the
11422         default.
11424         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11425         optional parameter.
11427 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11429         * gnus-fun.el (gnus): Require it for gnus-directory.
11431 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11433         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11435 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11437         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11439 2006-04-05  Simon Josefsson  <jas@extundo.com>
11441         * password.el (password-reset): New function.
11443 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11445         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11446         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11448 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11450         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11451         Some whitespace was matched into the url, which broke browsing hits
11452         > 100 when mm-url-use-external was nil.
11454 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11456         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11457         Check gnus-extra-headers for 'Newsgroups.
11459         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11460         bound.
11462 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11464         * pgg-gpg.el: Clean up process buffers every time gpg processes
11465         complete.
11467 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11469         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11470         doc string.
11472 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11474         * pgg-gpg.el (pgg-gpg-process-filter)
11475         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11477         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11478         lines, temporary fix.
11480 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11482         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11484 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11486         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11487         default-enable-multibyte-characters.  This reverts the change from
11488         revision 6.17 which is no longer necessary because the passphrase
11489         is sent separately now.  GnuPG messages are unreadable under
11490         multibyte locales with default-enable-multibyte-characters set to
11491         nil.
11493 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11495         * message.el (message-tool-bar-gnome): Move "spell".
11497 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11499         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11500         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11501         instead.
11503 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11505         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11506         Improve newsgroups handling for NNTP overviews which don't include
11507         Newsgroups.
11509 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11511         * message.el (message-resend): Bind message-generate-hashcash to nil.
11513 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11515         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11516         when searching for already-paid recipients.
11518 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11520         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11521         passphrases when it is not needed.
11522         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11523         passphrase stuff from gpg, should only be necessary when you use
11524         gpg with a smartcard.
11526 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11528         * mml.el (mml-insert-mime): Ignore cached contents of
11529         message/external-body part.
11531         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11532         (mm-insert-part): Ditto.
11534 2006-03-23  Simon Josefsson  <jas@extundo.com>
11536         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11537         Reiner.
11538         (pgg-gpg-use-agent-p): Use it again.
11540 2006-03-23  Simon Josefsson  <jas@extundo.com>
11542         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11543         older emacsen.
11544         (pgg-gpg-use-agent-p): Don't use it.
11546 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11548         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11549         if we can.
11551 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11553         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11554         (pgg-gpg-update-agent): New function.
11555         (pgg-gpg-use-agent-p): New function.
11556         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11557         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11558         (pgg-gpg-sign-region): Use it.
11560 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11562         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11563         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11565 2006-03-21  Simon Josefsson  <jas@extundo.com>
11567         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11568         <wilde@sha-bang.de>.
11569         (pgg-gpg-use-agent): New variable.
11570         (pgg-gpg-process-region): Use it.
11571         (pgg-gpg-encrypt-region): Likewise.
11572         (pgg-gpg-encrypt-symmetric-region): Likewise.
11573         (pgg-gpg-decrypt-region): Likewise.
11574         (pgg-gpg-sign-region): Likewise.
11575         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11577 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11579         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11581         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11582         Add comment on version.
11584 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11586         * smiley.el: Add missing test smiley.
11588 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11590         * mm-decode.el (mm-with-part): New macro.
11591         (mm-get-part): Use it; work with message/external-body as well.
11592         (mm-save-part): Treat name and filename equally.
11594         * mm-extern.el (mm-extern-cache-contents): New function.
11595         (mm-inline-external-body): Use it; force the part to be displayed;
11596         move undisplayer added to the cached handle to the parent.
11598         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11599         (gnus-mime-view-part-as-type): Work with message/external-body.
11601         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11603 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11605         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11606         images in image-load-path.  [Sync with image.el, revision 1.60, in
11607         Emacs.]
11609 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11611         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11612         path rather than symbol.  Always return list of directories.
11613         Guarantee that image directory comes first.  [Sync with image.el,
11614         revision 1.59, in Emacs.]
11616         * message.el (message-make-tool-bar): Adjust to new API of
11617         `gmm-image-load-path-for-library'.
11619         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11621         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11623 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11625         * gnus-art.el (gnus-article-only-boring-p):
11626         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11627         intangible text.
11628         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11630 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11632         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11633         Use `defun' instead of `gmm-defun-compat'.
11635 2006-03-14  Simon Josefsson  <jas@extundo.com>
11637         * message.el (message-unique-id): Don't use message-number-base36
11638         if (user-uid) is a float.
11639         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11641 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11643         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11645         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11646         empty line between a part and a message part.
11648 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11650         * smiley.el: Add more test smileys.
11651         (smiley-data-directory, smiley-regexp-alist)
11652         (gnus-smiley-file-types): Fix doc strings.
11653         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11654         adding new elements.
11655         (smiley-mouse-map): Unused code.  Make it a comment.
11657 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11660         scan latest NoCeM messages instead of old ones.
11661         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11662         delimiters that are recently used.
11663         (gnus-nocem-load-cache): Add autoload cookie.
11665         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11667         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11668         level which is larger than gnus-use-nocem is specified.
11670         * gnus-group.el (gnus-group-get-new-news): Ditto.
11672 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11674         * gnus-util.el (gnus-tool-bar-update): New function.
11676         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11677         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11679         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11681         * gnus-group.el (gnus-group-redraw-when-idle)
11682         (gnus-group-redraw-check): Remove.
11683         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11685 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11687         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11688         if optional last element is specified in splits (FIELD VALUE...).
11690 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11692         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11693         to gmm-image-load-path-for-library.  Call with no-error argument.
11694         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11696         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11698         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11700         * gmm-utils.el (gmm-image-load-path): Remove alias.
11702 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11704         * gmm-utils.el (gmm-image-load-path): Add alias.
11706         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11707         nnml-generate-nov-databases-1.
11708         (nnml-generate-nov-databases): Use it.
11709         (nnml-generate-nov-databases-directory): Document no-active
11710         argument.
11712         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11713         directory if path is t.  Add no-error.
11715         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11716         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11718         * gnus-art.el (gnus-article-browse-delete-temp-files):
11719         Simplify resetting gnus-article-browse-html-temp-list.
11721         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11722         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11723         Add example to docstring.  Rename local variables.  Move error
11724         checks to default case in cond and simplify.
11726 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11728         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11729         handle is multipart when calling it recursively.
11730         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11732 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11734         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11735         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11737 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11739         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11740         is loaded.
11742         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11743         loaded.
11745 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11747         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11748         to "Emacs 23 (unicode)" in doc string.
11750         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11751         "Emacs 23 (unicode)" in comment.
11753 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11755         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11757         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11758         characters 160 through 255 in Emacs 23.
11760 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11762         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11763         gnus-article-browse-html-temp.
11764         (gnus-article-browse-delete-temp): Make it customizable.
11765         Add `file'.  Adjust doc string.
11766         (gnus-article-browse-delete-temp-files): Add argument.
11767         Allow query for each file.  Adjust doc string.
11768         (gnus-article-browse-html-parts):
11769         Add `gnus-article-browse-delete-temp-files' to
11770         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11772 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11774         * gnus-art.el (gnus-article-browse-html-temp)
11775         (gnus-article-browse-delete-temp): New variables.
11776         (gnus-article-browse-delete-temp-files): New function.
11777         (gnus-article-browse-html-parts): Use it.
11779 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11783         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11784         string.
11786         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11787         gnus-summary-insert-new-articles when unplugged.
11788         Remove gnus-summary-search-article-forward.
11790         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11791         display-visual-class instead of display-color-cells.
11793 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11795         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11796         message/* containing non-ASCII text properly.
11798 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11800         * message.el: Require gmm-utils, remove autoloads.
11801         (message-tool-bar): Set default based on
11802         gmm-tool-bar-style.
11803         (message-tool-bar-gnome): Add gmm-customize-mode.
11805         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11806         gmm-tool-bar-style.
11807         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11809         * gnus-group.el (gnus-group-tool-bar): Set default based on
11810         gmm-tool-bar-style.
11811         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11813         * gmm-utils.el (gmm-image-directory): Rename variable from
11814         gmm-image-load-path.
11815         (gmm-image-load-path): Use gmm-image-directory.
11816         (gmm-customize-mode): New function.
11817         (gmm-tool-bar-style): New variable.
11819         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11820         gnus-group-redraw-line-number.
11821         (gnus-group-redraw-check): Simplify.
11822         (gnus-group-tool-bar-update): Remove redraw check.
11823         (gnus-group-make-tool-bar): Add redraw check.
11825 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11827         * gnus-art.el (gnus-button): Add missing parentheses.
11829 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11831         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11833 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11835         * gnus-art.el (gnus-button): New face.
11836         (gnus-article-button-face): Use it.
11838         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11839         Add gnus-summary-next-page.  Re-order.
11841         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11842         next-node are now included.
11843         (gnus-group-redraw-line-number): New internal variable.
11844         (gnus-group-redraw-check): Helper function for updating the tool
11845         bar.
11846         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11848         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11850         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11851         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11852         Use it to match format of Spamassassin 3.0 and later.
11853         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11854         (spam-check-bogofilter)
11855         (spam-bogofilter-register-with-bogofilter): Fix args of
11856         `gnus-error' calls.
11858 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11860         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11861         unnecessary interaction when sending queued mails.
11862         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11864 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11866         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11867         first or last are nil.
11869 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11871         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11873 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11875         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11877 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11879         * dns.el (query-dns): Protect more against buggy tcp output.
11881 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11883         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11884         nov.php.
11886 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11888         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11889         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11890         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11891         output on the server side.
11892         (nnweb-google-create-mapping): Update regexps and add some
11893         progress indication.
11895 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11897         * gnus-group.el (gnus-group-tool-bar-gnome):
11898         Fix gnus-agent-toggle-plugged.  Re-order icons.
11899         (gnus-group-tool-bar-gnome):
11900         Add gnus-group-{prev,next}-unread-group.
11901         (gnus-group-tool-bar-gnome): Re-order icons.
11903         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11904         Move gnus-summary-insert-new-articles.
11906         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11907         Fix comments.
11909         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11910         also available in Emacs 21.3.
11912         * message.el (message-fix-before-sending): Change "Emacs 22" to
11913         "Emacs 23 (unicode)" in comment.
11915         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11916         "Emacs 23 (unicode)" in comment.
11918         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11919         comment.
11920         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11922         * mm-view.el (mm-fill-flowed): Add :version.
11924 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11926         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11927         and load-path.
11929 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11931         * message.el: Autoload gmm-image-load-path.
11932         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11933         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11934         consitency.
11936         * gmm-utils.el (gmm-image-load-path): Also search in
11937         "../etc/images".  Don't set gmm-image-load-path if we don't find
11938         the image.
11940 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11942         * gmm-utils.el (gmm-image-load-path): Don't make
11943         `gmm-image-load-path' include subdirectories which the second arg
11944         `image' might specify.
11946         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11947         subdirectory to icon file names.
11949         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11951 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11953         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11954         gmm-image-load-path calls.
11956         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11958         * message.el (message-make-tool-bar): Ditto.
11960         * mml.el (mml-preview): Add comment concerning tool bar icons.
11962         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11963         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11965         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11966         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11968         * message.el (message-tool-bar-gnome): Use new icon names.
11969         (message-make-tool-bar): Use `gmm-image-load-path'.
11971         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11972         New functions from MH-E.
11973         (gmm-image-load-path): New variable from MH-E.
11974         (gmm-image-load-path): New function from MH-E.  Add arguments
11975         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11976         *-image-load-path-called-flag.
11978 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11980         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11982 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11984         * nnimap.el (nnimap-request-move-article): Change folder back to
11985         source group before deleting.
11987 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11989         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11991         * gnus-art.el (mm-url-insert-file-contents-external):
11992         Autoload mm-url.
11994         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11996 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11998         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11999         coding system which mm-charset-to-coding-system returns for a
12000         given charset is valid.
12002 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12004         * html2text.el (html2text-remove-tag-list):
12005         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12007 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12009         * gnus-cus.el: Revert 2005-10-17 change.
12011 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12013         * gnus-art.el (article-strip-banner):
12014         Call article-really-strip-banner only when the regexp match is made.
12016 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12018         * gnus-art.el (article-strip-banner):
12019         Use gnus-extract-address-components instead of
12020         mail-header-parse-addresses to make it work with non-ASCII text;
12021         remove mail-encode-encoded-word-string.
12023         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12024         values which are surrounded with \"...\"; make it never cause a
12025         Lisp error; give up parsing of parameters if it failed in
12026         extracting type.
12028 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12030         * smime.el (smime-cert-by-ldap-1): Fix bug where
12031         `smime-ldap-search' returns results without userCertificates.
12033 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12035         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12037 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12039         * spam.el (spam-check-spamassassin-headers): Adapt format for
12040         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12041         <ari@mbf.ocn.ne.jp>.
12042         (spam-list-of-processors): Add spam-use-gmane.
12044 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12046         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12047         make-temp-file; make it work with XEmacs as well.
12049         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12050         mm-make-temp-file.
12052         * mm-decode.el (mm-display-external): Use the 3rd arg of
12053         mm-make-temp-file.
12054         (mm-create-image-xemacs): Ditto.
12056 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12058         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12059         with message-narrow-to-headers.
12060         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12061         (gnus-draft-check-draft-articles): New function.
12062         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12064 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12066         * gnus-art.el (gnus-article-browse-html-parts):
12067         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12068         Don't use suffix argument for mm-make-temp-file for Emacs 21
12069         compatibility.  Remove useless `format'.
12071 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12073         * nnweb.el (nnweb-google-wash-article): Update regexps.
12074         (nnweb-group-alist): Use defvoo instead of defvar.
12076 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12078         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12079         re-loading nn* modules.
12081 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12083         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12084         for `tool-bar-mode' and don't check it's default-value.
12086         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12088         * message.el (message-make-tool-bar): Ditto.
12090         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12091         `substring'.  Shorten tmp-file name.
12093         * gnus.el: Remove bogus comment.
12095 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12097         * gnus-art.el (gnus-article-browse-html-parts): New function.
12098         (gnus-article-browse-html-article): New function for viewing html
12099         articles with a browser.
12101 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12103         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12104         (mml2015-pgg-encrypt): Ditto.
12106         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12107         (mml1991-pgg-encrypt): Ditto.
12109 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12111         * nnfolder.el (nnfolder-insert-newsgroup-line):
12112         Use message-make-date instead of current-time-string.
12114         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12115         to gnus-decoded which mm-uu might set.
12117 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12119         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12120         don't decode quoted parameters; remove misimported Emacs code.
12121         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12122         (rfc2231-decode-encoded-string): Don't use split-string which
12123         behaves differently according to Emacs version; use
12124         mm-decode-coding-region to convert charset to coding-system.
12125         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12126         (rfc2231-encode-string): Remove misimported Emacs code.
12128 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12130         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12131         when calling mail-header-parse-content-type.
12132         (article-de-quoted-unreadable): Ditto.
12133         (article-de-base64-unreadable): Ditto.
12134         (article-wash-html): Ditto.
12136         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12137         calling mail-header-parse-content-type and
12138         mail-header-parse-content-disposition.
12139         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12140         mail-header-parse-content-type.
12142         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12143         insert charset and format parameters; encode description after
12144         inserting it to buffer.
12145         (mml-insert-parameter): Fold lines properly even if a parameter is
12146         segmented into two or more lines; change the max column to 76.
12148         * rfc1843.el (rfc1843-decode-article-body): Don't use
12149         ignore-errors when calling mail-header-parse-content-type.
12151         * rfc2231.el (rfc2231-parse-string): Return at least type if
12152         possible; don't cause an error even if it fails in parsing of
12153         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12154         (rfc2231-encode-string): Don't break lines at the beginning, leave
12155         it to mml-insert-parameter.
12157         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12158         calling mail-header-parse-content-type.
12160 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12162         * spam-report.el (spam-report-gmane-use-article-number):
12163         Improve doc string.
12164         (spam-report-gmane-internal): Check if a suitable header was found
12165         in the article.
12167 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12169         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12170         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12172 2006-02-05  Romain Francoise  <romain@orebokech.com>
12174         Update copyright notices of all files in the gnus directory.
12176 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12178         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12180 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12182         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12183         segmented lines of parameter value to cope with Thunderbird 1.5
12184         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12185         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12186         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12188 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12190         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12191         parts.
12193 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12195         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12196         there's only one active file for all servers.
12197         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12198         solid groups.  Gnus might have used a FAST request to select the group.
12199         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12200         and nnweb-search redundantly in the active file.
12201         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12202         (nnweb-request-create-group): Don't use ARGS.
12203         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12204         initialisations.  Let nnoo do the work.
12206 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12208         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12209         Say the part has been decoded.
12211         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12213 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12215         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12216         mailcap-viewer-test-cache when there's no 'test clause, since that
12217         will invert the meaning of a "nil" test previously determined by
12218         mailcap-mailcap-entry-passes-test.
12220 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12222         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12223         compiling.
12225         * gnus-sum.el: Ditto.
12227         * message.el: Don't bind tool-bar-map when compiling.
12229 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12231         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12233 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12235         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12236         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12237         current Google Groups.
12239 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12241         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12242         and tool-bar-mode.
12244         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12245         and tool-bar-mode.
12247         * message.el (message-tool-bar-update): Simplify.
12248         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12250         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12251         gnus-summary-buffer.
12252         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12253         gnus-summary-reply.
12255         * gmm-utils.el (gmm): Add :version.
12257 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12259         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12260         Don't autoload.
12262 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12264         * gmm-utils.el (gmm-verbose): Add :group.
12266 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12268         * message.el: Change some comments WRT tool-bars.
12270         * gnus-sum.el (gnus-summary-tool-bar)
12271         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12272         (gnus-summary-tool-bar-zap-list): New variables.
12273         (gnus-summary-make-tool-bar): Complete rewrite using
12274         `gmm-tool-bar-from-list'.
12276         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12277         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12278         New variables.
12279         (gnus-group-make-tool-bar): Complete rewrite using
12280         `gmm-tool-bar-from-list'.
12281         (gnus-group-tool-bar-update): New function.
12283         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12285 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12287         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12288         is dissected into a single part of which the type is the same as
12289         the given one; decode charset.
12291 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12293         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12294         into alists as symbol not string, since that's what
12295         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12296         look for.
12298 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12300         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12301         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12303         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12305 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12307         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12308         (gnus-mime-security-button-menu): New definition.
12309         (gnus-mime-security-button-map): Use them.
12310         (gnus-mime-security-button-menu): New function.
12311         (gnus-insert-mime-security-button): Addition to help echo.
12312         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12313         (gnus-mime-security-pipe-part): New functions.
12315         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12316         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12318         * mm-decode.el (mm-handle-set-disposition): Remove.
12319         (mm-handle-set-description): Remove.
12321 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12323         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12324         (mm-w3m-standalone-supports-m17n-p): New function.
12325         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12326         w3m usage.
12328         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12329         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12331 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12333         * message.el (message-tool-bar-zap-list):
12334         Use gmm-tool-bar-zap-list as custom type.
12335         (message-tool-bar-update): New function.
12336         (message-tool-bar, message-tool-bar-gnome)
12337         (message-tool-bar-retro): Add message-tool-bar-update.
12338         (message-tool-bar-gnome): Add flyspell-buffer.
12340         * gnus-util.el (gnus-error): Describe `args'.
12342         * gmm-utils.el (gmm-error): Describe `args'.
12343         (gmm-tool-bar-zap-list): New widget.
12344         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12346 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12348         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12349         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12350         the number of recursive calls.
12352         * mm-decode.el (mm-handle-set-disposition): New macro.
12353         (mm-handle-set-description): New macro.
12355 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12357         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12358         encoding.
12360 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12362         * message.el (message-tool-bar-zap-list, message-tool-bar)
12363         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12364         (message-tool-bar-local-item-from-menu): Remove.
12365         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12366         (message-make-tool-bar): New function.
12367         (message-mode): Use `message-make-tool-bar'.
12369         * gmm-utils.el: New file.
12370         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12371         (gmm-lazy): New widget copied from `nnmail.el'.
12372         (gmm-tool-bar-from-list): New function for creating customizable
12373         tool bars.
12374         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12375         output.
12376         (gmm): Add :prefix to defgroup.
12378 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12380         * gmm-utils.el (gmm-widget-p): New function.
12382 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12384         * mml.el (mml-attach-file): Describe `description' in doc string.
12385         (mml-menu): Add Emacs MIME manual and PGG manual.
12387 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12389         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12391 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12393         * nntp.el (nntp-end-of-line): Doc fix.
12395 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12397         * imap.el (imap-open): Handle case where buffer is a buffer
12398         object.
12400 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12402         * gnus-delay.el (gnus-delay): Don't autoload.
12403         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12404         to be re-loaded when customizing the `gnus-delay' group.
12406 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12408         * message.el (message-insert-citation-line): Use newlines.
12410 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12412         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12414         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12416 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12418         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12420 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12422         * mm-decode.el (mm-inlined-types): Add application/pgp.
12423         (mm-automatic-display): Ditto.
12425         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12426         part as text.
12428 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12430         * nnrss.el: Update copyright.
12431         (nnrss-opml-import): Query whether to subscribe to each entry.
12433         * gnus-art.el:
12434         * gnus-sum.el:
12435         * mm-uu.el:
12436         * mm-view.el: Update copyright.
12438 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12440         * message.el (message-info): New function.
12441         (message-mode-menu): Add it.
12442         Update copyright.
12444         * ChangeLog: Fix and update copyright.
12446 2006-01-13  Romain Francoise  <romain@orebokech.com>
12448         * message.el (message-forward-subject-name-subject): Prefer the
12449         address to 'nowhere' if the sender has no name.
12450         Fix typo.  Update copyright year.
12452 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12454         * gnus-art.el (article-wash-html):
12455         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12456         (gnus-article-wash-html-with-w3m-standalone): New function.
12458         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12459         mm-inline-text-html-render-with-w3m-standalone.
12460         (mm-text-html-washer-alist): Map w3m-standalone to
12461         gnus-article-wash-html-with-w3m-standalone.
12462         (mm-inline-text-html-render-with-w3m-standalone): New function.
12464 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12466         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12467         Improve LaTeX.
12469 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12471         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12472         (nnrss-request-article): Render text/plain parts as HTML.
12474         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12475         the buffer.
12477 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12479         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12480         custom definition of `gnus-posting-styles'.
12482         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12483         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12485 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12487         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12488         Use nntp for bug archive.
12490 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12492         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12493         parts.
12494         (nnrss-normalize-date): New function converts ISO 8601 date into
12495         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12496         (nnrss-check-group): Use it.
12498 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12502         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12503         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12504         (nnrss-insert-w3): Ditto.
12506 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12508         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12509         the articles to be forwarded including the case where neither a
12510         number of articles nor a region is specified.
12512 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12514         * nnrss.el (nnrss-request-article): Fix last change; fill
12515         text/plain parts.
12517 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12519         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12520         in text/plain part.
12521         (nnrss-check-group): Don't add excessive newline to dc:subject.
12523 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12525         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12526         article.
12528 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12531         (nnml-use-compressed-files, nnml-save-mail): Support other
12532         comression programs such as bzip2.
12534 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12536         * dns.el (query-dns): Make sure we check the buffer size before
12537         removing tcp headers.
12539 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12541         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12542         remove MIME buttons associated with multipart/alternative parts.
12543         (gnus-mime-display-alternative): Tag buttons using `article-type'
12544         text property.
12546         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12547         associated with multipart/alternative parts.
12549         * gnus-art.el (gnus-signature-separator): Fix custom type.
12551         * mm-decode.el (mm-inlined-types): Fix custom type.
12552         (mm-keep-viewer-alive-types): Ditto.
12553         (mm-automatic-display): Ditto.
12554         (mm-attachment-override-types): Ditto.
12555         (mm-inline-override-types): Ditto.
12556         (mm-automatic-external-display): Ditto.
12558 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12560         * spam-report.el (spam-report-user-mail-address)
12561         (spam-report-user-agent): New variables.
12562         (spam-report-url-ping-plain): Use spam-report-user-agent.
12564 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12566         * gnus-art.el (gnus-button-handle-custom): Do not just use
12567         `customize-apropos' for any "M-x customize-*" button but the
12568         function called for.  Accept both the function name and its
12569         argument in order to achieve this.
12570         (gnus-button-alist): Remove support for "custom:" URL's.
12571         Pass function name to `gnus-button-handle-custom' in case of "M-x
12572         customize-*" buttons.
12574 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12576         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12577         multipart/alternative and add xref to mm-discouraged-alternatives
12578         in doc string.
12580         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12581         gnus-buttonized-mime-types in doc string.
12583 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12585         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12586         Suggest image/.* in the doc string.
12588 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12590         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12591         message-marks (Debian bug #342521).
12593 2005-12-12  Simon Josefsson  <jas@extundo.com>
12595         * password.el (password-read-from-cache): Add.
12596         (password-read): Use it.
12598 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12600         * rfc2047.el (rfc2047-charset-to-coding-system):
12601         Recognize us-ascii as a MIME charset.
12603         * mm-bodies.el (mm-decode-content-transfer-encoding):
12604         Protect against the case where the 2nd arg TYPE is nil.
12606 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12608         * pop3.el (pop3-stream-type): Fix custom version.
12610         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12612 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12614         * mm-decode.el (mm-display-external): Add missing cdr.
12616 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12618         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12619         RFC1524) if it is in mailcap or add a suffix according to
12620         mailcap-mime-extensions when generating a temp filename; postpone
12621         deleting a temp file for 2 seconds for some wrappers, shell
12622         scripts, and so on, which might exit right after having started a
12623         viewer command as a background job.
12625 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12627         * nntp.el (nntp-marks-directory): Fix custom group.
12629         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12630         steps when < 10.
12632         * gnus-start.el (gnus-no-server-1):
12633         Mention `gnus-level-default-subscribed' in doc string.
12635 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12637         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12638         parens.
12640 2005-11-26  Dave Love  <fx@gnu.org>
12642         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12643         (tls-program, tls-success): Provide openssl alternative.
12645         * starttls.el: Doc fixes.
12646         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12647         SERVICE to PORT.
12649         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12650         port null or service name.
12651         (starttls-negotiate): Autoload.
12653 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12655         * message.el (message-kill-to-signature): Fix interactive spec.
12657 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12659         * pop3.el (pop3-open-server): Recognize a string as a service name.
12661 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12663         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12665 2005-11-23  Dave Love  <fx@gnu.org>
12667         Add pop3s, pop3/starttls.
12669         * pop3.el (pop3-authentication-scheme): Clarify doc.
12670         (open-tls-stream, starttls-open-stream): Autoload.
12671         (pop3-stream-type): New.
12672         (pop3-open-server): Use it.
12674         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12675         for POP.
12676         (mail-source-keyword-map): Add :stream for POP.
12677         (mail-source-fetch-pop): Use pop3-stream-type.
12679 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12681         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12682         of current-time-string.
12684 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12686         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12687         date header.
12689 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12691         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12692         it can seriously impact performance as it bypasses the agent's
12693         local caches.
12695 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12697         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12698         must be explicitly online rather than "not explicitly offline" for
12699         its flags to be synchronized.
12701         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12702         that gnus-uu-unmark-thread will function correctly.
12704         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12705         1024K is instead displayed as 1M.
12707 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12709         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12711 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12713         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12715 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12717         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12718         error message to display actual error condition.
12719         (gnus-agent-save-local): Avoid saving symbols that are bound to
12720         nil as they simply result in a warning message in
12721         gnus-agent-read-local.
12723 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12725         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12726         rather than make-variable-buffer-local for file-precious-flag.
12728 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12730         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12731         for duplicates which are removed.  The invalid sort check then
12732         triggers a rescan after the sort as sorting may have moved
12733         duplicate entries such that they can be cheaply detected.
12735 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12737         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12739 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12741         * gnus-agent.el (gnus-agent-article-alist-save-format):
12742         Change internal variable to a custom variable.  Change default value
12743         from compressed(2) to uncompressed(1).
12744         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12745         support for uncompressed agentview files.  Taken together, reading
12746         the agentview file should now be 6-7 times faster.
12748 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12750         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12751         as a buffer-local variable.  This avoids creating truncated
12752         dribble files as a result of a hang up, eg.
12754 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12756         * gnus-start.el (gnus-start-draft-setup):
12757         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12759         * gnus.el (gnus-splash): Change custom group.
12760         (gnus-group-get-parameter, gnus-group-parameter-value):
12761         Describe allow-list argument.
12763         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12764         string.
12766 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12768         * gnus-art.el (gnus-default-article-saver): Add user-defined
12769         `function' to custom type.
12771 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12773         * imap.el (imap-open): Handle case where buffer is a buffer
12774         object.
12776 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12778         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12779         long lines.
12780         (gnus-cache-delete-group): Wrap doc strings.
12782         * gnus-agent.el (gnus-agent-rename-group)
12783         (gnus-agent-delete-group): Wrap doc strings.
12785 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787         * gnus-start.el (gnus-1): Add "native" to
12788         gnus-predefined-server-alist.
12790         * gnus.el (gnus-method-to-server): Don't add "native" to the
12791         lists here, because that leads to problems when
12792         gnus-select-method is bound.
12794 2005-11-09  Simon Josefsson  <jas@extundo.com>
12796         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12797         use (not sort-by-date) instead.
12799 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12801         * gnus-delay.el (gnus-delay-group): Don't autoload.
12802         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12803         to be re-loaded when customizing the `gnus-delay' group.
12805 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12807         * message.el: Revert last changes.
12808         (message-insert-citation-line): Use newlines.
12810 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12812         * message.el (message-courtesy-message)
12813         (message-mark-insert-begin, message-mark-insert-end)
12814         (message-elide-ellipsis, message-cancel-message)
12815         (message-add-header, message-change-subject)
12816         (message-cross-post-followup-to-header)
12817         (message-cross-post-insert-note, message-reduce-to-to-cc)
12818         (message-widen-reply, message-delete-not-region)
12819         (message-kill-to-signature, message-insert-signature)
12820         (message-insert-importance-high, message-insert-importance-low)
12821         (message-insert-or-toggle-importance)
12822         (message-insert-disposition-notification-to)
12823         (message-indent-citation, message-yank-original)
12824         (message-cite-original-without-signature, message-cite-original)
12825         (message-insert-citation-line, message-position-on-field)
12826         (message-fix-before-sending, message-send-mail-partially)
12827         (message-send-mail, message-send-mail-with-sendmail)
12828         (message-send-mail-with-qmail, message-send-news)
12829         (message-check-news-header-syntax, message-generate-headers)
12830         (message-insert-courtesy-copy, message-fill-address)
12831         (message-fill-header, message-shorten-references)
12832         (message-setup-1, message-cancel-news)
12833         (message-forward-make-body-plain, message-forward-make-body-mime)
12834         (message-forward-make-body-mml, message-encode-message-body)
12835         (message-forward-make-body-digest-plain)
12836         (message-forward-make-body-digest-mime)
12837         (message-use-alternative-email-as-from): Insert `hard-newline'
12838         instead of ordinary newlines.
12840 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12842         * message.el (message-generate-headers): Downcase the argument
12843         given to message-check-element.
12845 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12847         * nntp.el (nntp-authinfo-rejected): New error condition.
12848         (nntp-wait-for): Use new error condition to signal authentication
12849         error.
12850         (nntp-retrieve-data): Rethrow new error condition to break out of
12851         recursive call to nntp-send-authinfo.
12853 2005-11-08  Romain Francoise  <romain@orebokech.com>
12855         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12856         (gnus-summary-exit-map): Bind to `Z p'.
12857         (gnus-summary-make-menu-bar): Add menu item.
12859 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12861         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12862         (gnus-treat-*): Add `first' in all doc strings.
12864         * gnus-group.el (gnus-group-compact-group): Fix typo.
12866 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12868         * gnus.el (gnus-parameters-case-fold-search): New variable.
12869         (gnus-parameters-get-parameter): Use it.
12871         * gnus-score.el (gnus-home-score-file): Doc fix.
12873 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12875         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12877 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12879         * mm-util.el (mm-special-display-p): New function.
12881         * mml.el (mml-preview): Use it; doc fix.
12883 2005-10-29  Romain Francoise  <romain@orebokech.com>
12885         * message.el (message-fix-before-sending): Fix comment.
12887 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12889         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12891 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12893         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12894         Used in gnus-score.el.
12896 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12898         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12900 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12902         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12903         whitespace removed in revision 7.8.  Use concatenated string to
12904         protect trailing whitespace.
12906 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12908         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12909         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12910         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12911         Courier IMAP ("some version from 2004").  Mostly based on similar
12912         code in the same function.
12914 2005-10-26  Didier Verna  <didier@xemacs.org>
12916         * gnus-group.el (gnus-group-compact-group): Invalidate original
12917         article buffer.
12918         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12919         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12920         NOV database and in article itself.
12921         Invalidate article backlog.
12923 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12925         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12927 2005-10-26  Simon Josefsson  <jas@extundo.com>
12929         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12930         part of 2004-07-25 change.
12932 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12934         * message.el (message-display-completion-list): New function.
12935         (message-expand-group): Use it; make sure the Completions buffer
12936         is modifiable.
12938 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12940         * imap.el (imap-open): Handle case where buffer is a buffer object.
12942 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
12944         * pgg-def.el:
12945         * pgg-gpg.el:
12946         * pgg-parse.el:
12947         * pgg-pgp.el:
12948         * pgg-pgp5.el:
12949         * pgg.el: Move to the parent lisp directory.
12951 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12953         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12954         user-mail-name is an empty string.
12956 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12958         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12959         depending on gnus-score-decay-constant.
12961         * encrypt.el (encrypt-insert-file-contents)
12962         (encrypt-write-file-contents): Don't use `gnus-message'.
12964         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12965         arguments.
12966         (mm-uu-type-alist): Add message-marks and insert-marks.
12967         Pass arguments to mm-uu-verbatim-marks-extract.
12968         (mm-uu-hide-markers): New variable.
12969         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12971         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12972         (gnus-convert-image-to-face-command): Use "convert" by default to
12973         allow other input image formats.
12974         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12975         accordingly.
12977 2005-10-23  Simon Josefsson  <jas@extundo.com>
12979         * imap.el (imap-gssapi-program): Align command line parameters
12980         with latest GNU SASL.
12981         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12983 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12986         HTML.
12987         (nnslashdot-request-article): Ditto.
12989 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12991         * mail-source.el (mail-source-fetch-pop): Require pop3.
12992         (mail-source-check-pop): Ditto.
12994 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12996         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12997         errors.
12999 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13001         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13002         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13004         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13006         * mm-bodies.el (mm-decode-string):
13007         Call `mm-charset-to-coding-system' with allow-override argument.
13009 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13011         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13012         (rfc2047-charset-to-coding-system): New function.
13013         (rfc2047-decode-encoded-words): New function.
13014         (rfc2047-decode-region): Use them.
13015         (rfc2047-decode-cte): Remove.
13016         (rfc2047-parse-and-decode): Remove.
13017         (rfc2047-decode): Remove.
13019 2005-10-15  Kenichi Handa  <handa@m17n.org>
13021         * rfc2047.el (rfc2047-decode-cte): New function.
13022         (rfc2047-decode-region): Change the way to decode successive
13023         encoded-words: decode B- or Q-encoding in each encoded-word,
13024         concatenate them, and decode it as charset.
13026 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13028         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13029         widget-move-and-invoke.
13030         (gnus-custom-mode): Use gnus-custom-map.
13032 2005-10-15  Bill Wohler  <wohler@newt.com>
13034         * message.el (message-tool-bar-map): Rename image file from
13035         mail_send to mail/send.
13037 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13039         * message.el (message-expand-group): Pass the common
13040         prefix substring of completion to `display-completion-list'.
13042 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13044         * mml-sec.el (mml-secure-method): New internal variable.
13045         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13046         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13047         New functions using mml-secure-method.
13049         * mml.el (mml-mode-map): Add key bindings for those functions.
13050         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13051         Harder <harder@myrealbox.com>.
13052         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13053         Goto end of message if point is the headers of the message.
13055         * message.el (message-in-body-p): New function.
13057         * assistant.el: Autoload gnus-util and netrc.
13059         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13060         Use `mm-charset-override-alist' only when decoding.
13062         * mm-bodies.el (mm-decode-body):
13063         Call `mm-charset-to-coding-system' with allow-override argument.
13065         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13066         `filename' from Content-Disposition if Content-Type doesn't
13067         provide `name'.
13068         (gnus-mime-view-part-as-type): Set default instead of
13069         initial-input.
13071 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13073         * format-spec.el (format-spec): Propagate text properties of % spec.
13075 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13077         * gnus-art.el (gnus-treat-predicate): Add `first'.
13079 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13081         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13082         (mm-charset-override-alist): New variable.
13083         (mm-charset-to-coding-system): Use it.
13084         (mm-codepage-setup): New helper function.
13085         (mm-charset-eval-alist): New variable.
13086         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13087         Warn about unknown charsets.
13089 2005-10-04  David Hansen  <david.hansen@gmx.net>
13091         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13092         (nnrss-check-group): Ditto.
13094 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13096         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13097         Rename x-gnus-verbatim to x-verbatim.
13098         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13100         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13101         x-verbatim.
13103         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13105         * gnus-util.el (gnus-remove-duplicates): Remove.
13107         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13108         instead of gnus-remove-duplicates.
13110         * message.el (message-remove-duplicates): Remove.
13111         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13112         message-remove-duplicates.
13114         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13115         available, else use implementation from `delete-dups'.
13117         * message.el (message-insert-expires): New function.
13118         (message-mode-map): Add key binding.
13119         (message-mode-field-menu): Add menu entry.
13120         (message-mode): Document it.
13121         (message-make-expires-date): Use `message-make-date'.
13123 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13125         * message.el (message-make-expires-date): New function.
13127 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13129         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13131 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13133         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13134         function rather than the diff-mode.el package.
13135         (mm-display-external): Use with-current-buffer.
13136         (mm-viewer-completion-map, mm-viewer-completion-map):
13137         Move initialization inside declaration.
13139 2005-09-29  Simon Josefsson  <jas@extundo.com>
13141         * spam.el: Load hashcash when compiling, to avoid warnings.
13142         Don't autoload mail-check-payment.
13143         (spam-check-hashcash): Define unconditionally, since hashcash.el
13144         is part of Gnus now.  Ignore errors from payment checking.
13146 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13148         * message.el (message-bold-region, message-unbold-region):
13149         Rename from `bold-region' and `unbold-region'.
13151         * message.el: Remove useless autoloads.
13153 2005-09-28  Simon Josefsson  <jas@extundo.com>
13155         * message.el (message-use-idna): Default to t.
13156         (message-use-idna): Test whether encoding works too.  Doc fix.
13158 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13160         * nntp.el (nntp-warn-about-losing-connection): Remove.
13162 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13164         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13165         customizable.  Change default value.
13166         (mm-uu-diff-groups-regexp): Change default value.
13167         (mm-uu-type-alist): Add doc string.
13168         (mm-uu-configure): Add doc string.  Make it interactive.
13169         (mm-uu-tex-groups-regexp): New variable.
13170         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13171         (mm-uu-type-alist): Add LaTeX documents.
13172         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13173         of "text/verbatim".
13174         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13176         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13177         instead of "text/verbatim".
13179         * message.el (message-mark-inserted-region)
13180         (message-mark-insert-file): Use slrn style marks when called with
13181         prefix argument.
13183 2005-09-27  Simon Josefsson  <jas@extundo.com>
13185         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13187 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13189         * message.el (message-remove-duplicates): New function.
13190         Implementation borrowed from `gnus-remove-duplicates'.
13191         (message-idna-to-ascii-rhs): Also encode idna addresses in
13192         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13193         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13194         only ask about the same idna domain once per header and also tell
13195         in what header to replace the idna domain.
13197         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13198         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13199         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13200         a header is decoded and not just the last one.
13202 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13204         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13205         has been decoded.
13207         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13208         (mm-insert-part): Don't modify text if it has been decoded.
13210         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13211         decoded.
13213         * mm-view.el (mm-inline-text): Don't strip text props unless
13214         decoding enriched or richtext parts.
13216 2005-09-25  Romain Francoise  <romain@orebokech.com>
13218         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13219         * gnus-start.el (gnus-subscribe-interactively):
13220         * gnus-uu.el (gnus-uu-grab-articles):
13221         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13222         space.
13224 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13226         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13227         * mm-view.el (mm-view-pkcs7-decrypt):
13228         * gnus-sum.el (gnus-summary-limit-to-extra)
13229         (gnus-summary-respool-article, gnus-read-move-group-name):
13230         * gnus-score.el (gnus-summary-increase-score):
13231         * gnus-util.el (gnus-completing-read-with-default):
13232         * gnus-art.el (gnus-read-save-file-name)
13233         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13234         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13235         * message.el (message-check-news-header-syntax):
13236         Follow convention for reading with the minibuffer.
13238 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13240         * spam-report.el (spam-report-url-ping-plain):
13241         Use gnus-extended-version as User-Agent.
13243         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13244         default value is nil.
13246         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13247         (mm-uu-verbatim-marks-extract): New function.
13248         (mm-uu-extract): New face.
13249         (mm-uu-copy-to-buffer): Use it.
13251         * spam-report.el (spam-report-gmane-ham): Rename from
13252         `spam-report-gmane-unspam'.
13253         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13254         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13256         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13257         Autoload.
13258         (spam-report-gmane-unregister-routine):
13259         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13261 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13263         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13264         (spam-report-gmane-unregister-routine): Add support for gmane
13265         unregistration.
13267         * spam-report.el (spam-report-gmane-unspam)
13268         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13269         (spam-report-gmane): Change to take a single article and do unspam
13270         registration.
13272 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13274         * mm-url.el (mm-url-decode-entities): Fix regexp.
13276 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13278         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13279         default to nil, to be able to use Gnus at all.  If the default
13280         switches to something else, then the function should be fixed not
13281         be exceedingly slow.
13283 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13285         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13286         fail hard.
13288         * spam-report.el: Add better Keywords line.
13290         * spam.el: Add Maintainer and better Keywords line.
13292 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13294         * gnus-art.el (gnus-article-replace-part)
13295         (gnus-mime-replace-part): New functions.
13296         (gnus-mime-action-alist, gnus-mime-button-commands)
13297         (gnus-mime-save-part-and-strip): Add file argument.
13298         (gnus-article-part-wrapper): Add interactive argument.
13300         * gnus-sum.el (gnus-summary-mime-map):
13301         Add `gnus-article-replace-part'.
13303 2005-09-19  Didier Verna  <didier@xemacs.org>
13305         The nnml compaction feature:
13306         * nnml.el (nnml-request-compact-group): New function.
13307         * nnml.el (nnml-request-compact): New function.
13308         * gnus-int.el (gnus-request-compact-group): New function.
13309         * gnus-int.el (gnus-request-compact): New function.
13310         * gnus-group.el (gnus-group-compact-group): New function.
13311         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13312         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13313         * gnus-srvr.el (gnus-server-compact-server): New function.
13314         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13315         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13317 2005-09-18  Deepak Goel  <deego@gnufans.org>
13319         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13320         format spec.
13322 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13324         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13326 2005-09-15  Romain Francoise  <romain@orebokech.com>
13328         * message.el (message-fill-paragraph): Clarify docstring.
13330 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13332         * gnus-art.el (gnus-mime-display-part): Protect against broken
13333         MIME messages.
13335 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13337         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13338         before parsing header.
13340 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13342         * html2text.el (html2text-replace-list): Add new entities.
13344 2005-09-11  Romain Francoise  <romain@orebokech.com>
13346         * message.el (message-alternative-emails): Improve docstring.
13347         (message-setup-1): Call `message-use-alternative-email-as-from'
13348         after `message-setup-hook' to give it precedence over posting
13349         styles, etc.
13350         (message-use-alternative-email-as-from): Add docstring.
13351         Remove the original From header if present.
13353         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13354         (nnml-save-mail): Use it.
13356         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13357         articles.  Add new argument `silent'.
13358         (gnus-uu-mark-all): Report the total number of marked articles.
13360 2005-09-10  Romain Francoise  <romain@orebokech.com>
13362         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13363         (gnus-uu-mark-series): Likewise.
13365 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13367         * spam-report.el (spam-report-gmane): Fix generation of spam
13368         report URL.
13370 2005-09-10  Simon Josefsson  <jas@extundo.com>
13372         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13373         t, based on discussion on the ding list with Robert Epprecht
13374         <epprecht@solnet.ch>.
13376 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13378         * spam-report.el (spam-report-gmane): Make it work without
13379         X-Report-Spam header.  Gmane now only provides Archived-At.
13380         This is only used if `spam-report-gmane-use-article-number' is nil.
13381         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13383         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13384         make `gnus-summary-sort-by-recipient' work with threading.
13386         * nnweb.el (nnweb-google-wash-article): Print a message if article
13387         is not available.
13389 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13391         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13392         change.  Decode text/* parts content before displaying.
13394 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13396         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13398 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13402 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13404         * message.el (message-tab-body-function): Fix mismatched custom type.
13406         * gnus.el (gnus-group-change-level-function): Ditto.
13408         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13410         * gnus-art.el (gnus-signature-limit)
13411         (gnus-article-mime-part-function): Ditto.
13413 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13415         * mml.el (mml-mode): Silence the byte compiler.
13417         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13418         using `(sit-for 0)' before moving the point to the specified part;
13419         skip unbuttonized parts.
13420         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13421         return to the summary window if gnus-auto-select-part is non-nil.
13423 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13425         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13426         New variables.
13427         (mml-dnd-attach-file, mml-mode): Use them.
13429         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13430         Make fetching article by MID work again for Google Groups.
13431         Add FIXME concerning gnus-group-make-web-group.
13433         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13434         Don't depend on Gnus by using mail-extract-address-components if
13435         gnus-extract-address-components is not bound.
13437 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13439         * gnus-art.el (gnus-mime-display-security): Don't display the
13440         signature, but only the signed part.
13442 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13444         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13446         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13447         list, not listp.
13449 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13451         * mm-encode.el (mm-encode-content-transfer-encoding):
13452         Likewise when encoding.
13454         * mm-bodies.el (mm-decode-content-transfer-encoding):
13455         De-canonicalize CRLF for all text content types, not just
13456         text/plain.
13458 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13460         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13461         valid article; point arrow and cursor at the MIME button.
13463 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13465         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13466         Suggested by Dan Christensen <jdc@uwo.ca>.
13468         * mm-decode.el (mm-save-part): Enable change of prompt.
13470 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13472         * gnus-msg.el (gnus-inews-add-send-actions):
13473         Make `message-post-method' lambda parameter ARG `&optional'.
13475 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13477         * gnus-sum.el (gnus-summary-mime-map):
13478         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13479         gnus-article-jump-to-part.
13481         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13482         (gnus-article-edit-part): Use it.
13483         (gnus-article-part-wrapper): Add no-handle argument.
13484         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13485         New functions.
13487 2005-08-29  Romain Francoise  <romain@orebokech.com>
13489         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13490         docstring.
13491         (gnus-face-from-file): Likewise.
13493 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13495         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13496         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13497         non-nil.
13498         (gnus-auto-select-part): New variable.
13499         (gnus-article-jump-to-part): New function.
13500         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13501         (gnus-mime-delete-part): Allow selecting specified part after
13502         deleting or stripping parts.
13503         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13504         part if argument is bogus.
13506 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13508         * gnus-art.el (w3m-minor-mode-map):
13509         * gnus-spec.el (gnus-newsrc-file-version):
13510         * gnus-util.el (nnmail-active-file-coding-system)
13511         (gnus-original-article-buffer, gnus-user-agent):
13512         * gnus.el (gnus-ham-process-destinations)
13513         (gnus-parameter-ham-marks-alist)
13514         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13515         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13516         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13517         * mm-decode.el (gnus-current-window-configuration):
13518         * mm-extern.el (gnus-article-mime-handles):
13519         * mm-url.el (url-current-object, url-package-name)
13520         (url-package-version):
13521         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13522         (smime-keys, w3m-cid-retrieve-function-alist)
13523         (w3m-current-buffer, w3m-display-inline-images)
13524         (w3m-minor-mode-map):
13525         * mml-smime.el (gnus-extract-address-components):
13526         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13527         (gnus-newsrc-hashtb, message-default-charset)
13528         (message-deletable-headers, message-options)
13529         (message-posting-charset, message-required-mail-headers)
13530         (message-required-news-headers):
13531         * mml1991.el (mc-pgp-always-sign):
13532         * mml2015.el (mc-pgp-always-sign):
13533         * nnheader.el (nnmail-extra-headers):
13534         * rfc1843.el (gnus-decode-encoded-word-function)
13535         (gnus-decode-header-function, gnus-newsgroup-name):
13536         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13538 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13540         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13541         the end of the date treatments.
13543 2005-08-15  Simon Josefsson  <jas@extundo.com>
13545         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13546         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13547         Capello and Romain Francoise.
13548         (pgg-fetch-key-function): Remove, not used?
13549         (pgg-insert-url-with-w3): Require url, to get
13550         url-insert-file-contents regardless of where it is defined.
13552 2005-08-13  Romain Francoise  <romain@orebokech.com>
13554         * message.el (message-cite-original-1): New function.
13555         (message-cite-original): Use it.
13556         (message-cite-original-without-signature): Ditto.
13558 2005-08-08  Romain Francoise  <romain@orebokech.com>
13560         * message.el (message-yank-empty-prefix): New variable.
13561         (message-indent-citation): Use it.
13562         (message-cite-original-without-signature): Respect X-No-Archive.
13564 2005-08-08  Simon Josefsson  <jas@extundo.com>
13566         * pgg.el: Autoload url-insert-file-contents instead of loading
13567         w3/url.
13568         (pgg-insert-url-with-w3): Don't load url here.
13570 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13572         * message.el (message-kill-to-signature): Don't insert newline at
13573         bol.
13574         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13576 2005-08-06  Romain Francoise  <romain@orebokech.com>
13578         * message.el (message-user-fqdn): Fix typo in docstring.
13580 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13582         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13584         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13586 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13588         * mm-bodies.el (mm-encode-body): Use coding system rather than
13589         charset to encode text.
13591         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13592         number of charsets if utf-8 is available (XEmacs).
13594 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13596         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13597         taken from `gnus-button-mid-or-mail-regexp'.
13598         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13599         (gnus-button-alist): Improve regexp for domain part of the MIDs
13600         for news:localpart@domain buttons.
13601         (gnus-button-ctan-directory-regexp): Update.
13603 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13605         * sieve-manage.el (sieve-manage-interactive-login):
13606         Use make-local-variable rather than make-variable-buffer-local.
13607         (sieve-manage-open): Ditto.
13608         (sieve-manage-authenticate): Ditto.
13610         * mml.el (mml-generate-mime-1): Make the content type default to
13611         text/plain if the filename is not specified.
13613 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13615         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13616         instead of insert-buffer.
13618         * message.el (message-yank-original): Ditto; set the mark at the
13619         end of the yanked message.
13621 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13623         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13624         lines to scroll rather than to stop it.
13626         * mml.el (mml-generate-default-type): Add doc string.
13627         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13628         default to application/octet-stream when determining the content
13629         type if it is not specified for the part or the mml contents; add
13630         a comment about mml-generate-default-type.
13632 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13634         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13635         make it default to application/octet-stream when determining the
13636         content type if it is not specified for the external contents.
13638 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13640         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13641         segmented parameter but also other parameters might be there.
13643 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13645         * mm-decode.el (mm-display-external): Delete temp file, directory
13646         and buffer immediately if the external process is exited.
13648 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13651         fewer lines than that of scroll-margin.
13652         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13654 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13656         * gnus-art.el (gnus-article-next-page): Revert.
13657         (gnus-article-beginning-of-window): New macro.
13658         (gnus-article-next-page-1): Use it.
13659         (gnus-article-prev-page): Ditto.
13660         (gnus-article-edit-part): Use insert-buffer-substring instead of
13661         insert-buffer.
13662         (gnus-article-edit-exit): Ditto.
13664         * gnus-util.el (gnus-beginning-of-window): Remove.
13665         (gnus-end-of-window): Remove.
13667 2005-07-25  Simon Josefsson  <jas@extundo.com>
13669         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13670         to have the url package without w3.  Reported by Daiki Ueno
13671         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13673 2005-07-20  Didier Verna  <didier@xemacs.org>
13675         * gnus-diary.el: Remove the description comment (nndiary is now
13676         properly documented in the Gnus manual).
13677         Fix the spelling of "Back End".
13678         * nndiary.el: Ditto.
13679         Fix the copyright notice.
13681 2005-07-18  Romain Francoise  <romain@orebokech.com>
13683         * gnus-sum.el (gnus-summary-to-prefix)
13684         (gnus-summary-newsgroup-prefix): New variables.
13685         (gnus-summary-from-or-to-or-newsgroups): Use them.
13687 2005-07-17  Romain Francoise  <romain@orebokech.com>
13689         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13690         space as it's generally not especially interesting to the user.
13692 2005-07-16  Romain Francoise  <romain@orebokech.com>
13694         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13695         nil to avoid prompting and file modification if one of the
13696         messages at the top of the nnfolder file contains a copyright
13697         notice.
13698         Update copyright notice.
13700         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13701         instead of `current-time-string' as the latter creates a time
13702         string that is not RFC 2822 compliant (it lacks the zone).
13703         Update copyright notice.
13705 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13707         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13708         for text/rtf.  Display default in prompt.  Pass default for M-n.
13710         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13712 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13714         * gnus-msg.el (gnus-button-mailto):
13715         Remove save-selected-window-window hackery because it relies on
13716         save-selected-window internals.
13718 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13720         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13721         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13722         (gnus-article-prev-page): Ditto.
13724         * gnus-util.el (gnus-beginning-of-window): New function.
13725         (gnus-end-of-window): New function.
13727 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13729         * gnus-score.el (gnus-score-edit-all-score):
13730         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13731         gnus-message.
13733 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13735         * gnus-msg.el (gnus-button-mailto):
13736         Remove save-selected-window-window hackery because it relies on
13737         save-selected-window internals.
13739 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13741         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13742         add-minor-mode.
13743         (gnus-binary-mode): Ditto.
13745         * gnus-topic.el (gnus-topic-mode): Ditto.
13747 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13749         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13750         (gnus-article-prev-page): Take scroll-margin into consideration.
13752 2005-07-04  Lute Kamstra  <lute@gnu.org>
13754         Update FSF's address in GPL notices.
13756 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13758         * gnus.el (gnus-exit):
13759         * gnus-group.el (gnus-group-icons):
13760         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13762         * gnus-nocem.el (gnus-nocem):
13763         * message.el (message-various, message-buffers, message-sending)
13764         (message-interface, message-forwarding, message-insertion)
13765         (message-headers, message-news, message-mail):
13766         * pgg-gpg.el (pgg-gpg):
13767         * pgg-parse.el (pgg-parse):
13768         * pgg-pgp.el (pgg-pgp):
13769         * pgg-pgp5.el (pgg-pgp5):
13770         * pop3.el (pop3): Finish `defgroup' description with period.
13772 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13774         * gnus-art.el (article-display-face): Improve the efficiency.
13775         (article-display-x-face): Ditto; remove grey x-face stuff.
13777 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13779         * gnus-art.el (article-display-face): Correct the position in
13780         which Faces are inserted.
13782 2005-06-29  Didier Verna  <didier@xemacs.org>
13784         * gnus-art.el (article-display-face): Display faces in correct
13785         order.
13787 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13789         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13790         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13791         (gnus-nocem-check-article): Fetch the Type header.
13792         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13793         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13794         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13795         make sure gnus-nocem-hashtb is initialized.
13796         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13797         (gnus-nocem-unwanted-article-p): Ditto.
13799         * pgg.el (pgg-verify): Return the verification result.
13801 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13803         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13804         is ascii.
13806 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13808         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13809         `show-nonbreak-escape'.
13811 2005-06-23  Lute Kamstra  <lute@gnu.org>
13813         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13815         * dig.el (dig-mode):
13816         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13818 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13820         * nnimap.el (nnimap-split-download-body): Fix spellings.
13822 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13824         * gnus-art.el (gnus-article-encrypt-body):
13825         * gnus-cus.el (gnus-score-customize):
13826         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13827         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13829 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13831         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13832         header by looking for magic "MII" at the beginnig.
13834 2005-06-16  Miles Bader  <miles@gnu.org>
13836         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13837         (assistant-field-face): New backward-compatibility alias for renamed
13838         face.
13839         (assistant-render-text): Use renamed assistant-field face.
13841         * spam.el (spam): Remove "-face" suffix from face name.
13842         (spam-face): New backward-compatibility alias for renamed face.
13843         (spam-face, spam-initialize): Use renamed spam face.
13845         * message.el (message-header-to, message-header-cc)
13846         (message-header-subject, message-header-newsgroups)
13847         (message-header-other, message-header-name)
13848         (message-header-xheader, message-separator, message-cited-text)
13849         (message-mml): Remove "-face" suffix from face names.
13850         (message-header-to-face, message-header-cc-face)
13851         (message-header-subject-face, message-header-newsgroups-face)
13852         (message-header-other-face, message-header-name-face)
13853         (message-header-xheader-face, message-separator-face)
13854         (message-cited-text-face, message-mml-face):
13855         New backward-compatibility aliases for renamed faces.
13856         (message-font-lock-keywords): Use renamed message faces.
13858         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13859         (sieve-test-commands, sieve-tagged-arguments):
13860         Remove "-face" suffix from face names.
13861         (sieve-control-commands-face, sieve-action-commands-face)
13862         (sieve-test-commands-face, sieve-tagged-arguments-face):
13863         New backward-compatibility aliases for renamed faces.
13864         (sieve-control-commands-face, sieve-action-commands-face)
13865         (sieve-test-commands-face, sieve-tagged-arguments-face):
13866         Use renamed sieve faces.
13868         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13869         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13870         (gnus-group-news-3-empty, gnus-group-news-4)
13871         (gnus-group-news-4-empty, gnus-group-news-5)
13872         (gnus-group-news-5-empty, gnus-group-news-6)
13873         (gnus-group-news-6-empty, gnus-group-news-low)
13874         (gnus-group-news-low-empty, gnus-group-mail-1)
13875         (gnus-group-mail-1-empty, gnus-group-mail-2)
13876         (gnus-group-mail-2-empty, gnus-group-mail-3)
13877         (gnus-group-mail-3-empty, gnus-group-mail-low)
13878         (gnus-group-mail-low-empty, gnus-summary-selected)
13879         (gnus-summary-cancelled, gnus-summary-high-ticked)
13880         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13881         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13882         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13883         (gnus-summary-low-undownloaded)
13884         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13885         (gnus-summary-low-unread, gnus-summary-normal-unread)
13886         (gnus-summary-high-read, gnus-summary-low-read)
13887         (gnus-summary-normal-read, gnus-splash):
13888         Remove "-face" suffix from face names.
13889         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13890         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13891         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13892         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13893         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13894         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13895         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13896         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13897         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13898         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13899         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13900         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13901         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13902         (gnus-summary-normal-ticked-face)
13903         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13904         (gnus-summary-normal-ancient-face)
13905         (gnus-summary-high-undownloaded-face)
13906         (gnus-summary-low-undownloaded-face)
13907         (gnus-summary-normal-undownloaded-face)
13908         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13909         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13910         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13911         (gnus-splash-face):
13912         New backward-compatibility aliases for renamed faces.
13913         (gnus-group-startup-message): Use renamed gnus faces.
13915         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13916         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13917         (gnus-server-agent): Remove "-face" suffix from face names.
13918         (gnus-server-agent-face, gnus-server-opened-face)
13919         (gnus-server-closed-face, gnus-server-denied-face)
13920         (gnus-server-offline-face):
13921         New backward-compatibility aliases for renamed faces.
13922         (gnus-server-agent-face, gnus-server-opened-face)
13923         (gnus-server-closed-face, gnus-server-denied-face)
13924         (gnus-server-offline-face): Use renamed gnus faces.
13926         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13927         Remove "-face" suffix from face names.
13928         (gnus-picon-xbm-face, gnus-picon-face):
13929         New backward-compatibility aliases for renamed faces.
13931         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13932         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13933         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13934         (gnus-cite-11): Remove "-face" suffix from face names.
13935         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13936         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13937         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13938         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13939         New backward-compatibility aliases for renamed faces.
13940         (gnus-cite-attribution-face, gnus-cite-face-list)
13941         (gnus-article-boring-faces): Use renamed gnus faces.
13943         * gnus-art.el (gnus-signature, gnus-header-from)
13944         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13945         (gnus-header-content): Remove "-face" suffix from face names.
13946         (gnus-signature-face, gnus-header-from-face)
13947         (gnus-header-subject-face, gnus-header-newsgroups-face)
13948         (gnus-header-name-face, gnus-header-content-face):
13949         New backward-compatibility aliases for renamed faces.
13950         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13952         * gnus-sum.el (gnus-summary-selected-face)
13953         (gnus-summary-highlight): Use renamed gnus faces.
13954         * gnus-group.el (gnus-group-highlight): Likewise.
13956 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13958         * gnus-sieve.el (gnus-sieve-article-add-rule):
13959         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13960         * spam-stat.el (spam-stat-buffer-change-to-spam)
13961         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13963         * message.el (message-is-yours-p):
13964         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13966 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13968         * mm-view.el (mm-inline-text): Withdraw the last change.
13970 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13972         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13973         executing enriched-decode.
13975 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13977         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13978         charset of tar files.
13980 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13982         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13984 2005-06-04  Lute Kamstra  <lute@gnu.org>
13986         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13987         information is never recorded.
13989 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13991         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13993 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13995         * pop3.el (pop3-apop): Run md5 in the binary mode.
13997         * starttls.el (starttls-set-process-query-on-exit-flag):
13998         Use eval-and-compile.
14000 2005-05-31  Simon Josefsson  <jas@extundo.com>
14002         * smime.el (smime-replace-in-string): Define.
14003         (smime-cert-by-ldap-1): Use it.
14005 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14007         * gnus-art.el (article-display-x-face): Replace
14008         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14010         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14011         set-process-query-on-exit-flag or process-kill-without-query.
14013         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14014         loop instead of replace-regexp.
14016         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14017         instead of process-kill-without-query if it is available.
14019         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14020         instead of find-file-hooks if it is available.
14022         * mml1991.el: Bind pgg-default-user-id when compiling.
14024         * mml2015.el: Bind pgg-default-user-id when compiling.
14026         * nndraft.el (nndraft-request-associate-buffer):
14027         Use write-contents-functions instead of write-contents-hooks if it is
14028         available.
14030         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14031         instead of find-file-hooks if it is available.
14033         * nntp.el (nntp-open-connection): Replace
14034         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14035         (nntp-open-ssl-stream): Ditto.
14036         (nntp-open-tls-stream): Ditto.
14038         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14039         set-process-query-on-exit-flag or process-kill-without-query.
14040         (starttls-open-stream-gnutls): Use it instead of
14041         process-kill-without-query.
14042         (starttls-open-stream): Ditto.
14044 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14046         * smime.el (smime-cert-by-ldap-1): Don't use
14047         replace-regexp-in-string.
14049 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14051         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14053         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14054         in PEM format.  Adjust to the XEmacs compability.
14056 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14058         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14059         by `string-to-number'.
14060         * gnus-agent.el (gnus-agent-regenerate-group)
14061         (gnus-agent-fetch-articles): Ditto.
14062         * gnus-art.el (gnus-button-fetch-group): Ditto.
14063         * gnus-cache.el (gnus-cache-generate-active)
14064         (gnus-cache-articles-in-group): Ditto.
14065         * gnus-group.el (gnus-group-set-current-level)
14066         (gnus-group-insert-group-line): Ditto.
14067         * gnus-score.el (gnus-score-set-expunge-below)
14068         (gnus-score-set-mark-below, gnus-summary-score-effect)
14069         (gnus-summary-score-entry): Ditto.
14070         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14071         (gnus-soup-pack): Ditto.
14072         * gnus-spec.el (gnus-xmas-format): Ditto.
14073         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14074         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14075         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14076         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14077         * nndb.el (nndb-get-remote-expire-response): Ditto.
14078         * nndiary.el (nndiary-parse-schedule-value)
14079         (nndiary-string-to-number, nndiary-request-replace-article)
14080         (nndiary-request-article): Ditto.
14081         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14082         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14083         * nneething.el (nneething-make-head): Ditto.
14084         * nnfolder.el (nnfolder-request-article)
14085         (nnfolder-retrieve-headers): Ditto.
14086         * nnheader.el (nnheader-file-to-number): Ditto.
14087         * nnkiboze.el (nnkiboze-request-article): Ditto.
14088         * nnmail.el (nnmail-process-unix-mail-format)
14089         (nnmail-process-babyl-mail-format): Ditto.
14090         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14091         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14092         (nnmh-request-create-group, nnmh-request-list-1)
14093         (nnmh-request-group, nnmh-request-article): Ditto.
14094         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14095         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14096         * nnsoup.el (nnsoup-make-active): Ditto.
14097         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14098         * nntp.el (nntp-find-group-and-number)
14099         (nntp-retrieve-headers-with-xover): Ditto.
14100         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14101         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14102         (pgg-format-key-identifier): Ditto.
14103         * pop3.el (pop3-last, pop3-stat): Ditto.
14104         * qp.el (quoted-printable-decode-region): Ditto.
14106         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14107         of concat.
14109 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14111         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14113         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14115         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14117         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14119         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14121         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14123         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14124         (gnus-carpal-mode): Ditto.
14126         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14127         (gnus-browse-mode): Ditto.
14129         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14131         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14133 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14135         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14137 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14139         * gnus-util.el (gnus-run-mode-hooks): New function.
14141         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14143 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14145         * gnus-agent.el (gnus-agent-make-mode-line-string):
14146         Use mode-line-highlight as mouse-face.
14148 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14150         * canlock.el (canlock): Change the parent group to news.
14152         * deuglify.el (gnus-outlook-deuglify): Add :group.
14154         * dig.el (dig): Add :group.
14156         * dns-mode.el (dns-mode): Add :group.
14158         * encrypt.el (encrypt): Add :group.
14160         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14161         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14162         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14163         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14164         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14166         * gnus-diary.el (gnus-diary): Add :group.
14168         * gnus.el (gnus-group-news-1-face): Add :group.
14169         (gnus-group-news-1-empty-face): Ditto.
14170         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14171         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14172         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14173         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14174         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14175         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14176         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14177         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14178         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14179         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14180         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14181         (gnus-summary-high-ticked-face): Ditto.
14182         (gnus-summary-low-ticked-face): Ditto.
14183         (gnus-summary-normal-ticked-face): Ditto.
14184         (gnus-summary-high-ancient-face): Ditto.
14185         (gnus-summary-low-ancient-face): Ditto.
14186         (gnus-summary-normal-ancient-face): Ditto.
14187         (gnus-summary-high-undownloaded-face): Ditto.
14188         (gnus-summary-low-undownloaded-face): Ditto.
14189         (gnus-summary-normal-undownloaded-face): Ditto.
14190         (gnus-summary-high-unread-face): Ditto.
14191         (gnus-summary-low-unread-face): Ditto.
14192         (gnus-summary-normal-unread-face): Ditto.
14193         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14194         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14196         * hashcash.el (hashcash): New custom group.
14197         (hashcash-default-payment): Add :group.
14198         (hashcash-payment-alist): Ditto.
14199         (hashcash-default-accept-payment): Ditto.
14200         (hashcash-accept-resources): Ditto.
14201         (hashcash-path): Ditto.
14202         (hashcash-extra-generate-parameters): Ditto.
14203         (hashcash-double-spend-database): Ditto.
14204         (hashcash-in-news): Ditto.
14206         * message.el (message-minibuffer-local-map): Add :group.
14208         * netrc.el (netrc): Add :group.
14210         * sieve-manage.el (sieve-manage-log): Add :group.
14211         (sieve-manage-default-user): Diito.
14212         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14213         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14214         (sieve-manage-authenticators): Ditto.
14215         (sieve-manage-authenticator-alist): Ditto.
14216         (sieve-manage-default-port): Ditto.
14218         * sieve-mode.el (sieve-control-commands-face): Add :group.
14219         (sieve-action-commands-face): Ditto.
14220         (sieve-test-commands-face): Ditto.
14221         (sieve-tagged-arguments-face): Ditto.
14223         * smime.el (smime): Add :group.
14225         * spam-report.el (spam-report): Add :group.
14227         * spam.el (spam, spam-face): Add :group.
14229 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14231         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14232         return \n.\n.\n at the end of articles.  Protect against that.
14233         (nntp-with-open-group): Allow debugging.
14235         * nnheader.el (mail-header-set-extra): Make into a function
14236         because I just could't understand how to quote the list properly.
14238         * dns.el (query-dns-cached): New function.
14240 2005-05-26  Lute Kamstra  <lute@gnu.org>
14242         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14244 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14246         * gnus-art.el: Don't autoload mail-extract-address-components.
14248         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14249         eval-and-compile to evaluate it.
14251         * hashcash.el: Don't autoload executable-find.
14253         * nndb.el: Don't declare the nndb back end two or more times; don't
14254         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14256         * nntp.el: Autoload format-spec instead of format; use
14257         eval-and-compile to evaluate autoload forms.
14259 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14261         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14263 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14265         * gnus.el (gnus-version-number): Bump version.
14267 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14269         * gnus.el: No Gnus v0.3 is released.
14271 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14273         * gnus-art.el (gnus-article-edit-part): Disable undo.
14275 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14277         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14278         gnus-article-date-lapsed-new-header is t if date timer is active;
14279         skip headers in which the original date value is empty.
14280         (gnus-article-save-original-date): Redefine it as a macro.
14281         (gnus-display-mime): Use it.
14283 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14285         * gnus-art.el (article-date-ut): Support converting date in
14286         forwarded parts as well.
14287         (gnus-article-save-original-date): New function.
14288         (gnus-display-mime): Use it.
14290 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14292         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14293         enclosure element of <item>.
14295 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14297         * message.el (message-kill-buffer-query): Rename from
14298         `message-kill-buffer-query-if-modified'.  Add :version.
14300 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14302         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14303         window layout.
14305 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14307         * mml.el: Autoload dnd when compiling.
14309 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14311         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14312         x-dnd-*.
14314 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14316         * qp.el (quoted-printable-encode-region): Save excursion.
14318 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14320         * message.el (message-kill-buffer-query-if-modified): Add new variable
14321         so the user can kill a modified message buffer quickly.
14322         (message-kill-buffer): Use it.
14324 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14326         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14327         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14329 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14331         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14332         contained in text because xml.el decodes entities) with LFs.
14334 2005-04-11  Lute Kamstra  <lute@gnu.org>
14336         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14337         differently.
14339 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14341         * mm-util.el (mm-detect-coding-region): Typo.
14343 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14345         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14347 2005-04-06  Deepak Goel  <deego@gnufans.org>
14349         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14350         user-function allow user modifications of the scores.
14351         (spam-stat-score-buffer-user): New function, to allow
14352         user-computed modifications to the score.
14353         (spam-stat-score-buffer-user-functions): List of additional
14354         scoring functions.
14355         (spam-stat-error-holder): Global temporary error holder.
14356         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14357         variable.
14359 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14361         * gnus-registry.el (gnus-registry-clean-empty-function)
14362         (gnus-registry-trim, gnus-registry-fetch-groups)
14363         (gnus-registry-delete-group): Groups that match
14364         `gnus-registry-ignored-groups' are removed from the registry
14365         entries, not just ignored for splitting.  This helps clean up the
14366         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14367         to get all the groups a message ID is in.
14369         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14370         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14371         (spam-stat-score-buffer-user-functions): Add :number custom type.
14373 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14375         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14376         argument in XEmacs.
14378         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14379         (nnrss-request-group): Decode group name first.
14380         (nnrss-request-article): Make a text/plain article if mml-to-mime
14381         failed.
14382         (nnrss-get-encoding): Return a compatible encoding according to
14383         nnrss-compatible-encoding-alist.
14384         (nnrss-find-el): Use consp instead of listp.
14385         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14387 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14389         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14390         which Emacs 20 doesn't support.
14391         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14393 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14395         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14396         silence the byte compiler inside the defun.
14398         * gnus-demon.el (parse-time-string): Add autoload.
14400         * gnus-delay.el (parse-time-string): Add autoload.
14402         * gnus-art.el (parse-time-string): Add autoload.
14404         * nnultimate.el (parse-time): Require for `parse-time-string'.
14406 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14408         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14410         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14412         * smime.el (smime-ldap-host-list): Add :version.
14414 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14416         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14417         pass it to `gnus-browse-read-group'.
14418         (gnus-browse-read-group): Add NUMBER argument and pass it to
14419         `gnus-group-read-ephemeral-group'.
14421         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14422         argument and pass it to `gnus-group-read-group'.
14424 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14426         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14427         mm-xemacs-find-mime-charset-1 if we have the mule feature
14428         available at runtime.
14430 2005-03-25  Werner Lemberg  <wl@gnu.org>
14432         * nnmaildir.el: Replace `illegal' with `invalid'.
14434 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14436         * gnus-start.el (gnus-display-time-event-handler):
14437         Check display-time-timer at runtime rather than only at load time
14438         in case display-time-mode is turned off in the mean time.
14440 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14442         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14443         used.
14445         * nneething.el (nneething-map-file-directory): Derive from
14446         `gnus-directory'.
14448         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14449         the To/Cc button.
14451 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14453         * nnmaildir.el (nnmaildir-request-accept-article):
14454         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14456 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14458         * gnus-async.el: Require timer-funcs at compile time when in
14459         XEmacs for `run-with-idle-timer'.
14461 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14463         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14464         autoloaded function.
14466 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14468         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14470 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14472         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14474 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14476         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14477         Add gnus-expert-user to default.
14479 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14481         * nnimap.el (nnimap-open-server): Ditto.
14483         * imap.el (imap-authenticate): Fix typo.
14485 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14487         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14488         buffer (since IMAP server might return FETCH response out of
14489         order, and the nntp buffer must be sorted).
14491 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14493         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14494         comparison on string.
14496         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14497         (gnus-agent-score): Rename category keywords to match gnus-cus.
14498         (gnus-agent-summary-fetch-series): Modify to protect against
14499         gnus-agent-summary-fetch-group clearing processable flags.
14500         (gnus-agent-synchronize-group-flags): Update live group buffer as
14501         synchronization may occur due to the user toggle the plugged
14502         status.
14503         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14504         successfully downloaded.
14505         (gnus-agent-expire-group-1): Avoid using markers when the overview
14506         is in ascending order; greatly improves performance.
14507         (gnus-agent-regenerate-group):
14508         Use gnus-agent-synchronize-group-flags to reset read status in both
14509         gnus and server.
14510         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14512 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14514         * message.el: Don't autoload former message-utils variables.
14515         (message-strip-subject-trailing-was): Change doc string.
14517         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14518         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14519         (nnweb-google-search): Add "hl=en" here.
14520         (nnweb-google-parse-1, nnweb-google-create-mapping):
14521         Don't hardcode URL.
14523 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14525         * message.el (message-get-reply-headers, message-followup):
14526         Mention related variables `message-use-followup-to' and
14527         `message-use-mail-followup-to', in the information buffer.
14529         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14530         of broken groups(-beta).google.com.
14532 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14534         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14535         parameter to invoked gnus-request-move-article; remove the
14536         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14537         all at once instead of once per article.
14538         (gnus-summary-remove-process-mark): Accept a list of articles as
14539         well as a single article for processing.
14541         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14542         parameter.
14544         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14546         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14548         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14549         parameter.
14551         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14552         parameter.
14554         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14555         parameter and remove the gnus-sum-hint-move-is-internal variable.
14557         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14558         parameter.
14560         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14561         parameter.
14563         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14564         parameter.
14566         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14568         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14569         parameter.
14571         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14572         parameter.
14574 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14577         a more conservative way.
14579 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14581         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14582         buffer, so it moves the window's cursor.
14584 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14586         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14587         `mm-dissect-multipart' and receive the from field as an (optional)
14588         argument from `mm-dissect-multipart'.
14589         (mm-dissect-multipart): Receive the from field as an argument and
14590         pass it on when we call `mm-dissect-buffer' on MIME parts.
14591         Fixes verification/decryption of signed/encrypted MIME parts.
14593 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14595         * gnus-sum.el (gnus-summary-move-article):
14596         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14597         whatever it calls (right now, only nnimap-request-move article
14598         respects it).
14600         * nnimap.el (nnimap-request-move-article):
14601         When gnus-sum-hint-move-is-internal is set, don't do the extra
14602         nnimap-request-article.
14604 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14606         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14608         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14609         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14611         * gnus-sum.el (gnus-summary-caesar-message):
14612         Apply `gnus-treat-article' after rotation.
14614         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14615         doc string.
14617 2005-02-22  Simon Josefsson  <jas@extundo.com>
14619         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14620         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14621         <arne@arnested.dk>.
14622         (encrypt): Add password-cache and password-cache-expiry as group
14623         members.
14625 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14627         * smime.el (smime-ldap-host-list): Doc fix.
14628         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14629         cache) password.
14630         (smime-sign-region): Use it.
14631         (smime-decrypt-region): Use it.
14632         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14633         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14634         fails.
14635         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14636         certificate from DER to PEM format rather than calling openssl.
14638         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14640         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14641         for signing/encryption.
14643         * mml.el (mml-parse-1): Use them.
14645 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14647         * nnrss.el (nnrss-verbose): Remove.
14648         (nnrss-request-group): Use `nnheader-message' instead.
14650 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14652         * nnrss.el (nnrss-verbose): New variable.
14653         (nnrss-request-group): Make it say nnrss is requesting a group.
14655 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14657         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14658         Handle news URL with given port correctly.
14660 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14662         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14663         containing special characters.
14665         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14667         * mml.el (mime-to-mml): Ditto.
14669         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14670         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14671         (rfc2047-decode-region): Quote decoded words containing special
14672         characters when rfc2047-quote-decoded-words-containing-tspecials
14673         is non-nil.
14675 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14677         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14679         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14681 2005-02-15  Simon Josefsson  <jas@extundo.com>
14683         * nnimap.el (nnimap-debug): Doc fix.
14685         * imap.el (imap-debug): Doc fix.
14687 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14689         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14691 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14693         * gnus.el (spam-contents): Improve docs for spam-contents
14694         parameter in its variable incarnation.
14696 2005-02-14  Simon Josefsson  <jas@extundo.com>
14698         * smime-ldap.el: Use require instead of load-library for ldap.
14699         (smime-ldap-search): Indent.
14700         (smime-ldap-search-internal): Shorten line.
14702         * smime.el (smime-cert-by-dns): Add doc-string.
14703         (smime-cert-by-ldap-1): Indent.
14705         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14706         mml-smime-get-dns-ldap.
14707         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14709 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14711         * smime.el: Require smime-ldap.
14712         (smime-ldap-host-list): New variable.
14713         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14715         * mml-smime.el (mml-smime-encrypt-query): New function.
14716         (mml-smime-encrypt-query): Use it.
14718         * smime-ldap.el: New file.
14720 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14722         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14724 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14726         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14727         argument in doc string.  Make query for type more clear.
14729 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14731         * gnus.el (gnus-group-startup-message): Search for gnus images in
14732         etc/images/gnus.
14733         * mm-util.el (mm-image-load-path): Likewise.
14734         * smiley.el (smiley-data-directory): Search for smilies in
14735         etc/images/smilies.
14737 2005-02-09  Kim F. Storm  <storm@cua.dk>
14739         Change Emacs release version from 21.4 to 22.1 throughout.
14740         Change Emacs development version from 21.3.50 to 22.0.50.
14742 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14744         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14746         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14747         non-Mule XEmacs as well.
14748         (mm-decompress-buffer): Signal an error intentionally if it does
14749         not decompress compressed data because auto-compression-mode is
14750         disabled.
14752 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14754         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14755         an ID in the registry even if it has no groups.
14757 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14759         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14760         merge it into mm-decompress-buffer.
14761         (gnus-mime-copy-part): Use the MIME part charset, the value which
14762         a user specified or gnus-newsgroup-charset for decoding, like
14763         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14764         save-buffer what was used.  Suggested by Kevin Ryde
14765         <user42@zip.com.au>.
14766         (gnus-mime-inline-part): Allow the name parameter as well as the
14767         filename parameter; force decompressing of compressed data; always
14768         display contents being not decoded as unibyte.
14770         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14771         as well as the filename parameter.
14773         * mm-util.el (mm-decompress-buffer):
14774         Merge gnus-mime-jka-compr-maybe-uncompress.
14775         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14776         of compressed data.
14778 2005-02-08  Simon Josefsson  <jas@extundo.com>
14780         * imap.el (imap-log): Doc fix.
14782 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14784         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14785         the coding cookies; decompress compressed parts.
14787         * mml.el (mml-generate-mime-1): Add the charset parameter according
14788         to the value which a user specified manually or the coding cookie.
14790         * mm-util.el (mm-string-to-multibyte): New function.
14791         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14792         (mm-coding-system-to-mime-charset): New function.
14793         (mm-decompress-buffer): New function.
14794         (mm-find-buffer-file-coding-system): New function.
14796         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14797         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14798         parts.
14800 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14802         * mm-view.el (mm-display-inline-fontify): Decode a part according
14803         to the charset parameter.
14805 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14807         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14808         prefix arg is neither nil nor a number, as info specifies.
14810 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14812         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14813         timestamps.
14815 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14817         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14818         groups error checking and notify user.
14820 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14822         * message.el (message-send-mail-function): Check existence of
14823         sendmail-program first before using default value
14824         `message-send-mail-with-sendmail'.  Otherwise use more generic
14825         `smtpmail-send-it'.
14827 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14829         * nntp.el (nntp-request-update-info): Always return nil.
14831 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14833         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14835 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14837         * message.el (message-beginning-of-line): Change the behavior when
14838         invoked between BOL and : so that it first moves backward.
14840 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14842         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14843         article buffer when editing of the article is discarded.
14844         (gnus-article-prepare): Revert.
14846 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14848         * gnus-art.el (gnus-article-prepare):
14849         Remove message-strip-forbidden-properties from the local hook.
14851 2005-01-27  Simon Josefsson  <jas@extundo.com>
14853         * password.el (password-cache-add): Only start one timer per key.
14854         Reported by Derek Atkins <warlord@MIT.EDU>.
14856 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14858         * run-at-time.el: Remove.  It is no longer needed as
14859         timer-funcs.el in the xemacs-base package has a working version of
14860         `run-at-time'.
14862         * password.el: Require timer-funcs instead of run-at-time in
14863         XEmacs.
14864         Remove `password-run-at-time' macro.
14865         (password-cache-add): Use `run-at-time' instead of
14866         `password-run-at-time'.
14868         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14869         for `run-with-idle-timer'.
14871         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14872         for `run-at-time'.
14874         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14875         for `with-timeout'.
14877 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14879         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14880         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14882 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14884         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14885         sensitively.
14887 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14889         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14891 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14893         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14894         which will be inserted according to the multibyteness of a buffer
14895         rather than the type of contents.  Suggested by ARISAWA Akihiro
14896         <ari@mbf.ocn.ne.jp>.
14898         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14899         of string which old xml.el may return rather than a string.
14901 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14903         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14905 2005-01-16  Simon Josefsson  <jas@extundo.com>
14907         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14908         idn/idna.el isn't available.
14909         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14910         <michael@waxrat.com>.
14912         * hashcash.el: Remove non-FSF copyright header.
14914         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14915         (hashcash-generate-payment): Use it.
14916         (hashcash-generate-payment-async): Use it.
14918 2005-01-15  Simon Josefsson  <jas@extundo.com>
14920         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14921         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14923         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14924         gnus-summary-idna-message.
14925         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14926         (gnus-summary-idna-message): New function.
14928 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14930         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14931         gnus-novice-user.
14933 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14935         * nnrss.el (nnrss-request-delete-group): Delete entries in
14936         nnrss-group-alist as well.
14937         (nnrss-save-server-data): Insert newline.
14939 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14941         * gnus.el (gnus-user-agent): Use list of symbols instead of
14942         symbols.  Display full version number for (S)XEmacs.
14943         Optionally display (S)XEmacs codename.
14945         * gnus-util.el (gnus-emacs-version): Update for new
14946         `gnus-user-agent'.
14948         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14949         Gnus version.
14951 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14953         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14954         which is unreadable in some setups.
14956 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14958         * gnus-spec.el (gnus-update-format-specifications): Flush the
14959         group format spec cache if it doesn't support decoded group names.
14961 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14963         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14964         Allow to apply decay on score files matching a regexp.
14966 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14968         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14969         compatibility in %g and %c.
14971 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14973         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14974         name for only %g and %c.
14975         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14976         of gnus-tmp-group to decoded group name.
14977         (gnus-group-make-rss-group): Exclude `/'s from group names.
14979 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14981         * nnrss.el (nnrss-get-encoding): Fix regexp.
14983 2004-12-27  Simon Josefsson  <jas@extundo.com>
14985         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14986         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14987         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14989 2004-12-17  Kim F. Storm  <storm@cua.dk>
14991         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14993         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14995 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14997         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14999 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15001         * nnrss.el: Require rfc2047 and mml.
15002         (nnrss-file-coding-system): New variable.
15003         (nnrss-format-string): Redefine it as an inline function.
15004         (nnrss-decode-group-name): New function.
15005         (nnrss-string-as-multibyte): Remove.
15006         (nnrss-retrieve-headers): Decode group name; don't use
15007         nnrss-format-string.
15008         (nnrss-request-group): Decode group name.
15009         (nnrss-request-article): Decode group name; allow a Message-ID as
15010         well as an article number; don't use nnrss-format-string; encode a
15011         Message-ID string which may contain non-ASCII characters; use
15012         mml-to-mime to compose a MIME article.
15013         (nnrss-request-expire-articles): Decode group name.
15014         (nnrss-request-delete-group): Decode group name.
15015         (nnrss-fetch): Clarify error message.
15016         (nnrss-read-server-data): Use insert-file-contents instead of load;
15017         bind file-name-coding-system; use multibyte buffer.
15018         (nnrss-save-server-data): Bind coding-system-for-write to the
15019         value of nnrss-file-coding-system; bind file-name-coding-system;
15020         add coding cookie.
15021         (nnrss-read-group-data): Use insert-file-contents instead of load;
15022         bind file-name-coding-system; use multibyte buffer.
15023         (nnrss-save-group-data): Bind coding-system-for-write to the
15024         value of nnrss-file-coding-system; bind file-name-coding-system.
15025         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15026         make it work with non-ASCII text.
15027         (nnrss-find-el): Make it work with old xml.el as well.
15029 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15031         * nnrss.el (nnrss-get-encoding): New function.
15032         (nnrss-fetch): Use unibyte buffer initially; bind
15033         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15034         decode contents according to the encoding attribute.
15035         (nnrss-save-group-data): Add coding cookie.
15036         (nnrss-mime-encode-string): New function.
15037         (nnrss-check-group): Use it to encode subject and author.
15039 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15041         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15042         imaginary variable.
15044 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15046         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15047         correctly even if there are wide characters.
15049 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15051         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15052         downcased symbol names; make a new cache instead of reusing
15053         bbdb-hashtable.
15055 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15057         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15058         concatenating segments rather than before concatenating them.
15059         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15061         * message.el (message-get-reply-headers): Bind `extra'.
15063 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15065         * message.el (message-extra-wide-headers): New variable.
15066         (message-get-reply-headers): Use it.
15068 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15070         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15071         (gnus-agent-group-pathname): Ditto.
15073         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15075         * gnus-group.el (gnus-group-make-group): Decode group name.
15076         (gnus-group-make-rss-group): Register the group data after opening
15077         the nnrss group.
15079 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15081         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15082         by expiry now get marked as read.
15084 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15086         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15088 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15090         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15091         unify Latin characters in XEmacs.
15092         (mm-find-mime-charset-region): Use it.
15094 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15096         * gnus-util.el (gnus-delete-directory): New function.
15098         * gnus-agent.el (gnus-agent-delete-group): Use it.
15100         * gnus-cache.el (gnus-cache-delete-group): Use it.
15102 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15104         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15105         names.
15107 2004-12-16  Simon Josefsson  <jas@extundo.com>
15109         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15111 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15113         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15115         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15116         (gnus-group-set-current-level): Decode group name.
15118 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15120         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15121         failed.
15123 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15125         * gnus-group.el (gnus-group-delete-group): Decode group name.
15126         (gnus-group-make-rss-group): Encode group name.
15127         (gnus-group-catchup-current): Decode group name.
15128         (gnus-group-kill-group): Decode group name.
15130 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15132         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15134 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15136         * gnus-group.el (gnus-group-make-rss-group):
15137         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15139         * gnus-start.el (gnus-setup-news): Honor user's setting to
15140         gnus-message-archive-method.  Suggested by Lute Kamstra
15141         <lute@gnu.org>.
15143 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15145         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15146         global counterparts of the buffer-local variables.
15148 2004-11-16  Romain Francoise  <romain@orebokech.com>
15150         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15151         counterparts of the buffer-local variables.
15153 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15155         * message.el (message-forbidden-properties): Fix typo in doc
15156         string.
15158 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15160         * gnus-util.el (gnus-replace-in-string): Add doc string.
15162         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15163         to avoid problems when splitting mails with many recipients.
15165 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15167         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15168         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15170 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15172         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15173         if there is no hashtable in memory or file modification time is
15174         newer than cached timestamp.
15176 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15178         * gnus-sum.el (gnus-summary-limit-to-recipient):
15179         Implement not-matching option.
15181 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15183         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15184         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15185         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15186         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15187         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15188         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15190 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15192         * message.el (message-forward-make-body-mml): Remove headers
15193         according to message-forward-ignored-headers if a message is decoded.
15195 2004-12-02  Romain Francoise  <romain@orebokech.com>
15197         * message.el (message-forward-make-body-plain): Always remove
15198         headers according to message-forward-ignored-headers.
15200 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15202         * spam.el (spam-summary-prepare-exit): Remove the
15203         gnus-summary-limit pop for now, it has problems with ham marks for
15204         me.
15206 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15208         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15209         correctly.
15211 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15213         * format-spec.el (format-spec): Message the char.
15215 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15217         * gnus-art.el (gnus-split-methods): Reformat comments.
15219         * spam.el (spam-summary-prepare-exit): Remove article limits
15220         before exiting the summary buffer.
15222 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15224         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15225         order to silence the byte compiler.
15227         * spam.el: Fix the way to silence the byte compiler, which
15228         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15229         bbdb-search-simple, spam-BBDB-register-routine,
15230         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15231         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15232         spam-stat-buffer-is-spam, spam-stat-load,
15233         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15234         spam-stat-save and spam-stat-split-fancy.
15236 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15238         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15239         which may confuse users.
15240         (canlock-password-for-verify): Ditto.
15242         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15244         * gnus-art.el (gnus-emphasis-alist): Ditto.
15246         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15248         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15250         * gnus-start.el (gnus-save-killed-list): Ditto.
15252         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15253         (gnus-sum-thread-tree-root): Ditto.
15254         (gnus-sum-thread-tree-false-root): Ditto.
15255         (gnus-sum-thread-tree-single-indent): Ditto.
15257         * message.el (message-courtesy-message): Ditto.
15258         (message-archive-note): Ditto.
15259         (message-subscribed-address-file): Ditto.
15260         (message-user-fqdn): Ditto.
15262         * spam-report.el (spam-report-gmane-regex): Ditto.
15264         * spam.el (spam-blackhole-good-server-regex): Ditto.
15266 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15268         * mml.el (mml-preview): Widen the message buffer before copying
15269         the contents to the preview buffer; sort headers before previewing.
15271         * message.el (message-hidden-headers): Fix the way to avoid a bug
15272         in the `repeat' widget in Emacs 21.3 or earlier.
15274 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15276         * message.el (message-hidden-headers): Default to "^References:".
15277         Improve customization type.  Suggested by Reiner Steib
15278         <Reiner.Steib@gmx.de>.
15280 2004-11-25  Romain Francoise  <romain@orebokech.com>
15282         * message.el (message-strip-forbidden-properties): Remove check for
15283         obsolete `message-hidden' text property, hidden headers are not
15284         accessible in the buffer anymore.
15286 2004-11-22  Romain Francoise  <romain@orebokech.com>
15288         * message.el (message-header-format-alist): Add `From' in list
15289         so that it can be sorted.
15290         (message-fix-before-sending): Widen and sort headers before
15291         sending.
15292         (message-hide-headers): Use narrowing to hide headers by moving
15293         them to the top of the buffer and narrowing to the region
15294         underneath.
15296 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15298         * message.el (message-strip-forbidden-properties):
15299         Bind buffer-read-only (etc) to nil.
15301 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15303         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15304         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15306 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15308         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15310 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15312         * dns.el (query-dns): Use sit-for to time instead of
15313         accept-process-output, since that doesn't seem to work on udp
15314         sockets.
15316 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15318         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15320 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15322         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15323         doc string.  Improve doc string.
15325 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15327         * nntp.el (nntp-request-update-info): Return nil if
15328         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15329         may not call gnus-activate-group which uselessly issues the GROUP
15330         commands for all nntp groups and wastes time.  Reported by Romain
15331         Francoise <romain@orebokech.com>.
15333         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15335 2004-11-15  Simon Josefsson  <jas@extundo.com>
15337         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15338         headers separately.
15339         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15340         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15342 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15344         * gnus-start.el (gnus-convert-old-newsrc):
15345         Assign legacy-gnus-agent to 5.10.7.
15347 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15349         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15350         start of the lines.
15352 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15354         * hashcash.el (hashcash-default-payment): Change default to 20.
15355         (hashcash-default-accept-payment): Change default to 20.
15356         (hashcash-process-alist): New variable.
15357         (hashcash-generate-payment-async): Add.
15358         (hashcash-already-paid-p): Add.
15359         (hashcash-insert-payment): Don't generate payments twice.
15360         (hashcash-insert-payment-async): Add.
15361         (hashcash-insert-payment-async-2): Add.
15362         (hashcash-cancel-async): Add.
15363         (hashcash-wait-async): Add.
15364         (hashcash-processes-running-p): Add.
15365         (hashcash-wait-or-cancel): Add.
15366         (mail-add-payment): New optional argument.  Conditionally start
15367         asynchronous calculation.
15368         (mail-add-payment-async): Add.
15370         * message.el (message-send-mail): Wait for asynchronous hashcash
15371         results.  Don't clobber existing X-Hashcash headers.
15372         (message-setup-1): Call mail-add-payment-async when
15373         message-generate-hashcash is non-nil.
15375 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15377         * message.el (message-use-alternative-email-as-from): Examine the
15378         From header as well; use message-make-from in order to include a
15379         user's full name.
15381 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15383         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15384         default; improve customization type.
15385         (gnus-emphasis-custom-with-format): New macro.
15386         (gnus-emphasis-custom-value-to-external): New function.
15387         (gnus-emphasis-custom-value-to-internal): New function.
15389 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15391         * dns.el (query-dns): Resolve reverse addresses.
15393 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15395         * gnus-group.el (gnus-group-get-new-news): Use it.
15397         * gnus-start.el (gnus-check-reasonable-setup): New function.
15399 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15401         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15402         "Args out of range" error.  Reported by Arnaud Giersch
15403         <arnaud.giersch@free.fr>.
15405 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15407         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15409 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15411         * spam.el (spam group): Add :version.
15413         * pgg-def.el (pgg group): Add :version.
15415 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15417         * gnus-art.el (gnus-article-edit-article): Don't associate the
15418         article buffer with a draft file.  This is a temporary measure
15419         against the 2004-08-22 change to gnus-article-edit-mode.
15421 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15423         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15424         (html2text-format-tags): Remove unused variable `attr'.
15426 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15428         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15430         * spam-stat.el (spam-stat): Add :version.
15432         * sieve.el (sieve): Add :version.
15434         * sha1.el (sha1): Add :version.
15435         (sha1-use-external): Remove redundant version.
15437         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15438         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15439         (nnmail-split-fancy-match-partial-words)
15440         (nnmail-split-lowercase-expanded): Add :version.
15442         * nndiary.el (nndiary): Add :version.
15444         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15446         * mml-sec.el (mml-default-sign-method)
15447         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15448         Add :version.
15450         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15452         * mm-url.el (mm-url-use-external, mm-url-program)
15453         (mm-url-arguments): Add :version.
15455         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15456         (mm-attachment-file-modes, mm-decrypt-option)
15457         (mm-w3m-safe-url-regexp): Add :version.
15459         * message.el (message-cite-prefix-regexp)
15460         (message-sendmail-envelope-from, message-minibuffer-local-map)
15461         (message-user-fqdn, message-completion-alist): Add :version.
15463         * gnus-win.el (gnus-configure-windows-hook)
15464         (gnus-use-frames-on-any-display): Add :version.
15466         * gnus-art.el (gnus-article-address-banner-alist)
15467         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15468         (gnus-treat-from-picon, gnus-treat-mail-picon)
15469         (gnus-treat-x-pgp-sig): Add :version.
15471         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15472         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15473         (gnus-summary-article-delete-hook)
15474         (gnus-summary-display-while-building): Add :version.
15476         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15477         (gnus-get-top-new-news-hook): Add :version.
15479         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15480         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15482         * gnus-registry.el (gnus-registry): Add :version.
15484         * gnus-spec.el (gnus-use-correct-string-widths)
15485         (gnus-make-format-preserve-properties): Add :version.
15487         * gnus.el (gnus-group-charter-alist)
15488         (gnus-group-fetch-control-use-browse-url)
15489         (gnus-install-group-spam-parameters): Add :version.
15491         * gnus-diary.el (gnus-diary): Add :version.
15493         * gnus-delay.el (gnus-delay): Add :version.
15495         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15496         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15497         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15498         Add :version.
15500         * gnus-agent.el (gnus-agent-max-fetch-size)
15501         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15502         (gnus-agent-prompt-send-queue): Add :version.
15504         * deuglify.el (gnus-outlook-deuglify): Add :version.
15506         * html2text.el: Beautify code.  Improve doc strings.
15507         Some checkdoc cleanup.
15508         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15510 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15512         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15514 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15516         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15517         when package is loaded.
15519         * spam.el (spam-summary-score-preferred-header): Add global preference
15520         for people who want to override the default SpamAssassin over
15521         Bogofilter preference (when both are set).
15522         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15523         (spam-user-format-function-S):
15524         Check spam-summary-score-preferred-header.
15525         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15526         (spam-user-format-function-S): Format the score correctly.
15528 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15530         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15531         signature file.  Suggested by Manoj Srivastava
15532         <srivasta@golden-gryphon.com>.
15534         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15535         iso-2022-jp even in the Japanese language environment.
15536         Suggested by Jason Rumney <jasonr@gnu.org>.
15538 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15540         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15541         use the same characters as the dummy marks; make it free from
15542         getting affected by the language environment.
15543         (gnus-summary-read-group-1): Update mark positions only when the
15544         format spec is updated.
15546         * gnus-spec.el (gnus-update-format-specifications): Return a list
15547         of updated types.
15549 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15551         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15552         of boundp to check if display-warning is available.
15554 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15556         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15558 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15560         * nnspool.el (nnspool-spool-directory): Use news-path if the
15561         news-directory variable is not bound.
15563         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15564         function instead of display-warning if it is not available.
15566 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15568         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15569         v5-10: Use `point-at-bol'.
15571 2004-10-26  Simon Josefsson  <jas@extundo.com>
15573         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15574         <chenggao@gmail.com>.
15576 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15578         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15579         instead.
15581 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15583         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15584         to remove a server from the nnimap-server-buffer-alist.
15585         (nnimap-open-connection, nnimap-close-server): Use it.
15587         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15589 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15591         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15592         running the major-mode function.
15594 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15596         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15597         dummy marks in the right way.
15599 2004-10-18  David Edmondson  <dme@dme.org>
15601         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15602         excessively.
15604 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15606         * gnus-util.el (gnus-split-references): Accept a nil references
15607         string and go on blissfully.
15609         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15610         cases where the references string is non-nil but has no references.
15612         * encrypt.el: Add autoload tags.
15614         * spam.el (spam-resolve-registrations-routine): Remove article
15615         from unregistration list too.  Reported by David Hanak
15616         <dhanak@isis.vanderbilt.edu>
15618 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15620         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15621         nil.  Change custom type.
15623 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15625         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15627         * gnus-sum.el (gnus-summary-move-article): Use it.
15629 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15631         * encrypt.el: Add autoload cookies.
15633         * spam.el (spam-backend-article-list-property)
15634         (spam-backend-get-article-todo-list)
15635         (spam-backend-put-article-todo-list)
15636         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15637         Resolve registrations separately.
15638         (spam-register-routine): Format comments.
15639         (spam-unregister-routine, spam-register-routine): Always call with
15640         specific-articles, no default list.
15641         (spam-summary-prepare-exit): Use the spam-classifications function.
15643         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15644         gnus-encrypt.el.
15646         * encrypt.el: Copied from gnus-encrypt.el.
15648         * gnus-encrypt.el: Commented that it's obsolete.
15650 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15652         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15653         (gnus-score-save): Use it.
15655         * message.el (message-bury): Use `window-dedicated-p'.
15657 2004-10-15  Simon Josefsson  <jas@extundo.com>
15659         * pop3.el (top-level): Don't require nnheader.
15660         (pop3-read-timeout): Add.
15661         (pop3-accept-process-output): Add.
15662         (pop3-read-response, pop3-retr): Use it.
15664 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15666         * spam.el (spam-register-routine): Move comment.
15667         (spam-verify-bogofilter): Use 'unknown for the initial
15668         spam-bogofilter-valid state, not 'never.
15670         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15671         for netrc-machine.
15673         * nnimap.el (nnimap-open-connection):
15674         Use netrc-machine-user-or-password.
15676 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15678         * gnus-registry.el (gnus-registry-unload-hook):
15679         Set as a variable with add-hook.
15681         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15682         of news-path.
15684         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15686         * spam.el: Delete duplicate `provide'.
15687         (spam-unload-hook): Set as a variable with add-hook.
15689 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15691         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15692         in the doc string.
15694         * message.el (message-ignored-news-headers)
15695         (message-ignored-supersedes-headers)
15696         (message-ignored-resent-headers)
15697         (message-forward-ignored-headers): Improve custom type.
15699 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15701         * message.el (message-tokenize-header): Fix 2004-09-06 change
15702         which used point-min in the wrong place.
15704 2004-10-12  Simon Josefsson  <jas@extundo.com>
15706         * tls.el (tls-certtool-program): New variable.
15707         (tls-certificate-information): New function, based on
15708         ssl-certificate-information.
15710 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15712         * compface.el: Move the version of ELisp-based uncompface program
15713         to the contrib directory because of the copyright problem.
15715 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15717         * message.el (message-kill-buffer): Raise the current frame.
15719 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15721         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15723         * gnus.el (message-y-or-n-p): Autoload.
15725         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15726         (pop3-password-required, pop3-authentication-scheme)
15727         (pop3-leave-mail-on-server): Make customizable.
15728         (pop3): New custom group.
15729         (pop3-retr): Remove `sleep-for' statements.
15730         Suggested by Dave Love <fx@gnu.org>.
15732         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15733         Windows/DOS.
15735         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15736         (imap-parse-body): Fix incorrect use of `assert'.
15737         Suggested by Dave Love <fx@gnu.org>.
15739         * mml.el (mml-minibuffer-read-disposition): Require match.
15740         Suggested by Dave Love <fx@gnu.org>.
15742 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15744         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15745         doc string.
15747 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15749         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15751 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15753         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15754         instead of calling `mm-insert-inline', to decode text/* parts
15755         before displaying them.
15757 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15759         * mm-uu.el (mm-uu-text-plain-type): New variable.
15760         (mm-uu-pgp-signed-extract-1): Use it.
15761         (mm-uu-pgp-encrypted-extract-1): Use it.
15762         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15763         bind mm-uu-text-plain-type with that value.
15764         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15765         mm-uu-dissect.
15767 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15769         * gnus-group.el (gnus-update-group-mark-positions):
15770         * gnus-sum.el (gnus-update-summary-mark-positions):
15771         * message.el (message-check-news-body-syntax):
15772         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15773         of string-as-multibyte.
15775 2004-10-05  Juri Linkov  <juri@jurta.org>
15777         * gnus-group.el (gnus-update-group-mark-positions):
15778         * gnus-sum.el (gnus-update-summary-mark-positions):
15779         * message.el (message-check-news-body-syntax):
15780         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15781         8-bit unibyte values to a multibyte string for search functions.
15783 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15785         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15786         (mm-uu-dissect-text-parts): New function.
15788         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15789         dissect text parts.
15791         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15792         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15794         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15796         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15797         Use gnus-current-topics instead of gnus-current-topic.
15799 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15801         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15803 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15805         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15806         where approriate.
15808         * nnml.el (nnml-generate-active-info): do.
15810         * nndiary.el (nndiary-generate-active-info): do.
15812         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15813         (gnus-topic-move): do.
15815         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15816         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15818         * gnus-srvr.el (gnus-server-prepare)
15819         (gnus-server-open-all-servers): do.
15821         * gnus-msg.el (gnus-summary-cancel-article)
15822         (gnus-summary-resend-message)
15823         (gnus-summary-mail-crosspost-complaint): do.
15825         * gnus-move.el (gnus-change-server): do.
15827         * gnus-group.el (gnus-group-unmark-all-groups)
15828         (gnus-group-set-current-level): do.
15830 2004-10-04  Simon Josefsson  <jas@extundo.com>
15832         * message.el (message-generate-hashcash): Doc fix.
15834 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15836         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15837         avoid infinite recursion via gnus-get-function.
15839 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15841         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15843         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15845         * nnmail.el (nnmail-split-history): do.
15847         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15848         (nnml-request-delete-group): do.
15850         * nnslashdot.el (nnslashdot-read-groups): do.
15852         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15853         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15855         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15856         (nnspool-sift-nov-with-sed): Use last.
15857         (nnspool-retrieve-headers-with-nov): Use mapc.
15858         (nnspool-request-newgroups): Use dolist.
15859         (nnspool-request-group): Use last.
15861         * nntp.el (nntp-read-server-type): Use dolist.
15863         * nnvirtual.el (nnvirtual-create-mapping)
15864         (nnvirtual-update-read-and-marked): Use dolist.
15865         (nnvirtual-convert-headers): Simplify.
15867 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15869         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15870         Add support for sync'ing tick marks.
15872 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15874         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15875         there's no visible header.
15877 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15879         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15880         When necessary, pass full group name to gnus-request-set-marks.
15882 2004-10-01  Simon Josefsson  <jas@extundo.com>
15884         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15885         acroread.
15887 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15889         * spam-report.el (spam-report-gmane): Fix interactive.
15891         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15893         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15894         when writing file.
15895         (gnus-agent-synchronize-flags): Don't default to being
15896         interactive.
15898 2004-09-30  Simon Josefsson  <jas@extundo.com>
15900         * message.el (message-generate-hashcash): Add.
15901         (message-send-mail): Use it, call mail-add-payment.
15903 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15905         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15907 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15909         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15910         gnus-requst-update-info with explicit code to sync the in-memory
15911         info read flags with the marks being sync'd to the backend.
15913         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15915 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15917         * spam.el (spam-verify-bogofilter): Add new function.
15918         (spam-check-bogofilter)
15919         (spam-bogofilter-register-with-bogofilter): Use it.
15920         (spam-verify-bogofilter): Add small fixes.
15922 2004-09-28  Simon Josefsson  <jas@extundo.com>
15924         * hashcash.el (hashcash-generate-payment): Revert.
15926 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15928         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15929         Use gnus-extract-references instead of gnus-split-references.
15931         * gnus-util.el (gnus-extract-references): Add new function, analogous
15932         to gnus-split-references but extracts only the message-ID without
15933         anything extra.
15935         * hashcash.el (hashcash-generate-payment)
15936         (hashcash-check-payment): Do the right thing if hashcash-path is
15937         nil (because the hashcash program could not be found).
15939         * spam.el (spam-use-hashcash): Remove comment.
15941 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15943         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15944         (gnus-cache-enter-article, gnus-cache-remove-article)
15945         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15947         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15949         * gnus-art.el (article-hide-boring-headers)
15950         (article-translate-strings, article-display-face)
15951         (gnus-article-mime-match-handle-first)
15952         (gnus-article-highlight-headers)
15953         (gnus-article-add-buttons-to-head): do.
15955 2004-09-27  Simon Josefsson  <jas@extundo.com>
15957         * hashcash.el: New version, from
15958         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15959         ../contrib/.
15961 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15963         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15965 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15967         * gnus-dup.el (gnus-dup-open): Use mapc.
15968         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15970         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15971         Reported by Stefan Wiens <s.wi@gmx.net>.
15973         * gnus.el (gnus-shutdown): Use dolist.
15975         * gnus-undo.el (gnus-undo): Use mapc.
15977         * nnrss.el (nnrss-generate-active): do.
15979         * message.el (message-cite-original-without-signature)
15980         (message-cite-original): Use mapc.
15981         (message-do-actions, message-make-forward-subject): Use dolist.
15983 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15985         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15986         deletion to remove entire duplicate line.  Fixes merged article
15987         number bug.
15989 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15991         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15992         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15993         first ask if you want to open a server and then, even when you
15994         responded with no, asking if you want to synchronize the server's
15995         flags.
15996         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15997         multi-line expressions.
15998         (gnus-agent-synchronize-group-flags): New internal function.
15999         Updates marks in memory (in the info structure) AND in the
16000         backend.
16002         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16004         * nnagent.el (nnagent-request-set-mark):
16005         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16006         method, to ensure that synchronization updates marks in the
16007         backend and in the info (in memory) structure.
16009 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16011         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16012         convention fully; don't miss the root article of a thread; make
16013         the X-Draft-From header with correct article numbers.
16015 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16017         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16018         unless plugged.  Disable the agent so that an open failure causes
16019         an error.
16021         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16022         Revert 2004-09-21 change.  The backend must be opened while
16023         synchronizing flags even when the backend stores the flags
16024         locally.
16026 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16028         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16029         in `header' match.  Reported by Svend Tollak Munkejord.
16031         * message.el (message-cite-original): Fix use of
16032         `message-cite-articles-with-x-no-archive'.
16034 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16036         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16037         (gnus-window-to-buffer): Ditto.
16039         * mml.el (mml-preview-buffer): New variable.
16040         (mml-preview): Manage window layout with gnus-buffer-configuration.
16042         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16043         X-Draft-From header even if those articles aren't quoted.
16045 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16047         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16048         (gnus-request-set-mark, gnus-request-update-mark): Use new
16049         g-s-t-u-l-m to decide to use backend even when unplugged.
16051 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16053         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16054         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16056 2004-09-20  Simon Josefsson  <jas@extundo.com>
16058         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16059         "utf-16-le".
16061 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16063         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16065 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16067         * uudecode.el (uudecode-use-external): Add :version.
16069         * smime.el (smime-CA-file, smime-encrypt-cipher)
16070         (smime-dns-server): Add :version.
16072         * smiley.el (gnus-smiley-file-types): Add :version.
16074         * sha1.el (sha1-use-external): Add :version.
16076         * pgg-def.el (pgg-query-keyserver): Add :version.
16078         * nnmail.el (nnmail-fancy-expiry-targets)
16079         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16080         Add :version.
16082         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16083         (nnimap-retrieve-groups-asynchronous): Add :version.
16084         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16086         * mml.el (mml-content-disposition-parameters)
16087         (mml-insert-mime-headers-always): Add :version.
16089         * mm-util.el (mm-coding-system-priorities): Add :version.
16091         * mm-decode.el (mm-inline-text-html-with-images)
16092         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16093         (mm-verify-option): Add :version.
16094         (mm-text-html-renderer): Change :version.
16096         * message.el (message-fcc-externalize-attachments)
16097         (message-required-headers, message-draft-headers)
16098         (message-subject-trailing-was-query)
16099         (message-subject-trailing-was-ask-regexp)
16100         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16101         (message-mark-insert-end, message-archive-header)
16102         (message-archive-note, message-cross-post-default)
16103         (message-cross-post-note, message-followup-to-note)
16104         (message-cross-post-note-function, message-use-mail-followup-to)
16105         (message-subscribed-address-functions)
16106         (message-subscribed-address-file, message-subscribed-addresses)
16107         (message-subscribed-regexps, message-allow-no-recipients)
16108         (message-yank-cited-prefix, message-signature-insert-empty-line)
16109         (message-hidden-headers, message-hierarchical-addresses)
16110         (message-mail-user-agent, message-use-idna)
16111         (message-valid-fqdn-regexp)
16112         (message-strip-special-text-properties, message-header-synonyms)
16113         (message-beginning-of-line, message-tab-body-function): Add :version.
16114         (message-insert-canlock, message-wide-reply-confirm-recipients):
16115         Change :version.
16117         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16118         and :version.
16119         (mail-source-delete-old-incoming-confirm)
16120         (mail-source-movemail-program): Add :version.
16122         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16123         (gnus-agent-cache, gnus-agent): Change :version.
16125         * gnus-util.el (gnus-use-byte-compile): Change :version.
16127         * gnus-sum.el (gnus-summary-make-false-root-always)
16128         (gnus-summary-default-high-score)
16129         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16130         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16131         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16132         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16133         (gnus-sum-thread-tree-single-indent)
16134         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16135         (gnus-sum-thread-tree-leaf-with-other)
16136         (gnus-sum-thread-tree-single-leaf): Add :version.
16137         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16138         (gnus-article-loose-mime): Change :version.
16140         * gnus-start.el (gnus-backup-startup-file)
16141         (gnus-save-startup-file-via-temp-buffer): Add :version.
16143         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16144         (gnus-server-offline-face): Add :version.
16146         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16148         * gnus-msg.el (gnus-gcc-externalize-attachments)
16149         (gnus-debug-files, gnus-debug-exclude-variables)
16150         (gnus-discouraged-post-methods): Change :version.
16151         (gnus-confirm-mail-reply-to-news)
16152         (gnus-confirm-treat-mail-like-news): Add :version.
16154         * gnus-int.el (gnus-server-unopen-status): Add :version.
16156         * gnus-group.el (gnus-group-jump-to-group-prompt)
16157         (gnus-large-ephemeral-newsgroup)
16158         (gnus-fetch-old-ephemeral-headers): Add :version.
16160         * gnus-fun.el (gnus-x-face-directory)
16161         (gnus-convert-pbm-to-x-face-command)
16162         (gnus-convert-image-to-x-face-command)
16163         (gnus-convert-image-to-face-command): Add :version.
16165         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16167         * gnus-cite.el (gnus-cite-blank-line-after-header)
16168         (gnus-article-boring-faces): Add :version.
16170         * gnus-art.el (gnus-buttonized-mime-types)
16171         (gnus-inhibit-mime-unbuttonizing)
16172         (gnus-treat-display-face)
16173         (gnus-treat-body-boundary): Change :version.
16174         (gnus-body-boundary-delimiter, gnus-picon-databases)
16175         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16176         (gnus-treat-date-english, gnus-treat-fold-headers)
16177         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16178         (gnus-treat-mail-picon, gnus-treat-wash-html)
16179         (gnus-article-encrypt-protocol)
16180         (gnus-use-idna, gnus-article-over-scroll)
16181         (gnus-mime-display-multipart-alternative-as-mixed)
16182         (gnus-mime-display-multipart-related-as-mixed)
16183         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16184         (gnus-ctan-url, gnus-button-ctan-handler)
16185         (gnus-button-handle-ctan-bogus-regexp)
16186         (gnus-button-ctan-directory-regexp)
16187         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16188         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16189         (gnus-button-man-level, gnus-button-emacs-level)
16190         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16192         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16193         (gnus-agent-go-online): Change :version.
16194         (gnus-agent-expire-unagentized-dirs)
16195         (gnus-agent-auto-agentize-methods): Add :version.
16197         * flow-fill.el (fill-flowed-display-column)
16198         (fill-flowed-encode-column): Add :version.
16200         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16201         (gnus-outlook-deuglify-unwrap-max)
16202         (gnus-outlook-deuglify-cite-marks)
16203         (gnus-outlook-deuglify-unwrap-stop-chars)
16204         (gnus-outlook-deuglify-no-wrap-chars)
16205         (gnus-outlook-deuglify-attrib-cut-regexp)
16206         (gnus-outlook-deuglify-attrib-verb-regexp)
16207         (gnus-outlook-deuglify-attrib-end-regexp)
16208         (gnus-outlook-display-hook): Add :version.
16210         * binhex.el (binhex-use-external): Add :version.
16212 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16214         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16215         and `invisible'.
16217 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16219         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16220         in gnus-registry-trim.
16222 2004-09-13  Simon Josefsson  <jas@extundo.com>
16224         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16226         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16228         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16229         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16230         <yamaoka@jpl.org>.
16231         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16232         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16233         <yamaoka@jpl.org>.
16235         * sieve.el (sieve-manage-mode): Ditto.
16237 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16239         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16241 2004-09-11  Simon Josefsson  <jas@extundo.com>
16243         * dns-mode.el: Add.
16245         * mm-view.el (mm-display-dns-inline): Add.
16247         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16248         (mm-automatic-display): Ditto.
16250         * mailcap.el (mailcap-mime-data): Add text/dns.
16251         (mailcap-mime-extensions): Map .soa to text/dns.
16253 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16255         * gnus-art.el (article-decode-mime-words, article-babel)
16256         (gnus-article-highlight-signature, gnus-article-add-buttons)
16257         (gnus-signature-toggle): Remove unnecessary bindings of
16258         `inhibit-read-only' inherited from v5.10 merge.
16260 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16262         * nntp.el (nntp): New customization group.
16263         (nntp-authinfo-file): Add customization group.
16265         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16267         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16269         * gnus.el (to-address, to-list, subscribed)
16270         (large-newsgroup-initial): Ditto.
16272         * flow-fill.el (fill-flowed-display-column)
16273         (fill-flowed-encode-column): Ditto.
16275 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16277         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16278         Use point-min rather than 1.
16279         (message-send-mail): Use buffer-size rather than point-max.
16281         * gnus-sum.el (gnus-summary-search-article-forward):
16282         Signal a specific `search-failed' rather than a generic `error'.
16284         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16285         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16286         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16288 2004-09-10  Simon Josefsson  <jas@extundo.com>
16290         * nndb.el (require): Remove tcp and duplicate cl.
16292 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16294         * gnus-agent.el (directory-files-and-attributes): Move forward.
16296 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16298         * gnus-agent.el (directory-files-and-attributes):
16299         Optionally defined to support XEmacs.
16301 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16303         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16304         to avoid run-time CL dependencies.
16305         (gnus-agent-unfetch-articles): New function.
16306         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16307         article numbers even when local .overview file is missing.
16308         (gnus-agent-read-article-number): New function.  Only accepts
16309         27-bit article numbers.
16310         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16311         Use gnus-agent-read-article-number.
16312         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16313         from backend while recognizing that article numbers in .overview
16314         must be valid.
16315         (gnus-agent-update-files-total-fetched-for):
16316         Use directory-files-and-attributes to improve performance.
16317         * gnus-int.el (gnus-request-move-article):
16318         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16319         improve performance.
16321         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16322         some users confused by references to .newsrc when they only have a
16323         .newsrc.eld file.
16324         (gnus-convert-mark-converter-prompt)
16325         (gnus-convert-converter-needs-prompt): Fix use of property list.
16326         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16327         New function.  Used internally to only display 'gnus converting
16328         files' message when actually necessary.
16330         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16331         methods now autoloaded.
16333 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16335         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16336         identifiers.
16338 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16340         * gnus-picon.el: Fix indentation and closing parenthesis.
16342 2004-09-01  Simon Josefsson  <jas@extundo.com>
16344         * message.el (message-canlock-generate): Require sha1, not
16345         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16346         to require within a function.  Sadly, if sha1.el isn't loaded, the
16347         let binding in m-c-g will hide the defcustom definition, which is
16348         bad.)
16350         * canlock.el: Require sha1, not sha1-el.
16352         * message.el: Don't autoload sha1 (there is a autoload cookie in
16353         sha1.el).
16355         * sha1-el.el: Rename to sha1.el.
16357 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16359         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16361 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16363         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16365 2004-08-30  Kim F. Storm  <storm@cua.dk>
16367         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16369         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16370         Add :group 'nnimap.
16372 2004-08-30  Andreas Schwab  <schwab@suse.de>
16374         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16375         ?* and ?\;.
16377         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16378         and ?\' to symbol instead of whitespace.
16380 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16382         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16384         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16385         instead of re-search-forward.
16387         * gnus-uu.el (gnus-uu-save-article): Ditto.
16388         (gnus-uu-post-encode-uuencode): Ditto.
16390         * html2text.el (html2text-clean-list-items): Ditto.
16391         (html2text-clean-dtdd): Ditto.
16392         (html2text-format-tags): Ditto.
16394         * message.el (message-send-mail-with-sendmail): Fix regexp.
16395         (message-fill-field-general): Use search-forward instead of
16396         re-search-forward.
16397         (unbold-region): Ditto.
16399         * nnrss.el (nnrss-request-article): Ditto.
16401         * nnslashdot.el (nnslashdot-request-article): Ditto.
16403         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16405         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16406         "Unrecognized menu descriptor" error in XEmacs.
16408 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16410         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16411         parent article of a sparse article in the thread hashtb.
16413 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16415         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16416         (nnmail-expand-newtext): Lowercase expanded entries if
16417         nnmail-split-lowercase-expanded is non-nil.
16419 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16421         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16423         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16424         of gnus-tmp-news-method into string under XEmacs.  It will be
16425         passed to gnus-correct-length which takes only a string argument.
16427 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16429         * gnus-util.el (gnus-bind-print-variables): New macro.
16430         (gnus-prin1): Use it.
16431         (gnus-prin1-to-string): Use it.
16432         (gnus-pp): New function.
16433         (gnus-pp-to-string): New function.
16435         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16436         Replace pp-to-string with gnus-pp-to-string.
16437         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16438         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16439         * gnus-msg.el (gnus-debug): Ditto.
16440         * gnus-score.el (gnus-score-save): Ditto.
16441         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16442         gnus-pp-to-string.
16443         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16444         with gnus-pp.
16445         * score-mode.el (gnus-score-pretty-print): Ditto.
16446         * webmail.el (webmail-debug): Ditto.
16448 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16450         * gnus-art.el (article-display-face, article-display-x-face):
16451         Use buffer-read-only.
16453 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16455         * gnus-art.el (article-hide-list-identifiers):
16456         Bind inhibit-read-only as t.
16458 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16460         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16462 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16464         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16465         (gnus-narrow-to-page): Don't assume point-min == 1.
16466         (gnus-article-edit-mode): Derive from message-mode.
16468         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16469         point-min == 1.
16471         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16472         Disable incorrect use of `assert'.
16474         * message.el (message-mode): Set comment-start-skip.
16476 2004-08-22  Sam Steingold  <sds@gnu.org>
16478         * pop3.el (pop3-leave-mail-on-server): New user variable.
16479         (pop3-movemail): Delete mail only when it is nil.
16481 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16483         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16485         * mml.el (mml-preview): Use `pop-to-buffer'.
16487         * message.el (message-goto-mail-followup-to): Insert after "To".
16488         (message-carefully-insert-headers): Add comment.
16490         * gnus.el: Remove unused variable `gnus-article-check-size'.
16492         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16494         * gnus-art.el (gnus-button-alist):
16495         Improve `gnus-button-handle-library' entry.
16497 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16499         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16500         Use downcase, since XEmacs capitalizes error messages differently.
16502 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16504         * nntp.el: Add (require 'gnus) due to reference to
16505         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16507 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16509         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16510         Bind `mm-fill-flowed'.
16512         * mm-decode.el (mm-dissect-singlepart): Check it.
16514 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16516         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16517         'imap' for netrc parsing.
16519 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16521         * mailcap.el (mailcap-mime-data): Mark as risky.
16523 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16525         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16526         may be included in the encoded word.
16527         (rfc2047-encode): Don't append a space if the encoded word
16528         includes close parenthesis.
16530 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16532         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16533         of text within parentheses.
16535 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16537         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16538         (gnus-encrypt-write-file-contents): Make the password key the file
16539         name PLUS the cipher, not just the cipher.  Also remove failed
16540         passwords from the cache.
16542 2004-08-06  Simon Josefsson  <jas@extundo.com>
16544         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16545         Doc fix.
16547 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16549         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16550         LWSP.
16552 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16554         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16555         Try to append in-reply-to: data to the references: header.
16557         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16558         (netrc-parse): Use gnus-encrypt.el functions.
16560         * gnus-encrypt.el: Add new file for encryption support; currently
16561         does only a few GPG ciphers and an internal XOR cipher.
16563         * password.el: Add comments on using password-read-and-add.
16564         (password-read-and-add): Add function to read and add the
16565         password to the cache at once.
16567 2004-07-28  Simon Josefsson  <jas@extundo.com>
16569         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16570         parameter (but don't use it, for now).
16572         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16573         instead of hard coding to nil.
16575 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16577         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16578         as mm-inline-image-xemacs does.
16580 2004-07-26  Simon Josefsson  <jas@extundo.com>
16582         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16583         Revert part of 2004-07-17 change below.
16585 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16587         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16588         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16590 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16593         quotes that actually start with ">" at the beginning of the
16594         lines.
16596 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16598         * rfc2047.el (rfc2047-encode-region): Fix last change.
16599         (rfc2047-encode-parameter): Remove useless concat.
16601 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16603         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16604         encode special characters; fix some kind of misconfigured headers;
16605         signal a real error if debug-on-quit or debug-on-error is non-nil.
16606         (rfc2047-encode-max-chars): New variable.
16607         (rfc2047-encode-1): Use it.
16608         (rfc2047-encode-parameter): New function.
16610         * mml.el (mml-insert-parameter): Remove an excessive space.
16612 2004-07-17  Simon Josefsson  <jas@extundo.com>
16614         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16615         Kai Grossjohann <kai@emptydomain.de>.
16616         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16617         (gnus-group-make-menu-bar): Ditto.
16619         * gnus-util.el (gnus-group-server): Add.
16621 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16623         * message.el (message-clone-locals): Clone sendmail and smtp
16624         variables.
16626 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16628         * rfc2047.el (rfc2047-encode-region): Fix last change.
16630 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16632         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16633         characters as non-special.
16635 2004-07-09  Simon Josefsson  <jas@extundo.com>
16637         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16638         Users will lose all flag changes made while unplugged with
16639         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16640         good default.  See numerous reports on ding mailing list.
16642 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16644         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16645         add generate-head-function and generate-article-function to the
16646         rfc822-forward entry.
16647         (nndoc-rfc822-forward-generate-article): New function.
16648         (nndoc-rfc822-forward-generate-head): New function.
16650         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16652 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16654         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16655         respect display group parameter and gnus-summary-expunge-below.
16656         (gnus-articles-to-read): Remove unused reference to display group
16657         parameter.
16659 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16661         * nnheader.el (nnheader-uniquify-message-id): New experimental
16662         variable.
16663         (nnheader-nov-read-message-id): Use it.
16665         * spam-report.el (spam-report-gmane): Add interactive.
16667 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16669         * mm-encode.el (mm-content-transfer-encoding-defaults):
16670         Use qp-or-base64 for the application/* types.
16672 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16674         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16676 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16678         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16679         trim value.
16681 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16683         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16684         New macro and function.
16685         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16687 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16689         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16690         after-load-alist.
16692 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16694         * gnus-group.el (gnus-group-get-new-news-this-group):
16695         Don't update info that isn't there.
16697 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
16699         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16700         entry.
16702 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16704         * mm-view.el (mm-inline-render-with-function): Use multibyte
16705         buffer; decode html source by charset.
16707         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16709         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16710         Mule-UCS is loaded under XEmacs.
16711         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16713 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16715         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16717 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16719         * mm-util.el (mm-coding-system-p): Return a coding-system.
16720         (mm-mime-mule-charset-alist): Use shift_jis instead of
16721         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16722         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16723         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16724         instead of japanese-shift-jis and iso-latin-1 respectively in
16725         order to share the default value with both Emacs and XEmacs-mule.
16726         (mm-mule-charset-to-mime-charset):
16727         Make mm-coding-system-priorities effective.
16728         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16729         while predicating of candidates upon the priorities.
16731 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16733         * gnus-sum.el (gnus-summary-make-menu-bar):
16734         Add gnus-uu-invert-processable.
16736         * gnus.el: Autoload gnus-uu-invert-processable.
16738 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16740         * mm-util.el (mm-with-multibyte-buffer): New macro.
16742         * rfc2047.el (rfc2047-encode-string): Use it.
16743         (rfc2047-encode-region): Move point to the end of the region after
16744         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16746 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16748         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16749         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16751 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16753         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16754         (gnus-cite-parse): Ignore quoted envelope From_.
16755         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16757 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16759         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16760         invalid addresses.
16762 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16764         * spam.el: Change section markers, revise TODO list.
16765         (spam-backends): Make new master list of all installed backends.
16766         (spam-summary-exit-behavior): Add new variable to determine how
16767         messages moves are done at summary exit.
16768         (spam-move-spam-nonspam-groups-only)
16769         (spam-process-ham-in-nonham-groups)
16770         (spam-process-ham-in-spam-groups): Remove variables, the
16771         spam-summary-exit-behavior variable should be used to manage this
16772         behavior.
16773         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16774         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16775         and spam-old-spam-articles.
16776         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16777         Add empty variables, placeholders for the backends they represent.
16778         (spam-set-difference): Move, unchanged.
16779         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16780         unless the user has a processor variable.
16781         (spam-classifications, spam-classification-valid-p)
16782         (spam-backend-properties, spam-backend-property-valid-p)
16783         (spam-backend-function-type-valid-p)
16784         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16785         (spam-report-articles-gmane, spam-report-articles-resend):
16786         Remove functions, they are not needed.
16787         (spam-install-backend-super, spam-backend-list)
16788         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16789         (spam-backend-function, spam-backend-ham-registration-function)
16790         (spam-backend-spam-registration-function)
16791         (spam-backend-ham-unregistration-function)
16792         (spam-backend-spam-unregistration-function)
16793         (spam-backend-statistical-p, spam-backend-mover-p)
16794         (spam-install-backend-alias, spam-install-checkonly-backend)
16795         (spam-install-mover-backend, spam-install-nocheck-backend)
16796         (spam-install-backend, spam-install-statistical-backend)
16797         (spam-install-statistical-checkonly-backend): Add backend installation
16798         support.
16799         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16800         (spam-group-processor-p): Use the new backend code and respect the
16801         summary exit behavior.
16802         (spam-mark-spam-as-expired-and-move-routine): Remove.
16803         (spam-summary-prepare): Change to use the new spam-old-articles
16804         variable.
16805         (spam-copy-or-move-routine, spam-copy-spam-routine)
16806         (spam-move-spam-routine, spam-copy-ham-routine)
16807         (spam-move-ham-routine): Add code to copy/move ham or spam.
16808         (spam-fetch-field-fast): Improve doc and code, plus allow the
16809         'number request.
16810         (spam-list-of-checks, spam-list-of-statistical-checks):
16811         Remove variables.
16812         (spam-split, spam-find-spam): Use the new backend code.
16813         (spam-registration-functions): Remove variable.
16814         (spam-unregister-routine): Add convenience wrapper.
16815         (spam-log-undo-registration, spam-register-routine)
16816         (spam-log-processing-to-registry)
16817         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16818         where possible.
16819         (spam-check-gmane-xref, spam-check-regex-headers)
16820         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16821         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16822         (spam-check-bogofilter-headers, spam-check-spamoracle)
16823         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16824         (spam-check-crm114-headers): Use the spam-split-group that
16825         spam-split prepares, no need to determine it every time.
16827         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16828         to the nnheader-parse-naked-head call.
16830         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16832         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16833         the nnheader-nov-read-message-id call.
16835 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16837         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16838         gnus-activate-group twice.  Suggested by Markus Peter
16839         <warp@spin.de>.
16841 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16843         * gnus-art.el (gnus-article-time-format): Exchange the order of
16844         day and month in the default value; fix customization type.
16845         (article-date-ut): Use add-text-properties.
16846         (article-make-date-line): Use message-make-date instead of
16847         current-time-string.
16849         * message.el (message-fetch-field): Don't use set-text-properties.
16850         (message-make-date): Simplify.
16852 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16854         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16855         (rfc2047-encode-region): Treat text within parentheses as special;
16856         show the original text when error has occurred.
16858         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16859         already-computed method to gnus-activate-group.
16861         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16862         same select-methods identical Lisp objects.
16864         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16865         object when modifying the info.
16867 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16869         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16870         gnus-opened-servers since it has never been opened with the new
16871         configuration yet.
16873 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16875         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16876         arg to nnheader-generate-fake-message-id.
16878 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16880         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16881         number and build a fake message ID localized to a group and
16882         article number (so it's repeatable from that point on).
16883         (nnheader-fake-message-id-p): Change regex to accommodate new fake
16884         ID format.
16886         * gnus-sum.el (gnus-get-newsgroup-headers):
16887         Call nnheader-generate-fake-message-id with the article number.
16889 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16891         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16892         end-of-buffer.
16894 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16896         * message.el (message-ignored-supersedes-headers): Add Approved.
16898 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16900         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16901         goto-char.
16902         (rfc2047-encode): Fold the line before encoding.
16904 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16906         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16907         folding -- not all headers can be folded, and this should be done
16908         by the message composition mode.  Probably.  I think.
16910 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16912         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16913         fast.
16915         * gnus-ems.el (gnus-remove-image): Don't use
16916         message-text-with-property; remove only the image found first.
16918 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16920         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16922 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16924         * message.el (message-text-with-property): Make it fast and accept
16925         optional arguments.
16926         (message-strip-forbidden-properties): Use it.
16927         (message-fix-before-sending): Follow the m-t-w-p change.
16929         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16931 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16933         * gnus-art.el (article-hide-headers): Don't change the buffer
16934         mistakenly when performing mml-preview even if
16935         gnus-single-article-buffer is nil.
16937 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16939         * message.el (message-expand-name-databases): New user option.
16940         (message-expand-name): Use it.
16942 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16944         * spam.el (spam-report-articles-resend)
16945         (spam-report-resend-register-routine): Allow ham reporting.
16946         (spam-report-resend-register-ham-routine): Add wrapper.
16947         (spam-registration-functions): Add ham resending functions.
16948         (spam-list-of-processors): Add ham resend processor.
16950         * gnus.el (ham-resend-to): Add new group parameter.
16951         (spam-process): Add ham resend option.
16953         * spam-report.el (spam-report-resend): Allow reporting ham.
16954         (spam-report-resend-ham): Add wrapper.
16956 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16958         * message.el (message-cite-articles-with-x-no-archive):
16959         New variable.
16960         (message-cite-original): Use it.
16962 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16964         * message.el (message-cite-original): Respect X-No-Archive.
16966 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16968         * gnus-art.el (article-hide-headers): Refer to the values for
16969         gnus-ignored-headers and gnus-visible-headers in the summary
16970         buffer since a user may have set them as group parameters.
16972 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16974         * assistant.el (assistant-node-name): Add convenience function.
16975         (assistant-render-text, assistant-render-node): Add error handling,
16976         plus handle multiple next nodes.
16977         (assistant-find-next-node): Comment out for now.
16978         (assistant-find-next-nodes): Add function, returns list of next
16979         nodes.
16981 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16983         * mail-source.el (mail-source-directory): Fix doc-string.
16985 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16987         * assistant.el (assistant-render-text, assistant-eval): Add :set
16988         widget type, which is different because it takes and returns a
16989         list.  Much hilarity ensues.
16991 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16993         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16995         * gnus-group.el (gnus-group-get-new-news-this-group):
16996         Add doc-string.
16998         * gnus-start.el (gnus-activate-group): Add doc-string.
17000 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17002         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17004 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17006         * assistant.el (assistant-render-text): Try to add a :set
17007         widget, more to come.
17009         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17010         strings.
17011         (spam-report-articles-resend)
17012         (spam-register-routine): Do registration iff any articles warrant
17013         it.
17014         (spam-summary-prepare-exit): Change log message for nil group
17015         destinations.
17017 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17019         * spam.el (spam-report-resend-register-routine):
17020         Allow spam-report-resend-to to be a group parameter or a global value.
17022 2004-05-26  Simon Josefsson  <jas@extundo.com>
17024         * starttls.el: Merge with my GNUTLS based starttls.el.
17025         (starttls-gnutls-program, starttls-use-gnutls)
17026         (starttls-extra-arguments, starttls-process-connection-type)
17027         (starttls-connect, starttls-failure, starttls-success):
17028         New variables.
17029         (starttls-program, starttls-extra-args): Doc fix.
17030         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17031         New functions.
17032         (starttls-negotiate, starttls-open-stream):
17033         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17034         function if it is set.
17036 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17038         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17039         structured fields.
17041 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17043         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17045 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17047         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17048         Add variable.
17049         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17050         assigning the spam-mark to new messages.
17052 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17054         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17056 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17059         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17060         default.
17062 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17064         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17065         correct data.
17067 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17069         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17070         (spam-group-processor-p): Fix function.
17071         (spam-group-processor-multiple-p)
17072         (spam-group-spam-processor-report-gmane-p)
17073         (spam-group-spam-processor-report-resend-p)
17074         (spam-group-spam-processor-bogofilter-p)
17075         (spam-group-spam-processor-blacklist-p)
17076         (spam-group-spam-processor-ifile-p)
17077         (spam-group-ham-processor-ifile-p)
17078         (spam-group-spam-processor-spamoracle-p)
17079         (spam-group-spam-processor-crm114-p)
17080         (spam-group-ham-processor-bogofilter-p)
17081         (spam-group-spam-processor-stat-p)
17082         (spam-group-ham-processor-stat-p)
17083         (spam-group-ham-processor-whitelist-p)
17084         (spam-group-ham-processor-BBDB-p)
17085         (spam-group-ham-processor-spamoracle-p)
17086         (spam-group-ham-processor-copy-p): Remove functions with some
17087         prejudice against unneeded code.
17088         (spam-report-articles-resend)
17089         (spam-report-resend-register-routine): Allow the group/topic
17090         spam-resend-to value to override spam-report-resend-to.
17091         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17092         properly now.
17094         * gnus.el (spam-resend-to): Add group/topic parameter.
17095         (spam-process): Move the OBSOLETE processors to the end of the
17096         choices.
17098 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17100         * spam-report.el (spam-report-resend-to, spam-report-resend):
17101         Start with resend-to set to nil, and then ask the user if necessary.
17102         (spam-report-resend): spam-report-resend takes a list of articles, not
17103         separate article numbers.
17105 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17107         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17108         addition to emacs-w3m.
17110 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17112         * assistant.el (assistant-authinfo-data): New function.
17113         (assistant-eval): Eval for entire assistant.
17115         * netrc.el (netrc-services-file): New variable.
17116         (netrc-parse-services): New function.
17117         (netrc-find-service-name): New function.
17118         (netrc-find-service-number): New function.
17119         (netrc-port-equal): New function.
17120         (netrc-machine): Use it.
17122         * nnimap.el (nnimap-open-connection): Use netrc.
17124         * gnus-util.el (gnus-netrc-get): Remove aliases.
17126         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17128         * assistant.el (wid-edit): Fix compilation.
17130         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17132 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17134         * gnus-util.el (gnus-set-file-modes): New function.  (small
17135         patch).
17137 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17141         * assistant.el (assistant-render-node): Fix up rendering and
17142         read-only text.
17143         (assistant-render-node): Reset.
17144         (assistant-make-read-only): Not sticky.
17146 2004-05-20  Danny Siu  <dsiu@adobe.com>
17148         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17149         centered even when gnus-auto-center-summary is t
17151 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153         * dns.el (dns-get-txt-answer): New function.
17154         (dns-read-txt): Ditto.
17155         (query-dns): Use it.
17157 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17159         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17160         active for foreign groups even if the group level is higher than
17161         the specified value.
17163 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17166         non-active groups.
17168         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17170 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17172         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17174 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17176         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17177         (spam-crm114-header, spam-crm114-spam-switch)
17178         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17179         (spam-crm114-positive-spam-header)
17180         (spam-crm114-database-directory, spam-list-of-processors)
17181         (spam-group-spam-processor-crm114-p)
17182         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17183         (spam-generic-score, spam-list-of-checks)
17184         (spam-list-of-statistical-checks, spam-registration-functions)
17185         (spam-check-crm114-headers, spam-crm114-score)
17186         (spam-check-crm114, spam-crm114-register-with-crm114)
17187         (spam-crm114-register-spam-routine)
17188         (spam-crm114-unregister-spam-routine)
17189         (spam-crm114-register-ham-routine)
17190         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17191         From asjo@koldfront.dk (Adam Sjøgren).
17193         * gnus.el: Add spam-use-crm114.
17195         * spam.el (spam-list-of-processors, spam-registration-functions):
17196         Add spam-use-resend.
17197         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17198         (spam-report-articles-gmane): Add doc fix.
17199         (spam-report-articles-resend, spam-report-resend-register-routine):
17200         Add wrappers around spam-report-resend-to.
17202         * spam-report.el (spam-report-resend-to, spam-report-resend):
17203         Add support for resending spam.
17204         (spam-report-gmane): Fix line length >80.
17206         * gnus.el (spam-process): Add spam-use-resend.
17208 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17210         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17211         number of processed spam messages.
17212         (spam-ham-copy-or-move-routine): Return the number of processed
17213         ham messages.
17214         (spam-summary-prepare-exit): Use the above values to decide
17215         whether status messages shouled be displayed.
17217 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17219         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17220         `rfc2047-encoding-function-alist' in order to avoid conflicting
17221         with the old version.
17222         (rfc2047-encode-region): Concatenate words containing non-ASCII
17223         characters in structured fields; don't encode space-delimited
17224         ASCII words even in unstructured fields; don't break words at
17225         char-category boundaries.
17226         (rfc2047-encode-1): New function.
17227         (rfc2047-encode): Use it; encode text so that it occupies the
17228         maximum width within 76-column; work correctly on Q encoding for
17229         iso-2022-* charsets.
17230         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17231         sure not to break a line just after the header name.
17232         (rfc2047-b-encode-region): Remove.
17233         (rfc2047-b-encode-string): New function.
17234         (rfc2047-q-encode-region): Remove.
17235         (rfc2047-q-encode-string): New function.
17237         * mm-util.el (mm-replace-in-string): New function.
17239 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17242         Really get it right.
17243         (gnus-inews-make-draft): Really.
17245 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17247         * nnmh.el (nnmh-request-list-1): Don't check the link count
17248         before descending.  (small patch)
17250 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17252         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17253         stuff.
17255         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17256         Match on real group name.
17258         * gnus-art.el (gnus-signature-limit): Doc fix.
17260         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17262 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264         * gnus-draft.el (gnus-draft-send):
17265         Bind rfc2047-encode-encoded-words.
17267         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17268         (rfc2047-encodable-p): Say that =? needs encoding.
17269         (rfc2047-encode-encoded-words): New variable.
17271         * gnus-group.el (gnus-group-select-group): Doc fix.
17273         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17275         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17276         to nil.
17278         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17280         * nnheader.el (nnheader-get-lines-and-char): New function.
17282 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17284         * gnus-msg.el (gnus-summary-followup-with-original):
17285         Document yanking of region when active.
17287 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17289         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17290         groups if the group level is higher than the specified value.
17292 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17294         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17295         (gnus-group-jump-to-group): Add prefix argument using
17296         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17297         non-active group.
17299         * compface.el (uncompface): Be verbose when changing
17300         `uncompface-use-external'.
17302         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17303         handle manual section.
17305 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17307         * gnus-art.el (gnus-button-alist): Revert previous change.
17309 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17311         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17313 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17315         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17316         whether backend can accept message.
17318         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17320 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17322         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17323         Avoid creating directory when nntp-marks-is-evil is true.
17324         Reported by Reiner Steib.
17326 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17328         * gnus-picon.el (gnus-picon-style): New variable.
17329         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17330         (gnus-picon-transform-address): Support `gnus-picon-style'.
17331         From Jesper Harder <harder@ifa.au.dk>.
17333 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17335         * message.el (message-fill-field): Return point.
17336         (message-generate-headers): Go to end of field.
17338         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17339         stuff for non-living groups.
17341 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17343         * gnus-art.el (gnus-article-followup-with-original)
17344         (gnus-article-reply-with-original): gnus-mark-active-p ->
17345         gnus-region-active-p.
17347 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17349         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17350         only when there is spam or ham to be processed.
17352 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17354         * mail-source.el (mail-source-delete-crash-box): Refactor.
17355         (mail-source-fetch): Use it.
17356         (mail-source-fetch-file): Ditto.
17357         (mail-source-fetch-directory): Run postscript in loop.
17358         (mail-source-fetch-pop): Delete.
17359         (mail-source-fetch-maildir): Ditto.
17360         (mail-source-fetch-imap): Ditto.
17362         * imap.el (imap-authenticators): Comment out sasl.
17364         * message.el (message-skip-to-next-address): New function.
17365         (message-fill-header-address): Refactor.
17366         (message-fill-address): Use it.
17367         (message-delete-address): Use it.
17368         (message-fill-header-general): Refactor.
17369         (message-fill-field-address): Rename.
17370         (message-narrow-to-field): Find the start of the header.
17371         (message-header-format-alist): Don't pre-fill.
17372         (message-fill-header): Remove.
17373         (message-insert-header): New function.
17374         (message-shorten-references): Use it.
17376         * rfc2047.el (rfc2047-field-value): Strip props.
17378         * mail-parse.el (mail-header-make-address): New alias.
17380         * ietf-drums.el (ietf-drums-make-address): New function.
17382         * imap.el: Add compiler directives.
17384         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17386         * gnus-art.el (article-decode-idna-rhs): Don't use
17387         message-idna-inside-rhs-p.
17389 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17391         * message.el (message-idna-inside-rhs-p): Remove.
17392         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17394         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17395         false positives.
17397 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17399         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17401 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17403         * nneething.el (nneething-file-name): Don't create spurious
17404         files.
17406         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17407         (gnus-inews-do-gcc): Remove sleep.
17409         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17410         part under point.
17412         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17413         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17415 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17417         * spam.el (spam-summary-prepare-exit): Fix (length).
17419 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17421         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17422         as expired without moving it" message when there are spam
17423         messages left.
17425 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17427         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17428         header is not nil.
17430 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17432         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17433         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17434         (nntp-marks-changed-p): New arg SERVER.
17435         (nntp-request-update-info): Adjust caller.
17437 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17439         * nntp.el (nntp-save-marks): Pass missing arg.
17441 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17443         * nntp.el: Support marks.
17444         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17445         (nntp-marks-modtime, nntp-marks-directory): New variables.
17446         (nntp-request-set-mark, nntp-request-update-info)
17447         (nntp-possibly-create-directory, nntp-marks-changed-p)
17448         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17449         New functions.
17451 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17453         * gnus-score.el (gnus-score-insert-help):
17454         Use gnus-select-lowest-window.
17456         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17457         appt-select-lowest-window and rename to gnus-select-lowest-window.
17459         * gnus.el: do.
17461 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17463         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17464         encodings of MIME-encoded words, in order to improve
17465         interoperability with several broken MUAs.
17467 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17469         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17470         tags, only when charsets are not specified in headers.
17471         (mm-inline-text-html-render-with-w3m): Ditto.
17473 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17475         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17476         instead of MIME-decoded from fields when checking
17477         `gnus-article-address-banner-alist'.
17479 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17481         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17482         description rather than subject.
17484 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17486         * gnus.el (gnus-version-number): Bump.
17488 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17490         * gnus.el: No Gnus v0.2 is released.
17492 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17494         * gnus-agent.el (gnus-agent-read-agentview):
17495         Inline gnus-uncompress-range.
17497 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17499         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17500         `exec-installed-p'.
17502 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17504         * gnus.el (spam-process, spam-autodetect-methods):
17505         Add bsfilter and bsfilter-headers.
17507         * spam.el (spam-bsfilter): New customize group.
17508         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17509         (spam-bsfilter-header, spam-bsfilter-probability-header)
17510         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17511         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17512         (spam-bsfilter-database-directory): New options.
17513         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17514         (spam-list-of-statistical-checks, spam-registration-functions):
17515         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17516         (spam-bsfilter-score): New command.
17517         (spam-check-bsfilter-headers, spam-check-bsfilter)
17518         (spam-bsfilter-register-with-bsfilter)
17519         (spam-bsfilter-register-spam-routine)
17520         (spam-bsfilter-unregister-spam-routine)
17521         (spam-bsfilter-register-ham-routine)
17522         (spam-bsfilter-unregister-ham-routine): New functions.
17523         (spam-generic-score): Support bsfilter; Accept an optional argument
17524         to recalcurate spam score even if scoring header has already been
17525         added.
17526         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17527         optional argument to recalcurate spam score even if scoring header
17528         has already been added.
17530 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17532         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17533         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17534         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17535         link is missing.
17537 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17539         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17540         (html2text-get-attr): Rewrite.
17542         * message.el (message-setup-1): Remove redundant put-text-property
17543         on mail-header-separator.
17545 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17547         * gnus-registry.el (gnus-registry-cache-whitespace)
17548         (gnus-registry-action, gnus-registry-spool-action)
17549         (gnus-registry-split-fancy-with-parent): Change message levels
17550         from 5 to 3 or 7, as needed.
17552         * spam.el (spam-summary-prepare-exit)
17553         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17554         (spam-split, spam-find-spam, spam-log-undo-registration)
17555         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17556         level from 5 to 6.
17558 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17560         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17561         2004-03-04 change).
17563 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17565         * sieve-manage.el (sieve-manage-open):
17566         * nnweb.el (nnweb-insert-html):
17567         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17568         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17569         * nnspool.el (nnspool-request-group):
17570         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17571         * nnml.el (nnml-request-update-info):
17572         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17573         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17574         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17575         (nnimap-request-set-mark):
17576         * nnfolder.el (nnfolder-request-update-info):
17577         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17578         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17579         * gnus-uu.el (gnus-uu-find-articles-matching):
17580         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17581         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17582         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17583         * gnus-nocem.el (gnus-nocem-scan-groups):
17584         * gnus-int.el (gnus-start-news-server):
17585         * gnus-group.el (gnus-group-make-kiboze-group)
17586         (gnus-group-browse-foreign-server):
17587         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17588         Use mapc when appropriate.
17590 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17592         FIXME: Make separate entries for each person.
17594         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17595         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17596         <shields@msrl.com>:
17598         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17599         may need for spam sorting and scoring.
17600         (spam-user-format-function-S): Add user format function suitable for
17601         general use.
17602         (spam-article-sort-by-spam-status): Add sorting function for summary
17603         sorting.
17604         (spam-extra-header-to-number): Add function to get a score from a
17605         header.
17606         (spam-summary-score): Add function to  get a numeric score from the
17607         headers.
17608         (spam-generic-score): Fix function doc, was in wrong place.
17609         (spam-initialize): Take symbols when it's run, and install the
17610         extra headers that spam-necessary-extra-headers thinks we need.
17612 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17614         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17615         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17617 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17619         * gnus-sum.el (gnus-set-global-variables)
17620         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17621         (gnus-article-get-xrefs, gnus-summary-best-group)
17622         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17623         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17624         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17625         Use with-current-buffer.
17627 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17629         * spam.el (spam-summary-prepare-exit): Simplify logic.
17630         (spam-fetch-article-header): Read the article header if it's not
17631         available.
17632         (spam-list-articles): Simplify logic.
17633         (spam-filelist-register-routine): Fix bug with unregister-list.
17635         * gnus-registry.el: Fix comments at beginning.
17637 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17639         * message.el (message-cater-to-broken-inn): Remove.
17640         (message-shorten-references): Make sure the total folded length of
17641         References is shorter than 998 characters to cater to a bug in INN
17642         2.3.  Also, don't pretend that references aren't folded -- this
17643         hasn't worked for a while.
17645 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17647         * gnus-agent.el (gnus-agentize):
17648         gnus-agent-send-mail-real-function no longer set to current value
17649         of message-send-mail-function but rather a lambda that calls
17650         message-send-mail-function.  The change makes the agent real-time
17651         responsive to user changes to message-send-mail-function.
17653 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17655         * legacy-gnus-agent.el
17656         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17657         help from Florian Weimer <fw@deneb.enyo.de>
17659 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17661         * nnmail.el (nnmail-cache-insert): Revert last change.
17663 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17665         * nnmail.el (nnmail-cache-insert): Always check whether
17666         nnmail-cache-ignore-groups matches a group name.
17668 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17670         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17671         (spam-find-spam, spam-log-processing-to-registry)
17672         (spam-log-registered-p, spam-log-unregistration-needed-p)
17673         (spam-log-undo-registration): Use gnus-message instead of
17674         gnus-error, none of these errors are fatal.
17676         * gnus-registry.el (gnus-registry-clean-empty-function)
17677         (gnus-registry-clean-empty): Remove only empty entries without
17678         extra data.
17680 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17682         * spam-stat.el (spam-stat-buffer-change-to-spam)
17683         (spam-stat-buffer-change-to-non-spam): Change (error) to
17684         (gnus-message 8) invocation.
17686 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17688         * nntp.el (nntp-via-netcat-command): New variable.
17689         (nntp-via-netcat-switches): New variable.
17690         (nntp-open-via-rlogin-and-netcat): New function.
17691         (nntp-open-connection-function): Doc fix.
17692         (nntp-telnet-command): Doc fix.
17693         (nntp-end-of-line): Doc fix.
17694         (nntp-via-rlogin-command): Doc fix.
17695         (nntp-via-user-name): Doc fix.
17696         (nntp-via-address): Doc fix.
17698 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17700         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17701         error in Emacs 21.1.
17703 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17705         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17707 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17709         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17710         (gnus-agent-with-refreshed-group): New macro.
17711         (gnus-agent-rename-group): New function.
17712         (gnus-agent-delete-group): New function.
17713         (gnus-agent-save-group-info): Use gnus-command-method when
17714         `method' parameter is nil.  Don't write nil entries into the
17715         active file.
17716         (gnus-agent-get-group-info): New function.
17717         (gnus-agent-fetch-articles):
17718         Use gnus-agent-update-files-total-fetched-for to increment disk space
17719         used.
17720         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17721         Use gnus-agent-update-view-total-fetched-for to increment disk space
17722         used.
17723         (gnus-agent-get-local): Add optional parameters to avoid calling
17724         gnus-group-real-name and gnus-find-method-for-group.
17725         (gnus-agent-set-local): Delete stored entry if either min, or max,
17726         are nil.
17727         (gnus-agent-fetch-session): Reworded error/quit messages.
17728         On quit, use gnus-agent-regenerate-group to record existence of any
17729         articles fetched to disk before the quit occurred.
17730         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17731         gnus-agent-update-view-total-fetched-for, and
17732         gnus-agent-update-files-total-fetched-for to decrement disk space
17733         used.
17734         (gnus-agent-retrieve-headers):
17735         Use gnus-agent-update-view-total-fetched-for to increment disk space
17736         used.
17737         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17738         with gnus-agent-update-files-total-fetched-for to decrement disk
17739         space and fresh group buffer.
17740         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17741         (gnus-agent-need-update-total-fetched-for): New variable.
17742         (gnus-agent-update-files-total-fetched-for): New function.
17743         (gnus-agent-update-view-total-fetched-for): New function.
17744         (gnus-agent-total-fetched-for): New function.
17746         * gnus-cache.el (gnus-cache-save-buffers):
17747         Use gnus-cache-update-overview-total-fetched-for to change disk space
17748         used by this group.
17749         (gnus-cache-possibly-enter-article):
17750         Use gnus-cache-update-file-total-fetched-for to increment disk space
17751         used by this group.
17752         (gnus-cache-possibly-remove-article):
17753         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17754         used by this group.
17755         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17756         (gnus-cache-rename-group): New function.
17757         (gnus-cache-delete-group): New function.
17758         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17759         (gnus-cache-need-update-total-fetched-for): New variable.
17760         (gnus-cache-with-refreshed-group): New macro.
17761         (gnus-cache-update-file-total-fetched-for): New function.
17762         (gnus-cache-update-overview-total-fetched-for): New function.
17763         (gnus-cache-rename-group-total-fetched-for): New function.
17764         (gnus-cache-delete-group-total-fetched-for): New function.
17765         (gnus-cache-total-fetched-for): New function.
17767         * gnus-group.el: Require gnus-sum and autoload functions to
17768         resolve warnings when gnus-group.el compiled alone.
17769         (gnus-group-line-format): Documented new %F.
17770         (size of Fetched data) group line format; identifies disk space
17771         used by agent and cache.
17772         (gnus-group-line-format-alist): Defined new F format.
17773         (gnus-total-fetched-for): New function.
17774         (gnus-group-delete-group): No longer update
17775         gnus-cache-active-altered as gnus-request-delete-group now keeps
17776         the cache in sync.
17777         (gnus-group-list-active): Let the agent store a server's active
17778         list if currently plugged.
17780         * gnus-int.el (gnus-request-delete-group):
17781         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17782         local disk in sync with the server.
17783         (gnus-request-rename-group):
17784         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17785         local disk in sync with the server.
17787         * gnus-start.el (gnus-get-unread-articles):
17788         Cosmetic simplification to logic.
17790         * gnus-util.el (gnus-rename-file): New function.
17792 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17794         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17796 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17798         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17799         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17801 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17803         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17804         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17806 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17808         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17810 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17812         * spam.el (spam-set-difference): Add function to replace
17813         gnus-set-difference in spam.el.
17814         (spam-summary-prepare-exit): Use spam-set-difference.
17816 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17818         * gnus-registry.el (gnus-registry-cache-file): Update to use
17819         gnus-dribble-directory OR gnus-home-directory OR ~.
17820         (gnus-registry-split-fancy-with-parent): Fix doc.
17822 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17824         * message.el (message-exchange-point-and-mark):
17825         Use message-mark-active-p.  Suggested by Jesper Harder
17826         <harder@ifa.au.dk>.
17828 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17830         * message.el (message-exchange-point-and-mark): Don't activate
17831         region if it was inactive.  Suggested by Hiroshi Fujishima
17832         <pooh@nature.tsukuba.ac.jp>.
17834 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17836         * gnus-art.el (article-display-face): Display Faces in the same
17837         order as X-Faces.
17839 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17841         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17843 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17845         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17846         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17847         (gnus-article-mime-hierarchy): Remove.
17848         (gnus-article-mime-hierarchy-next): Remove.
17849         (gnus-article-mode): Revert 2004-03-19 change.
17850         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17851         (gnus-insert-mime-button): Revert 2004-03-19 change.
17852         (gnus-mime-accumulate-hierarchy): Remove.
17853         (gnus-mime-enter-multipart): Remove.
17854         (gnus-mime-leave-multipart): Remove.
17855         (gnus-mime-display-part): Revert 2004-03-19 change.
17856         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17858         * mml.el (mml-preview): Revert 2004-03-19 change.
17860 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17862         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17864 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17866         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17867         t while entering a file name using the mm-with-multibyte macro.
17868         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17870         * mm-util.el (mm-with-multibyte): New macro.
17872 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17874         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17875         New user option.
17876         (gnus-mime-multipart-functions): Doc and customization fix.
17877         (gnus-article-mime-hierarchy): New variable.
17878         (gnus-article-mime-hierarchy-next): New variable.
17879         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17880         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17881         gnus-article-mime-hierarchy-next to nil.
17882         (gnus-insert-mime-button): Show hierarchy numbers.
17883         (gnus-mime-accumulate-hierarchy): New function.
17884         (gnus-mime-enter-multipart): New function.
17885         (gnus-mime-leave-multipart): New function.
17886         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17887         (gnus-mime-display-alternative): Show hierarchy numbers.
17889         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17890         gnus-article-mime-hierarchy-next to nil.
17892 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17894         * dns.el: Don't require gnus-xmas.
17896 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17898         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17899         inline PGP.
17900         (mml-menu): Disable mml-quote-region if mark is inactive.
17902 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17904         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17905         when the group's active is not available.
17907 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17909         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17910         error.
17912 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17914         * imap.el (imap-store-password): New variable.
17915         (imap-interactive-login): Use it.
17916         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17918 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17920         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17921         window-start and hscroll to summary window.
17923 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17925         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17926         conversion message to newsrc-dribble when an actual conversion is
17927         performed.
17929 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17931         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17933 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17935         * mm-decode.el (mm-complicated-handles): New function reviving
17936         former definition of mm-multiple-handles.
17938         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17939         (gnus-mime-delete-part): Use it.
17941 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17943         * gnus-agent.el (gnus-agent-read-local):
17944         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17945         avoid the implicit assumption that they will always be equal.
17946         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17947         coding-system-for-write, as the with-temp-file macro first prints
17948         to a buffer then saves the buffer.
17950 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17952         * gnus-art.el (gnus-article-edit-part): New function.
17953         (gnus-mime-save-part-and-strip): Use it; do query instead of
17954         signaling an error; don't use mm-multiple-handles.
17955         (gnus-mime-delete-part): Ditto.
17957 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17959         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17960         old file versions.
17961         (gnus-group-prepare-hook): Remove function that converted list
17962         form of gnus-agent-expire-days to group properties.
17964         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17965         (gnus-request-accept-article): Re-indented.
17967         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17968         converters to handle old agent file formats.  Add logic for a
17969         "backup before upgrading warning".
17970         (gnus-convert-mark-converter-prompt): Developers can mark
17971         functions as needing (default), or not needing,
17972         gnus-convert-old-newsrc's "backup before upgrading warning".
17973         (gnus-convert-converter-needs-prompt): Tests whether the user
17974         should be protected from potentially irreversable changes by the
17975         function.
17977         * legacy-gnus-agent.el: New.  Provides converters that are only
17978         loaded when gnus-convert-old-newsrc needs to call them.
17980 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17982         * mail-source.el (mail-source-touch-pop): Doc fix.
17984         * message.el (message-smtpmail-send-it): Doc fix.
17986 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17988         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17990         * nnmail.el (nnmail-split-fancy): do.
17992         * gnus-kill.el (gnus-kill, gnus-execute): do.
17994 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17996         * gnus-sum.el (gnus-widget-reversible-match)
17997         (gnus-widget-reversible-to-internal)
17998         (gnus-widget-reversible-to-external): New functions.
17999         (gnus-widget-reversible): New widget.
18000         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18002 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18004         * gnus-sum.el (gnus-thread-sort-functions)
18005         (gnus-article-sort-functions): Document `(not F)' items.
18007 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18009         * spam.el (spam-use-gmane-xref): Add new backend.
18010         (spam-gmane-xref-spam-group): Add variable to control the name of the
18011         Gmane spam group.
18012         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18013         (spam-regex-headers-spam, spam-regex-headers-ham)
18014         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18015         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18016         backends and checks.
18017         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18019         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18020         an autodetect method.
18022 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18024         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18025         articles are being added to a group.
18026         (gnus-request-replace-article): Inform the agent that articles
18027         need to be uncached as the cached contents are no longer valid.
18029 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18031         * binhex.el: Don't autoload executable-find.
18033         * canlock.el: Don't autoload mail-fetch-field.
18035         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18037         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18038         rmail-dont-reply-to and rmail-output.
18040         * gnus-score.el: Don't autoload ffap-string-at-point.
18042         * gnus-setup.el: Don't autoload sc-cite-original.
18044         * imap.el: Don't autoload base64-decode-string,
18045         base64-encode-string and md5.
18047         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18048         and rmail-msg-restore-non-pruned-header.
18050         * mm-decode.el: Don't autoload executable-find.
18052         * mm-url.el: Don't autoload executable-find.
18054         * mm-view.el: Don't autoload diff-mode.
18056         * nndb.el: Don't autoload news-reply-mode, news-setup,
18057         cancel-timer and telnet.
18059         * password.el: Don't autoload run-at-time for Emacs.
18061         * sha1-el.el: Don't autoload executable-find.
18063         * sieve-mode.el: Don't autoload c-mode.
18065         * uudecode.el: Don't autoload executable-find.
18067 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18069         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18070         (gnus-agent-possibly-alter-active): Avoid null in numeric
18071         comparison.
18072         (gnus-agent-set-local): Refuse to save null in local object table.
18073         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18074         list of articles that will be marked as unread.
18076 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18078         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18080 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18082         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18083         language tags.
18085 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18087         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18088         Don't bind "obarray".
18090         * gnus-sum.el (gnus-thread-sort-functions):
18091         Add `gnus-thread-sort-by-most-recent-number' and
18092         `gnus-thread-sort-by-most-recent-date'.
18093         Reported by Kai Grossjohann <kai@emptydomain.de>.
18095 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18097         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18099 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18101         * gnus-cus.el (gnus-agent-customize-category):
18102         Remove ignore-errors macro reference that required cl to be loaded at
18103         run-time.
18105         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18106         single-interval range of the form (min . max).  Previously the
18107         range had to look like ((min . max)).  Likewise, return
18108         (min . max) rather than ((min . max)).
18109         (gnus-range-map): Use gnus-range-normalize to accept
18110         single-interval range.
18112         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18113         the cache, but not the agent, now appear with their usual face.
18115 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18117         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18118         w3m-safe-url-regexp variable buffer-local.
18120         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18122 2004-02-27  Simon Josefsson  <jas@extundo.com>
18124         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18125         gnus-group-real-prefix.
18126         (gnus-summary-move-article): Use it, instead of
18127         gnus-group-real-prefix.
18129 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18131         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18132         w3m-safe-url-regexp variable buffer-local and set it as the value
18133         of mm-w3m-safe-url-regexp.
18135         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18137         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18138         parsing gnus-posting-styles when the message is not for replying.
18140         * nnrss.el (nnrss-opml-export):
18141         Use mm-set-buffer-file-coding-system instead of
18142         set-buffer-file-coding-system.
18144 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18146         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18147         of checkdoc.el).
18148         * nnrss.el: do.
18149         * gnus-mlspl.el: do.
18150         * gnus-ml.el: do.
18151         * gnus-srvr.el: do.
18153         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18155 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18157         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18158         Corrections to custom-manual links.
18160         * gnus-art.el (gnus-article): Ditto.
18162         * mm-decode.el (mime-display, mime-security): Ditto.
18164 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18166         * flow-fill.el: Typo.
18168 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18170         * spam-wash.el: New file.
18172 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18174         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18176 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18178         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18179         to be run with new-articles as LIST1, not LIST2.
18180         (spam-registration-functions): Add spam-use-ham-copy as a nil
18181         registration backend.
18183 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18185         * spam-stat.el (spam-stat-washing-hook): New option.
18186         (spam-stat-buffer-words): Use it.
18187         (spam-stat-process-directory, spam-stat-test-directory):
18188         Use insert-file-contents-literally.
18189         (spam-stat-coding-system): New variable.
18190         (spam-stat-load, spam-stat-save): Use it.
18192 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18194         * spam-report.el (spam-report-plug-agent):
18195         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18197 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18199         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18200         Allow / in mailto URLs.
18202 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18204         * spam-report.el (spam-report-process-queue): Fix interactive use.
18205         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18206         (spam-report-unplug-agent): Doc fixes.
18207         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18208         (spam-report-agentize, spam-report-deagentize):
18209         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * message.el (message-setup-fill-variables): Add mml tags to
18212         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18213         <ajk@iu.edu>.
18214         (message-mode): Don't modify paragraph-separate there.
18216 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18218         * compface.el (uncompface-use-external): Default to undecided.
18219         (uncompface-use-external-threshold): New variable.
18220         (uncompface-float-time): New macro.
18221         (uncompface): Determine whether to use the external decoder if
18222         uncompface-use-external is undecided.
18224 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18226         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18227         after images.
18229         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18231 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18233         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18235         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18237         * gnus-sum.el (gnus-summary-limit-to-age)
18238         (gnus-summary-limit-children): do.
18240         * gnus-int.el (gnus-request-scan): do.
18242         * gnus-group.el (gnus-group-suspend): do.
18244         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18246         * gnus-cite.el (gnus-cite-parse-attributions): do.
18248         * gnus-agent.el (gnus-summary-set-agent-mark)
18249         (gnus-agent-regenerate-group): do.
18251         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18253         * binhex.el (binhex-decode-region-internal): do.
18255 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18257         * gnus-fun.el (gnus-face-properties-alist): New user option.
18258         (gnus-display-x-face-in-from): Use it.
18260         * gnus-art.el (article-display-face): Ditto.
18262         * compface.el (uncompface-use-external): Default to nil.
18264 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18266         * nntp.el (nntp-erase-buffer): New function.
18267         (nntp-retrieve-data, nntp-send-command)
18268         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18269         (nntp-possibly-change-group): Use it.
18271         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18272         Use with-current-buffer.
18274 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18276         * compface.el: Merge the ELisp-based uncompface program.
18277         (compface): New customization group.
18278         (uncompface-use-external): New user option.
18279         (uncompface): Call uncompface-internal if uncompface-use-external
18280         is nil.
18281         (uncompface-internal): New function.  Note that there are also
18282         some other functions and variables added for this function.
18284 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18286         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18287         if necessary.
18289 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18291         * spam-report.el (spam-report-unplug-agent)
18292         (spam-report-plug-agent, spam-report-deagentize)
18293         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18294         Add support for the Agent in spam-report: when unplugged, report to a
18295         file; when plugged, submit all the requests.
18297         * spam.el (spam-register-routine): Fix message about
18298         registration.
18300 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18302         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18303         dependencies.
18304         (rfc2047-encode): Use it.
18306         * gnus-art.el (gnus-button-marker-list): Move before first
18307         reference.
18309         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18310         (imap-parse-body): Fix format string mismatch.
18312         * gnus-score.el (gnus-summary-increase-score): do.
18314         * nnrss.el (nnrss-close): New function.
18316 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18318         * nnrss.el (nnrss-make-filename): New function.
18319         (nnrss-request-delete-group, nnrss-read-server-data)
18320         (nnrss-save-server-data, nnrss-read-group-data)
18321         (nnrss-save-group-data): Use it.
18322         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18323         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18324         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18326 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18328         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18330 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18332         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18333         files.
18335         * message.el (message-generate-headers-first): Don't quote nil
18336         and t in docstrings.
18338         * imap.el (imap-id): do.
18340         * gnus-agent.el (gnus-agent-consider-all-articles)
18341         (gnus-agent-queue-mail): do.
18343 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18345         * spam-report.el (spam-report-process-queue): New function.
18346         Process requests from `spam-report-requests-file'.
18347         (spam-report-process-queue): Doc fix.
18349 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18351         * spam.el (spam-register-routine)
18352         (spam-log-processing-to-registry, spam-log-registered-p)
18353         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18354         Change "check" to "spam-check" for semi-clarity.
18356 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18358         * pop3.el: Require nnheader.
18360         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18362         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18364         * gnus-picon.el: Require cl.
18366         * gnus-fun.el: Require gnus-ems and gnus-util.
18368         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18370         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18372         * gnus-art.el (gnus-article-edit-mode): Define before first
18373         reference.
18375 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18377         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18378         (gnus-uu-post-encoded): Use point-at-bol.
18380         * gnus-topic.el (gnus-group-active-topic-p): do.
18382         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18384         * gnus-group.el (gnus-group-kill-region): do.
18386         * gnus-art.el (article-date-ut): do.
18388         * message.el (message-fetch-field): Remove redundant
18389         case-fold-search binding.
18390         (message-narrow-to-field): Simplify.
18392 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18394         * spam.el (spam-directory): Derive from `gnus-directory'.
18396         * spam-report.el (spam-report-url-to-file)
18397         (spam-report-requests-file): New function and variable for offline
18398         reporting.
18399         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18400         and user defined function.
18401         (spam-report-url-ping-mm-url): Remove doubled slash.
18403 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18405         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18407 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18409         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18410         Fix format string mismatch.
18412         * sieve.el (sieve-deactivate-all): do.
18414         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18416         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18418         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18420         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18422 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18424         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18425         the list of checks.
18427 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18429         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18430         padding.
18432 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18434         * mm-view.el (mm-fill-flowed): New variable.
18435         (mm-inline-text): Use it.
18437 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18439         * spam.el (spam-spamassassin-register-ham-routine)
18440         (spam-spamassassin-register-spam-routine): Fix function names.
18442 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18444         * gnus.el (gnus-tmp-grouplens): Remove.
18445         (gnus-summary-line-format): Remove grouplens.
18447         * gnus-group.el (gnus-group-line-format): Ditto.
18449         * gnus-spec.el (gnus-format-specs): Ditto.
18450         (gnus-update-format-specifications): Flush the group format spec
18451         cache if there's the grouplens stuff.
18452         (gnus-parse-simple-format): Replace %l with the empty string.
18454 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18456         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18457         omission.
18459 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18461         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18462         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18464 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18466         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18467         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18468         New macros and functions.
18469         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18470         Handle > NLINK_MAX messages.
18471         * nnmaildir.el (nnmaildir-request-set-mark):
18472         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18474 2004-01-25  Alex Schroeder  <alex@gnu.org>
18476         * spam-stat.el (spam-stat-process-directory-age): New option.
18477         (spam-stat-process-directory): Use it.
18479 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18481         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18482         (spam-stat-save): Accept prefix argument.
18484 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18486         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18487         links" error.
18489 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18491         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18492         compatibility with old .newsrc.eld files.
18494         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18496         * gnus-start.el (gnus-1): do.
18498         * gnus-group.el (gnus-group-line-format-alist): do.
18500         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18502         * gnus-gl.el: Remove.
18504 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18506         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18507         marks consisting of a single range {for example, (3 . 5)} rather
18508         than a list of a single range { ((3 . 5)) }.
18510 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18512         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18513         Use with-current-buffer.
18514         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18515         avoid consing a string.
18517         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18518         Remove obsolete entries for big5 and gb2312.
18520 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18522         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18523         uncompressed list.
18525 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18527         * spam-stat.el (spam-stat-strip-xref): New function.
18528         (spam-stat-process-directory): Use it.
18530         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18531         here -- it's done in message-fetch-field.
18533 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18535         * gnus-agent.el (gnus-agent-queue-mail)
18536         (gnus-agent-prompt-send-queue): New variables.
18537         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18538         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18539         "nndraft:queue" along to gnus-draft-send.
18540         Use gnus-agent-prompt-send-queue.
18541         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18542         is "nndraft:queue".  Suggested by Gaute Strokkenes
18543         <gs234@srcf.ucam.org>
18545         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18546         (agent-enable-undownloaded-faces): Add.
18547         (gnus-agent-cat-groups): Use eval-and-compile, not
18548         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18549         method of gnus-agent-cat-groups even when the buffer has been
18550         evaled.
18551         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18552         delete gnus-agent-save-active-1.
18553         (gnus-agent-save-groups): Delete.  Identical to
18554         gnus-agent-save-active.
18555         (gnus-agent-write-active): No longer adjust agent's copy of active
18556         file as agent's adjustments are now stored in their own
18557         file.  Remove optional parameter.
18558         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18559         servers.  Add use of min/max range limits from server's local
18560         file.
18561         (gnus-agent-save-alist): Remove unused optional argument.
18562         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18563         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18564         (gnus-agent-set-local): A per-server file that keeps min/max range
18565         limits for articles known to the agent.  Provides a fast mechanism
18566         for altering many active ranges.
18567         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18568         active file (local makes it unnecessary).
18569         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18571         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18572         (agent-enable-undownloaded-faces): Add.
18574         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18575         disable it when sending to "nndraft:queue".
18576         (gnus-group-send-queue): Add safety check to avoid sending queue
18577         when unplugged.
18579         * gnus-group.el (gnus-group-catchup): Use new
18580         gnus-sequence-of-unread-articles, not
18581         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18582         numbers of articles.  Use gnus-range-map to avoid having to
18583         uncompress the unread list.
18584         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18585         Fix invalid ange-ftp reference.
18587         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18588         (gnus-sorted-range-intersection): Intersection of two ranges
18589         without requiring that they first be uncompressed.
18591         * gnus-start.el (gnus-activate-group): Unless blocked by the
18592         caller, possibly expand the active range to include both cached
18593         and agentized articles.
18594         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18595         multiple version-dependent converters.
18596         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18597         gnus-agent-save-active.
18598         (gnus-save-newsrc-file): Save dirty agent range limits.
18600         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18601         gnus-agent-possibly-alter-active.
18602         (gnus-adjust-marked-articles): Faster handling of simple lists
18604 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18606         * spam-stat.el (spam-stat-test-directory): New optional argument
18607         displays a list of files detected.  Suggested by Andrew Cohen
18608         <cohen@andy.bu.edu>.
18609         (spam-stat-buffer-words-with-scores): Don't narrow and change
18610         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18612 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18614         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18615         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18616         (spam-spamassassin-arguments)
18617         (spam-spamassassin-spam-flag-header)
18618         (spam-spamassassin-positive-spam-flag-header)
18619         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18620         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18621         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18622         (spam-list-of-processors, spam-list-of-checks)
18623         (spam-list-of-statistical-checks, spam-registration-functions)
18624         (spam-check-spamassassin-headers, spam-check-spamassassin)
18625         (spam-spamassassin-score)
18626         (spam-spamassassin-register-with-sa-learn)
18627         (spam-spamassassin-register-spam-routine)
18628         (spam-spamassassin-register-ham-routine)
18629         (spam-assassin-register-spam-routine)
18630         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18631         (spam-bogofilter-score): Fix to show article before scoring.
18633 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18635         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18636         default scoring function.
18637         (spam-generic-score): Call spam-spamassassin-score if
18638         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18639         spam-bogofilter-score otherwise.
18641         * gnus.el (spam-process, spam-autodetect-methods):
18642         Add spamassassin and spamassassin-headers.
18644 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18646         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18647         Suppress unnecessary messages.
18649 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18651         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18652         make-hash-table.
18654 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18656         * canlock.el (base64-encode-string): Don't autoload it.
18658 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18660         * run-at-time.el: Remove useless (require 'itimer),
18661         eval-and-compile and (featurep 'xemacs).
18663 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18665         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18666         GROUP is a virtual group.
18668 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18670         * gnus.el: Autoload `message-y-or-n-p'.
18672 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18674         * pgg-parse.el: Remove unnecessary (require 'custom).
18676         * pgg-def.el: do.
18678         * nnmail.el: do.
18680         * gnus-undo.el: do.
18682         * gnus-picon.el: do.
18684         * gnus-util.el: do.
18686 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18688         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18690 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18692         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18693         handle, as well as a list.
18695         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18696         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18697         (mm-w3m-cid-retrieve): Simplify.
18699 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18701         * message.el (message-kill-to-signature): Allow prefix arg to
18702         specify number of lines to keep before signature.
18704 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18706         * message.el (message-kill-to-signature): Change docstring.
18708 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18710         * canlock.el: Always require sha1-el.
18711         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18713         * message.el: Autoload sha1 only when compiling.
18715 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18717         * message.el (message-canlock-generate): Require sha1-el.
18719 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18721         * message.el (message-expand-name): Silence the byte compiler.
18723 2004-01-13  Simon Josefsson  <jas@extundo.com>
18725         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18726         Invoke gnus-score-mode.
18727         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18729         * gnus-range.el (gnus-compress-sequence): Doc fix.
18730         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18732 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18734         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18736 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18738         * spam.el (spam-get-article-as-string): Update to use
18739         gnus-request-article-this-buffer, much simpler.
18740         (spam-get-article-as-buffer): Remove.
18742 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18744         * message.el (message-expand-name): Use EUDC if the user uses that.
18746 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18748         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18749         character for the encoding to avoid consing a string.
18751         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18752         unnecessarily.
18754         * mm-util.el (mm-replace-chars-in-string): Remove.
18756         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18757         of mm-replace-chars-in-string.
18759 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18761         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18763         * mm-util.el (mm-subst-char-in-string): Support inplace.
18765         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18766         a new string in every iteration.  Use shy groups.
18768 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18770         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18771         * gnus-soup.el (gnus-soup-group-brew):
18772         * gnus-msg.el (gnus-put-message):
18773         * gnus-move.el (gnus-group-move-group-to-server):
18774         * gnus-kill.el (gnus-batch-score):
18775         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18776         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18777         (gnus-group-update-group, gnus-group-read-group)
18778         (gnus-group-make-group, gnus-group-make-help-group)
18779         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18780         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18781         (gnus-group-sort-by-unread, gnus-group-catchup)
18782         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18783         (gnus-group-yank-group, gnus-group-set-info)
18784         (gnus-group-list-groups):
18785         * gnus.el (gnus-generate-new-group-name):
18786         * gnus-delay.el (gnus-delay-send-queue):
18787         * nnvirtual.el (nnvirtual-catchup-group):
18788         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18789         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18790         (gnus-group-prepare-topics, gnus-topic-check-topology):
18791         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18792         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18793         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18794         (gnus-group-make-articles-read):
18795         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18796         (gnus-group-change-level, gnus-kill-newsgroup)
18797         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18798         (gnus-get-unread-articles, gnus-make-articles-unread)
18799         (gnus-make-ascending-articles-unread): Use accessor
18800         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18801         to get group information for improved readability.
18803 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18805         * gnus-art.el (article-decode-mime-words, article-babel)
18806         (gnus-article-highlight-signature, gnus-article-add-buttons)
18807         (gnus-signature-toggle): Use gnus-with-article-buffer.
18809         * gnus-art.el (gnus-article-highlight-headers)
18810         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18812         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18813         (gnus-article-set-globals, gnus-request-article-this-buffer)
18814         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18815         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18816         (gnus-mime-display-alternative): Use with-current-buffer.
18818 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18820         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18821         also under 80 char limit, and call gnus-error if needed.
18822         (spam-fetch-article-header): Fix - it was a
18823         buffer-local variable (gnus-newsgroup-data).
18824         (spam-find-spam): Use spam-generate-fake-headers, forget about
18825         spam-insert-fake-headers.
18826         (spam-insert-fake-headers): Remove.
18828 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18830         * deuglify.el (gnus-article-outlook-unwrap-lines)
18831         (gnus-outlook-rearrange-article)
18832         (gnus-outlook-repair-attribution-outlook)
18833         (gnus-outlook-repair-attribution-block)
18834         (gnus-outlook-repair-attribution-other): Remove redundant
18835         save-excursion.
18837 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18839         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18840         (spam-fetch-field-subject-fast)
18841         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18842         (spam-fetch-article-header): Add functions to deal with Gnus
18843         internals for fast retrieval of article header data.
18844         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18846 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18848         * pop3.el (pop3-md5): Remove.
18849         (pop3-apop): Replace pop3-md5 with md5.
18851         * mm-bodies.el: base64 is always built-in.
18853         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18854         Use with-current-buffer.
18856 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18858         * canlock.el (canlock-insert-header): Remove excessive grouping in
18859         regexp.
18861         * gnus-sum.el (gnus-summary-read-document): Ditto.
18863         * gnus-uu.el (gnus-uu-part-number): Ditto.
18865         * html2text.el (html2text-remove-tags): Ditto.
18866         (html2text-format-tags): Ditto.
18867         (html2text-format-single-elements): Ditto.
18869         * mml.el (mml-parse-1): Ditto.
18871 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18873         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18875         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18877         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18879         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18881 2003-11-15  Simon Josefsson  <jas@extundo.com>
18883         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18884         (pgg-gpg-lookup-key): Use regexp match instead of
18885         split-string (split-string is different between emacs 21.2 and
18886         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18888 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18890         * gnus-art.el (gnus-mime-view-all-parts)
18891         (gnus-article-part-wrapper, gnus-article-view-part):
18892         Use with-current-buffer.
18894 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18896         * spam.el (spam-disable-spam-split-during-ham-respool)
18897         (spam-spamoracle-database, spam-cache-lookups)
18898         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18899         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18900         (spam-group-ham-marks, spam-group-spam-marks)
18901         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18902         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18903         also add spam-use-blackholes to the statistical checks.
18904         (spam-fetch-field-fast): Add interface to fetching fields, may
18905         become a macro.
18906         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18907         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18908         (spam-insert-fake-headers): Fake an article when needed.
18909         (spam-find-spam): Fake article when possible.
18910         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18911         (spam-check-bogofilter-headers): Use message-fetch-field instead
18912         of nnmail-fetch-field.
18914 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18916         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18918 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18920         * spam.el (spam-split): Do not require spam-use-CHECK to be
18921         enabled if that check is passed to spam-split explicitly; also
18922         fix so 'spam doesn't get converted to spam-split-group when
18923         spam-split-symbolic-return is t.
18924         (spam-find-spam): Find registrations of the article and use those
18925         instead of re-running spam-split to find the spam/ham
18926         classification of the article.
18927         (spam-log-processing-to-registry, spam-log-registered-p)
18928         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18929         Use gnus-error instead of gnus-message.
18930         (spam-log-registration-type): Add function to determine the
18931         classification of a message based on registry entries; will
18932         return nil if both 'spam and 'ham are found.
18933         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18934         a reasonably fast local cache without the loading errors.
18935         (spam-cache-lookups): Set to t by default.
18936         (spam-find-spam): Don't try to guess spam-cache-lookups.
18937         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18938         spam-caches entry.
18939         (spam-filelist-build-cache, spam-filelist-check-cache):
18940         Fix caching of whitelist/blacklist entries.
18941         (spam-check-whitelist, spam-check-blacklist):
18942         Invoke spam-from-listed-p with a type, not a cache variable.
18943         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18945 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18947         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18949         * nnmail.el (nnmail-split-fancy): do.
18951         * mml.el (mml-parse): do.
18953         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18954         (gnus-score-adaptive): do.
18956 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18958         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18959         (gnus-mime-button-map): Don't set keymap parent.
18960         (gnus-button-ctan-directory-regexp): Use shy grouping.
18961         (gnus-prev-page-map): Don't set keymap parent.
18962         (gnus-prev-page-map): Remove duplicated one.
18963         (gnus-next-page-map): Don't set keymap parent.
18964         (gnus-mime-security-button-map): Ditto.
18966         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18967         version number.
18969         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18971 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18973         * canlock.el (canlock-sha1-function): Remove.
18974         (canlock-sha1-function-for-verify): Remove.
18975         (canlock-openssl-program): Remove.
18976         (canlock-openssl-args): Remove.
18977         (canlock-ignore-errors): Remove.
18978         (canlock-sha1-with-openssl): Remove.
18979         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18980         (canlock-verify): Don't use canlock-ignore-errors.
18982         * sha1-el.el (sha1-string-external): Make it can return a string
18983         in binary form.
18984         (sha1-region-external): Ditto.
18985         (sha1-string-internal): Ditto.
18986         (sha1-region-internal): Ditto.
18987         (sha1-region): Ditto.
18988         (sha1-string): Ditto.
18989         (sha1): Ditto.
18991 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18993         * spam.el (spam-report-articles-gmane): New command.
18995 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18997         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18999         * run-at-time.el (run-at-time-saved): Remove.
19000         (run-at-time): Doc fix.
19002 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19004         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19005         (gnus-summary-limit-map): Add it.
19006         (gnus-summary-make-menu-bar): do.
19008 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19010         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19011         Make attempt at some caching support (done for BBDB only now).
19012         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19013         addresses to be checked.
19014         (spam-clear-cache-BBDB): Add function, to be invoked by
19015         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19016         (spam-check-BBDB): Check and use the caches, if
19017         spam-cache-lookups is on, remove superfluous (provide).
19019 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19021         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19023 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19025         * run-at-time.el (run-at-time-saved): Move to after the definition
19026         of `run-at-time'.
19028 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19030         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19031         mm-w3m-local-map-property.
19033         * mm-view.el (mm-w3m-mode-map): Remove.
19034         (mm-w3m-local-map-property): Remove.
19035         (mm-inline-text-html-render-with-w3m): Don't use
19036         mm-w3m-local-map-property.
19038 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19040         * run-at-time.el: New file.
19042         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19043         of gnus-set-text-properties.
19045         * gnus-uu.el (gnus-uu-save-article): Ditto.
19047         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19049         * gnus-cite.el (gnus-cite-parse): Ditto.
19051         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19052         of gnus-.
19054         * gnus.el: Change calls to nnheader-run-at-time and
19055         password-run-at-time throughout to use run-at-time directly.
19057         * password.el: Remove definition of run-at-time.
19059 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19061         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19062         in prompt.
19064 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19066         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19067         XEmacs version.
19069         * dns.el (dns-make-network-process): Use `open-network-stream'
19070         instead of `gnus-xmas-open-network-stream'.
19072         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19074 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19076         * gnus-art.el (gnus-mime-display-alternative)
19077         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19078         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19079         Don't use gnus-local-map-property.
19081         * gnus-util.el (gnus-local-map-property): Remove.
19083         * mm-view.el (mm-view-pkcs7-decrypt):
19084         Replace gnus-completing-read-maybe-default with completing-read.
19086         * gnus-util.el (gnus-completing-read): do.
19087         (gnus-completing-read-maybe-default): Remove.
19089 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19091         * password.el: Only autoload `run-at-time' if not XEmacs.
19092         Only autoload the itimer functions if XEmacs.
19094 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19096         * gnus-art.el (gnus-read-string): Remove.
19097         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19098         read-string.
19100 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19102         * netrc.el: Autoload password-read.
19103         (netrc): Add configuration group.
19104         (netrc-encoding-method, netrc-openssl-path):
19105         Add variables for encoding and decoding of files with symmetric
19106         ciphers.
19107         (netrc-encode): Add assistant function to encode a file with
19108         netrc-encoding-method.
19109         (netrc-parse): Add interactive parameter, added optional
19110         decoding if netrc-encoding-method is non-nil but otherwise
19111         behavior is standard.
19112         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19113         Do s/encode/encrypt/ everywhere.
19115         * spam.el: Remove executable-find autoload.
19117 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19119         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19121         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19123 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19125         * gnus-art.el (gnus-treat-ansi-sequences)
19126         (article-treat-ansi-sequences): New variable and function.
19127         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19129         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19130         Use it.
19132 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19134         * mm-util.el (mm-quote-arg): Remove.
19136         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19137         shell-quote-argument.
19139         * gnus-uu.el (gnus-uu-command): do.
19141         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19143         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19144         with make-char.
19146         * mm-util.el (mm-make-char): Remove.
19148         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19149         add-minor-mode.
19151         * gnus-undo.el (gnus-undo-mode): do.
19153         * gnus-topic.el (gnus-topic-mode): do.
19155         * gnus-sum.el (gnus-dead-summary-mode): do.
19157         * gnus-start.el (gnus-slave-mode): do.
19159         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19161         * gnus-ml.el (gnus-mailing-list-mode): do.
19163         * gnus-gl.el (gnus-grouplens-mode): do.
19165         * gnus-draft.el (gnus-draft-mode): do.
19167         * gnus-dired.el (gnus-dired-mode): do.
19169         * gnus-ems.el (gnus-add-minor-mode): Remove.
19171         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19172         Replace gnus-char-width with char-width.
19174         * gnus-ems.el (gnus-char-width): Remove.
19176         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19177         Replace gnus-char-width with char-width.
19179         * gnus-ems.el (gnus-char-width): Remove.
19181         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19182         definition.
19183         Remove Emacs 20 hash table compatibility code.
19185         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19186         20 compatibility code.
19188         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19190         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19192         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19193         Replace with point-at-{eol,bol}.
19195         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19197         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19199         * flow-fill.el (fill-flowed-point-at-bol)
19200         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19202         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19203         Replace with point-at-{eol,bol} throughout all files.
19205 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19207         * ntlm.el (ntlm-string-as-unibyte): New macro.
19208         (ntlm-build-auth-response): Use it.
19210         Remove Emacs 20 stuff:
19211         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19212         of delq and copy-sequence.
19213         * gnus-art.el (popup-menu): Remove the compiler macro.
19214         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19215         Emacs 20.
19217 2004-01-05  Simon Josefsson  <jas@extundo.com>
19219         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19220         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19221         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19222         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19223         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19224         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19225         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19226         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19227         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19228         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19229         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19230         string-xor into ntlm-string-xor.
19231         Suggested by Jesper Harder <harder@myrealbox.com>.
19233         * ntlm.el: Don't include poem.
19235         * md4.el (print-int32, print-string-hexa): Remove.
19236         Suggested by Jesper Harder <harder@myrealbox.com>.
19238         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19240         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19241         probably breaks emacs with DL patch, but do we care? Is anyone
19242         still using the DL stuff?)
19244         * sieve-manage.el: Use the password package.
19245         (sieve-manage-read-passwd): Remove.
19246         (sieve-manage-interactive-login): Use password.  Re-add
19247         condition-case around loop.
19249         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19250         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19251         Use the password package.
19253 2003-02-19  Simon Josefsson  <jas@extundo.com>
19255         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19256         token.
19258 2002-08-07  Simon Josefsson  <jas@extundo.com>
19260         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19261         (sieve-manage-authenticators):
19262         (sieve-manage-authenticator-alist): Add some SASL mechs.
19263         (sieve-sasl-auth): New function.
19264         (sieve-manage-cram-md5-auth):
19265         (sieve-manage-plain-auth): Rewrite using SASL library.
19266         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19267         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19268         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19269         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19271 2004-01-05  Simon Josefsson  <jas@extundo.com>
19273         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19274         New files.
19276 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19278         * gnus-group.el (gnus-no-groups-message): Update.
19280         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19282 2003-11-09  Simon Josefsson  <jas@extundo.com>
19284         * imap.el: Support for ID IMAP extension (RFC 2971).
19285         (imap-local-variables): Add imap-id.
19286         (imap-id): New variable.
19287         (imap-id): New function.
19288         (imap-parse-response): Parse untagged ID response.
19289         * nnimap.el (nnimap-id): New variable.
19290         (nnimap-open-connection): Use it.
19292 2003-12-28  Simon Josefsson  <jas@extundo.com>
19294         * gnus-score.el (gnus-score-edit-all-score): New.
19295         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19297 2004-01-04  Simon Josefsson  <jas@extundo.com>
19299         * password.el: Add.
19301 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19303         * dns.el (dns-query-types): Fix typo.
19304         (dns-query-types): New function.
19305         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19306         PTR and SOA replies, see RFC 1035.
19308 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19310         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19312         * Move to Changelog.2.
19314 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19316         * gnus.el (gnus-version-number): Bump version.
19318 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19320         * gnus.el: No Gnus v0.1 is released.
19322 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19324         * gnus.el: No Gnus v0.0 is released.
19326 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19328         * gnus.el (gnus-version-number): Bump.
19329         (gnus-version): No.
19331 See ChangeLog.2 for earlier changes.
19333   Copyright (C) 2004-2011  Free Software Foundation, Inc.
19335   This file is part of GNU Emacs.
19337   GNU Emacs is free software: you can redistribute it and/or modify
19338   it under the terms of the GNU General Public License as published by
19339   the Free Software Foundation, either version 3 of the License, or
19340   (at your option) any later version.
19342   GNU Emacs is distributed in the hope that it will be useful,
19343   but WITHOUT ANY WARRANTY; without even the implied warranty of
19344   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19345   GNU General Public License for more details.
19347   You should have received a copy of the GNU General Public License
19348   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19350 ;; Local Variables:
19351 ;; coding: utf-8
19352 ;; fill-column: 79
19353 ;; add-log-time-zone-rule: t
19354 ;; End: