Prefer plain LOGIN if it's enabled and we're using an encrypted connection.
[gnus.git] / lisp / ChangeLog
blobbf8eec59183b238686940b1e58c3526cffe8cb87
1 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4         used.
5         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
6         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
7         we're using an encrypted connection.
9         * proto-stream.el: Alter the interface functions to also return the
10         actual stream type used: network or tls.
12 2011-01-25  Julien Danjou  <julien@danjou.info>
14         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
15         (mm-display-javascript-inline): New function.
17         * mm-decode.el (mm-inline-media-tests): Add application/javascript
18         viewing function.
20 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22         * shr.el (shr-expand-newlines): Fix variable name.
24 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
26         * shr.el (shr-expand-newlines): Make nested boxes work.
28 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
30         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
31         backgrounds.
32         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
33         in a more sensible manner.
35 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
37         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
38         if EPG is loaded.
40 2011-01-24  Julien Danjou  <julien@danjou.info>
42         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
43         tags.
45 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
47         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
48         commands.
50         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
51         in the article buffer.
52         (gnus-gravatar-insert): Use blank space from the current buffer to
53         avoid breaking text properties.  This makes X-Sent updating work again.
55         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
57 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
59         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
60         fix the bug in url-http.el instead.
62         * shr.el (shr-image-fetched): Ditto.
64         * shr.el (shr-image-fetched): Avoid having point move in the article
65         buffer.
67         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
68         buffer after being called.  It's apparently being killed by url.el, and
69         killing it made point move to end-of-buffer in a random buffer.
71         * shr.el (shr-image-fetched): Ditto.
73 2011-01-23  Julien Danjou  <julien@danjou.info>
75         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
77         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
78         text/x-org.
80 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
82         * gnus-sum.el (gnus-summary-move-article): Protect against backends
83         (i.e., nnimap) returning nil as the article number.
85 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
87         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
88         "DelSp" parameter in RFC3676.
90 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
92         * message.el (message-check-recipients): Display the encoded version of
93         the bogus address if they differ.
95         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
96         after sending.
98         * gnus-agent.el (gnus-agent-send-mail): Ditto.
100         * gnus-group.el (gnus-group-refresh-group): New convenience function.
102         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
103         group buffer after sending the queue.
105         * gnus-agent.el (gnus-agent-send-mail): Ditto.
107 2011-01-22  Julien Danjou  <julien@danjou.info>
109         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
111 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
113         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
114         nested related parts.
116         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
117         unexpired articles.  This fixes the regression that led expiry marks to
118         disappear from nnfolder groups.
120 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
122         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
123         Don't confuse the "ret" of "retrograde" with RET.
125 2011-01-21  Julien Danjou  <julien@danjou.info>
127         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
128         than mm-insert-inline.
130 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
132         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
133         Widen article buffer.
135 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
137         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
138         the temp buffer.
139         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
141 2011-01-20  Julien Danjou  <julien@danjou.info>
143         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
145         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
146         than mm-insert-inline to insert inline part: this respect
147         mm-inline-media-tests displayers.
149         * mm-view.el (mm-display-shell-script-inline): New function.
151         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
153         * mm-uu.el (mm-uu-type-alist): Add org block.
154         (mm-uu-org-src-code-block-extract): New function.
156         * mm-view.el (mm-display-org-inline): New function.
158         * mm-decode.el (mm-automatic-display): Add text/org.
160         * mailcap.el (mailcap-mime-extensions): Add .org.
162 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
164         * gnus-art.el (gnus-article-highlight): Remove argument passed to
165         gnus-article-add-buttons.
167 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
169         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
170         From header with a date and "nobody" as the sender.
172 2011-01-19  Julien Danjou  <julien@danjou.info>
174         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
175         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
176         if you have the same regexp several times.
177         (gnus-button-push): Fix matching when regexp is symbol.
179 2011-01-15  Glenn Morris  <rgm@gnu.org>
181         * message.el (message-mail): A compose-mail function should
182         accept headers as strings.
184 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
186         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
187         Add :vert-only tags.
188         (message-mail): New arg RETURN-ACTION.
189         (message-return-action): New var.
190         (message-bury): Use it.
191         (message-mode): Make it buffer-local.
192         (message-send-and-exit): Always call message-bury.
194         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
195         message-mail.
197 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199         * nnimap.el (nnimap-convert-partial-article): Protect against
200         zero-length body parts.
202         * mm-decode.el (mm-preferred-alternative-precedence):
203         Discourage showing empty parts.
205         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
206         and stuff if the backend didn't return the article number.  This fixes
207         an Exchange-related nnimap bug.
209         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
210         group window, because it does the wrong thing when a separate frame
211         displays the group buffer.
213         * proto-stream.el (open-protocol-stream): Protect against the low-level
214         transport functions returning nil.
216 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
218         * mml2015.el (epg-sub-key-fingerprint): Autoload.
219         (mml2015-epg-find-usable-secret-key): New function.
220         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
221         mml2015-epg-find-usable-key (Bug#7797).
222         (mml2015-epg-encrypt): Ditto.
224 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
226         * dgnushack.el (rot13-string): Fix the way to get the argument.
228 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
230         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
232 2011-01-03  Glenn Morris  <rgm@gnu.org>
234         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
236         * sieve.el (sieve-open-server): Give a more explicit error if
237         sieve-manage-open returns nil.  (Bug#7720)
239 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
241         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
243 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
245         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
246         This avoids sending passwords in plain text over non-encrypted
247         channels.
249         * shr.el (shr-rescale-image): Display all GIF images as animated images.
251         * nnimap.el (nnimap-login): Refactored out into own function, and
252         implement CRAM-MD5.
253         (nnimap-wait-for-line): Refactored out.
255         * mm-view.el (mml-smime): Require.
257 2010-12-20  David Engster  <deng@eml.cc>
259         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
260         use EPG to decrypt S/MIME messages instead of openssl.
262 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
264         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
266         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
267         status is the group clearly is unreachable.
269         * auth-source.el (auth-source-create): Add the optional second
270         parameter to `local-variable-p' to be compatible with XEmacs.
272 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
274         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
275         work when using a compressed nnml folder.
277 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
280         backends after sanitising on entry, because this never makes sense:
281         If the articles have gone missing, then the data no longer exists on
282         the backend, and if they haven't, then Gnus is wrong, and shouldn't
283         overwrite anything anyway.
285         * shr.el (shr-insert-document): Bind shr-width dynamically to
286         window-width if it's nil.
288 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
290         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
291         with the meaning of using the full emacs window width for rendering.
293 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
295         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
296         case when sender is not given.
298 2010-12-23  Julien Danjou  <julien@danjou.info>
300         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
301         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
302         the addresses, otherwise we might misplaced the gravatar.
304 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
306         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
307         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
308         obsolete in Emacs.
310 2010-12-20  Julien Danjou  <julien@danjou.info>
312         * gnus-util.el (gnus-rescale-image): Revert last change.
314 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
316         * binhex.el: Improve commentary (Bug#7482).
318 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320         * gnus-group.el (gnus-group-delete-articles): New command.
322 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
324         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
326 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
328         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
329         here, since it's up to the backends to do CRLF removal if their
330         protocol has it.
332         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
334 2010-12-17  Julien Danjou  <julien@danjou.info>
336         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
337         they are from file. Can also scale up.
339 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
341         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
342         gnus-use-agent.
343         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
345         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
347 2010-12-17  Julien Danjou  <julien@danjou.info>
349         * gravatar.el (gravatar-retrieve-synchronously): New function.
350         (gravatar-get-data): Make more robust.
352 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
354         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
356 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
358         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
359         to really consider the last line.
361 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
363         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
364         list of recipient keys, or use symmetric encryption if not a list.
365         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
366         EPA override, replacing the call to `netrc-store-data'.
368 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
370         * gnus-srvr.el: Avoid passing nil regexp argument to
371         delete-matching-lines.
373 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
375         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
376         fetching stops when Gnus exits.
378         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
379         function.
380         (nnfolder-request-expire-articles): Save all the buffers after doing
381         expiry.
383         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
384         the last article", since that led to serious performance regressions
385         when expiring nnml groups.
387 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
389         * nnir.el: Improve customizations.
391 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
393         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
395         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
396         group has been killed.
397         (gnus-group-yank-group): Ditto.
399         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
401         * nnimap.el (nnimap-request-update-group-status): New function.
403         * gnus-int.el (gnus-request-update-group-status): New interface
404         function.
406         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
407         copying read-ness to the backends.
409         * nnimap.el (nnimap-quirk): New function.
410         (nnimap-retrieve-group-data-early): Use it.
411         (nnimap-quirks): New alist.
413 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
415         * shr.el (shr-insert): Set shr-start after deleting trailing space;
416         don't delete it within indentation.
418 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
420         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
421         previous line.
423 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
425         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
426         QRESYNC command by deleting a superfluous space which broke Cyrus
427         servers.  This change will break other servers that are buggy the other
428         way around.
430 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
432         * spam.el: Reindent and fix long lines.
433         (spam-copy-or-move-routine): Exclude invalid move destinations.
435 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
437         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
438         installed the registry.
440 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
442         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
444 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
446         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
447         groupname doesn't contain "gmane".
449 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
451         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
452         and netrc-bound-and-true-p bindings.
453         (netrc-parse): Cache the netrc contents.
455         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
456         (gnus-1): Don't create the nndrafts group twice.
457         (gnus-setup-news): There's no need to read the active file here, since
458         that's done again later on a per-backend basis.
459         (gnus-start-draft-setup): Make sure that the new group is started out
460         empty.
462         * gnus-agent.el (gnus-agentize): Don't create the queue group
463         automatically on startup.  It'll be created later, if needed.
465         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
466         of automatically subscribed groups.
467         (gnus-auto-subscribed-categories): New variable.
468         (gnus-matches-options-n): Use it.
469         (gnus-default-subscribed-newsgroups): Remove unused variable.
470         (gnus-start-draft-setup): Message a bit less.
472 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
474         * nnir.el (nnir-run-imap): Return article list in order of increasing
475         UID.
477 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479         * gnus-sum.el (gnus-summary-enter-digest-group):
480         Mention gnus-auto-select-on-ephemeral-exit.
482         * proto-stream.el (proto-stream-open-network-only): Fix the calling
483         convention of the network-only option.
485 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
487         * proto-stream.el (proto-stream-open-network-only): New function to
488         have a way to specify non-STARTTLS upgrade connections.
490 2010-12-10  Julien Danjou  <julien@danjou.info>
492         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
493         email address is nil.
495         * message.el (message-bogus-recipient-p): Set address to "" if nil.
497 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
499         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
500         deletion.
501         (nnir-run-imap): Only need to parse list once.
503 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
505         * shr.el (shr-tag-script): Ignore <script>.
506         (shr-tag-label): Add <label> support.
508 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
510         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
512         * shr.el (shr-image-displayer): Work for images lined side by side.
514 2010-12-08  Robert Pluim  <rpluim@gmail.com>
516         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
517         parameter, since XEmacs doesn't accept t as a parameter.
519 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
521         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
522         ids.
523         (nnir-run-gmane): Simplify groupspec formatting.
524         (nnir-request-expire-articles): New function.
526 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
528         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
529         overflow, possibly.
531         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
532         (shr-render-td): Handle td style="" better.
533         (shr-tag-table): Use the color from the style sheet.
534         (shr-render-td): Make sure we copy over all the overlays, too.
536 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
538         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
539         (nnir-request-article): Improve article retrieval.
541 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
543         * mm-util.el (mm-extra-numeric-entities): New variable.
545         * mm-url.el (mm-url-decode-entities):
546         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
548         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
550 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
552         * message.el: Use completion-at-point.
553         (message-completion-function): New fun, extracted from message-tab.
554         (message-mode): Use it for completion-at-point-functions.
555         (message-tab): Use it and completion-at-point.
557 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
559         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
560         character if a non-breakable character follows.
562 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
565         any stream.
567         * shr.el (shr-tag-font): Colorize the region.
568         (shr-tag-body): Ditto.
569         (shr-tag-font): Actually let the styles be inherited instead of
570         overwriting them.
571         (shr-tag-font): Get the background color right.
572         (shr-tag-style): Ignore all <style> tags for the moment.
574         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
575         a Message-ID to avoid having nnimap depend on gnus-sum.
577         * shr.el (shr-descend): Only colorize something if we have a node that
578         sets colors.
580 2010-12-06  Julien Danjou  <julien@danjou.info>
582         * shr.el (shr-render-td): Render td content with shr-descend, so style
583         will be applied to <td> too.
584         (shr-colorize-region): Colorize region even if we only have a background.
585         (shr-tag-body): Fix color and background color inheritance.
586         Do not recolorize after shr-generic.
587         (shr-tag-font): Let shr-generic colorize via inheritance.
589 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
591         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
593 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
595         * nnir.el (nnir-request-move-article): Remove obsolete code.
597 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
599         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
601 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603         * gnus-sum.el (gnus-summary-respool-article): The completion function
604         expects a list instead of an alist.
606         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
607         string as the parameter.
609         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
611         * shr.el (shr-stylesheet): New dynamic variable for cascading the
612         styles.
613         (shr-colorize-region): New function.
614         (shr-insert-background-overlay): Remove.
615         (shr-render-td): Background setting should be taken care of on a higher
616         level.
617         (shr-tag-body): Use post-hoc colorizations.
618         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
619         (shr-put-color-1): Don't overwrite old colors.
620         (shr-colorize-region): When the background color isn't explicit, use
621         a fixed background.
623         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
624         nnmail variables.
626 2010-12-05  Bjørn Mork  <bjorn@mork.no>
628         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
629         unless necessary.
631 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
633         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
634         server.
636 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
639         so that TAB works.
641         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
642         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
644         * shr.el (shr-urlify): Show the URL before the title to avoid
645         misleading URLs.
647 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
649         * shr.el (shr-urlify): Display the title in <a> tags.
651 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
653         * nnir.el (nnir-categorize): Replace mapcar with mapc.
655 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
657         * nnir.el: Rearrange code to allow macros to be autoloaded by
658         gnus-sum.el.
659         (nnir-retrieve-headers-override-function): Make this variable
660         customizable.
661         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
663         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
664         from nnir.el.
666 2010-12-03  Julien Danjou  <julien@danjou.info>
668         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
670 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
672         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
673         allow optional argument `environment'.
675 2010-12-03  Glenn Morris  <rgm@gnu.org>
677         * mm-extern.el (message-goto-body): Update declaration.
679 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
681         * gnus-util.el (gnus-macroexpand-all): New function.
683         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
684         instead of macroexpand-all that is unavailable in XEmacs.
686 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
688         * nnir.el (nnir-summary-line-format): New variable.
689         (nnir-mode): Use it.
690         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
691         (nnir-article-ids): Reimplement as defsubst.
692         (nnir-retrieve-headers): Don't mangle the subject header.
693         (nnir-run-imap): Use 100 as RSV score.
694         (nnir-run-find-grep): Fix for full server searching.
695         (nnir-run-gmane): Better restriction to gmane groups.
697         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
698         summary buffers.
700 2010-12-02  Julien Danjou  <julien@danjou.info>
702         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
704         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
706         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
707         support.
709 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
711         * nnir.el: Update to handle the registry better.
712         (autoload): Silence byte-compiler.
713         (nnir-open-server): Add a hook for nnir groups.
714         (nnir-request-move-article): Don't mangle the header. Better to use
715         formating variables (which will be added in the future).
716         (nnir-registry-action): Update the registry using the original article
717         group name.
718         (nnir-mode): Install nnir-specific hooks for updating the registry.
720         * gnus-sum.el
721         (gnus-article-original-subject,gnus-newsgroup-original-name):
722         Remove obsolete variables.
723         (gnus-summary-move-article): Remove use of obsolete variables.
724         (gnus-summary-local-variables): Make move and delete hooks local to
725         summary buffers.
727 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
729         * rtree.el: New file.
731 2010-12-01  Julien Danjou  <julien@danjou.info>
733         * message.el (message-user-organization): Do not use
734         gnus-local-organization.
736         * gnus.el: Remove gnus-local-organization.
738         * gnus-msg.el: Remove nastygram thing.
740 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
742         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
743         funcall.
745 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
747         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
748         names.
750         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
751         characters.
753         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
754         to t of inhibit-read-only since it is inside gnus-with-article-headers.
755         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
756         (gnus-gravatar-transform-address): Use mail-extract-address-components
757         that supports non-ASCII names rather than mail-header-parse-addresses.
759 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761         * proto-stream.el (open-protocol-stream): All starttls connections are
762         handled by the network handler.
764 2010-11-30  Julien Danjou  <julien@danjou.info>
766         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
767         (nnimap-open-connection-1): Fix PREAUTH.
769         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
771 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
773         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
774         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
775         (shr-insert): Use them.
776         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
778 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
780         * nnir.el (nnir-request-move-article): Bail out if original group
781         doesn't support article moves.
782         (nnir-get-active): Improve active list retrieval.
784 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786         * shr.el (shr-find-fill-point): Don't break before apostrophes.
788 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
790         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
791         seem to accept strings-with-numbers as port numbers,
793 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
795         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
796         change the registry.
798 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
800         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
801         delete-dups that is not available in XEmacs 21.4.
803         * mm-util.el (mm-delete-duplicates): Add comment.
805 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
807         * nnir.el (nnir-ignored-newsgroups): New variable.
808         (nnir-get-active): Use it.
810 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
812         * proto-stream.el (proto-stream-open-network): Add some comments.
814         * nntp.el (nntp-open-connection): Provide a :success condition.
816         * nnimap.el (nnimap-open-connection-1): Ditto.
818         * proto-stream.el (proto-stream-open-network): See what the response to
819         the STARTTLS command is.
821         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
822         backwards compatibility).
823         (nnimap-open-connection-1): Really respect nnimap-server-port.
825         * proto-stream.el (proto-stream-open-network): When doing opportunistic
826         TLS upgrades we don't really care about the identity of the peer.
827         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
828         that what we've checked for.
829         (proto-stream-always-use-starttls): Only default to t if
830         open-gnutls-stream exists.
831         (proto-stream-open-network): If STARTTLS failed, then just open a
832         normal connection.
833         (proto-stream-open-network): Wait until the greeting before doing
834         STARTTLS.
836         * nntp.el (nntp-open-connection): Report what the connection error is.
838         * proto-stream.el (open-protocol-stream): Rename from
839         open-proto-stream.
841 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
843         * nnimap.el (nnimap-stream): Change default to `undecided'.
844         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
845         first, and then network.
846         (nnimap-open-connection-1): Respect nnimap-server-port.
847         (nnimap-open-connection): Be more backwards-compatible.
849         * proto-stream.el (proto-stream-always-use-starttls): New variable.
850         (proto-stream-open-starttls): De-duplicate the starttls code.
851         (proto-stream-open-starttls): Folded back into the main function.
852         (proto-stream-open-network): Fix typo in the gnutls path.
853         (proto-stream-command): Refactor out.
855         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
857         * proto-stream.el (proto-stream-open-starttls): Actually implement the
858         starttls.el STARTTLS.
860         * color.el (color-lab->srgb): Fix function call name.
862         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
863         if we're using tls.el.
864         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
865         built in, then don't try to establish a STARTTLS connection.
867         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
868         servers.
870         * proto-stream.el (open-proto-stream): Use network, not stream.
871         (open-proto-stream): Add a way to specify what the end of a command is.
873         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
874         connections types.
875         (nntp-open-network-stream): Remove.
876         (nntp-open-ssl-stream): Remove.
877         (nntp-open-tls-stream): Remove.
878         (nntp-ssl-program): Remove.
880         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
882 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
884         * nnir.el: Fix typos.
885         (nnir-retrieve-headers-override-function): Rename variable to reflect
886         new semantics.
887         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
888         macros.
889         (nnir-request-article, nnir-request-move-article): Use them.
890         (nnir-categorize): New function.
891         (nnir-run-query): Use it.
892         (nnir-retrieve-headers): Rewrite to batch header retrieval.
893         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
894         sorted.
895         (nnir-group-full-name): Use gnus-group-full-name instead.
896         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
897         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
899 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
903         * proto-stream.el: New library to provide protocol-specific
904         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
905         protocols.
906         (open-proto-stream): Complete the documentation.
907         (proto-stream-open-network): Fix some typos.
909         * nnimap.el (nnimap-open-connection): Use it.
911 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
913         * pop3.el (pop3-open-server): Read server greeting before starting TLS
914         negotiation.
916 2010-11-26  Julien Danjou  <julien@danjou.info>
918         * color.el: Rename various rgb functions to srgb.
920 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
922         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
923         names.
925 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
927         * shr.el (shr-insert): Revert last change.
928         (shr-find-fill-point): Never leave point being at bol;
929         relax the kinsoku limitation when rendering tables.
931 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
933         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
934         results from -accept-article.
936         * shr-color.el: Require cl when compiling.
938         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
939         checkin.
941         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
943         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
945         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
946         'add and 'delete to set backend marks.
948         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
950         * nnheader.el (nnheader-update-marks-actions): Refactor out.
952         * nntp.el (nntp-request-set-mark): Use it.
954         * nnfolder.el (nnfolder-request-set-mark): Ditto.
956         * nnml.el (nnml-request-set-mark): Ditto.
958         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
959         introduces regressions in article selection.
960         (nnimap-find-uid-response): New function.
961         (nnimap-request-accept-article): Use the UID returned, if any.
962         (nnimap-request-move-article): Use the UID returned, if any.
963         (nnimap-get-groups): Reimplement to work with folded lines.
964         (nnimap-find-uid-response): The UID is the last element in the list.
965         (nnimap-request-set-mark): Extend syntax with 'set.
967         * nnml.el (nnml-request-set-mark): Ditto.
969         * nnfolder.el (nnfolder-request-set-mark): Ditto.
971         * nntp.el (nntp-request-set-mark): Ditto.
973 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
975         * message.el (message-called-interactively-p): A temporary macro.
976         (message-goto-body): Use it temporarily.
978 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
981         (nnimap-last-response-string): Unfold quoted lines, if they exist.
982         (nnimap-last-response-string): Fix last unfolding fix.
984 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
986         * shr.el (shr-insert): Fix the way to fold lines.
988 2010-11-25  Julien Danjou  <julien@danjou.info>
990         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
992         * color.el: Rename from color-lab.el
993         (color-rgb->hex): Add.
994         (color-complement): Add.
995         (color-complement-hex): Add.
997         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
999 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1002         don't exist.
1004 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1006         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1007         assuming that article displaying or another mml-preview may be
1008         interrupted for an error or for the like.
1010         * shr.el (shr-get-background): Fix argument name.
1012 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1016         * gnus-sum.el (gnus-summary-include-articles): New function.
1018         * message.el (message-goto-body): called-interactively-p needs a
1019         parameter, so use `any'.
1021         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1022         clear marks before moving, since they're synced from the Gnus side
1023         first.
1025         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1026         (gnus-summary-move-article): Copy over all marks before moving, so that
1027         IMAP doesn't think a new article has arrived.
1029 2010-11-24  Julien Danjou  <julien@danjou.info>
1031         * shr.el (shr-insert-background-overlay): Fix typo.
1032         (shr-render-td): Copy the background before rendering.
1034         * shr-color.el (shr-color-visible): Fix docstring.
1036         * shr.el (shr-tag-table): Add bgcolor support.
1037         (shr-render-td): Add bgcolor support.
1038         (shr-get-background): Add.
1039         (shr-insert-foreground-overlay): Use shr-get-background.
1041         * message.el (message-goto-body): Use called-interactively-p.
1042         (message-in-body-p): message-goto-body returns point.
1044 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1046         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1047         Fixes something or other in Emacs 23, and is backwards compatible.
1049         * message.el (message-goto-body): Remove the <#secure special-casing,
1050         which is too special.
1052         * shr.el (shr-parse-style): Drop !important from styles.
1054 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1056         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1057         this function to return incorrect results when calling it with an
1058         explicit article argument different from
1059         (gnus-summary-article-number).
1061 2010-11-24  Julien Danjou  <julien@danjou.info>
1063         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1064         (shr-tag-body): Add background support.
1065         (shr-descend): Add background support.
1066         (shr-tag-title): Add.
1068         * shr-color.el (shr-color-visible): Really return original background
1069         if fixed.
1071 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1073         * shr.el (shr-color-check): Protect against non-existant colour names.
1075 2010-11-24  Julien Danjou  <julien@danjou.info>
1077         * color-lab.el: Require 'cl when compiling.
1079         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1081         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1082         matched part.
1084         * color-lab.el: Fix all expt calls to use float type.
1086 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1088         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1089         expression to shr-color-check as is.
1091         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1093         * color-lab.el: Add coding cookie.
1094         (float-pi): Use eval-and-compile.
1096         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1097         compiled for Emacsen having no `libxml-parse-html-region' support.
1099 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101         * shr.el (shr-insert-color-overlay): Split stuff like
1102         "#444444 !important" to find the real colour.
1103         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1104         parse <font color="red"> entries.
1106 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1108         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1109         point when parsing headers.
1111         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1112         is positioned properly when parsing headers.
1114 2010-11-23  Julien Danjou  <julien@danjou.info>
1116         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1118         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1120         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1122         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1123         Use shr-color-hue-to-rgb.
1124         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1126 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1128         * shr.el (shr-color->hexadecimal): Autoload.
1129         (shr-descend): Add color to all tags.
1131 2010-11-22  Julien Danjou  <julien@danjou.info>
1133         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1134         shr-color->hexadecimal.
1136         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1137         RGB() or HSL() color representation.
1139         * shr.el (shr-tag-font): Add.
1140         (shr-tag-color-check): New function to get better colors.
1141         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1142         tag-span.
1144         * shr-color.el: New file.
1146         * color-lab.el: New file.
1148         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1150 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1152         * nnir.el: Fix typo in comments.
1153         (nnir-run-imap): Simplify code. No need to reverse artlist.
1154         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1156 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1158         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1160         * nnimap.el (nnimap-get-capabilities): Refactor out.
1161         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1163 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1165         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1166         appearing when `mm-uu-hide-markers' is nil.
1168 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170         * nnimap.el (nnimap-unselect-group): Make into its own function.
1171         (nnimap-request-rename-group): Unselect group before renaming.
1172         This had gotten lost somewhere.
1173         (nnimap-request-accept-article): Keep track of examined groups, and
1174         unselect the group before APPENDing to read-only groups.
1175         (nnimap-request-move-article): Clear flags before moving so that they
1176         can be re-set later.
1178 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1180         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1181         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1183 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1185         * gnus-art.el (gnus-mime-display-single)
1186         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1187         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1188         parameter.
1190 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1192         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1193         (shr-table-vertical-line): New variable.
1194         (shr-insert-table): Use it.
1196 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1198         * gnus-html.el (gnus-html-wash-images): Don't display images if
1199         gnus-inhibit-images is non-nil; register displayer for cid images.
1200         (gnus-html-display-image): Work for cid image.
1201         (gnus-html-insert-image): Allow arguments.
1202         (gnus-html-put-image): Inhibit read-only.
1203         (gnus-html-prefetch-images): Don't prefetch images if
1204         gnus-inhibit-images is non-nil.
1206 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208         * shr.el (shr-put-image): Break lines when inserting big pictures.
1210 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1212         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1213         sender, thanks Katsumi Yamaoka.
1215 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1217         * nnir.el (nnir-run-imap): Reverse the article list for each group
1218         rather than the whole list.
1220 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1222         * shr.el (shr-image-displayer): Protect function against non-existent
1223         image source.
1225         * gnus-art.el (gnus-inhibit-images): New user option.
1226         (gnus-mime-display-single): Don't display image if it is non-nil.
1228         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1229         gnus-inhibit-images.
1231         * shr.el (shr-image-displayer): New function.
1232         (shr-tag-img): Use it.
1234 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1236         * mml2015.el (mml2015-epg-sign): Use From header.
1238 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1240         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1242         * gnus-util.el (gnus-find-text-property-region): Return markers.
1244         * shr.el (shr-tag-img): Put a displayer in the text property.
1246         * gnus-util.el (gnus-find-text-property-region): New utility function.
1248         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1249         (gnus-html-show-images): Remove.
1251         * gnus-art.el (gnus-article-show-images): New, more general function.
1253         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1254         image url text properties.
1256         * shr.el: Ditto.
1258         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1259         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1261 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1263         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1264         work for two or more articles.
1266 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1268         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1269         divide an image that's in an html article to two or more when washing
1270         non-ASCII characters in alt text of it.
1272 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1274         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1275         smime-decrypt-region using function argument.
1276         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1278         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1280         * smime.el (smime-decrypt-region): Catch it.
1282 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1284         * smime.el (smime-mode-map): Move initialization into declaration.
1285         (gnus-run-mode-hooks): Don't autoload.
1286         (smime-mode): Use define-derived-mode.
1288 2010-11-11  Glenn Morris  <rgm@gnu.org>
1290         * smime.el (from): Restrict declaration to XEmacs.
1292         * nnir.el (gnus-group-topic-name): Autoload.
1294 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1296         * shr.el (shr-insert): Don't break long line if it is because of
1297         kinsoku-bol characters in the line end.
1299 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1301         * nnir.el (nnir-request-move-article): Fix to provide original group
1302         and subject.
1303         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1304         been retrieved.
1306         * gnus-sum.el (gnus-summary-move-article): Use original group and
1307         subject for virtual articles such as those in an nnir summary buffer.
1309 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1311         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1312         least 21.5).
1314         * smime.el (from): Declare it again for XEmacs.
1316 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1318         * message.el (message-resend): Don't disable encoding unless it's
1319         already encoded.
1321         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1322         low-numbered articles.
1324 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1326         * rfc2047.el (rfc2047-syntax-table): Simplify.
1328         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
1330         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1331         set-char-table-range for XEmacs.
1333 2010-11-10  Glenn Morris  <rgm@gnu.org>
1335         * time-date.el (time-to-seconds): Always an alias on Emacs,
1336         never a real function.
1337         (with-no-warnings): Remove compat stub, now unused.
1338         (time-less-p): Doc fix.
1339         (time-to-number-of-days): Simplify.
1341         * smime.el (from): Remove unused declaration.
1343         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1344         (gnus-float-time): On Emacs, always an alias.
1346         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1347         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1349 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1351         * dgnushack.el: Don't use ignore-errors in the top level form since it
1352         is unavailable in XEmacs even if cl is loaded.
1354         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1356 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358         * shr.el (browse-url-mailto): Autoload.
1360         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1362         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1363         regexp doesn't need quoting.
1365 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1367         * message.el (message-subject-trailing-was-ask-regexp)
1368         (message-subject-trailing-was-regexp): Match was: in addition to was.
1370 2010-11-09  Glenn Morris  <rgm@gnu.org>
1372         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1373         (nnbabyl-check-mbox): Use point-at-bol.
1375 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1377         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1379         * message.el (message-mailto): New function.
1380         (message-mailto): Should accept other parameters.
1381         (message-mailto): Remove since it duplicates browse-url-mailto
1382         functionality.
1384 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1387         methods.
1388         (gnus-read-active-file): Ditto.
1390         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1391         ": " from the prompt.
1392         (gnus-group-make-group): Ditto.
1394 2010-11-07  Glenn Morris  <rgm@gnu.org>
1396         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1397         (gnus-bookmark-kill-line): Use point-at-eol.
1399 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1401         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1402         asterisks in From header.
1404 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1406         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1407         string to avoid making the From headers syntactically invalid.
1409         * message.el (message-send-mail): Don't insert courtesy messages if the
1410         message already has List-Post and List-ID messages.
1412 2010-11-06  Glenn Morris  <rgm@gnu.org>
1414         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1415         `condition', `type', `length' a prefix.
1416         (gnus-treat-predicate): Update for above name changes.
1418 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1420         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1421         binding.  Handled by `gnus-summary-refer-thread' instead.
1422         (nnir-warp-to-article): New backend function.
1424         * nnimap.el (nnimap-request-thread): Force dependency updating.
1426         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1427         (gnus-summary-refer-thread): Rework to improve thread-referral.
1429         * gnus-int.el (gnus-warp-to-article): New function.
1431         * gnus-sum.el (gnus-summary-article-map): Bind it.
1433 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1435         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1436         gnus-summary-refer-thread.
1438         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1439         headers.
1440         (gnus-summary-limit-include-thread): Prevent articles in thread from
1441         being cut in gnus-cut-threads.
1442         (gnus-summary-refer-thread): Limit retrieved headers to those in
1443         thread.
1445 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447         * message.el (message-send-mail): Use the value of
1448         message-courtesy-message from the message buffer.
1450         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1452         * shr.el (shr-browse-url): Implement mailto: URLs.
1454         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1455         "raw".
1457         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1458         if it's already selected.
1460         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1462 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1464         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1465         to measure the length and truncate alt text.
1467 2010-11-03  Glenn Morris  <rgm@gnu.org>
1469         * nndiary.el (nndiary-generate-nov-databases-1)
1470         (nndiary-generate-active-info): Rename dynamic variable `files' to
1471         something less generic.
1473 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1475         * nnir.el (nnir-request-move-article): Call the underlying backend to
1476         move articles from nnir.
1478 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1482 2010-11-02  Julien Danjou  <julien@danjou.info>
1484         * nnir.el: Remove wais support.
1486 2010-11-02  Glenn Morris  <rgm@gnu.org>
1488         * gnus-html.el: Reorder requirements to quieten compiler.
1490 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1492         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1493         properly for XEmacs as well.
1494         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1495         (gnus-article-natural-long-line-p): Use window-width rather than
1496         frame-width.
1498 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1500         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1501         (nnir-read-parms): Don't modify query.
1502         (nnir-run-query): Add ability to search topic on current line.
1503         (nnir-get-active): Clean up.
1505 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1508         degenerate articles.
1510         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1511         (gnus-print-buffer): Just print the buffer as is, without any copying
1512         to a buffer and then re-highlighting.
1514         * nnimap.el (nnimap-request-group): Store the new updated info.
1515         (nnimap-request-group): Select the group when we don't know whether it
1516         exists or not.
1518         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1519         groups.
1521         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1522         groups.
1524         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1525         groups.
1527         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1528         long-lines case by only filling the long lines.
1530         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
1531         (bug #7311).
1533 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1535         * shr.el: No need to declare `declare-function' since shr.el is for
1536         only Emacsen that provide `libxml-parse-html-region'.
1538         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
1539         effective only in a file it is referred to.
1541 2010-11-01  Glenn Morris  <rgm@gnu.org>
1543         * mm-util.el (gnus-completing-read): Autoload.
1544         (mm-read-coding-system): Simplify Emacs definition.
1546         * nnmail.el (gnus-activate-group):
1547         * nnimap.el (gnutls-negotiate):
1548         * nntp.el (netrc-parse): Fix declarations.
1550 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1552         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
1553         string-match-p in Emacs >=23.
1555         * gnus-msg.el (gnus-configure-posting-styles)
1556         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
1558 2010-11-01  Glenn Morris  <rgm@gnu.org>
1560         * nnir.el (declare-function): Add compat stub.
1561         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
1562         (nnir-run-gmane): Require 'mm-url.
1564         * mm-util.el (mm-string-to-multibyte): Simplify.
1566         * shr.el (declare-function): Add compat stub.
1567         (url-cache-create-filename): Declare.
1568         (mm-disable-multibyte, widget-convert-button): Autoload.
1570         * smime.el (ldap-search): Declare.
1571         (smime-cert-by-ldap-1): Require ldap on Emacs.
1573         * nnimap.el: Require nnmail, and gnus-sum when compiling.
1574         (nnimap-keepalive): Use gnus-float-time.
1576         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
1577         (mail-source-delete-crash-box): Use gnus-float-time.
1579         * gnus-dired.el (gnus-completing-read): Autoload.
1581         * mm-view.el (gnus-rescale-image): Autoload.
1583         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
1585         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
1587         * sieve-manage.el: Require 'cl when compiling.
1589         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
1590         (gnus-iswitchb-completing-read): Require iswitchb.
1591         (gnus-select-frame-set-input-focus): Silence compiler.
1593 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595         * message.el (message-subject-trailing-was-query): Change default to t,
1596         since I think that's what most people want.
1598         * nnimap.el (nnimap-request-accept-article): Erase buffer before
1599         appending for easier debugging.
1600         (nnimap-wait-for-connection): Take a regexp.
1601         (nnimap-request-accept-article): Wait for the continuation line before
1602         sending anything unless we're streaming.
1604         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
1605         leave the header washing to take place.
1607 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1609         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
1610         regular expression match and replace in posting styles.
1612 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
1614         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
1615         an entire server.
1616         (nnir-get-active): New function.
1617         (nnir-run-imap): Use it.
1618         (nnir-run-gmane): Who knew, gmane search returns an article score!
1620         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
1621         server on the current line with nnir.
1623 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1625         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
1626         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
1627         left edge.
1628         (gnus-article-foldable-buffer): Skip past the prefix when determining
1629         raggedness.
1631         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
1632         the raw article, and change `C-u g' to show the article without doing
1633         treatments.
1635         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
1636         on to `gnus-treat-article'.
1637         (gnus-inhibit-article-treatments): New variable.
1639         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
1641         * gnus-art.el (gnus-treatment-function-alist): Have
1642         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
1643         (gnus-treat-fill-long-lines): Change default to fill all text/plain
1644         sections.
1646         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
1647         parameter.
1648         (gnus-article-fill-cited-long-lines): New function.
1649         (gnus-article-fill-cited-article): Allow filling only long sections.
1651         * shr.el (shr-find-fill-point): Don't break lines between punctuation
1652         and non-punctuation (like after the apostrophe in "'We").
1654         * gnus-sum.el (gnus-summary-select-article): Make sure
1655         gnus-original-article-buffer is alive.
1657         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
1658         reflect the order they're in in the digest.
1660         * gnus.el (gnus-group-startup-message): Move point to the start of the
1661         buffer.
1663         * nnimap.el (nnimap-capability): New function.
1664         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
1665         is set.
1667 2010-10-31  David Engster  <dengste@eml.cc>
1669         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
1670         conform with changes to gnus-completing-read.
1672 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1674         * shr.el (shr-tag-img): Output "*" instead of "[img]".
1676 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1678         * nnir.el: Move defvar, defcustom around to keep file organized
1679         and keep byte-compiler quiet.
1680         (nnir-read-parms): Accept search-engine as arg.
1681         (nnir-run-query): Pass search-engine as arg.
1682         (nnir-search-engine): Remove.
1684 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1686         * shr.el (shr-generic): The text nodes should be text, not :text.
1688         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
1689         later in the file.
1691 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
1693         * nnir.el: General clean up.  Allow searching with multiple engines.
1694         Allow separate extra-parameters for each engine.
1695         Batch queries when possible.
1696         (nnir-imap-default-search-key,nnir-method-default-engines):
1697         Add customize interface.
1698         (nnir-run-gmane): New engine.
1699         (nnir-engines): Use it.  Qualify all prompts with engine name.
1700         (nnir-search-engine): Remove global variable.
1701         (nnir-run-hyrex): Restore for now.
1702         (nnir-extra-parms,nnir-search-history): New variables.
1703         (gnus-group-make-nnir-group): Use them.
1704         (nnir-group-server): Remove in favor of gnus-group-server.
1705         (nnir-request-group): Avoid searching twice.
1706         (nnir-sort-groups-by-server): New function.
1708 2010-10-30  Julien Danjou  <julien@danjou.info>
1710         * gnus-group.el: Remove gnus-group-fetch-control.
1712         * gnus-start.el (gnus-find-new-newsgroups):
1713         Remove gnus-check-first-time-used.
1715         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
1717 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
1719         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
1720         set on groups that don't have \* permanentflags.
1722 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
1725         control the background color.
1726         (shr-tag-img): Ignore very small web bug type images.
1727         (shr-put-image): Add help-echo alt texts to the images.
1728         (shr-tag-video): Show the video poster image.
1730 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1732         * shr.el (shr-table-depth): New variable.
1733         (shr-tag-table-1): Only insert the images after the top-level table.
1735         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
1737         * gnus-util.el (gnus-list-memq-of-list): New function.
1739         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
1740         selected.
1741         (nnimap-unsplittable-articles): New slot.
1742         (nnimap-new-articles): Use it.
1744 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
1746         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
1747         move to the previous line on `M-g'.
1749 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1751         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
1752         *-request-group, which seems unnecessary.
1754         * nnimap.el (nnimap-quote-specials): Function copied over from
1755         imap.el.
1756         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
1757         they support that.  Suggested by Tom Regner.
1759 2010-10-29  Julien Danjou  <julien@danjou.info>
1761         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
1762         defalias.
1763         (gnus-summary-delete-marked-with): Remove obsolete defalias.
1765         * gnus.el: Remove `gnus-nntp-service' variable.
1766         (gnus-secondary-servers): Make obsolete.
1767         (gnus-nntp-server): Make obsolete.
1769         * gnus-start.el (gnus-1): Remove x-splash calls.
1771         * gnus-ems.el (gnus-x-splash): Remove.
1773         * gnus.el (gnus-group-startup-message): Simplify/update code.
1775         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
1776         definition.
1778         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
1779         capability before doing anything.
1780         (gnus-group-insert-group-line): Remove useless
1781         gnus-group-remove-excess-properties.
1783 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1785         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
1787 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1789         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
1790         config after reselecting.
1792 2010-10-28  Julien Danjou  <julien@danjou.info>
1794         * shr.el (shr-put-image): Use point even if only inserting text.
1795         (shr-put-image): Save excursion when inserting alt text on non-graphic
1796         display, so the behaviour is the same when we are on a graphic display.
1798         * nnir.el (nnir-run-swish-e): Remove hyrex support.
1800 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1802         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
1803         (gnus-mime-copy-part): Check coding system, not charset.
1804         (gnus-mime-view-part-externally): Never remove part.
1805         (gnus-mime-view-part-internally): Don't remove part here.
1806         (gnus-article-part-wrapper): Make sure MIME tag is visible.
1807         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
1808         multipart/alternative.
1810         * mm-decode.el (mm-display-part): Take optional arg `force'.
1812 2010-10-26  Julien Danjou  <julien@danjou.info>
1814         * gnus-group.el (gnus-group-default-list-level): Add this function to
1815         compute the default list level.
1816         (gnus-group-default-list-level): Add possibility to use a function.
1818 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1820         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
1822         * gnus-group.el (gnus-group-completing-read)
1823         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
1824         gnus-replace-in-string.
1826 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1828         * shr.el (shr-tag-div): Add.
1830         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
1832 2010-10-25  Julien Danjou  <julien@danjou.info>
1834         * gnus-util.el: Remove `gnus-with-local-quit'.
1836         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
1838 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
1841         the original article buffer.
1843 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1845         * nnimap.el (nnimap-request-head): New function.
1846         (nnimap-request-move-article): Try to be slighly faster by not
1847         requesting the entire message when moving.
1848         (nnimap-transform-headers): Don't bug out on bodiless articles.
1849         (nnimap-send-command): Have no outstanding messages if the IMAP server
1850         doesn't support streaming.
1851         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
1853 2010-10-24  Julien Danjou  <julien@danjou.info>
1855         * message.el (message-default-headers): Fix type.
1857 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1859         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
1860         prefetching images.
1862         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
1863         backend for unknown groups.  This is mainly useful for nnimap groups.
1865         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
1866         group isn't covered by the agent.
1868 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
1870         * nnir.el (nnir-method-default-engines): New variable.
1871         (nnir-run-query): Use it.
1872         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
1873         (gnus-summary-nnir-goto-thread): Change group if needed.
1875         * gnus-group.el (gnus-group-group-map): Add key binding for
1876         gnus-group-make-nnir-group.
1878 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880         * shr.el (shr-tag-object): Add.
1882         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
1883         original article buffer live.
1884         (gnus-summary-select-article-buffer):
1885         Mention gnus-widen-article-buffer.
1887 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889         * shr.el (shr-tag-strong): Add.
1891 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1893         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
1894         group names.  They mess up the group buffer badly.
1896         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
1898         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
1899         instead of the summary one.
1901 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1903         * mml.el (mml-preview): Work properly when editing article.
1905         * gnus-start.el (gnus-read-active-file-1): Don't add method to
1906         gnus-have-read-active-file if it's already been in.
1908 2010-10-22  Tom Tromey  <tromey@redhat.com>
1910         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
1911         gnus-group-completing-read.
1913 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915         * message.el (message-mode-map): Don't bind M-; to comment region, to
1916         allow the global comment-dwim to work.
1918 2010-10-21  Julien Danjou  <julien@danjou.info>
1920         * message.el (message-setup-1): Allow message-default-headers to be a
1921         function.
1923 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1925         * shr.el (shr-tag-table): Simplify.
1927 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
1930         to avoid trying to snarf invalid stuff.
1932         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
1934         * gnus.el (gnus-message-archive-group): Quote value.
1935         (gnus-message-archive-group): Mark as changed.
1937         * shr.el (shr-add-font): Don't put the font properties on the newline
1938         or the indentation.
1940         * message.el (message-fix-before-sending): Change options when sending
1941         non-printable characters.
1943         * gnus.el (gnus-message-archive-method): Change the default to
1944         monthly outgoing groups.
1946         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1947         that have gotten new numbers.
1949         * nnimap.el (nnimap-request-replace-article): New function.
1951 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1953         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1954         (nnrss-request-article): Don't use special html washing code.
1956 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1958         * shr.el (shr-tag-table): Remove useless nconc.
1960 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962         * gnus-art.el (article-wash-html): Simplify and remove the charset
1963         stuff.  Use the normal html rendering code instead of the special html
1964         washing code.
1966         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1967         `gnus-w3m' symbols.
1968         (mm-text-html-washer-alist): Remove.
1970         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1971         (mm-inline-media-tests): Remove use.
1972         (mm-text-html-renderer): Change default to the `shr' symbol.
1974         * mm-view.el (mm-inline-text-html): Remove use.
1976         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1977         `gnus-blocked-images' to be a function.
1978         (gnus-article-wash-function): Remove.
1980 2010-10-20  Julien Danjou  <julien@danjou.info>
1982         * spam.el (spam-list-of-processors): Mark as obsolete.
1984         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1985         (nnimap-insert-partial-structure): Fix boundary detection.
1987 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1989         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1990         run file-truename on remote files.  This can be expensive and even
1991         prevent one from editing drafts if some unrelated buffer has a stale
1992         connection.
1994 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1996         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1997         kinsoku-eol regardless of shr-kinsoku-shorten.
1998         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1999         (shr-tag-table): Support caption, thead, and tfoot.
2001 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2003         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2004         lines.
2005         (shr-save-contents): New command and keystroke.
2007         * nndoc.el (nndoc-type-alist): Add git support.
2008         (nndoc-git-type-p): New function.
2009         (nndoc-transform-git-article): Ditto.
2010         (nndoc-transform-git-headers): Ditto.
2011         (nndoc-transform-git-headers): Generate Subject headers.
2013         * shr.el (shr-parse-style): New function.
2014         (shr-tag-span): Ditto.
2016         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2017         to `G G' to avoid collisions.
2019 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2021         * shr.el: Load kinsoku if necessary.
2022         (shr-kinsoku-shorten): New internal variable.
2023         (shr-find-fill-point): Make kinsoku shorten text line if
2024         shr-kinsoku-shorten is bound to non-nil.
2025         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2026         shr-indentation too when testing if table is wider than frame width.
2027         (shr-insert-table): Use `string-width' instead of `length' to measure
2028         text width.
2029         (shr-insert-table-ruler): Make sure indentation is done at bol.
2031 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2033         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2034         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2035         undecoded network data.
2037 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2039         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2040         name in the mode line spec so that the mode line menu works
2041         (bug #2431).
2043         * message.el (message-get-reply-headers): If we're fed `to-address',
2044         then always use that.
2046         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2047         aren't so wide as to need to switch off the edit menu.
2049         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2050         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2052         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2053         `M-g'.
2054         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2055         the permanent marks.
2057 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2059         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2060         Splitting according to references/in-reply-to obeys the ignore-groups
2061         variable, while splitting by sender and subject do not.
2063 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2066         alist, so that we can look for non-Unicode chars.
2067         (article-translate-strings): Allow both character and string maps.
2069 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2071         * shr.el (shr-insert): Don't insert space behind a wide character
2072         categorized as kinsoku-bol, or between characters both categorized as
2073         nospace.
2075 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2077         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2078         headers to gnus-newsgroup-headers.
2080 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2082         * shr.el (shr-tag-img): Don't align images -- since we're not
2083         rescaling, this often leads to ugly displays.
2085 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2087         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2088         duplicates.
2090 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2092         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2093         call.
2095 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2097         * gnus.el: Autoload gnus-html-show-images.
2099         * nnimap.el: Use nnheader-message throughout.
2101         * shr.el (shr-tag-img): Ignore images with no data.
2103 2010-10-15  Julien Danjou  <julien@danjou.info>
2105         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2106         a possibility to disable format=flow encoding when using hard newlines.
2108 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * shr.el (shr-insert): Remove space inserted before or after a
2111         breakable character or at the beginning or the end of a line.
2112         (shr-find-fill-point): Do kinsoku; find the second best point or give
2113         it up if there's no breakable point.
2115 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117         * nnimap.el (nnimap-open-connection): Message when opening connection
2118         for debugging purposes.
2120         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2121         on every setup buffer call to allow this to change from article to
2122         article.
2124         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2125         buffers where we have a wide table.
2127 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2129         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2130         uses *-request-thread.
2132 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2134         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2135         incantation, which is no longer valid.
2137 2010-10-14  Julien Danjou  <julien@danjou.info>
2139         * shr.el: Fix defcustom type (char -> character).
2141 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2144         programs.
2146 2010-10-14  Julien Danjou  <julien@danjou.info>
2148         * shr.el (shr-tag-a): Use url-link as widget type.
2150         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2151         `gnus-group-get-icon'.
2153 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2155         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2156         This should make server editing work better.
2158         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2160         * tls.el (tls-program): Remove spurious %s from openssl.
2162         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2163         (nnimap-parse-flags): Fix regexp.
2165         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2166         probably work for CJVK text, too.
2168         * nnimap.el (nnimap-extend-tls-programs): Remove.
2169         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2171         * tls.el (tls-starttls-switches): Remove starttls hack.
2172         (open-tls-stream): Ditto.
2173         (tls-find-starttls-argument): Ditto.
2175 2010-10-13  Julien Danjou  <julien@danjou.info>
2177         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2178         responses.
2180 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2182         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2184         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2185         anything in Emacs.
2187         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2189 2010-10-13  Julien Danjou  <julien@danjou.info>
2191         * shr.el (shr-width): Make shr-width a defcustom with default to
2192         fill-column.
2193         (shr-tag-img): Use shr-width rather than fill-column.
2195 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2197         * dgnushack.el (byte-optimize-apply)
2198         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2200         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2201         position when (X-)Faces exist.
2202         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2203         avatars when called interactively.
2205 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2207         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2208         gnus-article-x-face-too-ugly is bound.
2210 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2212         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2214         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2215         mailbox that doesn't exist.
2217 2010-10-12  Julien Danjou  <julien@danjou.info>
2219         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2220         (shr-get-image-data): Encode URL properly when fetching from cache.
2221         (shr-tag-img): Use aligned-to spaces to align correctly images.
2223         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2224         before inserting the Gravatar.
2226         * shr.el (shr-tag-img): Add align attribute support for <img>.
2228 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230         * gnus-gravatar.el (gnus-art): Require.
2232         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2233         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2234         Remove long obsoleted functions.
2236 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2238         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2240         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2242         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2243         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2244         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
2245         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
2246         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
2247         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
2248         * sieve-manage.el, smime.el, spam.el:
2249         Fix comment for declare-function.
2251 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253         * nnimap.el (nnimap-request-rename-group): Select group read-only
2254         before renaming it.
2256         * shr.el (shr-insert): Fix up the white space only regexp.
2258         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2259         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2261         * shr.el (shr-current-column): New function.
2262         (shr-find-fill-point): New function.
2264 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2266         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2267         numbers.
2269 2010-10-11  Julien Danjou  <julien@danjou.info>
2271         * shr.el (shr-hr-line): Add.
2272         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2273         display hr lines.
2274         (shr-max-columns): Do not change state to nil if we just inserting
2275         spaces.
2277 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2279         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2280         select the last group.
2282 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2284         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2286 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
2288         * dig.el (dig-mode-map): Declare and define in one step.
2290 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2293         for Gnus.
2294         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2295         (nnimap-update-qresync-info): Mark \Seen articles as read.
2297         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2298         non-variable, too.
2300         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2301         available.
2302         (nnimap-update-info): Rely more on the current active than the param
2303         active to avoid marking articles as read too much.
2305         * auth-source.el (auth-source-create): Use (user-login-name) for the
2306         user name default.
2308         * nnimap.el (nnimap-update-info): If the server doesn't return any
2309         useful info, just use the previous info.
2310         (nnimap-update-info): Prefer old info over start-article.
2311         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2313 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2315         * nnir.el (autoload): Clean up autoloads.
2316         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2317         Use key rather than value.
2318         (nnir-imap-search-other): New variable.
2319         (nnir-read-parm): Use it.
2320         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2321         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2323 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2325         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2326         the process, too.
2328 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330         * spam.el (gnus-summary-mode-map): Bind to "$".
2331         Suggested by Russ Allbery.
2333         * shr.el: Rework the way things are indented by <li> slightly.
2335         * gnus.el (gnus-group-set-parameter): Fix typo.
2337         * nnimap.el: Start implementing QRESYNC support.
2339 2010-10-09  Julien Danjou  <julien@danjou.info>
2341         * nnir.el (nnir-engines): Fix too many arguments.
2343 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2346         group is the "last", so that the backends like nnfolder actually save
2347         their folders.
2349         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2350         try to use that for the tls stream.
2351         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2352         UIDVALIDITY and find out which groups are read-only and not.
2353         (nnimap-get-flags): Use the same marks parsing code as the rest of
2354         nnimap.
2356 2010-10-09  Julien Danjou  <julien@danjou.info>
2358         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2360         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2361         retrieving gravatars.
2363         * shr.el (shr-table-corner): Add.
2364         (shr-table-line): Add.
2365         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2367 2010-10-08  Julien Danjou  <julien@danjou.info>
2369         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2371 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2373         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2375         * gnus-sum.el (gnus-mark-article-as-unread)
2376         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2377         (gnus-summary-set-bookmark): Use it.
2379         * gnus-msg.el (gnus-setup-message): Use it.
2381         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2383         * gnus.el (gnus-group-remove-parameter): Use it.
2385         * gnus-group.el (gnus-group-make-web-group): Use it.
2387         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2389         * nnregistry.el: Update docs to mention manual.
2391         * gnus-registry.el: Update docs to mention nnregistry.el.
2392         (gnus-registry-initialize): Don't install nnregistry refer method
2393         automatically.
2394         (gnus-registry-install-nnregistry): Remove it.
2396 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398         * shr.el (shr-insert): Don't insert double spaces.
2400 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2402         * gnus-gravatar.el (gnus-treat-from-gravatar)
2403         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2404         called interactively.
2406         * gnus-art.el (gnus-mime-view-part-externally)
2407         (gnus-mime-view-part-internally): Make predicate function passed to
2408         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2409         of a mime type.
2411         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2413 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2415         * shr.el (require): Require cl when compiling.
2416         (shr-tag-hr): New function.
2418         * nnimap.el (nnimap-update-info): Remove double setting of high.
2419         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2420         This makes nnimap work properly on Courier again.
2422         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2423         the variable for backwards compatability.
2425         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2426         the file name before using to avoid setting mm-default-directory to
2427         nil.
2429         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2430         bidning gnus-agent variables.
2432         * shr.el (shr-render-td): Use a cache for the table rendering function
2433         to avoid getting an exponential rendering behaviour in nested tables.
2434         (shr-insert): Rework the line-breaking algorithm.
2435         (shr-insert): Don't leave trailing spaces.
2436         (shr-insert-table): Also insert empty TDs.
2437         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2439 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2441         * gnus-sum.el (gnus-number): Rename from `number'.
2442         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2443         (gnus-summary-limit-children): Update uses correspondingly.
2445 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2447         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2448         (gnus-gravatar-transform-address): Don't show avatars of people of
2449         which mail addresses match gnus-gravatar-too-ugly.
2451 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453         * shr.el (shr-table-widths): Expand TD elements to fill available
2454         space.
2456 2010-10-07  Julien Danjou  <julien@danjou.info>
2458         * nnimap.el (nnimap-request-rename-group): Add this method.
2460 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2462         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2463         name from XEmacs' function-arglist.
2465         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2466         gravatar under XEmacs.
2468 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2470         * auth-source.el: Update docs with TODO items.
2472         * gnus-sync.el: Update docs to explain state and plans.
2474         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2475         Hooks for mark updates.
2476         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2478         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2479         hooks with arguments, which is needed for mark update hooks.
2481 2010-10-06  Julien Danjou  <julien@danjou.info>
2483         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2484         was matched.
2486         * sieve-manage.el: Update example in `Commentary'.
2488         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2490         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2491         not 2000.
2492         (sieve-manage-authenticate): Re-add function.
2494 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496         * shr.el (shr-insert): Get 'space transition right.
2497         (shr-render-td): Only delete space at the end of the TD.
2499         * nnimap.el (nnimap-open-connection): Prepare to support
2500         open-gnutls-stream.
2502         * shr.el: Rearrange function order to be more logical.
2504 2010-10-06  Julien Danjou  <julien@danjou.info>
2506         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2507         (nnrss-discover-feed): Remove 404 URL in docstring.
2509         * nnir.el: Fix Swish-E URL.
2510         Fix Namazu URL.
2512         * message.el (message-change-subject): Remove 404 URL in a comment.
2514 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2517         called interactively.
2519         * gnus-util.el (gnus-remove-if): Allow hash table.
2520         (gnus-remove-if-not): New function.
2522         * gnus-art.el (gnus-mime-view-part-as-type)
2523         * gnus-score.el (gnus-summary-score-effect)
2524         * gnus-sum.el (gnus-read-move-group-name):
2525         Replace remove-if-not with gnus-remove-if-not.
2527         * gnus-group.el (gnus-group-completing-read):
2528         Regard collection as a hash table if it is not a list.
2530 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2534         * shr.el: Document the table-rendering algorithm.
2536 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
2539         for Emacsen having no `libxml-parse-html-region' support.
2541 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2544         invalid URLs.
2546         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2547         line-broken.
2548         (shr-tag-img): Ignore image fetching errors.
2549         (shr-overlays-in-region): Compute overlay positions correctly.
2551         * mm-decode.el (mm-shr): Require shr.
2553         * gnus-art.el (gnus-blocked-images): Move variable here.
2555         * shr.el (shr-insert-table): Bind free variable.
2557         * mm-decode.el (mm-shr): Bind shr-content-function.
2559         * shr.el (shr-content-function): New variable.
2561         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
2562         added for symmetry.
2564         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
2566         * gnus-group.el (gnus-group-make-group): Doc fix.
2568         * nnimap.el (nnimap-request-newgroups): Return success.
2570         * shr.el (shr-find-elements): New function.
2571         (shr-tag-table): Put all the images after the table.
2572         (shr-tag-table): Really inhibit images inside the table.
2573         (shr-collect-overlays): Copy over overlays from the TD elements to the
2574         main document.
2576         * mm-decode.el (mm-shr): Bind shr-blocked-images to
2577         gnus-blocked-images.
2579 2010-10-05  Julien Danjou  <julien@danjou.info>
2581         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
2583         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
2584         (gnus-html-maximum-image-size): Add this function.
2585         (gnus-html-put-image): Use gnus-html-maximum-image-size.
2587         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
2588         server-value of the capability is nil.
2590 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2592         * shr.el (shr-tag-em): Add <EM> tag.
2594 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
2596         * sieve-manage.el (sieve-manage-default-stream): Make default stream
2597         customizable.
2599         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
2600         handing broken links to browse-url.
2602 2010-10-05  Julien Danjou  <julien@danjou.info>
2604         * gnus-util.el (gnus-emacs-completing-read)
2605         (gnus-iswitchb-completing-read): Use autoload rather than require.
2607 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2609         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
2610         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
2611         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
2612         iswitchb-temp-buflist for XEmacs.
2614         * gnus-util.el (gnus-completing-read-function): Exclude
2615         gnus-icompleting-read and gnus-ido-completing-read from candidates for
2616         XEmacs since iswitchb.el is very old and ido.el is unavailable in
2617         XEmacs.
2619         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
2620         not to use `delete-dups' that is unavailable in XEmacs 21.4.
2622         * gnus-html.el: Don't require help-fns under XEmacs.
2623         (gnus-html-schedule-image-fetching): Work for XEmacs.
2625         * mm-decode.el (mm-shr): Decode contents by charset.
2627 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2629         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
2630         unknown.
2632         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
2633         (shr-get-image-data): Ensure against the cache file missing.
2635         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
2636         for data.
2638         * spam-report.el (spam-report-url-ping-plain): Don't query about
2639         killing the process.
2641         * shr.el (shr-render-td): Protect against too-wide text.
2643 2010-10-04  Julien Danjou  <julien@danjou.info>
2645         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
2646         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
2648         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
2649         retrieved.
2651 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653         * shr.el (browse-url): Require.
2654         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
2655         lines.
2656         (shr-show-alt-text, shr-browse-image): New commands.
2657         (shr-browse-url, shr-copy-url): New commands.
2659         * gnus-sum.el (gnus-widen-article-window): New variable.
2660         (gnus-summary-select-article-buffer): Use it.
2662         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
2663         without @ signs.
2665 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2667         * nnir.el (nnir-run-imap): Remove spurious space in search string.
2669 2010-10-04  Julien Danjou  <julien@danjou.info>
2671         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
2672         for XEmacs.
2674 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
2678         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
2679         (nnimap-close-server): Implement.
2681         * dgnushack.el (iswitchb): Require to shut up the compiler.
2683         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
2684         (shr-insert): Tweak line breaking.
2685         (shr-insert): Handle <pre> better.
2686         (shr-tag-li): Get <li> indentation right.
2687         (shr-tag-li): Get <li> indentation even righter.
2688         (shr-tag-blockquote): Ensure paragraph start.
2689         (shr-make-table): Tweak table generation.
2690         (shr-make-table): Fix typo.
2692         * shr.el: Implement table rendering.
2694 2010-10-04  Julien Danjou  <julien@danjou.info>
2696         * gnus-html.el (gnus-html-put-image): Fix resize image code.
2698 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2700         * shr.el (shr-insert): Use string anchors instead of line anchors.
2702 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704         * shr.el: Add headings.
2705         (shr-ensure-paragraph): Actually work.
2706         (shr-tag-li): Make <ul> prettier.
2707         (shr-insert): Get white space at the beginning/end of elements right.
2708         (shr-tag-p): Collapse subsequent <p>s.
2709         (shr-ensure-paragraph): Don't insert double line feeds after blank
2710         lines.
2711         (shr-insert): \t is also space.
2712         (shr-tag-s): Fix "s" tag name function.
2713         (shr-tag-s): Fix face prop name.
2715 2010-10-03  Julien Danjou  <julien@danjou.info>
2717         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
2719         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
2720         gnus-window-inside-pixel-edges.
2722         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
2723         gnus-ems.
2725         * mm-view.el (mm-inline-image-emacs): Support image resizing.
2727         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
2728         function.
2730         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
2731         resize choice.
2733 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2735         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
2736         beginning of the buffer.
2738         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
2739         article buffer again.
2741         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
2743         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
2744         when it's at the start of the buffer.
2746         * shr.el (shr-tag-blockquote): Convert name.
2747         (shr-rescale-image): Use the right image-size variant.
2749         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
2750         buffer isn't shown, then select the current article first instead of
2751         bugging out.
2752         (gnus-summary-select-article-buffer): Show both the article and summary
2753         buffers again.
2755         * shr.el (shr-fontize-cont): Protect against regions with no text.
2756         Rename tag functions to shr-tag-* for enhanced security.
2757         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
2759 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
2761         * shr.el (shr-insert):
2762         * pop3.el (pop3-movemail):
2763         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
2764         loaded.
2766 2010-10-03  Glenn Morris  <rgm@gnu.org>
2768         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
2770         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
2772         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
2774         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
2776         * gnus-util.el (gnus-make-local-hook): Simplify.
2778 2010-10-02  Julien Danjou  <julien@danjou.info>
2780         * gnus-util.el (gnus-iswitchb-completing-read): New function.
2781         (gnus-ido-completing-read): New function.
2782         (gnus-emacs-completing-read): New function.
2783         (gnus-completing-read): Use gnus-completing-read-function.
2784         Add gnus-completing-read-function.
2786 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788         * shr.el (shr-insert-document): Autoload.
2789         (shr-img): Be silent.
2790         (shr-insert): Add a newline after every picture before text.
2791         (shr-add-font): Use overlays for combining faces.
2792         (shr-insert): Pass upwards the text start point.
2794         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
2795         possible.
2796         (mm-shr): New function.
2798 2010-10-02  Julien Danjou  <julien@danjou.info>
2800         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
2801         should go backward.
2803 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
2805         * shr.el (shr): Fix typo in provide call.
2807 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809         * shr.el: New file.
2811         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
2813         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
2814         completing read.
2816 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
2819         we're being queried about.  Suggested by Dan Jacobson.
2821         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
2822         Suggested by Jason Eisner.
2824         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
2825         table, too.  Suggested by Stefan Wiens.
2826         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
2827         the table unnecessary.  Suggested by Stefan Wiens.
2829         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
2830         longer needed, and probably doesn't work either, as pointed out by
2831         Stefan Wiens.
2832         (gnus-summary-exit): Remove call to the clearing function.
2833         (gnus-summary-exit-no-update): Ditto.
2835         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
2836         instead of gnus-eval-in-buffer-window to avoid popping up frames.
2837         Reported by Stefan Monnier.
2838         (gnus-summary-save-in-rmail): Ditto.
2840         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
2841         article buffer, instead of both the article buffer and the summary
2842         buffer.  Sort of suggested by Dan Jacobson.
2844         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
2846         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
2847         Suggested by Dan Jacobson.
2849         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
2850         documentation clearer.
2852         * message.el (message-shorten-references): Comment on the number "21".
2853         Suggested by Stefan Monnier.
2855         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
2856         Suggested by Dan Jacobson.
2858         * gnus.el (gnus-large-newsgroup):
2859         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
2861         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
2862         externalize attachments.  Bug reported by Steve Wen.
2864         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
2865         really message anything to the user.
2867         * nnmail.el (nnmail-article-group): Allow using the fancy split method
2868         directly.
2870         * nnimap.el (nnimap-request-group): Low higher than high to signal no
2871         messages in empty groups.
2873 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
2875         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
2876         non-UIDNEXT group.
2878 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2880         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
2881         not the value from the collection.
2883         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
2884         values.  This sometimes happens on some groups that have no info.
2885         (nnimap-request-newgroups): New function.
2887 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
2889         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
2890         check into `gnus-registry-initialize'.
2891         (gnus-registry-initialize): Ditto.
2892         Fix and extend header docs.
2894 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
2897         regexp backtrace overflows.
2899         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
2900         for starttls that tls.el implements; i.e. openssl.
2902         * tls.el (tls-starttls-switches): Give up on using starttls with
2903         gnutls-cli.
2904         (tls-program): Add --insecure to be consistent with the defaults from
2905         openssl s_client.  Now all three commands are insecure.
2907 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * lpath.el: Bind completion-styles-alist for XEmacs.
2911         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
2912         (gravatar-create-image): New function that's an alias to
2913         gnus-xmas-create-image, gnus-create-image, or create-image.
2914         (gravatar-data->image): Use it.
2916 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
2918         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
2919         install the nnregistry refer method.
2920         (gnus-registry-install-hooks): Use it.
2921         (gnus-registry-unfollowed-groups): Add nnmairix to the default
2922         unfollowed groups.
2924 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
2926         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
2927         expanding threads.
2929 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2931         * nnir.el: Use the server names without suffixes (bug #7009).
2933         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
2934         unencrypted to STARTTLS, if possible.
2936 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2938         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2939         headers before superseding.
2941 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943         * nnrss.el (nnrss-use-local): Add documentation.
2945         * nnimap.el (nnimap-extend-tls-programs): New function.
2946         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2947         (nnimap-wait-for-connection): Accept the greeting from the stupid
2948         output from openssl s_client -starttls, too.
2950         * tls.el (tls-starttls-switches): New variable.
2951         (tls-find-starttls-argument): Use it.
2952         (open-tls-stream): Ditto.
2954         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2955         (netrc-machine): Ditto.
2957         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2958         article number.
2959         (nnimap-split-fancy): New variable.
2960         (nnimap-split-incoming-mail): Use it.
2962         * nntp.el (nntp-server-list-active-group): Document.
2964         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2965         SELECT to get the message-id.
2967         * mail-source.el (mail-sources): Remove webmail support.
2968         (defvar): Ditto.
2969         (mail-source-fetcher-alist): Ditto.
2970         (mail-source-fetch-webmail): Remove.
2972         * webmail.el: Remove -- doesn't seem relevant any more.
2974         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2976         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2977         the \r.
2979 2010-09-30  Julien Danjou  <julien@danjou.info>
2981         * gnus-agent.el (gnus-agent-add-group): Fix call to
2982         gnus-completing-read.
2984 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986         * nndoc.el (nndoc-retrieve-groups): New function.
2988         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2989         `default', use nnmail-split-methods.
2990         (nnimap-request-article): Downcase the NILs so that they are nil.
2992         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2993         symbol.
2995         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2996         code, since if the user has requested network, that's what they ought
2997         to get.
2998         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2999         (nnimap-split-rule): Mark as obsolete.
3001         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3002         New variable.
3004         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3005         correct slot, too.
3007 2010-09-29  Julien Danjou  <julien@danjou.info>
3009         * gnus.el (gnus-local-domain): Declare variable obsolete.
3011         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3012         Fix history computing.
3013         (gnus-ido-completing-read): Require ido.
3015 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3017         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3018         build Gnus.
3020         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3021         when interpreting the structures.
3022         (nnimap-request-accept-article): Add \r\n to the lines to make this
3023         work with Cyrus.
3025         * nndraft.el (nndraft-request-expire-articles): Use the group name
3026         instead if "nndraft".  Fix found by Nils Ackermann.
3028 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3030         * nnregistry.el: Add.
3032 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3034         * nnmail.el (group, group-art-list, group-art):
3035         Remove unneeded directives.
3037 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3039         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3040         (mm-mime-charset)
3041         * rfc2047.el (rfc2047-syntax-table)
3042         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3044         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3045         rather than `insert-file-contents' and `eval-region'.
3047         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3048         construction.
3050         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3052         * time-date.el: No need to require cl for Emacs 21.
3054 2010-09-29  Julien Danjou  <julien@danjou.info>
3056         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3057         replacement of `gnus-gravatar-relief' to mimic
3058         `gnus-faces-properties-alist'.
3059         Add :version property.
3061 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3063         * mail-source.el (mail-source-report-new-mail)
3064         * message.el (message-default-mail-headers)
3065         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3067         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3069 2010-09-28  Julien Danjou  <julien@danjou.info>
3071         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3072         mail-address contains the same string as real-name.
3074         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3075         non-blank in header, otherwise it'll get stripped.
3077         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3078         real-name, and then for mail address rather than doing : or , search.
3080 2010-09-27  Julien Danjou  <julien@danjou.info>
3082         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3083         right completing-read function.
3084         (gnus-use-ido): New variable
3085         (gnus-completing-read-with-default): Remove.
3086         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3087         (gnus-agent-add-group):
3088         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3089         * mm-view.el (mm-view-pkcs7-decrypt):
3090         * mm-util.el (mm-codepage-setup):
3091         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3092         * mml-smime.el (mml-smime-openssl-sign-query):
3093         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3094         (mml-insert-multipart):
3095         * gnus-msg.el (gnus-summary-yank-message):
3096         * gnus-int.el (gnus-start-news-server):
3097         * mm-decode.el (mm-interactively-view-part):
3098         * gnus-dired.el (gnus-dired-attach):
3099         * gnus.el (gnus-read-method):
3100         * gnus-bookmark.el (gnus-bookmark-jump):
3101         * gnus-art.el (gnus-mime-view-part-as-type)
3102         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3103         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3104         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3105         * nnmairix.el (nnmairix-create-server-and-default-group)
3106         (nnmairix-update-groups, nnmairix-get-server)
3107         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3108         (nnmairix-get-group-from-file-path):
3109         * nnrss.el (nnrss-find-rss-via-syndic8):
3110         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3111         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3112         (gnus-group-browse-foreign-server):
3113         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3114         (gnus-summary-execute-command, gnus-summary-respool-article)
3115         (gnus-read-move-group-name):
3116         * gnus-score.el (gnus-summary-increase-score)
3117         (gnus-summary-score-effect):
3118         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3120 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3122         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3123         x-focus-frame.
3125         * nnimap.el (auth-source-forget-user-or-password)
3126         (auth-source-user-or-password): Autoload.
3128         * message.el (message-from-style, message-interactive)
3129         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3130         (message-yank-prefix, message-indentation-spaces, message-signature)
3131         (message-signature-file): Add comment.
3133 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3136         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3137         new articles.
3139         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3140         parts.
3141         (nnimap-request-article): Work with the t setting, too.
3143         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3144         that you don't get flashes of other buffers.
3145         (gnus-summary-show-complete-article): Intern before setting.
3147 2010-09-27  David Engster  <dengste@eml.cc>
3149         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3150         well as HEADERS.
3151         (nnmairix-retrieve-headers): Provide new argument for the above.
3153 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155         * gnus-sum.el (gnus-summary-move-article): Don't alter
3156         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3157         group.
3159         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3161         * message.el (message-cite-prefix-regexp): Revert my last edit.
3163         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3164         variable instead of the Gnus variable.
3166         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3168         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3170         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3171         since some servers don't like it.
3172         (nnimap-open-connection): Forget credentials if the server says the
3173         password was wrong.
3174         (nnimap-parse-line): Protect against invalid data.
3176         * gnus-sum.el (gnus-summary-move-article): Add comment.
3177         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3178         nothing alters it while scanning for new messages.
3180         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3181         which may or may not help.
3182         (nnimap-open-connection): If we're doing a stream connection, and then
3183         discover we're on a STARTTLS-capable server, then open a STARTTLS
3184         connection instead.
3186 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188         * nnimap.el (utf7): Require.
3190         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3191         prefix.
3193 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3195         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3199         * nnimap.el (nnimap-request-accept-article): Message the error on
3200         error.
3202 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3204         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3206 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3208         * nndoc.el (nndoc-request-list): Return success always.
3210         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3211         `fetch-old' -- we only want to fetch the articles we've requested.
3212         The rest are in the agent, probably.
3213         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3214         disappeared server" to something low.  It's not important.
3216         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3217         arrived before the FETCH data.
3219         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3220         target here, because we don't know the Gnus name of the group.
3222         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3223         for the correct group.
3225         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3227         * gnus.el (gnus): Give a final warning after startup.
3229         * gnus-util.el (gnus-action-message-log): New variable.
3230         (gnus-message): Use it.
3231         (gnus-final-warning): New function.
3233         * nnimap.el (nnimap-open-connection): Record the greeting.
3234         (nnimap): Add greeting.
3236 2010-09-26  Julien Danjou  <julien@danjou.info>
3238         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3239         arguments.
3240         (gnus-html-wash-images): Fix spec computing to include start/end.
3242         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3244 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3246         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3247         deletion.
3248         (nnimap-retrieve-headers): Don't select the group, because that's
3249         already done by nnimap-possibly-change-group.
3251         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3252         (gnus-picon-transform-address): Use it.
3254         * mail-source.el (mail-source-value): Revert previous patch.
3256         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3257         on failure.
3258         (nnimap-open-connection): Look up both virtual and physical server name
3259         credentials.
3261         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3263 2009-02-07  Dave Love  <fx@gnu.org>
3265         * tls.el (open-tls-stream): Don't query killing process.
3267 2009-02-08  Dave Love  <fx@gnu.org>
3269         * gnus-win.el (gnus-window-to-buffer-helper)
3270         (gnus-all-windows-visible-p): Function needn't be a symbol.
3272         * mail-source.el (mail-source-value): Function needn't be a symbol.
3274 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3276         * message.el (message-cite-prefix-regexp): Remove } from the cite
3277         prefix.
3279         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3280         highlight again, so that the highlight is correct.
3282         * gnus-picon.el (gnus-picon): Remove again.
3283         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3285         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3286         doing the header highlightling, so that the background colour of the
3287         picon is correct.
3289         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3290         (gnus-picon): Ditto.
3291         (gnus-picon): Reinstate.  The background colour for picons is white.
3292         (gnus-picon-insert-glyph): Make the background white.
3294         * nnml.el (nnml-open-nov): Don't return dead buffers.
3296         * auth-source.el (auth-source-create): Query the user for whether to
3297         store the credentials.
3299         * netrc.el (netrc-store-data): New function.
3301         * auth-source.el (auth-source-user-or-password): Use the existing auth
3302         sources, if any, for creation.
3304         * gnus.el (gnus-group-fast-parameter): Return the last matching
3305         parameter instead of the first matching parameter.
3307 2010-09-26  Julien Danjou  <julien@danjou.info>
3309         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313         * mml2015.el (mml2015-use): Remove gpg support.
3315         * mml1991.el (mml1991-function-alist): Remove gpg function.
3316         (mml1991-gpg-sign): Remove.
3318 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3320         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3321         (gnus-browse-unsubscribe-current-group): Document it.
3322         (gnus-browse-unsubscribe-group): Use it.
3324 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3326         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3327         address to the To list for easier response.
3329         * gnus.el (gnus-play-startup-jingle): Remove.
3330         (gnus-splash): Don't play jingle.
3331         (gnus): Silence gnus-load message.
3333         * gnus-art.el (gnus-treat-play-sounds): Remove.
3335         * gnus.el (gnus-play-jingle): Remove audio support.
3337         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3339         * earcon.el: Remove -- no users.
3341         * gnus-audio.el: Remove -- no users of this package.
3343         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3345         * gnus-start.el (gnus-setup-news): Remove nocem support.
3347         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3349         * gnus.el (gnus-use-nocem): Remove.
3351         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3352         Remove.
3354         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3355         uses NoCeM any more.
3357         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3358         (gnus-button-ctan-handler): Ditto.
3359         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3360         (gnus-button-ctan-directory-regexp): Ditto.
3361         (gnus-button-handle-ctan): Ditto.
3362         (gnus-button-tex-level): Ditto.
3363         (gnus-button-alist): Remove CTAN stuff.
3365 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3368         nnimap-streaming test.
3370         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3371         servers twice.
3373         * nnimap.el (nnimap-open-connection): Add more error reporting when
3374         nnimap fails early.
3376         * nnheader.el (nnheader-get-report-string): New function.
3377         (nnheader-get-report): Use it.
3379         * gnus-int.el (gnus-check-server): Say what the error was when opening
3380         failed.
3382         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3383         using streaming.
3385 2010-09-25  Julien Danjou  <julien@danjou.info>
3387         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3388         gnus-window-inside-pixel-edges.
3390 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3392         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3394         * mm-decode.el (mm-save-part): Allow saving to other directories the
3395         normal Emacs way.
3397         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3398         Suggested by Jay Berkenbilt.
3400         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3401         there isn't a single byte.
3403         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3404         just do it.  It doesn't really seem to matter what the user responds
3405         here, I think, so it's just a confusing question.
3407         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3408         non-streaming case.
3410         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3411         (gnus-article-encrypt-body): Use it.
3413         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3414         keystroke.
3416         * nnimap.el (nnimap-find-wanted-parts-1):
3417         Use gnus-fetch-partial-articles.
3419         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3421         * nnimap.el (nnimap-insert-partial-structure): New function.
3422         (nnimap-get-partial-article): New function.
3423         (nnimap-request-article): Use it.
3424         (nnimap-wait-for-response): Return whether the wait was successful.
3425         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3426         retrieval wasn't successful.
3427         (nnimap-retrieve-group-data-early): Allow throttling servers.
3428         (nnimap-streaming): New variable.
3429         (nnimap-fetch-partial-articles): Remove.
3431         * mm-decode.el (mm-with-part): Protect against killed buffers.
3433         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3434         for prettier summary display.
3436 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3438         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3440 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3442         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3443         apparently third-party libraries depend on it.
3445         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3446         before starting negotiation.
3448         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3449         privacy reasons.
3450         (gnus-treat-mail-gravatar): Ditto.
3452         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3453         buffer when inserting images.  Inserting text into the headers, for
3454         instance, can make them invalid.
3456 2010-09-25  Julien Danjou  <julien@danjou.info>
3458         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3459         variables.
3461         * nnheader.el: Remove useless variables news-reply-yank-from and
3462         news-reply-yank-message-id.
3464         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3465         variables.
3467         * mml1991.el: Remove useless mml1991-verbose.
3469         * gnus.el: Remove useless variable gnus-use-generic-from.
3470         Remove obsolete variable gnus-topic-indentation.
3472         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3474         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3476         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3478         * gnus-group.el: Remove useless gnus-group-icon-cache.
3479         Remove useless gnus-ephemeral-group-server.
3481         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3483         * mml2015.el: Remove useless mml2015-verbose.
3485         * mml-smime.el: Remove useless mml-smime-verbose.
3487         * gnus.el: Remove useless gnus-local-domain.
3489         * gnus-gravatar.el (gnus-gravatar-transform-address):
3490         Use gnus-gravatar-size.
3492         * gnus-art.el: Remove useless gnus-treat-translate.
3494 2010-09-24  Julien Danjou  <julien@danjou.info>
3496         * gnus-sum.el: Add support for Gravatars.
3498         * gnus-art.el: Add support for Gravatars.
3500         * gnus-gravatar.el: Add this file.
3502         * gravatar.el: Add this file.
3504 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3506         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3508         * gnus-group.el (gnus-group-fetch-faq): Remove.
3510         * gnus.el (gnus-group-faq-directory): Remove.
3512         * gnus-group.el (gnus-group-fetch-charter): Remove.
3514         * gnus.el (gnus-group-charter-alist): Remove.
3516         * gnus-group.el (gnus-group-archive-directory): Remove.
3517         (gnus-group-recent-archive-directory): Ditto.
3518         (gnus-group-make-archive-group): Remove.
3520         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3522         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3523         use the same article number for all the cached articles.
3525         * nnimap.el (nnimap-command): Register the last command time so
3526         that we can use it for idling NOOPs.
3527         (nnimap-open-connection): Start the keeplive timer.
3528         (nnimap-make-process-buffer): Store all the process buffers.
3529         (nnimap-keepalive): New function.
3531         * starttls.el (starttls-open-stream): Add autoload cookie.
3533 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3535         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3536         handling.
3538 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3540         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3541         its data structures.
3543         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3544         instead of the cl.el copy-list.
3545         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3546         equalp.
3548 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3550         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3551         and tool-bar-local-item-from-menu.
3553         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3554         mode-line-highlight face for Emacs.
3556         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3557         loading gnus-sum.elc; fix comment for canlock-verify.
3558         (gnus-article-jump-to-part): Use read-number.
3559         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3560         Remove Emacs pre-21 compatible code for help-echo.
3561         (gnus-article-next-page-1): No need to adjust the number of lines.
3562         (gnus-article-describe-bindings): Always use help-buffer.
3564         * gnus-audio.el (gnus-audio-inline-sound)
3565         * gnus-cus.el (gnus-custom-mode)
3566         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3568         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3570         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3571         compatible code.
3573 2010-09-24  Glenn Morris  <rgm@gnu.org>
3575         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3576         visiting the fcc file in rmail-mode.
3578         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
3580 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3582         * nnir.el: Silence the byte compiler.
3584         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3585         alias to browse-url-url-encode-chars if any.
3586         (gnus-html-encode-url): Use it.
3588 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3590         * gnus-start.el (gnus-use-backend-marks): New variable.
3591         (gnus-get-unread-articles-in-group): Use it.
3593         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
3594         makeover.
3596 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3598         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
3600 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
3603         Remove.
3604         (gnus-setup-news-hook):
3605         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
3607         * gnus-int.el (gnus-request-update-info): Protect against backends not
3608         having the function.
3610         * nnimap.el (nnimap-stream): Mention starttls.
3611         (nnimap-open-connection): Add starttls support.
3613 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
3615         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
3617 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
3620         BODYSTRUCTUREs.
3621         (nnimap-transform-headers): Unfold quoted {42} headers.
3623         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
3624         the info.
3625         (gnus-get-unread-articles): Only call updatep on backends that support
3626         it.
3628         * nnweb.el (nnweb-request-update-info): NOOP.
3630         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
3632         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
3633         since it only deals with marks.
3635         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
3636         gnus-request-marks, and make a new gnus-request-update-info.
3638         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
3639         the active instead of the high number, which is usually too low.
3641 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
3643         * netrc.el (netrc-parse): Remove encrypt.el mentions.
3644         * encrypt.el: Remove.
3646 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3648         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
3649         server in symbolic form.
3651         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
3653 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
3656         (nnimap-update-info): Fix up code slightly.
3658         * gnus-int.el (gnus-open-server): Add tracing for performance
3659         debugging.
3661         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
3662         (gnus-group-insert-group-line): Pass the real group name so that it
3663         gets the right data.
3665         * gnus-start.el (gnus-get-unread-articles): Don't have
3666         `gnus-get-unread-articles-in-group' update info, since that can be
3667         really slow and doesn't seem to be needed?
3669 2010-09-22  Dan Christensen  <jdc@uwo.ca>
3671         * time-date.el (date-to-time): Try using parse-time-string first before
3672         using the slower timezone-make-date-arpa-standard.
3674 2010-09-22  Julien Danjou  <julien@danjou.info>
3676         * gnus-group.el (gnus-group-insert-group-line):
3677         Call gnus-group-highlight-line.
3678         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
3679         default hook list.
3680         (gnus-group-update-eval-form): Add new function.
3681         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
3682         (gnus-group-get-icon): Use gnus-group-update-eval-form.
3684 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
3687         immediate, then expire all articles.
3688         (nnimap-update-info): Fix off-by-one errors.
3689         (nnimap-flags-to-marks): Would return no marks lists for group with no
3690         flags.  Instead return the other data.
3692 2010-09-22  Julien Danjou  <julien@danjou.info>
3694         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
3695         Only return an icon.
3696         (gnus-group-insert-group-line): Compute icon to return.
3698         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
3699         (gnus-html-image-fetched): Only cache if
3700         gnus-html-image-automatic-caching is set.
3701         (gnus-html-image-fetched): Check for errors.
3703 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
3706         once per method on `g'.  This ensures that backends like nnfolder don't
3707         open all their folders.
3709         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
3710         (nnimap-request-list): Nix out group in the correct buffer.
3711         (nnimap-parse-flags): Implement by using `read' instead of
3712         hand-parsing.
3713         (nnimap-flags-to-marks): Pass on permanent-flags.
3714         (nnimap-make-process-buffer): Record the server name.
3715         (nnimap-parse-flags): Fix typo.
3716         (nnimap-request-scan): Run split on the server in general, not just a
3717         single group.
3719         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
3720         parameter, and propagate this downwards.
3722         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
3723         since EXAMINE changes it on the server.
3725         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
3726         this command might take a while.
3728 2010-09-22  Julien Danjou  <julien@danjou.info>
3730         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
3731         harmful if you have 2 images side-by-side, they can't be properly
3732         update on text deletion.  Using text-property is safer here.
3733         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
3734         data.
3736 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3738         * nnimap.el (nnimap-expunge-inbox): Remove.
3739         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
3740         (nnimap-expunge): Flip default to t.
3742         * gnus.el (gnus-method-to-server): Don't push things to the cache
3743         unless it's unique.
3744         (gnus-server-to-method): Ditto.
3746 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3748         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
3750 2010-09-22  Julien Danjou  <julien@danjou.info>
3752         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
3753         get the start of data.
3754         (gnus-html-encode-url): Add this function to encode special chars in
3755         URL.
3756         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
3757         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
3759         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
3760         default.
3761         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
3763         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
3764         images alt-text.
3765         (gnus-html-put-image): Put alt-text as help-echo.
3767 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3769         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
3770         * mm-util.el (mm-decompress-buffer)
3771         * nnir.el (nnir-run-find-grep)
3772         * pop3.el (pop3-list): Use 3rd arg of split-string.
3774         * time-date.el (format-seconds): Comment fix.
3776         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
3777         and byte-optimize-form-code-walker.
3778         (dgnushack-make-auto-load): Don't advise make-autoload.
3780         * lpath.el: Remove Emacs 21 stuff.
3782 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3784         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
3785         outside the active range.  Suggested by Dan Christensen.
3787         * gnus-start.el (gnus-get-unread-articles): Get the extended method
3788         slightly later to avoid double-getting it.
3790         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
3791         previous patch.
3793         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
3795 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
3797         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
3799 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3801         * gnus-int.el (gnus-open-server): Give a better error message in the
3802         "go offline" case.
3804         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
3805         marks for nnimap, which is seldom the right thing to do.
3807         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
3808         (gnus-same-method-different-name): New function.
3810         * nnimap.el (parse-time): Require.
3812         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
3813         method in the presence of many similar methods.
3815         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
3817         * nnimap.el (nnimap-find-expired-articles): Don't refer to
3818         nnml-inhibit-expiry.
3820         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
3821         find out whether methods are equal.
3823         * nnimap.el (nnimap-find-expired-articles): New function.
3824         (nnimap-process-expiry-targets): New function.
3825         (nnimap-request-move-article): Request the article before looking at
3826         what the Message-ID is.  Fix found by Andrew Cohen.
3827         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
3829         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
3830         for oldness in addition to being a predicate.
3832         * nnimap.el (nnimap-request-group): When we have zero articles, return
3833         the right data to Gnus.
3834         (nnimap-request-expire-articles): Only delete articles immediately if
3835         the target is 'delete.
3837         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
3838         method, this would bug out.
3840         * gnus-group.el (gnus-group-expunge-group): Rename from
3841         gnus-group-nnimap-expunge, and implemented as a normal interface
3842         function.
3844         * gnus-int.el (gnus-request-expunge-group): New function.
3846         * nnimap.el (nnimap-request-create-group): Implement.
3847         (nnimap-request-expunge-group): New function.
3849 2010-09-21  Julien Danjou  <julien@danjou.info>
3851         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
3852         (gnus-html-cache-expired): Add new function.
3853         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
3854         wethever we should display image for fetch it.
3855         Compute alt-text earlier to pass it to the fetching function too.
3856         (gnus-html-schedule-image-fetching): Change function argument to only
3857         get one image at a time, not a list.
3858         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
3859         cache.
3860         (gnus-html-get-image-data): New function to retrieve image data from
3861         cache.
3862         (gnus-html-put-image): Change buffer argument to use image data rather
3863         than file, and place image above region rather than inserting a new
3864         one.  Do not take alt-text as argument, since it's useless now: we place
3865         the image above alt-text.
3866         (gnus-html-prune-cache): Remove.
3867         (gnus-html-show-images): Start to fetch image when we find one, do not
3868         push into a temporary list.
3869         (gnus-html-prefetch-images): Only fetch image if they have expired.
3870         (gnus-html-browse-image): Fix, use 'gnus-image-url.
3871         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
3873 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3875         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
3877 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3879         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
3880         spec inser "*" if the group isn't active instead of 0.
3882         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
3883         opening the server.
3884         (nnimap-request-delete-group): Implement group deletion.
3885         (nnimap-transform-headers): Return the size of the entire message in
3886         the Bytes header, not just the size of the first part.
3887         (nnimap-request-move-article): When moving an article from nnimap,
3888         request the article first so the accepting form has an article to
3889         accept.  Reported by Dan Christensen.
3890         (nnimap-command): Make sure that the error message doesn't error out.
3892 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
3894         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
3895         we haven't requested anything.
3897 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
3900         "".  Fix found by Andrew Cohen.
3902         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
3903         instead of -encode-string.
3905 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3907         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
3909         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
3910         by mm-subst-char-in-string.
3912 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
3915         waiting for the connection string.
3917         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
3918         arriving.
3920         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
3921         bogus characters.  This allows selecting certain Gmail groups.
3923         * nnimap.el (nnimap-find-wanted-parts-1): New function.
3924         (nnimap-fetch-partial-articles): New variable.
3925         (nnimap-open-connection): When looking for credentials, also use the
3926         nnimap-server-port.
3927         (nnimap-request-article): Return the group/article number, so that Gnus
3928         `^' works as expected.
3929         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
3931         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
3932         comments.
3933         (gnus-methods-sloppily-equal): New function.
3934         (gnus): When using the development version of Gnus, load the gnus-load
3935         file.
3937         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3938         `gnus-open-server' on each method before trying to scan them etc.
3939         This ensures that all the backend parameters are set correctly.
3941         * nnimap.el (nnimap-authenticator): New variable.
3942         (nnimap-open-connection): Allow anonymous login.
3943         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3944         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3946         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3947         patch, found by Knut Anders Hatlen.
3949 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3951         * gnus-agent.el (gnus-agent-batch-confirmation)
3952         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3953         to gnus-message.
3954         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3955         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3956         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3957         * gnus-int.el (gnus-open-server): Likewise.
3958         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3959         (gnus-score-check-syntax): Likewise.
3960         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3961         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3962         Likewise.
3963         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3965 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3968         calling conventions so that prefetch doesn't bug out.
3970 2010-09-19  Julien Danjou  <julien@danjou.info>
3972         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3973         rather than `subst-char-in-region' in order to be able to replace ASCII
3974         char by UTF-8 ones.
3976         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3977         than curl.
3978         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3979         the right URL and ALT text on images.
3980         (gnus-html-wash-tags): Fix tag case.
3981         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3982         (gnus-article-html): Add -o display_ins_del=2 option.
3983         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3985 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3987         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3988         the extra mail headers, which sometimes seem to happen for unknown
3989         reasons.
3991         * mail-parse.el (mail-header-encode-parameter): Define as
3992         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3993         (or most, perhaps?) mail readers don't understand the latter, but do
3994         understand the former.
3996         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3997         to nil, so that no methods are automatically agentized.  I think this
3998         is probably what most users want.
4000         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4001         from url-retrieve, for instance about invalid URLs.
4003         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4004         groups that have no articles.
4005         (nnimap-request-article): Check that we really got an article when we
4006         requested one.
4008         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4009         doesn't exist.
4011         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4012         nntp buffer so the agent can save it.
4013         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4014         that CRLF doesn't get translated to \n.
4015         (nnimap-open-connection): Don't make 'shell commands only send \n.
4017 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4020         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4021         Update var name.
4022         (nnml-generate-nov-file): Use dolist.
4023         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4024         Use with-current-buffer.
4026 2010-09-18  Julien Danjou  <julien@danjou.info>
4028         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4029         parallel.
4031 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4033         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4034         the range update right.
4035         (nnimap-request-group): Don't make `M-g' bug out on group with no
4036         marks.
4037         (nnoo): Require, so that other packages can require nnimap.
4038         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4039         command we're looking for.  This helps when the server sends more
4040         responses after we've gotten everything we expected.
4041         (nnimap): Add a `newlinep' field to keep track of end-of-line
4042         conventions.
4043         Don't send CRLF to things that don't want it.
4044         (nnimap-request-accept-article): Ditto.
4046 2010-09-18  Julien Danjou  <julien@danjou.info>
4048         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4049         than curl to retrieve images.
4051 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4054         the marks.
4055         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4056         (nnimap-wait-for-connection): New function.
4057         (nnimap-open-connection): If we have PREAUTH, don't query for login
4058         credentials.
4059         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4060         when doing a partial update.
4062 2010-09-18  Julien Danjou  <julien@danjou.info>
4064         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4065         tags.
4067 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4069         * nnimap.el (nnimap-credentials): New function.
4070         (nnimap-open-connection): Use the new function to look for credentials
4071         also on the numeric equivalents of "imap" and "imaps".
4073         * gnus-start.el (gnus-activate-group): Send the info to
4074         gnus-request-group.
4076         * nnimap.el (nnimap-request-group): Have the "check" version of the
4077         function parse flags and update the info, so that a `M-g' get a total
4078         resync of all flags from the group.
4080         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4081         to allow backends to alter the info on group selection.  Also alter all
4082         the backend -request-group functions to take the parameter.
4084         * nnimap.el (nnimap-store-info): New function.
4085         (nnimap-update-info): Store the info for later usage.
4086         (nnimap-request-group): Use the stored info for the dont-check case, so
4087         that we don't retrieve all marks when we enter a group.
4089         * nnimap.el: Use deffoo instead of defun for interface functions.
4091         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4092         update the group info.  This makes the nndraft groups, for instance, go
4093         back to their old behaviour.
4095         * gnus-sum.el (gnus-select-newsgroup): Indent.
4097         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4098         in.
4099         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4100         nothing.
4102         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4103         from methods that are denied.
4105         * gnus-int.el (gnus-method-denied-p): New function.
4107         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4108         store the password instead of netrc.
4109         (nnimap-open-connection): Don't error out when we can't make a
4110         connections.
4112         * auth-source.el (auth-source-create): In the password prompt, say what
4113         we're querying for.  Also prompt for user name if that hasn't been
4114         given.
4116         * nnimap.el (nnimap-with-process-buffer): Remove.
4118 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4120         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4121         method when we're reading from the agent.
4123         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4125         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4126         that's probably most useful for users.
4128         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4129         "failed" all the time.
4131         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4132         ...)) with (with-current-buffer ... ).
4134         * nntp.el (nntp-open-server): Return whether the open was successful or
4135         not.
4137         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4138         select an unread unseen article first.
4140         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4141         /etc/services, supply some sensible port defaults.
4143         * dgnushack.el: Define netrc-credentials.
4145 2010-09-17  Julien Danjou  <julien@danjou.info>
4147         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4149 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4151         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4152         doesn't have any parameters.
4154 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4156         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4157         only upcased checks.
4159         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4161         * nnimap.el (nnimap-open-shell-stream): New function.
4162         (nnimap-open-connection): Use it.
4163         (nnimap-transform-headers): Get the number of lines in each message.
4164         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4165         number of lines.
4166         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4167         problem.
4169         * utf7.el (utf7-encode): Autoload.
4171         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4172         to allow the mail splitting to not return a default group.  This is
4173         useful for nnimap, which will leave unmatched mail in the inbox.
4175         * nnimap.el: Rewritten.
4177         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4178         nnimap usage.
4180         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4181         if the move is internal, so that nnimap can do fast internal moves.
4183         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4184         data.
4185         (gnus-read-active-for-groups): Support finishing the early retrieval of
4186         data.
4188         * gnus-range.el (gnus-range-nconcat): New function.
4190         * gnus-int.el (gnus-finish-retrieve-group-infos)
4191         (gnus-retrieve-group-data-early): New functions.
4193 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4195         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4196         (nnrss-retrieve-groups):
4197         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4198         (pop3-quit): Use with-current-buffer.
4200 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4202         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4203         instead of nnheader-accept-process-output.
4205         * dgnushack.el (dgnushack-compile): Add comment.
4207         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4209         * gnus-html.el (gnus-html-schedule-image-fetching)
4210         (gnus-html-prefetch-images): Replace process-kill-without-query by
4211         gnus-set-process-query-on-exit-flag.
4213 2010-09-16  Romain Francoise  <romain@orebokech.com>
4215         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4217 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4219         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4220         parameter to unintern is mandatory-ish in Emacs 24.
4222         * gnus-html.el (gnus-html-schedule-image-fetching)
4223         (gnus-html-prefetch-images): Check for curl before using it.
4225         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4226         depend on curl, which isn't essential.
4228         * imap.el: Revert back to version
4229         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4230         seem problematic.
4232 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4234         * gnus-registry.el (gnus-registry-install-shortcuts):
4235         Explicitly pass `obarray' to `unintern' to avoid a warning.
4237 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4239         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4240         change.
4242         * nnrss.el (nnrss-request-list): Remove this function and related
4243         functions, including the moreover stuff.
4245 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4247         * nnrss.el (nnrss-retrieve-groups): New function.
4249 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4251         * .dir-locals.el: Add no-byte-compile cookie.
4253 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4255         * time-date.el (format-seconds): Comment fix.
4257         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4258         for back end that doesn't support request-scan.
4260 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4262         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4263         then do request scans from the backends.
4265         * netrc.el (netrc-credentials): New conveniency function.
4267         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4268         avoid running a hook per line, since this takes a lot of time,
4269         profiling shows.
4270         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4271         directly if gnus-visual-p is true.
4273 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4275         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4276         groups; replace mapcar with dolist which is a bit faster; pass groups
4277         info to gnus-read-active-file-1.
4278         (gnus-read-active-file-1): Scan only specified groups if the new
4279         optional arg `infos' is given.
4281 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4285         * pop3.el (pop3-movemail): Remove.
4286         (pop3-streaming-movemail): Rename to pop3-movemail.
4288         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4289         don't restrict end-tag searches to the end of the line.
4291 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4293         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4294         articles of every unchecked group to t, which means unknown since the
4295         server has never been opened.
4297 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299         * gnus-html.el (gnus-html-show-alt-text): New command.
4300         (gnus-html-browse-image): Ditto.
4301         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4302         to browse the image directly.
4303         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4304         better.
4306         * gnus-async.el (gnus-async-article-callback):
4307         Call `gnus-html-prefetch-images' unconditionally.
4309         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4310         before feeding URLs to curl.
4312 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4314         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4315         internal images as deletable by `W D D'.
4317         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4318         (gnus-async-article-callback): Fix typo.
4320 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4322         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4323         current line to work around bugs in the output from w3m.
4325         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4326         for groups that want that.
4328         * nntp.el (nntp-wait-for-string): Supply a timeout for
4329         accept-process-output to ensure progress.
4331         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4332         level to get unread articles from, then use that for foreign groups,
4333         too.
4335         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4336         confuses the rest of the function.
4338         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4339         for the methods that support -retrieve-groups, too.
4341         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4343 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4345         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
4346         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
4348         * pop3.el: Require cl when compiling.
4349         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4351 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4353         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4354         that aren't going to be activated.
4355         (gnus-get-unread-articles): Fix up the last commit.
4357         * gnus-html.el (gnus-article-html): Allow calling without specifying
4358         the handle.  In that case, dissect the buffer first.
4360         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4362         * nnimap.el (nnimap-open-connection): Revert the change that would look
4363         into authinfo for imaps instead of imap.
4365         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4366         say that you don't want to call gnus-request-group with don-check, but
4367         do check the reponse.  This is for virtual groups only.
4368         (gnus-get-unread-articles): Count the archive groups as secondary, so
4369         that they're activated the same way as before.
4371         * imap.el (imap-message-map): Removed optional buffer parameter, since
4372         no callers use it.
4373         (imap-message-get): Ditto.
4374         (imap-message-put): Ditto.
4375         (imap-mailbox-map): Ditto.
4376         (imap-mailbox-put): Ditto.
4377         (imap-mailbox-get): Ditto.
4378         (imap-mailbox-get): Revert last change for this function.
4380         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4381         case-insensitively.
4382         (nnimap-debug): Remove.
4384         * imap.el (imap-fetch-safe): Removed function, and altered all callers
4385         to use `imap-fetch' instead.  According to the comments, this should be
4386         safe, since all other IMAP clients use the 1:* syntax.
4387         (imap-enable-exchange-bug-workaround): Removed.
4388         (imap-debug): Removed -- doesn't seem very useful.
4390         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4391         mail from a file, and the file doesn't exist.
4393         * imap.el (imap-log): New convenience function used throughout instead
4394         of repeating the same code all over the place.
4396         * pop3.el (pop3-streaming-movemail): Return t for success.
4398         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4399         .authinfo if we're using ssl connection.
4401         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4402         already have if we're in a main Gnus `g' run.
4404         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4406 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4408         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4410         * nnmh.el (nnmh-request-list-1): Bind `file'.
4412         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4413         alias to set-process-query-on-exit-flag or process-kill-without-query.
4414         (pop3-open-server): Use it.
4416 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4418         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4419         box to the Incoming file.  Fixes mistake in previous checkin.
4421         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4422         request loop (for debugging purposes) removed.
4424         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4425         culprit is more visible.
4426         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4427         (nnml-add-incremental-nov): New functions to do "incremental" nov
4428         updates, where we just append to the end of the existing nov files
4429         without reading/writing them in full.
4431         * mail-source.el (mail-source-delete-crash-box): Really only check the
4432         incoming files once in a while.
4434         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4436         * mail-source.el (mail-source-delete-crash-box): Only check the
4437         incoming files for deletion once per day to save a lot of file
4438         accesses.
4440         * pop3.el (pop3-logon): Fix up unbound variable typo.
4442         * mail-source.el (pop3-streaming-movemail): Autoload.
4444         * pop3.el (pop3-streaming-movemail):
4445         Respect pop3-leave-mail-on-server.
4447         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4448         retrieval.
4450         * pop3.el (pop3-process-filter): Remove unused function.
4451         (pop3-streaming-movemail, pop3-send-streaming-command)
4452         (pop3-wait-for-messages, pop3-write-to-file)
4453         (pop3-number-of-responses): New functions for streaming pop3
4454         retrieval.
4456         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4457         come from no known methods.
4458         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4459         list.
4461         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4462         message sizes.
4463         (pop3-movemail): Use erase-buffer instead of looping and deleting
4464         regions, which seems rather odd.
4466         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4467         file once per `g' run.
4469         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4470         directories.  This makes the draft queue directory work.
4472         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4473         data from the backends, so that we only request the list of groups from
4474         each method once.  This should speed things up considerably.
4476         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4477         detect that it's not implemented.
4479         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4480         we actually do recurse down into the tree, but don't stat all leaf
4481         nodes.
4483         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4484         then say so instead of bugging out.
4486         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4487         files exist before trying to read them.
4489         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4490         around <pre_int>.
4492         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4494         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4496 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4498         * mm-util.el (mm-image-load-path): Just return the image directories,
4499         not all directories in the path in addition to the image directories.
4500         (mm-image-load-path): Maintain a cache of the image directories so that
4501         the `g' command in Gnus doesn't have to stat dozens of directories each
4502         time.
4504         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4505         (gnus-html-wash-tags): Add a new `i' command to insert images.
4506         (gnus-html-insert-image): New command and keystroke.
4507         (gnus-html-redisplay-with-images): New command and keystroke.
4508         (gnus-html-show-images): Rename command.
4509         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4510         spacers.
4511         (gnus-html-wash-tags): Decode entities at the end, so that entities
4512         inside the tags don't mess up the rest of the "parsing".
4514         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4515         so that nnimap methods aren't agentized by default.  There's apparently
4516         many problems related to agent/imap behaviour.
4518         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4520         * gnus-html.el: Doc fix.
4522 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4524         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
4525         specifier-spec-list for Emacs 21.
4527         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4528         glyph-width and glyph-height instead of display-graphic-p and
4529         image-size; make avoidance of displaying small images work for XEmacs.
4531         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4532         for XEmacs.
4534         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4535         of symbol that holds plist data.
4536         (gnus-process-plist): Remove plist of process after getting it.
4538 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4540         * message.el (message-generate-hashcash): Change default to
4541         'opportunistic if hashcash is installed.
4543         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4544         (gnus-html-put-image): Only call image-size once, since it's somewhat
4545         time-consuming on remote X servers.
4547 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4549         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
4550         type on data, not a file name.
4552         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
4553         window-pixel-edges for Emacs 21.
4555         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4556         decoded contents.
4557         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4559 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4561         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4562         group line format, since it isn't very interesting.
4564         * gnus-agent.el (gnus-agent-short-article),
4565         (gnus-agent-long-article): Increase values for these two variables,
4566         since most people are likely to have more network connection and
4567         storage than before.
4569         * gnus.el (gnus-refer-article-method): Change default to 'current.
4570         When referring an article, the common behaviour is to refer it from the
4571         current select method, not the native select method.  The chances of
4572         the native select method having the message in question is rather slim
4573         these days.
4575         * gnus-sum.el (gnus-auto-select-subject): Change default to
4576         `unseen-or-unread'.  I think it's likely that most people want to
4577         select an unseen article over a previously seen, but unread one.
4579         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4580         means that in the article buffer none of the minor mode elements will
4581         be shown, usually, and this is not desirable in most cases.
4583         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4584         that commands like `d' (and the like) go to the next line in the
4585         buffer, instead of the next unread article.  I think this is the
4586         behaviour that is most natural for most users.
4587         (gnus-single-article-buffer): Change default to nil, so that people can
4588         have as many article buffers open as they have summary buffer.  I think
4589         this is the most natural way for the groups to behave.
4591         * message.el (message-generate-new-buffers): Change default to
4592         `unsent', so that all new message buffers start their names with the
4593         string "*unsent", and it's easier to find the buffers if you move from
4594         them.
4596 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4598         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4599         small.  They're probably tracking images.
4600         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4601         (gnus-html-rescale-image): Yet another try at getting the image sizing
4602         right.
4604         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4605         nntp-marks-file-name is nil.
4607 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4609         * gnus-html.el (gnus-html-wash-tags)
4610         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4611         Better logging.
4613 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4615         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4617         * gnus-html.el (gnus-html-wash-tags): Check the value of
4618         gnus-blocked-images in the summary buffer.
4620 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4622         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4624 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4626         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4627         like "a", it seems like.
4628         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4629         since it needs to be picked from the correct buffer.
4631         * nnwfm.el: Remove.
4633         * nnlistserv.el: Remove.
4635 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4637         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4638         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4640 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4642         * nnkiboze.el: Remove.
4644         * nndb.el: Remove.
4646         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4647         alt text.
4648         (gnus-html-rescale-image): Try to get the rescaling logic right for
4649         images that are just wide and not tall.
4651         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
4652         overshadow variable bindings.
4654 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4656         * gnus-html.el (gnus-html-wash-tags)
4657         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
4658         Add extra logging.
4660 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4662         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
4663         (gnus-max-image-proportion): New variable.
4664         (gnus-html-rescale-image): New function.
4665         (gnus-html-put-image): Rescale images.
4667 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4669         Fix up some byte-compiler warnings.
4670         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
4671         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
4672         (gnus-article-fill-cited-article, gnus-article-hide-citation)
4673         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
4674         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
4675         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
4676         (gnus-group-update-group): Use save-excursion and with-current-buffer.
4678 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4680         * gnus-html.el (gnus-article-html): Decode contents by charset.
4682 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4684         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
4685         (gnus-html-frame-width, gnus-blocked-images)
4686         * message.el (message-prune-recipient-rules): Add custom version.
4687         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
4689         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
4690         functions.
4692         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
4693         gnus-process-get.
4695 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
4697         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
4698         instead of lsub directly.
4700 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4702         * nnwarchive.el: Remove.
4704         * gnus-soup.el: Remove.
4706         * nnsoup.el: Remove.
4708         * nnultimate.el: Remove.
4710         * gnus-html.el (gnus-blocked-images): New variable.
4712         * message.el (message-prune-recipients): New function.
4713         (message-prune-recipient-rules): New variable.
4715         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
4716         guess whether a long line is natural text or not.
4718         * gnus-html.el (gnus-html-schedule-image-fetching):
4719         Use gnus-process-plist and friends for compatibility.
4721 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
4723         * gnus-html.el: Require packages that define macros used in this file.
4724         (gnus-article-mouse-face): Declare to silence byte-compiler.
4725         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
4726         process-get.
4727         (gnus-html-put-image): Use plist-get to avoid getf.
4728         (gnus-html-prefetch-images): Use with-current-buffer.
4730 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4732         * gnus-ems.el: Provide compatibility functions for
4733         gnus-set-process-plist.
4735         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
4736         header-line-format for XEmacs 21.4.
4738         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
4739         * gnus.el (gnus-valid-select-methods)
4740         * message.el (message-send-mail-partially-limit)
4741         * mm-decode.el (mm-text-html-renderer)
4742         * mml.el (mml-insert-mime-headers-always)
4743         * smiley.el (smiley-regexp-alist): Bump custom version.
4745 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4747         * gnus-html.el: require mm-url.
4748         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
4749         with the url to `url'.
4750         (gnus-html-wash-tags): Support cid: URLs/images.
4752 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4754         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
4755         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
4756         bindings, as they aren't useful at all.  `w' is moved to `W w'.
4758         * gnus-move.el: Remove file, since it doesn't really work.
4760         * gnus-html.el (gnus-article-html): Tell w3m that the input is
4761         UTF-8.  This seems to fix problems with some German web feeds.
4763         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
4764         at the top so that the proper colours are applied.
4766         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
4767         don't have dots in their names.
4769         * gnus-art.el (gnus-article-view-part): Doc fix.
4771         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
4772         XEmacs-compatible.
4773         (gnus-html-put-image): Don't do images on non-graphic displays.
4775         * nnslashdot.el: Remove this unused backend.
4777         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
4778         actions.
4779         (gnus-undo-register-1): Revert last change.
4781         * gnus-group.el (gnus-group-completing-read): Protect against not
4782         having completion-styles bound.
4784         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
4785         make broken recipients happier.
4787         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
4789         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
4790         point parameter.
4792         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
4794         * gnus-group.el (gnus-group-completing-read): Add 'substring to
4795         completion-styles for group selection.
4797 2009-02-04  Andreas Schwab  <schwab@suse.de>
4799         * gnus-score.el (gnus-score-string): Fix regex for matching extra
4800         headers and regexp-quote the match if necessary.
4802 2009-03-24  Miles Bader  <miles@gnu.org>
4804         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
4805         the blinking smiley.
4807 2009-03-24  Simon Josefsson  <simon@josefsson.org>
4809         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
4810         blink smiley.
4812 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4814         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
4815         where the dribbel file lives exists.
4817         * message.el (message-send-mail-partially-limit): Change the default to
4818         nil, since most people don't want this.
4820         * mm-url.el (mm-url-decode-entities): Also decode entities like
4821         &#x3212.
4823 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
4825         * gnus-sum.el (gnus-summary-idna-message):
4826         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
4827         Hyperlink urls in docstrings with URL `...'.
4829 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
4831         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
4832         functions.
4834 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4836         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
4837         say what the mouseover text should be.
4839         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
4840         version of the mm-w3m-safe-url-regexp variable to only download images
4841         in the groups where we want that to happen.
4843         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
4845         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
4846         easier debugging.
4847         (gnus-article-beginning-of-window): Add kludge to allow spacing past
4848         big pictures in the article buffer.
4850         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
4851         gnus-article-html.
4852         (mm-text-html-renderer): gnus-article-html needs curl in addition to
4853         w3m.
4855         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
4857 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
4860         which doesn't exist.
4862         * message.el (message-inhibit-ecomplete): New variable to allow some
4863         function to inhibit ecomplete address storage.
4864         (message-resend): Disable ecomplete message storage when resending
4865         messages.
4867         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
4869 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4871         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
4872         Save excursion while copying, moving, and deleting articles in order to
4873         prevent the cursor from jumping to unforeseen place.
4875 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4877         * lpath.el: No need to bind bookmark-current-buffer,
4878         bookmark-yank-point and bookmark-make-record-function.
4880 2010-08-17  Glenn Morris  <rgm@gnu.org>
4882         * gnus-sync.el: Require gnus components whose functions are used.
4884         * gnus-art.el (bookmark-make-record-function):
4885         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
4886         Declare for compiler.
4888         * mm-url.el (mml-compute-boundary): Autoload.
4890 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4892         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
4894 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
4896         Typo fix "hoo4a" -> "hook".
4898         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
4900 2010-08-14  Glenn Morris  <rgm@gnu.org>
4902         * gnus-sync.el (gnus-sync): Fix defgroup version.
4904 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
4906         Doc fixes and keep unknown groups (ammended for nunion bug fix).
4908         * gnus-sync.el: Fix docs.
4909         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
4910         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
4912 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4914         Optimizations for gnus-sync.el.
4916         * gnus-sync.el: Add docs about gnus-sync-backend
4917         possibilities.
4918         (gnus-sync-save): Remove unnecessary message.
4919         (gnus-sync-read): Optimize and show what groups were skipped.
4921 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4923         Minor bug fixes for gnus-sync.el.
4925         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
4926         Don't read the sync on get-new-news.
4928         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
4929         quiet.
4931         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
4932         (fix typo).
4934 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
4936         Make saving and restoring of hidden threads work with overlays.
4937         Patch applied by Ted Zlatanov.
4939         * gnus-sum.el (gnus-hidden-threads-configuration)
4940         (gnus-restore-hidden-threads-configuration): Update to deal with text
4941         properties, rather than searching for a magic character.
4943 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4945         New gnus-sync.el library for synchronization of marks.
4947         * gnus-sync.el: New library for synchronization of marks.
4949         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4950         renamed from `gnus-registry-grep-in-list'.
4952         * gnus-registry.el (gnus-registry-follow-group-p):
4953         Use `gnus-grep-in-list'.
4955         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4957 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4959         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4960         determining charset of text fails.
4962 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4964         * nnmail.el (nnmail-get-new-mail-1): Revert.
4966         * nnml.el (nnml-active-number): Make sure names of newly created groups
4967         in nnml-group-alist are encoded.
4969 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4971         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4972         containing non-ASCII characters in active file for nnml back end.
4974 2010-07-24  David Engster  <dengste@eml.cc>
4976         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4977         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4979 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4981         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4982         tag (Bug#6654).
4984 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4986         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4987         the article buffer, not the summary buffer.
4989 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4991         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4992         Emacs 23 as well.
4994 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4996         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4997         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4999 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5001         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5002         Patch applied by Karl Fogel.
5004         * gnus-sum.el (gnus-summary-bookmark-make-record):
5005         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5007 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5009         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5010         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5011         C-w still not working correctly from Article buffers; Thierry's
5012         patch to fix that will be applied after this.
5014         * gnus-art.el (bookmark-make-record-function): New local variable.
5016         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5017         article buffer.
5018         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5020 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5022         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5023         on changes in bookmark.el.
5025 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5027         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5028         `no-log' instead of message not to log prompt string.
5030 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5032         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5033         the *other* type of HTML form submission.
5035 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5037         * auth-source.el (auth-source-pick): If choice does not contain a
5038         questioned keyword, set the check to t.
5040 2010-06-12  Romain Francoise  <romain@orebokech.com>
5042         * gnus-util.el (gnus-date-get-time): Move up before first use.
5044 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5046         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5047         (gnus-article-edit-part): Bind it to make last part that is substituted
5048         or deleted visible.
5049         (gnus-mime-display-single): Buttonize part of which id equals to
5050         gnus-mime-buttonized-part-id.
5052 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5054         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5055         (gnus-dd-mmm): Use gnus-date-get-time.
5056         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5057         simplify logic.
5058         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5059         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5061 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5063         * auth-source.el (top): Autoload `secrets-list-collections',
5064         `secrets-create-item', `secrets-delete-item'.
5065         (auth-sources): Fix tag string.
5066         (auth-get-source, auth-source-retrieve, auth-source-create)
5067         (auth-source-delete): New defuns.
5068         (auth-source-pick): Rewrite in order to avoid 2 passes.
5069         (auth-source-forget-user-or-password): New parameter USERNAME.
5070         (auth-source-user-or-password): New parameters CREATE-MISSING and
5071         DELETE-EXISTING.  Retrieve password interactively, if needed.
5073 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5075         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5076         deleting unused directories when gnus-expert-user is t.
5078 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5080         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5081         for each temp file when gnus-article-browse-delete-temp is ask.
5083 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5085         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5086         Lisp calls to delete-backward-char by calls to delete-char.
5088 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5090         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5092 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5094         * password-cache.el (password-cache-remove): Fix docstring.
5096 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5098         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5099         article unless decoding article to be saved.
5101 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5103         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5104         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5105         generated within the mm-with-unibyte-current-buffer macro.
5107 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5109         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5110         to nil when we're in a mml-preview buffer and no group is selected.
5112 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5114         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5115         when catching the `C-g'.  Reported by "Leo".
5117 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5119         * message.el (message-forward-make-body-plain)
5120         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5121         multibyte-string-p.
5123         * lpath.el: Revert.
5125 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5127         * message.el (message-forward-make-body-mml): Assume original message
5128         is multibyte string; error on unibyte.
5129         (message-forward-make-body-plain): Ditto; don't add excessive newline
5130         in body end.
5132         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5134 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5136         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5137         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5139 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5141         * mm-extern.el (mm-extern-url): Don't use
5142         mm-with-unibyte-current-buffer.
5143         (mm-extern-cache-contents): Use with-current-buffer instead of
5144         save-excursion + set-buffer.
5146 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5148         * mm-util.el (mm-emacs-mule): Remove.
5150 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5152         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5153         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5154         change.
5156 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5158         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5159         bind the default value of enable-multibyte-characters to nil.
5161 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5163         * message.el (message-forward-make-body-plain)
5164         (message-forward-make-body-mml):
5165         Don't use mm-with-unibyte-current-buffer.
5167 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5169         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5171 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5173         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5174         (Bug#5592).
5176 2010-05-07  Julien Danjou  <julien@danjou.info>
5178         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5179         it to mm-pipe-part.
5181         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5182         it is given.
5184 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5186         * binhex.el (binhex-decode-region-internal)
5187         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5188         (dns-query)
5189         * nnweb.el (nnweb-gmane-search)
5190         * pgg-parse.el (pgg-parse-armor)
5191         * pgg.el (pgg-verify-region)
5192         * sha1.el (sha1-string-external)
5193         * uudecode.el (uudecode-decode-region-internal)
5194         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5195         XEmacs.
5197         * gnus-art.el (gnus-article-browse-html-parts)
5198         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5199         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5200         make-temp-file.
5202         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5203         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5204         compiling.
5206         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5207         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5208         XEmacs when compiling.
5210         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5211         gnus-pick-mode-off-hook for XEmacs when compiling.
5212         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5213         gnus-binary-mode-off-hook for XEmacs when compiling.
5215         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5216         Return nil if char-charset is not available.
5218         * imap.el (imap-disable-multibyte)
5219         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5220         macros.
5222         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5223         instead of encode-coding-string.
5225         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5226         'xemacs) instead of mm-emacs-mule to switch function definitions.
5227         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5229         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5230         bind temporary-file-directory for XEmacs;
5231         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5232         timer-set-function for XEmacs 21.4 and SXEmacs;
5233         bind timer-list for XEmacs 21.4 and SXEmacs;
5234         fbind char-charset and find-charset-region for non-Mule XEmacs;
5235         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5236         encode-coding-region and encode-coding-string for XEmacs having no
5237         file-coding feature.
5239 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5241         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5243 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5245         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5246         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5248 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5250         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5251         alias `jka-compr-delete-temp-file' no longer exists.
5253 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5255         Use define-minor-mode in Gnus where applicable.
5256         * mml.el (mml-mode): Use define-minor-mode.
5257         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5258         (gnus-undo-mode): Use define-minor-mode.
5259         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5260         (gnus-dead-summary-mode): Use define-minor-mode.
5261         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5262         Initialize in declaration.
5263         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5264         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5265         (gnus-mailing-list-mode): Use define-minor-mode.
5266         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5267         (gnus-draft-mode): Use define-minor-mode.
5268         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5269         (gnus-dired-mode): Use define-minor-mode.
5271 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5273         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5274         handles on recursive mml-to-mime translation and check them for
5275         boundary delimiter collisions.  Reported by Greg Troxel.
5277 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5279         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5281 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5283         * mm-util.el (mm-find-buffer-file-coding-system):
5284         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5286 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5288         * message.el (message-generate-headers): Record insertion of optional
5289         headers as well.  Otherwise the check to prevent repeated insertion of
5290         optional headers is a no-op.
5292 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5294         * smime.el: Don't mention CVS.
5296         * nnrss.el (nnrss-fetch): Don't mention CVS.
5298         * nnir.el: Don't mention CVS.
5300 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5302         * gnus-sum.el (gnus-summary-bookmark-make-record):
5303         Add `location' field.
5305 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5307         * lpath.el: Fbind bookmark-default-handler,
5308         bookmark-get-bookmark-record, bookmark-make-record-default,
5309         bookmark-prop-get for Emacs <23 and XEmacs.
5311 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5313         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5314         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5315         Use with-current-buffer to silence the byte-compiler.
5316         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5317         bother to require `gnus'.
5318         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5320 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5322         * gnus-sum.el (gnus-summary-bookmark-make-record)
5323         (gnus-summary-bookmark-jump): New functions.
5324         (gnus-summary-mode): Setup bookmark support.
5326 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5328         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5329         if set.
5331 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5333         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5334         gnus-article-browse-html-save-cid-image; make it work recursively for
5335         forwarded messages as well.
5336         (gnus-article-browse-html-parts): Work when prefix arg is given.
5337         (gnus-article-browse-html-article): Doc fix.
5339 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5341         * message.el (message-default-mail-headers):
5342         (message-default-headers): Carry the value mail-default-headers over
5343         into message-default-mail-headers, rather than message-default-headers.
5345 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5347         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5348         charset.
5350         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5351         charset into the <meta> tag when the article is encoded to utf-8.
5353 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5355         * gnus-art.el (gnus-article-browse-delete-temp-files):
5356         Delete directories as well.
5357         (gnus-article-browse-html-parts): Work for images that do not specify
5358         file names; delete temp directory when quitting; insert header at the
5359         right place; use file: scheme for image files.
5361 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5363         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5364         (gnus-article-browse-html-parts): Use it to make temporary cid image
5365         files in addition to html file so that browser may display them.
5367 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5369         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5371 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5373         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5375 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5377         * auth-source.el (auth-sources): Change default to be simpler.
5378         Explain about Secret Service API sources.  Improve Customize options.
5379         (auth-source-pick): Change to accept any number of search parameters.
5380         Implement fallbacks iteratively, not recursively.  Add scoring on the
5381         second pass and sort by score.  Call Secret Service API when needed.
5382         (auth-source-user-or-password): Use it.  Call Secret Service API
5383         directly when needed to get the user name and the password.
5385 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5387         * message.el (message-interactive): Doc fix.
5388         (message-qmail-inject-args): Reflow.
5389         (message-kill-to-signature): Fix typo in docstring.
5391         * smiley.el (smiley-buffer): Fix typo in docstring.
5393 2010-03-24  Glenn Morris  <rgm@gnu.org>
5395         * mail-source.el (gnus-message): Declare.
5396         (mail-source-delete-old-incoming): Require gnus-util.
5398 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5400         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5402         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5404         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5405         password-cache's default if it is not bound.
5406         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5407         password-cache-expiry's default if it is not bound.
5409         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5410         available in Emacs 21.
5412         * lpath.el: Suppress compiler warnings for:
5413         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
5414         XEmacs;
5415         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
5416         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
5417         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
5419 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5421         * auth-source.el (auth-sources): Fix up definition so extra parameters
5422         are always inline.
5424 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5426         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5427         wasn't updated after mismatch.  Clear cached mailbox info correctly
5428         when uidvalidity changes.
5429         (nnimap-group-prefixed-name): New function to avoid some code
5430         duplication.
5431         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5432         (nnimap-request-group): Use it.
5433         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5434         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5435         with many imap folders.  This is done by caching the group status from
5436         the imap server persistently in a group parameter `imap-status'.  (This
5437         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5438         but not persistently, so every Gnus startup was still very slow.)
5440 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
5442         * assistant.el (assistant-render-text): Run `widget-setup' and don't
5443         delete the extra newline.  Otherwise editing of :string and :number
5444         types don't work.
5446 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5448         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5449         secrets.el dependency.
5450         (auth-sources): Add optional user name.  Add secrets.el configuration
5451         choice (unused right now).
5453 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5455         * gnus-sum.el (gnus-summary-make-menu-bar):
5456         Let `gnus-registry-install-shortcuts' fill in the functions.
5458         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5459         warnings.
5460         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5461         (gnus-registry-install-shortcuts): Populate and use it in a
5462         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5464 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5466         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5467         In-place substitutions for the group name encoding/decoding.
5468         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5469         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5470         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5471         (nnimap-update-unseen, nnimap-request-list)
5472         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5473         (nnimap-request-set-mark, nnimap-split-to-groups)
5474         (nnimap-split-articles, nnimap-request-newgroups)
5475         (nnimap-request-create-group, nnimap-request-accept-article)
5476         (nnimap-request-delete-group, nnimap-request-rename-group)
5477         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5478         `encoded-mbx' for consistency.
5479         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5480         variable `imap-current-mailbox'.
5482         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5483         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5485 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5487         * pop3.el (pop3-display-message-size-flag): Display message size byte
5488         counts during POP3 download.
5489         (pop3-movemail): Use it.
5490         (pop3-list): Implement listing of available messages.
5492 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5494         * nnir.el (nnir-get-article-nov-override-function): New function to
5495         override the normal NOV retrieval.
5496         (nnir-retrieve-headers): Use it.
5498 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5500         * auth-source.el (netrc-machine-user-or-password): Autoload.
5502 2010-03-19  Glenn Morris  <rgm@gnu.org>
5504         Stop message.el from loading about 40 libraries it doesn't always need.
5505         The general approach is to autoload rather than require, and to
5506         require in the specific functions rather than the file.  (Bug#5642)
5508         * gmm-utils.el: Don't require wid-edit.
5509         (widget-create-child-value, widget-convert, widget-default-get):
5510         Autoload.
5512         * gnus-util.el: Don't require time-date, netrc.
5513         (message-fetch-field, gnus-group-name-decode): Declare rather than
5514         autoloading.
5515         (gnus-fetch-field): Require message.
5516         (gnus-decode-newsgroups): Require gnus-group.
5518         * ietf-drums.el: Don't require time-date.
5520         * message.el: Don't require hashcash, canlock, ecomplete.
5521         Do require mail-utils.  Require nnheader only when compiling.
5522         (smtpmail-default-smtp-server): Remove declaration.
5523         (message-send-mail-function): Check smtpmail-default-smtp-server
5524         is bound rather than requiring smtpmail.
5525         (message-auto-save-directory, message-insert-signature):
5526         Use expand-file-name rather than nnheader-concat.
5527         (nnheader-insert-file-contents): Autoload.
5528         (hashcash-wait-async): Declare.
5529         (message-send-mail): Only call gnus-setup-posting-charset if
5530         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5531         (message-send-mail-with-sendmail): Require sendmail.
5532         (canlock-password, canlock-password-for-verify): Declare.
5533         (message-canlock-password): Require canlock.
5534         (nnheader-get-report): Autoload.
5535         (gnus-setup-posting-charset): Declare.
5536         (message-send-news): Require gnus-msg.
5537         (message-make-references, message-make-in-reply-to): Use mail-header-id
5538         rather than the alias mail-header-message-id.
5539         (ecomplete-add-item, ecomplete-save): Declare.
5540         (message-put-addresses-in-ecomplete): Require ecomplete.
5541         (ecomplete-display-matches): Autoload.
5543         * mm-decode.el: Don't require mailcap, gnus-util.
5544         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5545         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5546         Autoload.
5547         (mailcap-mime-extensions): Declare.
5549         * mm-encode.el: Don't require mailcap.
5550         (mailcap-extension-to-mime): Autoload.
5552         * mml-sec.el: Don't require password-cache.
5554         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5555         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5556         (mml-minibuffer-read-type): Require mailcap.
5557         (mml-preview): Require gnus-msg.
5559         * mml1991.el: Require password-cache.
5560         (password-cache-expiry): Remove declaration.
5562         * mml2015.el: Require password-cache.
5563         (password-cache-expiry): Remove declaration.
5565         * nneething.el (mailcap): Require mailcap.
5567         * nnheader.el (declare-function): Add compatibility stub.
5568         (message-remove-header): Declare rather than autoload.
5569         (nnheader-replace-header): Require message.
5571         * nnimap.el (declare-function): Add compatibility stub.
5572         (netrc-parse, netrc-machine-user-or-password): Declare.
5573         (nnimap-open-connection): Require netrc.
5575         * nntp.el (declare-function): Add compatibility stub.
5576         (netrc-parse, netrc-machine, netrc-get): Declare.
5577         (nntp-send-authinfo): Require netrc.
5579         * rfc2047.el: Don't require qp.
5580         (quoted-printable-encode-region, quoted-printable-decode-string):
5581         Autoload.
5583         * sieve-mode.el: Don't require easymenu.
5584         (easy-menu-add-item): Autoload it.
5586         * spam-stat.el (time-to-number-of-days): Autoload it.
5588 2010-03-19  Glenn Morris  <rgm@gnu.org>
5590         * password-cache.el (password-cache, password-cache-expiry): Autoload.
5592 2010-03-18  Glenn Morris  <rgm@gnu.org>
5594         * hashcash.el (declare-function): Remove duplicate definition.
5596 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5598         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5599         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5600         value if any backslash escapes).
5602 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5604         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5605         if it is available.  (bug#5647)
5607         * lpath.el: Suppress compiler warning for coding-system-from-name for
5608         Emacs 21 and XEmacs.
5610 2010-03-14  Juri Linkov  <juri@jurta.org>
5612         * hmac-def.el:
5613         * hmac-md5.el:
5614         * netrc.el: Fix keywords.
5616 2010-02-26  Glenn Morris  <rgm@gnu.org>
5618         * message.el (message-send-mail-function): Change the default, so that
5619         it inherits from a customized send-mail-function.  (Bug#5643)
5621 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5623         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5624         shell-command-to-string signals an error (bug#5299).
5626 2010-02-24  Glenn Morris  <rgm@gnu.org>
5628         * message.el (message-smtpmail-send-it)
5629         (message-send-mail-with-mailclient): Doc fixes.
5631 2010-02-16  Glenn Morris  <rgm@gnu.org>
5633         * message.el (message-default-mail-headers): Change the default value
5634         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5636 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5638         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
5639         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
5641 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
5643         * time-date.el (date-to-time): Doc fix (Bug#5408).
5645 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5647         * message.el (message-mail): Just pass yank-action on to message-setup.
5648         (message-setup): Handle (FUN . ARGS) form of yank-action.
5649         (message-with-reply-buffer, message-widen-reply)
5650         (message-yank-original): Handle non-buffer values of
5651         message-reply-buffer (Bug#4080).
5652         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5654 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5656         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5657         Fix typo in docstring.
5659 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5661         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5662         response.
5664 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5666         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5668         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
5670         * message.el (message-check-news-header-syntax): Protect against a
5671         string that `rfc822-addresses' returns when parsing fails.
5673 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5675         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5676         (gnus-previous-char-property-change): New functions.
5678         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5680 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5682         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5683         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5685 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5687         * message.el (message-exchange-point-and-mark): Rework last change to
5688         avoid using optional arg of exchange-point-and-mark, for backward
5689         compatibility.
5691 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5693         * message.el (message-exchange-point-and-mark):
5694         Call exchange-point-and-mark with an argument rather than setting
5695         mark-active by hand (Bug#5175).
5697 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5699         * nntp.el (nntp-service-to-port): Work for service expressed with
5700         numeric string; replace [:digit:] with [0-9] for XEmacs.
5702 2009-12-17  Glenn Morris  <rgm@gnu.org>
5704         * gnus-group.el (gnus-bug-group-download-format-alist):
5705         Change emacs entry to debbugs.gnu.org.  Bump :version.
5707 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5709         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5711 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5713         * message.el (message-info): Explain why we use `Info-goto-node'.
5715 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5717         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
5719 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5721         * message.el (message-completion-in-region): New compatibility function.
5722         (message-expand-group): Use it.
5724 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5726         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5727         with no unread article should be listed if the 2nd arg `predicate' is
5728         given.
5730 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5732         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
5734 2009-11-29  Juri Linkov  <juri@jurta.org>
5736         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5737         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5738         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5740 2009-11-26  Kevin Ryde  <user42@zip.com.au>
5742         * sha1.el (sha1-string-external): default-directory "/" in case
5743         otherwise non-existent.  process-connection-type pipe for touch of
5744         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
5746 2009-11-25  Kevin Ryde  <user42@zip.com.au>
5748         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
5749         it's comms related and sgml-mode.el has "comm" on that basis too.
5751 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5753         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
5754         containing tspecial characters if they have been already quoted.
5756 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
5758         * dns-mode.el (auto-mode-alist): Purecopy string.
5760 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5762         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
5764 2009-10-24  Glenn Morris  <rgm@gnu.org>
5766         * gnus-art.el (help-xref-stack-item): Define for compiler.
5768 2009-10-21  Kevin Ryde  <user42@zip.com.au>
5770         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
5772 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5774         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
5776 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5778         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
5779         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
5781 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5783         * gnus.el (gnus-overlay-get): New alias to overlay-get.
5784         (gnus-overlays-in): New alias to overlays-in.
5786         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
5787         gnus-overlay-get, and gnus-delete-overlay.
5788         (gnus-summary-show-thread): Make it work as well for systems in which
5789         next-single-char-property-change is not available.
5790         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
5792         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
5793         (gnus-overlay-get): New alias to extent-property.
5794         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
5796         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
5797         SXEmacs.
5799         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
5800         SXEmacs.
5802 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
5804         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
5806 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
5808         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
5809         and XEmacs that don't have `remove-overlays'.
5811 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5813         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
5814         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
5815         selective display.  Use overlays instead.
5817 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
5819         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
5821 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
5823         * spam-stat.el (spam-stat-load): Fix typo in message.
5825 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
5827         * dig.el (dig-invoke): Fix typo in docstring.
5828         (query-dig): Reflow docstring.
5830 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
5832         * gnus-art.el (gnus-article-encrypt-body):
5833         * message.el (message-check-recipients):
5834         * mm-util.el (mm-codepage-setup):
5835         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
5836         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
5838 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
5840         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
5841         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
5842         keys from the menu if mm-{sign,encrypt}-option is 'guided.
5843         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
5844         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
5846 2009-09-21  Kevin Ryde  <user42@zip.com.au>
5848         * dig.el: Add "Keywords: comm", as per net-utils.el.
5850 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5852         * dig.el (dig-mode): Use define-derived-mode.
5854 2009-09-19  Glenn Morris  <rgm@gnu.org>
5856         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
5858 2009-09-18  Glenn Morris  <rgm@gnu.org>
5860         * gnus-diary.el (gnus-diary-check-message):
5861         * message.el (message-insert-formatted-citation-line):
5862         * nnbabyl.el (top-level):
5863         * nndiary.el (nndiary-schedule):
5864         Fix typos in condition-case handlers.
5866 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5868         * gnus-art.el (gnus-article-edit-part): Work for the buffer
5869         configuration that provides the sole article window in a frame;
5870         position point correctly after deleting a part.
5872 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
5874         * spam.el (spam-unregister-on-reregister): Add boolean variable.
5875         (spam-resolve-registrations-routine): Use it to unregister articles
5876         that change status.
5878 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5880         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
5881         with XEmacs.
5882         (parse-time-string-chars): Use it.
5884 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
5886         * imap.el (imap-interactive-login): Better messages.
5887         (imap-open): Fix bug with renamed buffer on reconnect.
5888         (imap-authenticate): Add buffer-local imap-last-authenticator variable
5889         for easier debugging and cleaner code.  On successful (guessed based on
5890         server capabilities) secondary authentication, set imap-state
5891         correctly.
5892         (imap-last-authenticator): Define imap-last-authenticator as a variable
5893         to avoid warnings.
5895 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5897         * nnrss.el (nnrss-request-article): Remove binding of
5898         default-enable-multibyte-characters that has gotten needless by
5899         the 2007-07-13 change in rfc2047-encode-message-header.
5901         * mml.el (mml-insert-multipart): Error on the message header.
5902         (mml-insert-part): Error on the message header; position point at
5903         the end of a MIME tag.
5905 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5907         * time-date.el (autoload): Expand define-obsolete-function-alias into
5908         defalias and make-obsolete for old Emacsen that Gnus supports.
5909         (with-no-warnings): Define it for old Emacsen.
5910         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
5911         is available.
5912         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
5913         float-time is available; suppress compile warning for time-to-seconds.
5915         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
5916         (gnus-float-time): Alias to float-time if it exists.
5918         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
5919         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
5920         float-time is available; suppress compile warning for time-to-seconds.
5922         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
5923         XEmacs.
5925 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
5927         * imap.el (imap-message-map): Docstring fix.
5929 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5931         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
5932         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
5933         Add the optional argument `encoding' that overrides the default.
5935         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5936         mm-encode-buffer.
5938 2009-09-04  Glenn Morris  <rgm@gnu.org>
5940         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5941         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5942         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5943         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5944         * mm-util.el (mm-with-unibyte-current-buffer)
5945         (mm-find-buffer-file-coding-system):
5946         * yenc.el (yenc-decode-region): Use default-value rather than
5947         default-enable-multibyte-characters.
5949 2009-09-03  Glenn Morris  <rgm@gnu.org>
5951         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5952         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5953         than default-enable-multibyte-characters.
5955 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5957         * gnus-art.el (gnus-article-read-summary-keys):
5958         Fix gnus-buffer-configuration's value temporarily used.
5960 2009-09-02  Glenn Morris  <rgm@gnu.org>
5962         * gnus-util.el (gnus-float-time): New function.
5963         * gnus-delay.el (gnus-delay-article):
5964         * gnus-sum.el (gnus-thread-latest-date):
5965         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5966         * nnspool.el (nnspool-request-newgroups):
5967         Use gnus-float-time rather than time-to-seconds.
5968         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5970         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5971         (gnus-header-subject-face, gnus-header-newsgroups-face)
5972         (gnus-header-name-face, gnus-header-content-face):
5973         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5974         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5975         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5976         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5977         (gnus-cite-face-11):
5978         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5979         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5980         (gnus-server-closed-face, gnus-server-denied-face)
5981         (gnus-server-offline-face):
5982         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5983         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5984         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5985         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5986         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5987         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5988         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5989         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5990         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5991         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5992         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5993         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5994         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5995         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5996         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5997         (gnus-summary-high-undownloaded-face)
5998         (gnus-summary-low-undownloaded-face)
5999         (gnus-summary-normal-undownloaded-face)
6000         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6001         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6002         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6003         (gnus-splash-face):
6004         * message.el (message-header-to-face, message-header-cc-face)
6005         (message-header-subject-face, message-header-newsgroups-face)
6006         (message-header-other-face, message-header-name-face)
6007         (message-header-xheader-face, message-separator-face)
6008         (message-cited-text-face, message-mml-face):
6009         * sieve-mode.el (sieve-control-commands-face)
6010         (sieve-action-commands-face, sieve-test-commands-face)
6011         (sieve-tagged-arguments-face):
6012         * spam.el (spam-face):
6013         Mark face aliases with "-face" in the name as obsolete.
6015 2009-09-01  Glenn Morris  <rgm@gnu.org>
6017         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6018         than goto-line.
6020 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6022         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6023         Don't move point if the command is invoked inside the message header.
6025 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6027         * imap.el (imap-send-command): Simplify.
6028         (imap-wait-for-tag): point-max -> buffer-size.
6030 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6032         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6033         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6034         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6035         * nnir.el (nnir-swish-e-index-file):
6036         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6037         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6038         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6039         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6040         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6041         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6043 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6045         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6046         Don't save excursion.
6048 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6050         * nnheader.el (nnheader-find-file-noselect):
6051         * mm-util.el (mm-insert-file-contents):
6052         Use (default-value 'major-mode) instead of default-major-mode.
6054 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6056         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6058 2009-08-26  Glenn Morris  <rgm@gnu.org>
6060         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6061         than placing in files.el.
6063 2009-08-25  Glenn Morris  <rgm@gnu.org>
6065         * nnir.el (top-level): Don't require cl at run-time.
6066         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6067         Replace cl-function substitute with gnus-replace-in-string.
6068         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6069         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6070         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6071         simplified expansions.
6073 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6075         * dig.el (dig): Add autoload cookie.
6077 2009-08-22  Glenn Morris  <rgm@gnu.org>
6079         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6080         goto-line.
6082 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6084         * parse-time.el (parse-time-string-chars): Save match data.
6086 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6088         * parse-time.el (parse-time-string-chars): Compute using character
6089         classes, to handle non-ascii characters (Bug#3190).
6091 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6093         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6095         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6096         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6097         (gnus-mm-display-part, gnus-mime-display-single)
6098         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6099         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6101         * gnus-sum.el
6102         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6103         (gnus-summary-move-article): Add expirable mark to articles copied or
6104         moved to group that has auto-expire turned on if the option is non-nil.
6106 2009-07-24  Glenn Morris  <rgm@gnu.org>
6108         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6109         Fix typo.  (Bug#3903)
6111 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6114         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6115         that should not be used for draft articles.
6116         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6117         that has no concern in minor mode keys.
6118         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6119         Abolish.
6121 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6123         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6124         article without making inquiry to a user for unknown encoding.
6126         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6127         (nnmaildir--scan): Assume i-node and device number that file-attributes
6128         returns might be cons-cell.
6130         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6132         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6134 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6136         * auth-source.el: Remove docs now in auth.texi.  Don't use
6137         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6138         `auth-source-hide-passwords' and use them.
6140 2009-07-15  Glenn Morris  <rgm@gnu.org>
6142         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6144 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6146         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6147         excessive whitespace from the default values of title and description.
6149 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6151         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6152         mail-fetch-field to fetch Content-Description header in order to
6153         exclude newlines.
6155 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6157         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6158         format used by GnuPG 2.0.11.
6160 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6162         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6163         to deleted part.
6165 2009-05-30  David Engster  <dengste@eml.cc>
6167         * nnmairix.el: Remove old documentation in the commentary block.
6168         (nnmairix-request-group): Do not update active file for nnml back ends.
6169         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6170         end so that overview files are ignored.
6171         (nnmairix-update-groups): Make updating the groups more robust by using
6172         marks.
6173         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6174         with dollar characters in message-id.
6176 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6178         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6179         2008-12-25 in dns.el.
6181 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6183         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6184         could happen if the text is only composed of spaces and/or tabs.
6186 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6188         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6189         when sending a queued message to avoid extra mml tags.
6191 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6193         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6195 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6197         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6198         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6199         rmail-toggle-header for XEmacs;
6200         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6202 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6204         * gnus-dired.el: Remove autoload for gnus-setup-message.
6205         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6206         displaying Gnus logo; always use compose-mail.
6208 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6210         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6212 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6214         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6215         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6216         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6217         available.
6218         (gnus-nocem-epg-verify): New function.
6220 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6222         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6224 2009-02-15  Glenn Morris  <rgm@gnu.org>
6226         * gnus-util.el (rmail-insert-rmail-file-header)
6227         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6228         autoloads.
6229         (rmail-default-rmail-file): Remove unnecessary declaration.
6230         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6232 2009-02-14  Glenn Morris  <rgm@gnu.org>
6234         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6235         variable (only used in gnus-util, which declares it anyway).
6236         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6237         which was only needed by gnus-art (changed to not use it any more).
6238         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6239         only used in gnus-util, which autoloads it itself.
6240         (rmail-update-summary): Fix autoload.
6242         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6243         rather than rmail-output-to-rmail-file.
6245 2009-02-07  Glenn Morris  <rgm@gnu.org>
6247         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6248         autoload of function that no longer exists.
6249         (rmail-toggle-header): Declare.
6250         (message-forward-rmail-make-body): Handle mbox Rmail.
6252 2009-01-31  Glenn Morris  <rgm@gnu.org>
6254         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6255         2009-01-09 change.
6257 2009-01-31  Dave Love  <fx@gnu.org>
6259         * imap.el (imap-fetch-safe): Bind debug-on-error.
6260         (imap-debug): Add imap-fetch-safe.
6262 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6264         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6265         (auth-source-forget-all-cached): New convenience function.
6266         (auth-source-user-or-password): Accept list of modes or a single mode.
6268         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6269         auth-source modes.
6271         * netrc.el (netrc-machine-user-or-password): Use list of
6272         auth-source modes.
6274         * nnimap.el (nnimap-open-connection): Use list of
6275         auth-source modes.
6277         * nntp.el (nntp-send-authinfo): Use list of
6278         auth-source modes.
6280 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6282         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6283         now.
6285 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6287         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6288         coding system in XEmacs; add a workaround for XEmacs.
6290         * lpath.el: Fbind coding-system-aliasee.
6292 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6294         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6295         of current-language-environment.
6297 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6299         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6300         available at runtime.
6302 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6304         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6306 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6308         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6309         the greatest positive fixnum value doesn't work under an XEmacs with
6310         bignum support; use the most-positive-fixnum constant instead,
6311         available since Emacs 21.1 with cl and XEmacs 21.1.
6313 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6315         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6316         XEmacs gets not to work.
6318 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6320         * mm-util.el (mm-coding-system-priorities): Allow the value like
6321         "Japanese (UTF-8)" of current-language-environment.
6323 2009-01-09  Glenn Morris  <rgm@gnu.org>
6325         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6326         with last-command-event.
6328 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6330         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
6331         in the doc string.
6333         * message.el (message-fix-before-sending): Amend comment.
6335 2009-01-08  Dave Love  <fx@gnu.org>
6337         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
6339 2009-01-07  David Engster  <dengste@eml.cc>
6341         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6342         simplified server definitions by converting it via
6343         gnus-server-to-method.
6345 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6347         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6348         parameter's operands.
6350 2009-01-06  David Engster  <dengste@eml.cc>
6352         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6353         primary select method (for gnus-group-mark-article-as-read).
6355 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6357         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6358         `(gnus)Face', not `(gnus)X-Face'.
6360 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6362         * mm-util.el (mm-ucs-to-char): New function.
6364         * mm-url.el (mm-url-decode-entities): Use it.
6366         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
6367         unicode-to-char.
6369 2009-01-05  Dave Love  <fx@gnu.org>
6371         * time-date.el: Require cl for `declare'.
6373 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
6375         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
6376         Dave Love.
6378 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6380         * message.el (message-fix-before-sending): Add `eight-bit' to
6381         illegible-text check.
6383 2009-01-03  Michael Olson  <mwolson@gnu.org>
6385         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6386         `headers' is nil.  This can occur if the IMAP server does not have
6387         permissions to read messages from a folder, but can write new messages
6388         to the folder.
6389         (nnimap-request-article-part): Do not insert `data' if it is nil.
6391         * imap.el (imap-parse-fetch): Courier can insert spurious blank
6392         characters which will confuse `read', so skip past them.
6394 2009-01-01  Dave Love  <fx@gnu.org>
6396         * imap.el (imap-string-to-integer): Fix typo.
6397         (imap-fetch-safe): New function.
6398         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
6400         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6402         * imap.el (imap-process-connection-type, imap-debug, imap-open):
6403         (imap-parse-greeting): Fix doc strings.
6404         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
6405         (imap-parse-flag-list): Make messages unique.
6406         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
6408         * nnimap.el: Fix author email.
6409         (nnimap-split-rule): Add FIXME comment.
6410         (nnimap-debug): Fix doc string.
6412 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
6414         * dns.el (dns-set-servers): Check "Address".  Fix typo.
6416 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
6418         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
6419         nslookup if resolv.conf isn't available.
6420         (dns-query): Rename from query-dns.
6421         (dns-query-cached): Rename from query-dns-cached.
6423 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6425         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6426         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6427         to check if those variables exist (first appeared in Emacs 18.50).
6429 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6431         * mm-util.el (mm-line-number-at-pos): New function.
6433         * spam-report.el (spam-report-process-queue): Use it.
6435 2008-12-24  David Engster  <dengste@eml.cc>
6437         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6438         parameters that haven't existed as variables as buffer-local variables.
6440 2008-12-23  Dave Love  <fx@gnu.org>
6442         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6443         cadar.
6445         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6446         imap-starttls-p.
6447         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6449 2008-12-22  Dave Love  <fx@gnu.org>
6451         * imap.el: Fix author email.  Doc fixes.
6452         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
6453         reply.
6455 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6457         * spam-report.el (spam-report-gmane-max-requests): New constant.
6458         (spam-report-gmane-wait): New variable.
6459         (spam-report-gmane-ham, spam-report-gmane-spam)
6460         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6461         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6462         the server.
6464         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6465         Add explanations.
6467         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6468         nnheader-accept-process-output and nnheader-read-timeout if available.
6469         (pop3-movemail): Use it.
6471         * message.el (message-check-news-body-syntax): Fix signature check if
6472         there's an attachment.
6474 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6476         * mm-util.el: Add comments to the mm- emulating functions.
6478 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6480         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6481         Reported by Stephen Berman <stephen.berman@gmx.net>.
6483 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6485         * mm-util.el (mm-substring-no-properties): New function.
6486         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6487         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6488         (mm-string-to-multibyte): Doc fix.
6490         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6492 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6494         * mml.el (mml-attach-file): Strip text properties from file name.
6495         (Bug#1574)
6497 2008-12-16  Glenn Morris  <rgm@gnu.org>
6499         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6501 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6503         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6504         knows since the charset specified might be a bogus alias that
6505         mm-charset-synonym-alist provides.
6507 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6509         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6510         "ISO_8859-1".
6512         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6514 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6516         * mm-util.el (mm-charset-eval-alist):
6517         Define it before mm-charset-to-coding-system.
6518         (mm-charset-to-coding-system): Add optional argument `silent';
6519         define it before mm-charset-override-alist.
6520         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6521         default value if it can be used in Emacs currently running;
6522         silence mm-charset-to-coding-system.
6524 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6526         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6527         `allow-override' which says whether to use `mm-charset-override-alist'.
6528         (rfc2047-decode-encoded-words): Use it.
6530         * mm-util.el (mm-charset-override-alist): Fix custom type;
6531         add `(gb2312 . gbk)' to choices.
6533 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6535         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6536         fast.
6538         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6540         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
6542 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6544         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6545         on links.
6547         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6549 2008-12-03  Lute Kamstra  <lute@gnu.org>
6551         * sha1.el: Remove leading * from docstrings of defcustoms,
6552         deffaces, defconsts and defuns.
6554 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6556         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6557         users' addresses that don't have domain parts.
6558         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6559         rather than message-narrow-to-head since there will be the message
6560         header separator.
6562 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6564         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6565         since the result is inserted in a unibyte buffer anyway.
6566         (nnimap-demule-use-string-to-multibyte): Remove.
6567         (nnimap-demule): Alias it to mm-string-to-multibyte.
6569 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6571         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6572         variable for debugging bug#464 and bug#1174.
6573         (nnimap-demule): Use it.
6575 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6577         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6578         score calculation correctly.
6580 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6582         * message.el (message-send-mail): Just set the buffer to unibyte
6583         rather than use mm-with-unibyte-current-buffer which does a lot more.
6584         (message-send-mail-partially): Don't bother with
6585         mm-with-unibyte-current-buffer since it's already been made unibyte by
6586         message-send-mail.
6588 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6590         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6592 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6594         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6596 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6598         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6599         require itself and to remove `with-no-warnings'.
6601 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6603         * starttls.el (starttls-any-program-available): Get the name of the
6604         available TLS layer program.
6605         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6606         well as the host name in the "opening" message.
6608         * auth-source.el (auth-source-cache, auth-source-do-cache)
6609         (auth-source-user-or-password): Cache passwords and logins by default,
6610         allow override with `auth-source-do-cache'.
6611         (auth-source-forget-user-or-password): Allow users to remove cache
6612         entries if needed.
6614 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
6616         * md4.el (md4-buffer): Fix typo in docstring.
6617         (md4, md4-64): Doc fixes.
6618         (md4-pack-int32): Reflow docstring.
6620 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6622         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6623         condition-case to only the forward-sexp call.
6625 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6627         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6628         quotes contained.  Make it more robust regardless by an extra
6629         condition-case wrapper.
6631 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6633         * lpath.el: No need to fbind codepage-setup for Emacs 23.
6635 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6637         * nnml.el (nnml-request-expire-articles): Check if the function set to
6638         `nnmail-expiry-target' returns the symbol `delete'.
6640         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6642         * nnmail.el (nnmail-expiry-target): Fix custom type.
6644 2008-10-02  Glenn Morris  <rgm@gnu.org>
6646         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6647         Silence compiler warning.
6649 2008-10-01  Magnus Henoch  <mange@freemail.hu>
6651         * tls.el (open-tls-stream): Show the actual command being
6652         executed, instead of the format string.
6654 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6656         * lpath.el: Fbind codepage-setup for Emacs 23.
6658 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6660         * mml.el (mml-menu): Don't assume mml2015 is bound.
6662 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6664         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6665         exists.
6667 2008-09-27  Glenn Morris  <rgm@gnu.org>
6669         * gnus-util.el (mail-header-remove-comments): Autoload it.
6671 2008-09-27  Andreas Schwab  <schwab@suse.de>
6673         * gnus-util.el (gnus-split-references): Strip comments.
6674         (gnus-parent-id): Likewise.
6676 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6678         * message.el (message-confirm-send): Fix version.
6680 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6682         * message.el (message-idna-to-ascii-rhs-1): Use
6683         mail-extract-address-components rather than mail-header-parse-addresses
6684         that is an alias by default to ietf-drums-parse-addresses that does not
6685         support non-ASCII names in headers' contents.
6687 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6689         * message.el (message-confirm-send): Fix variable documentation to
6690         avoid the "y/n" wording.
6692 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6694         * message.el (message-set-auto-save-file-name): Save to a different
6695         filename so multiple messages (especially drafts) can be recovered.
6697 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6699         * message.el (message-confirm-send): Add appropriate version.
6701 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6703         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6704         defvar.
6706 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6708         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6709         (mm-pkcs7-enveloped-magic): Ditto.
6711 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6713         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6714         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6716 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6718         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6719         default, it's better.
6721 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6723         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6724         summary line gnus-number property and ignore them (with a warning
6725         message).
6727 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6729         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6730         macro caddr in the interactive form since it won't be expanded.
6732 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6734         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6735         `charset'; fix name of function called recursively.
6736         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6738 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6740         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6741         (gnus-mime-set-charset-parameters): New function.
6742         (gnus-mime-view-part-as-charset): Use it to correctly display part
6743         specifying wrong charset.
6745 2008-09-08  David Engster  <dengste@eml.cc>
6747         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6748         in completing-read for back end server.
6750 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6752         * message.el (message-confirm-send): New variable to confirm sending a
6753         message.
6754         (message-send): Use it.
6756 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6758         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6760 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6762         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6764 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6766         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6767         prevent tracking too many groups.
6768         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6769         Use it.
6771 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6773         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6774         moving point to the bottom of the window in order to avoid recentering.
6776 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6778         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
6780         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6781         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6782         (gnus-article-beginning-of-window): Fix calculation.
6784 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6786         * gnus-msg.el (gnus-summary-supersede-article)
6787         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6788         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6789         message header.
6791 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
6793         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
6794         pending output coming after the status change.
6796 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6798         * message.el:
6799         * gnus-start.el:
6800         * gnus-registry.el: Remove VMS support.
6802 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6805         macro.
6806         (rfc2104-hash): Use it.
6808 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6810         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6811         (gnus-summary-sort-by-most-recent-date): New commands.
6812         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6813         and menu entries.
6815 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6817         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6818         don't redisplay article for raw contents; remove plural articles stuff.
6820         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6821         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6822         on gnus-summary-save-article; display results properly.
6824 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6826         * lpath.el: No need to fbind ns-focus-frame.
6828 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6830         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6832 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6834         * gnus-art.el (gnus-summary-save-in-pipe):
6835         Consider gnus-save-all-headers.
6837 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6839         * gnus-util.el (ns-focus-frame): Remove declaration.
6840         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6841         like x.
6843 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6845         * rfc2104.el (rfc2104-zero): Delete defconst.
6846         (rfc2104-hex-alist): Likewise.
6847         (rfc2104-hex-to-int): Delete func.
6848         (rfc2104-hexstring-to-bitstring): Likewise.
6849         (rfc2104-nybbles): New defconst.
6850         (rfc2104-hash): Rewrite for speed.
6852 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6854         * tls.el (open-tls-stream): Make it work with the 2nd argument
6855         BUFFER that is a string but does not exist as a buffer object, as
6856         mentioned in the doc-string.
6858 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6860         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
6861         SXEmacs.
6863 2008-07-16  Glenn Morris  <rgm@gnu.org>
6865         * gnus-util.el (ns-focus-frame): Declare for compiler.
6867 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6869         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6870         set as a group parameter.
6871         (gnus-summary-save-in-pipe): Work when it is called independently.
6872         (gnus-summary-pipe-to-muttprint): Don't modify
6873         gnus-summary-pipe-output-default-command.
6875 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6877         * message.el (message-send-mail-with-sendmail):
6878         Display the error message.
6880 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6882         * gnus-art.el (gnus-default-article-saver):
6883         Add gnus-summary-save-in-pipe to choices.
6884         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6885         gnus-summary-pipe-output-default-command as the default command.
6886         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6887         instead of gnus-last-shell-command.
6889         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6890         New user option.
6891         (gnus-summary-muttprint-program): Mention the value will be changed.
6892         (gnus-summary-save-article): Force showing of all headers.
6893         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6895 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6897         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6899 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6901         * nnimap.el (nnimap-id):
6902         * sieve-manage.el (sieve-manage-open): Doc fixes.
6904 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6906         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6907         if available.
6909 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6911         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6913         * nnkiboze.el (nnkiboze-generate-group):
6914         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6916         * nnmairix.el: Require CL.
6918 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6920         * dgnushack.el: Autoload get-display-table and put-display-table for
6921         XEmacs 21.5.
6923         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
6924         21.4 and SXEmacs.
6926 2008-06-15  David Engster  <dengste@eml.cc>
6928         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6930 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6932         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6933         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6934         runtime choice under XEmacs.
6936         * gnus-sum.el (gnus-summary-set-display-table):
6937         Use `gnus-put-display-table', `gnus-get-display-table',
6938         `gnus-set-display-table' for the display table, instead of `aset'.
6940         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6941         Use `gnus-put-display-table', `gnus-get-display-table',
6942         `gnus-set-display-table' for the display table.
6944 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6946         * nnmairix.el: Add autoloads.
6948 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6950         * nnmairix.el (nnmairix-delete-recreate-group)
6951         (nnmairix-update-and-clear-marks): Fix error messages.
6953 2008-06-14  David Engster  <dengste@eml.cc>
6955         * nnmairix.el: Upgrade to version 0.6.
6956         (nnmairix-group-toggle-propmarks-this-group)
6957         (nnmairix-group-toggle-readmarks-this-group)
6958         (nnmairix-group-delete-recreate-this-group)
6959         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6960         (nnmairix-remove-tick-mark-original-article): New commands.
6961         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6962         (nnmairix-propagate-marks-to-nnmairix-groups)
6963         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6964         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6965         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6966         functions needed for marks propagation and manipulation of read marks.
6967         (nnmairix-update-groups): New function.
6968         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6969         (nnmairix-determine-original-group-from-registry)
6970         (nnmairix-determine-original-group-from-path)
6971         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6972         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6973         New helper functions.
6974         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6975         keystrokes for new commands.
6976         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6977         (nnmairix-request-group): Check allow-fast group parameter.
6978         (nnmairix-request-create-group): Set allow-fast group parameter if
6979         nnmairix-allowfast-default is set.
6980         (nnmairix-close-group): Propagate marks upon closing if needed.
6981         (nnmairix-group-toggle-threads-this-group): Use new.
6982         nnmairix-group-toggle-parameter helper function.
6983         (nnmairix-search): Better check for empty search result.
6984         (nnmairix-goto-original-article): Use new helper functions for
6985         determining original article.
6986         (nnmairix-show-original-article): Make sure message-id is in brackets.
6987         (nnmairix-call-mairix-binary): Change variable name.
6988         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6989         helper function.
6990         (nnmairix-widget-toggle-activate): Fix doc string.
6992 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6994         * nnir.el: Require edmacro when compiling with XEmacs.
6995         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6996         available in Emacs 21.
6998 2008-06-11  Glenn Morris  <rgm@gnu.org>
7000         * gnus-util.el (x-focus-frame):
7001         * gnus.el (image-size):
7002         * mm-decode.el (image-size): Declare.
7004         * gnus-picon.el (declare-function): Add compat definition.
7005         (image-size): Declare.
7007         * gnus-group.el (tool-bar-map):
7008         * gnus-sum.el (tool-bar-map): Define for compiler.
7010         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7012         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7014         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7015         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7016         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7017         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7018         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7019         * sieve-manage.el, spam-report.el, spam.el:
7020         Remove unnecessary eval-and-compile of autoloads.
7022 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7024         * auth-source.el: Precise Tramp doc.
7026 2008-06-07  Glenn Morris  <rgm@gnu.org>
7028         * nnmairix.el: Remove unnecessary eval-when-compile.
7030 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7032         * lpath.el: Fbind propertize for XEmacs 21.4.
7034 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7036         * nnir.el: Move here from ../contrib.
7038 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7040         * gnus-util.el (gnus-read-shell-command): New function.
7041         * mm-decode.el (mm-pipe-part):
7042         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7044 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7046         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7048 2008-06-03  Glenn Morris  <rgm@gnu.org>
7050         * pop3.el (nnheader-accept-process-output): Autoload it.
7052 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7054         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7055         are not 2-digit hexadecimal characters that follow `%'s.
7057 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7059         * message.el (message-bogus-recipient-p): Fix type in doc string.
7060         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7061         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7062         Improve custom options.
7063         (message-bogus-recipient-p): Adjust accordingly.
7065 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7067         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7068         long-form month and day names.
7070 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7072         * dgnushack.el: Autoload debug, eudc-expand-inline and
7073         pgg-snarf-keys-region for XEmacs.
7075         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7077         * nnmairix.el: Require edmacro when compiling with XEmacs.
7079 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7081         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7082         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7084 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7086         * auth-source.el: Add more docs.
7088         * netrc.el (netrc-machine): Always match if the port is not given.
7090 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7093         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7094         retrieval faster in some cases, but might make CPU usage larger.
7095         If this has any bad side effects, we might revert this change.
7097         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7098         seems to make mail retrieval much, much faster.
7099         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7100         unconditionally.
7102         * gnus-draft.el (gnus-group-send-queue):
7103         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7105 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7107         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7109         * message.el (message-bogus-address-regexp): Fix and improve custom
7110         type.
7111         (message-setup-hook): Add message-check-recipients as custom option.
7113 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * message.el (message-cite-function): Remove bogus autoload which crept
7116         in during merge from v5-10.
7118 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7120         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7122         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7124         * auth-source.el: Preliminary Tramp docs.
7125         (auth-sources): Change the default auth-sources to use
7126         EPA .gpg files.
7128 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7130         * nntp.el: Autoload `auth-source-user-or-password'.
7131         (nntp-send-authinfo): Use it.
7133         * nnimap.el: Autoload `auth-source-user-or-password'.
7134         (nnimap-open-connection): Use it.
7136         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7137         for the gnus-message function.
7138         (auth-source-user-or-password): Use it.
7140 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7142         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7143         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7144         (rfc2104-hash): Use it.
7146 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7148         * gnus-art.el (gnus-article-toggle-truncate-lines):
7149         Don't use `iff' in docstring.
7151 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7153         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7155         * gnus-util.el (gnus-extract-address-component-name)
7156         (gnus-extract-address-component-email): Convenience functions around
7157         `gnus-extract-address-components'.
7159         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7160         Use `gnus-extract-address-component-email' to fix bug of comparing full
7161         sender name to `user-mail-address'.
7163 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7165         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7166         catch/throw to optimize.
7167         (gnus-registry-find-keywords): Just use member to find a keyword.
7169 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7171         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7172         is current before calling gnus-server-prepare.
7173         (gnus-server-setup-buffer, gnus-server-update-server)
7174         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7176 2008-05-04  Juri Linkov  <juri@jurta.org>
7178         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7179         (mailcap-file-default-commands): Use mailcap-replace-in-string
7180         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7181         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7183 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7185         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7187 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7189         * gnus.el: Bump version to 0.11.
7191 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7193         * gnus.el: No Gnus v0.10 is released.
7195 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7198         hooks.
7199         (gnus-update-read-articles): Speed up non-marks-using users.
7200         (gnus-use-marks): Define gnus-use-marks.
7201         (gnus-propagate-marks): Rename variable to something more sensible.
7203 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7205         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7206         (gmm-image-load-path-for-library): Fix typos in docstrings.
7207         (gmm-message): Reflow docstring.
7209 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7211         * mail-source.el (mail-source-set-1, mail-source-bind):
7212         Move auth-source code out of the macro to clean it up and fix bugs.
7214 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7216         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7217         by sender if it's equal to user-mail-address, it's likely to be
7218         useless.
7220         * mail-source.el (mail-source-bind): Don't use user or password if they
7221         are not bound.  Unintern them if they are nil.  Don't use server unless
7222         it's bound, and default it to empty string otherwise.
7224 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7226         * mail-source.el: Load auth-source.el.
7227         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7228         get user name or password, if auth-sources is set up.
7230         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7231         strategy of splitting with parent.
7232         (gnus-registry-split-fancy-with-parent)
7233         (gnus-registry-post-process-groups): Use it and fix prior
7234         bug (returning a list as the split result).
7236         * auth-source.el (auth-sources): Remove server parameter.
7237         (auth-source-pick, auth-source-user-or-password)
7238         (auth-source-user-or-password-imap)
7239         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7240         (auth-source-user-or-password-sftp)
7241         (auth-source-user-or-password-smtp): Remove server parameter.
7243 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7245         * smime.el (smime-sign-region, smime-encrypt-region)
7246         (smime-decrypt-region):
7247         Remove redundant calls to `generate-new-buffer-name'.
7249 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7251         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7252         Don't use QP for message/rfc822.
7253         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7255 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7257         * sieve-manage.el (sieve-string-bytes): Remove.
7258         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7259         correct byte-length only if the process's coding-system is the same as
7260         the one used internally by Emacs to represent strings.
7262 2008-04-22  Juri Linkov  <juri@jurta.org>
7264         * mailcap.el (mailcap-file-default-commands): New function.
7266 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * message.el (message-signature-separator, message-cite-function):
7269         Change custom version.
7271 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
7273         * tls.el (tls-program): Add -ign_eof argument to call the openssl
7274         commands.
7275         (tls-checktrust): Ditto.
7277 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7279         * mm-decode.el (mm-display-external): Make temp file read-only.
7281 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7283         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7284         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7285         `C-c C-f d'.
7287 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7289         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7291 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
7293         * gnus.el: Bump version to 0.9.
7295 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
7297         * gnus.el: No Gnus v0.8 is released.
7299 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7301         * mail-source.el (mail-source-value):
7302         Prefer fboundp to functionp so it works with macros as well.
7304 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7306         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7307         Fix last change in case the element is not even a symbol.
7309 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7311         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7312         Prefer fboundp to functionp so it works with macros as well.
7314 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7316         * auth-source.el: Add docs.
7317         (auth-sources): Modify format to support server.
7318         (auth-source-pick, auth-source-user-or-password)
7319         (auth-source-user-or-password-imap)
7320         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7321         (auth-source-user-or-password-sftp)
7322         (auth-source-user-or-password-smtp): Add server parameter.
7324 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7326         * gnus-registry.el: Initialize the registry when gnus-registry-install
7327         is t.
7329 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * compface.el (uncompface): Make buffer unibyte.
7333 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7335         * mail-source.el (mail-source-value):
7336         Prefer fboundp to functionp so it works with macros as well.
7338 2008-04-05  Glenn Morris  <rgm@gnu.org>
7340         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7342 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7344         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7345         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7347         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7348         multibyteness after rather than before erasing it.
7350         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7351         mm-with-multibyte.
7352         (gnus-request-article-this-buffer): Make sure the proper decoding is
7353         used if gnus-original-article-buffer happens to be unibyte.
7355         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7356         default-enable-multibyte-characters.
7358         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7359         default-enable-multibyte-characters.
7361         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7363         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7365 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7367         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7368         Fix last change in case the element is not even a symbol.
7370 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7372         * imap.el (imap-enable-exchange-bug-workaround): New variable.
7373         (imap-message-copyuid-1): Use it.
7374         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
7375         J. Williams in
7376         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7378         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7379         imap-enable-exchange-bug-workaround.
7380         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7382 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7384         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7385         a 100 byte status-checks into a 2-3MB transfer for each group.
7386         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7387         to enable bug workaround or not.
7388         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7390 2008-03-31  Glenn Morris  <rgm@gnu.org>
7392         * message.el (mml2015-use): Declare for compiler.
7393         (message-info): Require mml2015 when appropriate.
7395 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7397         * Makefile.in (EMACS_COMP): Quote directory name that might contain
7398         whitespace.
7400 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7402         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7403         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7404         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7405         (nntp-service-to-port): New function.
7406         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7407         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7408         (nntp-open-netcat-stream): New function.
7409         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7411 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7413         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7415 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7417         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7419 2008-03-28  Magnus Henoch  <mange@freemail.hu>
7421         * dns.el (dns-write): Use set-buffer-multibyte.
7423 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7425         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7427 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7429         * message.el (message-signature-separator): Change default.
7430         Improve custom type.
7431         (message-cite-function): Change default to
7432         message-cite-original-without-signature.
7434         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7435         toggle.
7437         * message.el (message-check-news-body-syntax): Fix signature check.
7438         (message-setup-1): Mark buffer as unmodified _after_ running
7439         message-setup-hook and handling message-alternative-emails.
7440         (message-shorten-references): Be more strict when building list of
7441         valid references to comply with GNKSA.
7443         * gnus-group.el (gnus-read-ephemeral-bug-group)
7444         (gnus-read-ephemeral-debian-bug-group)
7445         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7447         * message.el (message-info): Don't use booleanp which isn't supported
7448         in Emacs 21 and XEmacs.
7450 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7452         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7453         gnus-group-gmane-group-download-format.
7454         (gnus-group-read-ephemeral-gmane-group): Rename from
7455         gnus-group-read-ephemeral-gmane-group.
7456         (gnus-read-ephemeral-gmane-group-url): Rename from
7457         gnus-group-read-ephemeral-gmane-group-url.
7458         (gnus-bug-group-download-format-alist): New variable.
7459         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7460         (gnus-read-ephemeral-emacs-bug-group): New commands.
7462 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7464         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7465         (gnus-visible-headers): Improve custom type.
7467 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7469         * mml.el (mml-menu): Add workarounds for XEmacs.
7471         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7472         X-Boundary header.
7474         * message.el (message-simplify-recipients): Fix previous commit.
7476 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7478         * mm-util.el (mm-set-buffer-multibyte): New function.
7479         * mm-decode.el (mm-copy-to-buffer): Use it.
7481         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7482         Prefer fboundp to functionp so it works with macros as well.
7484 2008-03-19  Glenn Morris  <rgm@gnu.org>
7486         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
7487         Accidentally removed in the sync process with Emacs.
7489 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7491         * message.el (message-alter-recipients-discard-bogus-full-name):
7492         New function.
7493         (message-alter-recipients-function): New variable.
7494         (message-get-reply-headers): Use it.
7495         (message-replace-header): New helper function.
7496         (message-recipients-without-full-name): New variable.
7497         (message-simplify-recipients): New command.
7499         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7501         * message.el (message-info): Handle EasyPG manual.
7503         * mml.el (mml-menu): Add entry for EasyPG.
7505 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7507         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7508         parameter.
7510         * message.el (message-disassociate-draft): Specify drafts group name
7511         fully.
7513 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7515         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7516         Eliminate unnecessary duplicates from the match list.
7518 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7520         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
7522         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
7524         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7525         args of `how-many' of which the XEmacs version doesn't take; declare
7526         Info-index-next as function.
7528 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7530         * gnus-score.el (gnus-score-headers): Fix handling of
7531         gnus-inhibit-slow-scoring.
7533         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7534         string.
7535         (gnus-button-url-regexp): Improve handling of parenthesis.
7536         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7537         (gnus-button-handle-info-keystrokes): Handle index entries.
7539 2008-03-15  Glenn Morris  <rgm@gnu.org>
7541         * parse-time.el (parse-time-string): Simplify.
7543 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7545         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7546         Incoming* files.
7548 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7550         * auth-source.el (auth-sources): Rename from auth-source-choices.
7551         (auth-source-pick): Use it.
7553 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7555         * binhex.el (binhex-decode-region-internal):
7556         * uudecode.el (uudecode-decode-region-internal):
7557         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
7558         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
7559         setting default-enable-multibyte-characters.
7561 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7563         * auth-source.el (auth-source-protocols)
7564         (auth-source-protocols-customize, auth-source-choices): Add and
7565         modified variable customizations and defaults.
7566         (auth-source-pick, auth-source-user-or-password)
7567         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7568         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7569         (auth-source-user-or-password-sftp)
7570         (auth-source-user-or-password-smtp): Use new variables and provide an
7571         interface to netrc.el.
7573 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7575         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7576         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7577         Make sure the nntp port to specify is a string.
7579 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7581         * nntp.el: Use with-current-buffer.
7582         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7583         dubious mm-with-unibyte-current-buffer.
7584         (nntp-with-open-group-function): New function extracted from
7585         nntp-with-open-group macro.
7586         (nntp-with-open-group): Use the function, so it's easier to debug.
7587         Add indentation and debugging info.
7588         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7589         Recommend the use of the netcat alternatives.
7591         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7592         Avoid mm-string-as-multibyte as well.
7594         * nnweb.el (nnweb-insert-html):
7595         Remove use of nnheader-string-as-multibyte.
7597         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7598         (nnheader-string-as-multibyte): Remove.
7600         * mm-view.el: Use inhibit-read-only.
7601         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7602         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7603         or unibyte-string.
7605         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7606         (mm-uu-yenc-extract): Use with-current-buffer.
7608         * gnus-soup.el (gnus-soup-send-packet): Don't use
7609         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7611         * nnmh.el: Use with-current-buffer.
7612         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7613         mm-string-as-multibyte on the output of mm-encode-coding-string.
7615         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7616         (nnimap-request-move-article): Use with-current-buffer.
7618         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7619         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7620         conversion uses string-make-unibyte rather than string-as-unibyte.
7622         * gnus-msg.el: Use with-current-buffer.
7624         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7626 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7628         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7629         string for caching if it is 'PIN.
7631 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7633         * lpath.el: Consider the case without Emacs/W3.
7635 2008-03-08  Glenn Morris  <rgm@gnu.org>
7637         * time-date.el (date-to-time, time-subtract, time-add)
7638         (safe-date-to-time): Doc fixes.
7640 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7642         * mail-source.el (mail-source-delete-old-incoming-confirm):
7643         Change default to nil.
7644         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7646 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7648         * lpath.el: Rearrange.
7650         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7651         (gnus-article-goto-prev-page): Work for articles having ^L's.
7653         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7655         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7657 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7659         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7660         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7661         (gnus-bookmark-jump): Adjust some variable names.
7663 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7665         * auth-source.el: New package.
7666         (auth-source-choices): Add customization entry point variable.
7668         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7669         bug.
7671 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7673         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7674         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7675         (gnus-registry-install-shortcuts): Rename from
7676         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7677         the `gnus-registry-mark-map' keymap dynamically from
7678         `gnus-registry-marks'.  The generated functions update the summary line
7679         when a registry mark is added or deleted, and will call
7680         `gnus-registry-install-p' (see the comments in the code).
7681         (gnus-registry-user-format-function-M): Use concat intelligently.
7683         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7684         the registry mark functions.
7686 2008-03-05  Glenn Morris  <rgm@gnu.org>
7688         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7689         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7690         gnus-art.
7691         (top-level): No need to load own source when compiling.
7693 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7695         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7696         Suggested by <chris.anderton@zetnet.co.uk>.
7698 2008-03-04  Glenn Morris  <rgm@gnu.org>
7700         * gnus-sum.el (top-level): No need to require gnus when compiling,
7701         since unconditionally required near start of file.
7702         (gnus-summary-display-while-building): Move definition before use.
7704 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7706         * gnus-registry.el (gnus-registry-user-format-function-M):
7707         Add formatting function.
7709 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7711         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7712         with plists.
7713         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7714         Use new format.
7716 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7718         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7719         `where-is-internal' that returns a range of key sequences.
7721 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7723         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7725         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7726         (gnus-summary-jump-to-group): Consider windows on other displayed
7727         frames as well.  Similar changes might be needed elsewhere, but that's
7728         the one I've bumped into during my use.
7730         * nndoc.el (nndoc-oe-dbx-type-p):
7731         * gnus-msg.el (gnus-debug):
7732         * gnus-group.el (gnus-update-group-mark-positions):
7733         Use mm-string-to-multibyte.
7735 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7737         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7738         doesn't handle NotDashEscaped.
7740         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7741         (mml-dnd-attach-options): Fix typo in custom choice.
7743         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7744         Change nndoc-article-type to mbox.
7745         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7747         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7748         to nil, instead of html2text.
7750         * imap.el (imap-debug): Add `imap-ping-server'.
7752         * gnus-bookmark.el: Add FIXMEs.
7754         * message.el (message-form-letter-separator)
7755         (message-send-form-letter-delay): New variables.
7756         (message-send-form-letter): Use them.  New command to send form
7757         letters.  Requested by Uwe Siart.
7758         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7760 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7762         * Update copyright years.
7764 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
7766         Sync from EMACS_22_BASE.
7768         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
7770 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7772         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7773         empty author.
7775 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7777         * gnus-registry.el (gnus-registry-marks): Add variable for
7778         customization of marks and their appearance.
7779         (gnus-registry-read-mark): Use it.
7780         (gnus-registry-do-marks): Add utility function to loop through
7781         `gnus-registry-marks'.
7782         (gnus-registry-install-shortcuts-and-menus): Add function to install
7783         shortcuts and menus.
7784         (gnus-registry-initialize): Use it.
7785         (gnus-registry-default-mark): Clarify documentation.
7787 2008-02-29  Glenn Morris  <rgm@gnu.org>
7789         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7790         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7791         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7792         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7793         Change defcustom :version from 23.0 to 23.1.
7795 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7797         * gnus-registry.el (gnus-registry-follow-group-p)
7798         (gnus-registry-post-process-groups): Add functions to aid registry
7799         splitting and improve logging.  Clarify behavior in function
7800         documentation.
7801         (gnus-registry-split-fancy-with-parent): Use them.
7803 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7805         * gnus-art.el: Use with-current-buffer.
7807 2008-02-27  David Engster  <dengste@eml.cc>
7809         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7810         Express real group name in the response.
7812 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7814         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7815         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7816         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7817         autoload gnus-registry-fetch-group when compiling.
7818         (nnmairix-request-group-with-article-number-correction):
7819         Remove unreferenced argument passed to nnmairix-call-backend.
7821 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7823         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7824         (mm-uu-extract): Improve face for low color ttys.
7825         Reported by Sascha Wilde.
7827 2008-02-27  Glenn Morris  <rgm@gnu.org>
7829         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7830         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7831         variables to defconsts.  Convert comments to doc-strings.
7832         (nnmairix-last-server, nnmairix-current-server): Convert from free
7833         variables to defvars.  Convert comments to doc-strings.
7834         (gnus-registry-fetch-group): Autoload.
7835         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7836         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7837         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7838         caddr.
7839         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7840         nnmairix-request-group-with-article-number-correction call.
7841         (nnmairix-fast, nnmairix-group): New, less general names, for free
7842         variables passed from nnmairix-request-group to
7843         nnmairix-request-group-with-article-number-correction.  Declare.
7844         (nnmairix-request-group-with-article-number-correction):
7845         Use nnmairix-fast, nnmairix-group rather than fast, group.
7847 2008-02-26  David Engster  <dengste@eml.cc>
7849         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7850         version 0.5.
7852 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7854         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7855         instead of making an extra function call.  Don't add the current group
7856         to articles only when they have the group.  Use
7857         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7858         Reported by David <de_bb@arcor.de>.
7860 2008-02-24  Miles Bader  <miles@gnu.org>
7862         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7863         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7864         (mm-find-mime-charset-region):
7865         * mm-bodies.el (mm-encode-body):
7866         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7868 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
7870         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
7871         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
7873 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7875         * mail-source.el (mail-source-delete-incoming): Change default.
7876         Supplement doc string.
7878         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7880 2008-02-14  Glenn Morris  <rgm@gnu.org>
7882         * time-date.el (format-seconds): New function.
7884 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7886         * nnmail.el (nnmail-message-id-cache-file): Derive from
7887         `gnus-home-directory'.
7889 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7891         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7892         Document negative prefix.
7894         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7896 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7898         * message.el (message-unsent-separator): Add the Exim bounce
7899         separator.
7901 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7903         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7904         list.
7905         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7906         recipient/signer list.
7908 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7910         * Makefile.in (datarootdir): Define.
7911         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
7912         name that might contain whitespace.
7914 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7916         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7917         fbound (Emacs 23 unicode), signal an error.
7919 2008-02-08  Glenn Morris  <rgm@gnu.org>
7921         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7923 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7925         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7926         ports to the calls to `netrc-machine-user-or-password' in addition to
7927         "imap" and "imaps".
7929 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7931         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7933         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7935 2008-02-01  Kenichi Handa  <handa@m17n.org>
7937         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7938         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7939         (rfc2104-hash): Convert the result of concat to unibyte string.
7941 2008-02-01  Dave Love  <fx@gnu.org>
7943         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7944         coding-system-for-read.
7945         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7947 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7949         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7950         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7951         <hanche@math.ntnu.no>.
7953 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7955         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7957         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7959 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7961         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7962         * message.el (message-beginning-of-line): Use featurep instead of bound
7963         tests in order to resolve conditionals at compile time.
7965 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7967         * mail-source.el (mail-sources): Add `group' choice.
7969         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7970         parameter `in-group' to control into which group the articles go.
7971         Add treatment of `group' mail-source.
7973 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7975         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7977         * mm-decode.el (mm-dissect-buffer): Decode description.
7979         * mml.el (mml-to-mime): Encode message header first.
7981 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7983         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7984         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7986         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7987         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7989 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7991         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7993 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7995         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7996         prefix keys.
7997         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7998         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7999         gnus-xmas.el.
8001         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8002         (gnus-xmas-article-describe-bindings): New function.
8003         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8004         gnus-xmas-article-describe-bindings.
8006         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8008 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8010         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8011         Add new variables for article mark management.
8012         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8013         list of extra data entries which, when present, will indicate that the
8014         article ID should not be trimmed from the registry.
8015         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8016         functions.
8017         (gnus-registry-read-mark): New function to read a mark name from the
8018         user.
8019         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8020         (gnus-registry-set-article-mark-internal): New functions to add and
8021         remove marks.
8022         (gnus-registry-get-article-marks): New function to show the marks for
8023         an article, or retrieve them for further use.
8025 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8027         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8028         keys when no argument is given.
8030 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8032         * imap.el (imap-ping-server): New variable.
8033         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8034         (imap-ping-server): Minor doc string fixes.
8036 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8038         * imap.el (imap-ping-server): New function.
8039         (imap-opened): Call imap-ping-server.
8041 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8043         * gnus-sum.el (gnus-article-sort-by-random)
8044         (gnus-thread-sort-by-random): Fix doc strings.
8045         Reported by jidanni@jidanni.org.
8047 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8049         * gnus-art.el (gnus-article-describe-bindings): New function.
8050         (gnus-article-read-summary-keys): Use it.
8051         (gnus-article-mode-map): Bind `C-h b' to it.
8053 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8055         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8056         XEmacs.
8057         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8058         Protect against non-character events.
8060         * lpath.el: Fbind map-keymap for Emacs 21.
8062 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8064         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8065         New command.
8066         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8067         instead of END.  Change name of the temp file.
8068         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8069         customizable.
8071 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8073         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8074         bind `S W' to gnus-article-wide-reply-with-original; set default
8075         binding to gnus-article-read-summary-send-keys.
8076         (gnus-article-read-summary-keys): Fix the order of keys; display
8077         continuation keys correctly in the echo area; describe bindings
8078         correctly when keys end with `C-h'.
8079         (gnus-article-read-summary-send-keys): New function.
8080         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8081         Work for gnus-article-read-summary-send-keys; display continuation keys
8082         correctly in the echo area.
8083         (gnus-article-reply-with-original): Ignore prefix argument.
8084         (gnus-article-wide-reply-with-original): New function.
8086         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8087         Emacs 21.
8089 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8092         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8094 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8096         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8097         (gnus-group-read-ephemeral-gmane-group): New command.
8099 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8101         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8103 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8105         * message.el (message-send-mail-function): Increase custom version.
8107         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8108         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8110 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8112         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8113         for the cases where imap-authenticate is called with a nil buffer
8114         parameter.
8116 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8118         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8119         html parts correctly; support forwarded messages.
8120         (gnus-article-browse-html-article): Remove work buffers.
8122         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8123         compiling.
8124         (netrc-bound-and-true-p): New macro.
8125         (netrc-parse): Use it instead of bound-and-true-p that is not available
8126         in XEmacs 21.4.
8128 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8130         * gnus-registry.el (gnus-registry-mark-article)
8131         (gnus-registry-article-marks): Add functionality to mark articles
8132         through the Gnus registry.
8134         * encrypt.el: Clarify documentation for the new pgg method.
8135         (encrypt-file-alist): Add PGG option.
8136         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8137         functionality.  Abstract password key and messaging to external
8138         functions.
8139         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8140         (encrypt-message-method-and-cipher): Add new convenience external
8141         functions.
8142         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8143         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8145         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8146         (netrc-parse): Use encrypt-file-alist to determine if
8147         encrypt-find-model or encrypt-insert-file-contents should be used.
8149         * encrypt.el: Clarify documentation.  Load password-cache or
8150         password, whichever one is found first, instead of autoloading.
8152 2007-12-19  Glenn Morris  <rgm@gnu.org>
8154         * mml.el (message-options-set, message-narrow-to-head)
8155         (message-in-body-p, message-mail-p, message-encode-message-body):
8156         Autoload.
8157         (message-remove-header, message-narrow-to-headers-or-head)
8158         (message-subscribed-p, message-make-mail-followup-to)
8159         (message-position-on-field, message-news-p)
8160         (message-options-set-recipient, message-generate-headers)
8161         (message-sort-headers): Declare as functions.
8163 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8165         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8166         convention in doc string.
8168 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8170         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8171         title to html parts.
8172         (gnus-article-browse-html-article): Pass message header to it.
8174         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8176 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8178         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8179         or password compatible with XEmacs.
8181 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8183         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8184         format document.
8185         (gnus-mime-delete-part): Don't write description line if empty.
8186         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8188 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8190         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8191         (gnus-summary-mark-read-and-unread-as-read)
8192         (gnus-summary-mark-current-read-and-unread-as-read)
8193         (gnus-summary-mark-unread-as-ticked): Doc fix.
8194         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8196 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8198         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8199         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8201 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8203         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8204         yes-or-no-p.
8206 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8208         * mm-decode.el (mm-add-meta-html-tag): New function.
8209         (mm-save-part-to-file, mm-pipe-part): Use it.
8211         * gnus-art.el (gnus-article-browse-delete-temp-files):
8212         Use gnus-y-or-n-p instead of y-or-n-p.
8213         (gnus-article-browse-html-parts): Work with message/external-body; use
8214         mm-add-meta-html-tag.
8216 2007-12-11  Glenn Morris  <rgm@gnu.org>
8218         * gnus-cache.el: Require gnus-sum not just when compiling.
8220         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8222         * gnus-int.el (gnus-server-opened, gnus-status-message):
8223         Move definitions before use.
8225         * mm-decode.el: Require gnus-util.
8226         (mm-remove-part): Only call delete-annotation on XEmacs.
8228         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8230         * nnmail.el: Require gnus-int.
8232         * spam.el: Move `require's before `eval-when-compile's.
8234         * gnus-ems.el (gnus-alive-p):
8235         * gnus-fun.el (message-goto-eoh):
8236         * gnus-util.el (gnus-group-name-decode):
8237         * mail-source.el (gnus-compress-sequence):
8238         * message.el (Info-goto-node, format-spec):
8239         * mm-bodies.el (message-options-get):
8240         * mm-decode.el (mm-view-pkcs7):
8241         * mm-util.el (gmm-write-region):
8242         * mml-smime.el (mml-compute-boundary)
8243         (gnus-completing-read-with-default):
8244         * mml.el (widget-button-press, gnus-make-hashtable):
8245         * mml1991.el (mm-decode-content-transfer-encoding)
8246         (mm-encode-content-transfer-encoding)
8247         (message-options-get, message-options-set):
8248         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8249         * nnfolder.el (gnus-request-group):
8250         * nnheader.el (ietf-drums-unfold-fws):
8251         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8252         * smime.el (gnus-run-mode-hooks):
8253         * spam-stat.el (gnus-message): Autoload.
8255         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8256         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8257         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8258         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8259         Add declare-function compatibility definition.
8261         * gnus-cache.el (nnvirtual-find-group-art):
8262         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8263         (gnus-add-image, gnus-add-wash-type):
8264         * gnus-group.el (nnkiboze-score-file):
8265         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8266         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8267         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8268         (message-tokenize-header, gnus-get-buffer-create)
8269         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8270         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8271         * gnus.el (gnus-group-decoded-name):
8272         * mail-source.el (imap-capability):
8273         * mm-bodies.el (message-options-set):
8274         * mm-decode.el (gnus-configure-windows):
8275         * mm-extern.el (message-goto-body):
8276         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8277         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8278         (epg-sub-key-validity, message-options-set):
8279         * mml.el (widget-event-point, gnus-configure-windows):
8280         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8281         * mml2015.el (epg-check-configuration, epg-configuration)
8282         (message-options-set):
8283         * nndb.el (nndb-request-article):
8284         * nnfolder.el (gnus-request-create-group):
8285         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8286         * nnmaildir.el (gnus-group-mark-article-read):
8287         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8288         * rfc1843.el (message-fetch-field):
8289         * spam.el (gnus-extract-address-components):
8290         Declare as functions.
8292 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8294         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8296         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
8298         * lpath.el: Fbind run-mode-hooks for Emacs 21;
8299         bind show-trailing-whitespace for XEmacs.
8301 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
8303         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
8304         new no-op macro for backward compatibility.
8306         * imap.el (imap-string-to-integer): New function.
8308 2007-12-09  Glenn Morris  <rgm@gnu.org>
8310         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8312         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8313         * message.el, mm-view.el, sieve-manage.el, smime.el:
8314         Add declare-function compatibility definition.
8316         * gnus-art.el (w3-region, w3m-region, Info-menu):
8317         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8318         * gnus-sum.el (gnus-get-predicate):
8319         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8320         * message.el (mail-abbrev-in-expansion-header-p):
8321         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8322         (w3m-detect-meta-charset, w3m-region):
8323         * sieve-manage.el (password-read, password-cache-add)
8324         (password-cache-remove):
8325         * smime.el (password-read-and-add): Declare as functions.
8327 2007-12-08  David Kastrup  <dak@gnu.org>
8329         * gnus-sum.el (gnus-summary-simplify-subject-query):
8330         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8331         `message'.
8333 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8335         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
8336         it to bind idna-program, installation-directory, defined-colors, and
8337         face-attribute for XEmacs of the version that compiles defcustom forms.
8339 2007-12-07  Glenn Morris  <rgm@gnu.org>
8341         * gnus-art.el (article-make-date-line): Revert previous change.
8343 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8345         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8347 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8349         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8350         Call gnus-add-to-range ranges only once with a prepared article-list.
8352 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8354         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8355         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8356         group names with backslashes.
8357         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8359 2007-12-06  Deepak Goel  <deego3@gmail.com>
8361         * gnus-art.el (article-make-date-line):
8362         * gnus-start.el (gnus-load):
8363         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8365 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8367         * gnus-art.el (gnus-use-idna)
8368         * gnus-start.el (gnus-site-init-file)
8369         * message.el (message-use-idna)
8370         * mm-uu.el (mm-uu-hide-markers)
8371         * smiley.el (smiley-style): Revert changes that suppress warnings.
8373 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8375         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8376         specify charset to html source.
8377         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8379 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8381         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8382         idna-program in order to suppress byte compile warning issued by XEmacs
8383         that came to byte compile the default value section of defcustom forms
8384         recently.
8386         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8387         value of installation-directory.
8389         * message.el (message-use-idna): Don't directly refer to the value of
8390         idna-program.
8392         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8394         * smiley.el (smiley-style): Don't directly call face-attribute.
8396 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8398         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8400         * gnus-dired.el: Reduce Gnus dependencies.
8401         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8402         Don't require.  Use autoloads instead.
8403         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8404         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8405         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8406         (gnus-dired-mode): Adjust doc string.
8407         (gnus-dired-mail-mode): New variable.
8408         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8409         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8410         (gnus-dired-mail-buffers): New function.  Return mail or message
8411         composition buffers.
8412         (gnus-dired-attach): Use it.
8413         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8414         NO-DECODE.
8415         (gnus-dired-print): Use `gnus-print-buffer' depending on
8416         `gnus-dired-mail-mode'.
8418 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8420         * rfc2047.el (rfc2047-encoded-word-regexp)
8421         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8422         explaining what regexp patterns are for.
8424 2007-12-04  Glenn Morris  <rgm@gnu.org>
8426         * password.el: Move to password-cache.el.
8428         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8429         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8430         * mml-smime.el (password-read, password-cache-add)
8431         (password-cache-remove):
8432         No need to autoload, since mml-sec requires password.
8434         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8435         * message.el (gnus-extract-address-components):
8436         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8438         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8439         password.
8441 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8443         * mailcap.el: Reduce dependencies.
8444         (mail-header-parse-content-type): Autoload.
8445         (mailcap-delete-duplicates): New alias.
8446         (mailcap-mime-info): Add optional argument NO-DECODE.
8447         (mailcap-mime-types): Use mailcap-delete-duplicates.
8449         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8451 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
8453         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
8454         (imap-parse-status): Upcase status-att for servers that sends them
8455         lower-case (e.g., MS Exchange 2007).
8457 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8459         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8460         function.
8462         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8463         (gnus-uu-yenc-article): New function.
8465         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8467         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8469 2007-12-02  Glenn Morris  <rgm@gnu.org>
8471         * binhex.el (binhex): New custom group.
8472         (binhex-decoder-program, binhex-decoder-switches)
8473         (binhex-use-external): Move to the binhex custom group.
8475         * uudecode.el (uudecode): New custom group.
8476         (uudecode-decoder-program, uudecode-decoder-switches)
8477         (uudecode-use-external): Move to the uudecode custom group.
8479         * netrc.el (top-level): Don't load `encrypt' features.
8480         (netrc-parse): Don't use encrypt.
8481         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
8483         * encrypt.el: Remove file.
8485 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8487         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8488         matches on patches.
8490         * gnus-art.el (gnus-article-browse-html-article):
8491         Mention `mm-text-html-renderer' in the doc string.
8493         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8494         string.  Add comments.
8496         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8497         if rhs is ASCII.
8499 2007-12-01  Glenn Morris  <rgm@gnu.org>
8501         * mail-source.el (top-level): Require format-spec before
8502         eval-when-compile.
8504 2007-11-30  Glenn Morris  <rgm@gnu.org>
8506         * encrypt.el: Require password, rather than autoloading password-read.
8508 2007-11-29  Glenn Morris  <rgm@gnu.org>
8510         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
8511         (sasl-make-client, sasl-next-step, sasl-step-data)
8512         (sasl-step-set-data): Declare as functions.
8514 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
8516         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
8518 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8520         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
8521         certs should be verified and what is to be done in the event of a
8522         verification failure.
8524         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8525         caller can indicate whether the cache should be disregarded for this
8526         call.  This way the result of the call is reproducible at all times and
8527         can be considered a canonical server name for the supplied method.
8528         (gnus-agent-method-p): Canonicalize server names by pushing their
8529         method through `gnus-method-to-server' using the no-cache argument.
8531         * gnus-srvr.el (gnus-server-insert-server-line):
8532         Call `gnus-method-to-server' with `no-cache' argument.
8534         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8535         gnus-agent-possibly-synchronize-flags as this should be called when the
8536         server is actually being opened.
8537         (gnus-agent-possibly-synchronize-flags)
8538         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8539         flags file of an agentized server to the latter function.
8541         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8542         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8543         after a connection has been established successfully.
8545 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8547         * gnus-art.el (article-display-face): Force to display face if called
8548         interactively; check if gnus-article-x-face-too-ugly matches author.
8549         (article-display-x-face): Display face even if From header is missing
8550         as article-display-face does.
8552 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
8554         * hashcash.el (message-narrow-to-headers-or-head)
8555         (message-fetch-field, message-goto-eoh)
8556         (message-narrow-to-headers): Declare as functions.
8558 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8560         * mail-source.el (mail-sources): Default to fetch from file for
8561         compatibility with default of nnmail-spool-file.
8563 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8565         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8566         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8567         to look for encoded word that should be encoded again.
8568         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8569         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8570         encoding pattern.
8571         (rfc2047-decode-region): Switch strict regexp and loose one according
8572         to rfc2047-allow-irregular-q-encoded-words.
8574 2007-11-25  Romain Francoise  <romain@orebokech.com>
8576         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8578 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
8580         * tls.el (tls-program): Provide more custom choices from
8581         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
8582         (tls-process-connection-type, tls-success): Remove "*" in doc string.
8584 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8586         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8587         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8589         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8590         `nnmail-spool-file'.
8592         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8593         `nnmail-spool-file'.
8595         * gnus-move.el (gnus-change-server): Ditto.
8597         * gnus-kill.el (gnus-batch-score): Ditto.
8599         * gnus-cache.el (gnus-jog-cache): Ditto.
8601         * gnus-msg.el (gnus-summary-reply):
8602         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8604 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8606         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
8607         version.  Minor improvement to doc strings.
8608         (tls-program): Add comment.
8610 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
8612         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
8613         (tls-checktrust): New variable.  Check if GNU TLS complained about a
8614         mismatch between the hostname provided in the certificate and the name
8615         of the host connnecting to.
8616         (open-tls-stream): Use them.  Check certificates against trusted root
8617         certificates.
8619 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8621         * gnus-cache.el (gnus-cache-generate-nov-databases):
8622         Use nnml-generate-nov-databases-directory instead of
8623         nnml-generate-nov-databases-1.
8625 2007-11-24  Glenn Morris  <rgm@gnu.org>
8627         * message.el (message-tool-bar-retro): Update for rename
8628         mail_send.xpm->mail-send.xpm.
8630 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8632         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8633         `smime-ldap-search' for Emacs 22 and up.
8635 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8637         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8639         * message.el (message-send-mail-function): Fix error convention.
8640         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8641         (message-widen-reply, message-send-mail, message-talkative-question)
8642         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8643         (message-clone-locals, message-send-news): Use with-current-buffer.
8644         (message-insert-or-toggle-importance): Remove unused var `valid'.
8645         (message-make-references): Remove unused var `new-references'.
8646         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8648 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8650         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8651         (spam-split-symbolic-return-positive): Reflow docstring.
8652         (spam-backends, spam-summary-exit-behavior)
8653         (spam-mark-ham-unread-before-move-from-spam-group)
8654         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8655         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8656         (spam-clear-cache, spam-backend-check, spam-install-backend)
8657         (spam-install-statistical-backend, spam-list-of-processors)
8658         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8659         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8660         (spam-check-crm114, spam-initialize, spam-unload-hook):
8661         Fix typos in docstrings.
8663 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8665         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8666         been checked if they have never been read and those group levels are
8667         higher than the one that a user specified.
8669 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8671         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8672         foreign groups unless a group level is specified by a user.
8673         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8675 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8677         * message.el (message-send-mail-function): Require sendmail.
8679 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8681         * message.el (message-send-mail-function): Check for smtpmail too.
8683         * utf7.el (utf7-encode, utf7-decode): Use coding system
8684         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8686         * message.el (message-send-mail-function): New function.
8687         (message-send-mail-function): Set default using
8688         message-send-mail-function.  Adjust doc string.
8689         (message-send-mail-with-mailclient): New function.
8691 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8693         * smime.el (from):
8694         * rfc2047.el (message-posting-charset):
8695         * qp.el (mm-use-ultra-safe-encoding):
8696         * pop3.el (parse-time-months):
8697         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8698         * nnml.el (files):
8699         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8700         (jka-compr-compression-info-list, ange-ftp-path-format)
8701         (efs-path-regexp):
8702         * nndiary.el (files):
8703         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8704         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8705         (epg-digest-algorithm-alist, inhibit-redisplay)
8706         (password-cache-expiry):
8707         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8708         (pgg-output-buffer, password-cache-expiry):
8709         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8710         (efs-path-regexp):
8711         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8712         (inhibit-redisplay):
8713         * mm-uu.el (file-name, start-point, end-point, entry)
8714         (gnus-newsgroup-name, gnus-newsgroup-charset):
8715         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8716         (latin-unity-ucs-list):
8717         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8718         (mm-uu-binhex-decode-function):
8719         * message.el (gnus-message-group-art, gnus-list-identifiers)
8720         (rmail-enable-mime-composing, gnus-local-organization)
8721         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8722         (gnus-read-active-file, facemenu-add-face-function)
8723         (facemenu-remove-face-function, gnus-article-decoded-p)
8724         (tool-bar-mode):
8725         * mail-source.el (display-time-mail-function):
8726         * gnus-util.el (nnmail-pathname-coding-system)
8727         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8728         (gnus-original-article-buffer, gnus-user-agent)
8729         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8730         (xemacs-codename, sxemacs-codename, emacs-program-version):
8731         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8732         * gnus-start.el (gnus-agent-covered-methods)
8733         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8734         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8735         (gnus-newsgroup-headers, gnus-group-list-mode)
8736         (gnus-group-mark-positions, gnus-newsgroup-data)
8737         (gnus-newsgroup-unreads, nnoo-state-alist)
8738         (gnus-current-select-method, mail-sources)
8739         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8740         (nnmail-spool-file, gnus-cache-active-hashtb):
8741         * gnus-mh.el (mh-lib-progs):
8742         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8743         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8744         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8745         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8746         (gnus-group-buffer):
8747         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8748         (font-lock-set-defaults):
8749         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8750         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8751         (gnus-summary-post-menu, total-parts, type, condition, length):
8752         * gnus-agent.el (gnus-agent-read-agentview):
8753         * flow-fill.el (show-trailing-whitespace):
8754         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8755         eval-and-compile wrappers for byte compiler pacifiers.
8757         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8758         (mm-display-inline-fontify): Check for featurep 'xemacs not
8759         extent-list.
8761         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8762         itimer-list.
8763         (mm-create-image-xemacs): Only do something for XEmacs.
8764         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8766         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8768         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8769         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8771 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8773         * nnimap.el (nnimap-split-download-body):
8774         * gnus-demon.el (gnus-demon):
8775         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8777 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8779         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8780         New macros.
8781         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8782         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8783         copy data from unibyte buffer to multibyte current buffer.
8784         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8785         to copy data from unibyte current buffer to multibyte buffer.
8786         (nntp-make-process-buffer): Make process buffer unibyte.
8788         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8790 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8792         * pop3.el (pop3-open-server): Accept and process data more robustly at
8793         connexion start to avoid spurious "POP SSL connexion failed" errors.
8795 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8797         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8798         read group names.
8800 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8802         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8804 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8806         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8807         (nnmail-save-active): Use a unibyte buffer when saving active file,
8808         which may contain non-ASCII group names.
8810         * nnml.el (nnml-request-group): Decode group names in messages.
8812 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8814         * message.el (message-citation-line-function)
8815         (message-insert-formatted-citation-line): Fix spelling of
8816         `message-insert-formated-citation-line'.
8818 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8820         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8822 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8824         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8825         nnmail-pathname-coding-system.
8827         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8828         that a user enters; decode group names in messages.
8830         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8832 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8834         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8836         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8838         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8839         risky local variable.
8841         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8843 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8845         * encrypt.el: Improve documentation to fix function name typo.
8846         Reported by Daiki Ueno <ueno@unixuser.org>.
8848 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8850         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8851         even if the point is not in the last page of an article.
8852         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8853         back to the previous page.
8855 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8857         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8859 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8861         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8863 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8865         * message.el (message-check-news-body-syntax):
8866         Avoid mm-string-as-multibyte.
8867         (message-hide-headers): Don't assume (point-min)==1.
8869 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8871         * message.el (message-remove-blank-cited-lines): Fix if remove is
8872         given.
8873         (message-bogus-address-regexp): New variable.
8874         (message-bogus-recipient-p): New function.
8875         (message-check-recipients): New command.
8876         (message-syntax-checks): Add `bogus-recipient'.
8877         (message-fix-before-sending): Add `bogus-recipient'.
8879         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8880         (gnus-treat-body-boundary): Don't test window-system.
8882 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8884         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8886 2007-10-28  Miles Bader  <miles@gnu.org>
8888         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8889         at compile-time too.
8891 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8893         * gnus-msg.el (gnus-message-setup-hook):
8894         Add `message-remove-blank-cited-lines' to options.
8896 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8898         * message.el (message-remove-blank-cited-lines): New function.
8899         Suggested by Karl Plästerer.
8901 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8903         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8904         mapc.
8906         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8907         (top-level): Use mapc to set functions to be traced for debugging.
8909         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8910         called for effect with while loop.
8912         * message.el (message-talkative-question): Replace mapcar called for
8913         effect with mapc.
8915         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8916         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8917         called for effect with dolist.
8919         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8921         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8922         gnus-extra-headers and nnmail-extra-headers.
8924         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8925         called for effect with dolist.
8926         (top-level): Use mapc to set functions to be traced for debugging.
8928         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8929         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8930         dolist.
8932         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8933         Replace mapcar called for effect with mapc.
8934         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8935         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8936         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8937         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8939         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8940         remove-if that's a cl function.
8942         * webmail.el (webmail-debug): Replace mapcar called for effect with
8943         dolist.
8945         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8946         with mapc.
8948 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8950         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8951         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8952         with while loop.
8954         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8955         functions from article-* functions.
8956         (gnus-multi-decode-header): Replace mapcar called for effect with
8957         dolist.
8959         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8960         (gnus-bookmark-show-details): Replace mapcar called for effect with
8961         while loop.
8963         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8964         called for effect with while loop.
8966         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8967         with dolist.
8969         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8970         Replace mapcar called for effect with dolist.
8972         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8974         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8975         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8976         Replace mapcar called for effect with dolist.
8977         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8978         mapc.
8980         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8981         Replace mapcar called for effect with dolist.
8982         (gnus-topic-list): Replace mapcar called for effect with mapc.
8984         * gnus.el: Use mapc instead of mapcar to add autoloads.
8986 2007-10-23  Richard Stallman  <rms@gnu.org>
8988         * gnus-group.el (gnus-group-highlight): Mark as risky.
8990 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8992         * gnus.el (gnus-server-to-method): Return method found first in
8993         gnus-newsrc-alist.
8995         * gnus-art.el (gnus-article-highlight-signature)
8996         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8997         button overlay without the front stickiness.
8999 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9001         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9002         overview buffer needed a catch to receive its throw.
9003         (gnus-agent-flush-cache): Declare as interactive to make this function
9004         easier to use.
9006 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9008         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9009         `next-line'.
9011 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9013         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9014         exclude address matching message-dont-reply-to-names.
9016 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9018         * gnus-util.el (gnus-string<): New function.
9020         * gnus-sum.el (gnus-article-sort-by-author)
9021         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9023 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9025         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9026         the frame-focus tag is set in gnus-buffer-configuration.
9028 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9030         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9031         the front stickiness.
9033 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9035         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9036         url pattern; remove duplicate one.
9037         (gnus-article-extend-url-button): New function.
9038         (gnus-article-add-buttons): Use it.
9039         (gnus-button-push): Use concatenated url that it makes.
9041 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9043         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9045 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9047         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9048         Don't hardcode point-min==1.
9050 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9052         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9053         Fix comment about "iso8859-1".
9055 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9057         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9058         ones returned from the verify-function.
9060         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9061         Call mml2015-extract-cleartext-signature if extraction failed.
9063 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9065         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9066         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9067         failed.
9069 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9071         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9073 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9075         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9076         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9077         recommends to use EasyPG instead of PGG.
9079         * pgg.el: Revert to revision 6.23.2.16.
9081         * pgg-def.el: Revert to revision 6.6.2.14.
9083         * pgg-gpg.el: Revert to revision 6.23.2.34.
9085 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9087         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9088         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9089         thread for both the null and zero (kill/expire thread) universal prefix
9090         cases.
9091         (gnus-summary-expire-thread): Add new function to expire a thread,
9092         using gnus-summary-kill-thread.
9093         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9094         shortcuts for gnus-summary-expire-thread.
9095         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9096         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9098 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9100         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9101         extras value, so an extras entry can be deleted.
9102         (gnus-registry-delete-extra-entry): Use it.
9103         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9104         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9105         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9106         storage through the gnus-registry, and provide an appropriate API for
9107         it.
9109 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9111         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9112         Suggested by Leo <sdl.web@gmail.com>.
9114         * gnus.el: Do.
9116 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9119         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9121         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9123         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9124         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9126 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9128         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9129         newline.
9130         (nnmbox-request-accept-article): Don't change article in source buffer;
9131         narrow to header to use message-fetch-field rather than
9132         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9133         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9134         as delimiters; make sure article ends with newline.
9135         (nnmbox-delete-mail): Correct last position of article to be deleted;
9136         ignore X-Gnus-Newsgroup header in article body.
9137         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9138         positions; make sure article ends with newline.
9140         * message.el (message-display-abbrev): Don't infloop when a user
9141         inserts SPC in the beginning of header.
9143         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9144         coding-system-for-read and coding-system-for-write for XEmacs having no
9145         file-coding feature.
9147         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9149 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9151         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9152         list of groups not followed by default.  Fix type to be regexp.
9153         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9155 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9157         * hmac-def.el (define-hmac-function): Switch from old-style to
9158         new-style backquotes.
9160         * md4.el (md4-make-step): Likewise.
9162 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9164         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9165         raw-text coding system when saving .newsrc file, which may contain
9166         non-ASCII group names.
9168 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9170         * gnus-cus.el (gnus-score-extra): New widget.
9171         (gnus-score-extra-convert): New function.
9172         (gnus-score-customize): Use it for Extra.
9174 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9176         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9177         (mml2015-mailcrypt-clear-verify): Use it.
9178         (mml2015-gpg-clear-verify): Use it.
9179         (mml2015-pgg-clear-verify): Use it.
9180         (mml2015-epg-clear-verify): Replace the current part with the output
9181         from GnuPG; don't extract the plaintext by itself.
9183         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9184         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9185         mml2015-clear-verify-function; don't touch the armor headers or
9186         dash-escaped text here.
9188 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9190         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9191         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9192         parts, or application/octet-stream as a last resort.
9193         (gnus-mime-view-part-as-type): Don't toggle display.
9194         (gnus-mime-view-part-as-charset): Don't turn off display before
9195         querying charset.
9197         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9198         stuff to undisplayer function in Emacs.
9199         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9201         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9202         text/calendar parts.
9204 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9206         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9207         decoding text/calendar parts.
9209         * message.el (message-forward-make-body-mime): Always mark body as
9210         having no illegible text; remove signed-or-encrypted argument.
9211         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9213         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9214         (mml-generate-mime-1): Don't encode body if it is specified to be in
9215         raw form; don't make buffer be unibyte when inserting multibyte string.
9217 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9219         * sha1.el: Fix up comment style.
9220         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9221         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9223         * hex-util.el: Fix up comment style.
9224         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9226         * gnus-salt.el: Use with-current-buffer.
9227         (gnus-pick-setup-message): Fix long-standing typo.
9229 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9231         * imap.el (imap-logout-timeout): New variable.
9232         (imap-logout, imap-logout-wait): New functions.
9233         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9235         * nnimap.el (nnimap-logout-timeout): New server variable.
9236         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9237         nnimap-logout-timeout.
9239         * gnus-art.el (gnus-article-summary-command-nosave)
9240         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9242 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9244         * gnus.el (gnus-maximum-newsgroup): New variable.
9246         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9247         according to gnus-maximum-newsgroup.
9249         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9250         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9251         Limit the range of articles according to gnus-maximum-newsgroup.
9253 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9255         * gnus-art.el (gnus-sticky-article): Fix problems described in
9256         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9257         Don't perform gnus-configure-windows here; reuse existing sticky
9258         article buffer.
9260         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9261         it doesn't exist in gnus-article-mode.
9263 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9265         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9266         (gnus-agent-decoded-group-name): New function.
9267         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9268         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9270 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9272         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9273         Add binding for gnus-sticky-article.
9274         (gnus-summary-exit): Don't kill sticky article buffers.
9276         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9277         article buffer.
9278         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9279         (gnus-kill-sticky-article-buffers): New commands.
9281 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9283         * nntp.el (nntp-xref-number-is-evil): New server variable.
9284         (nntp-find-group-and-number): If it is non-nil, don't trust article
9285         numbers in the Xref header.
9287 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9289         * gnus-agent.el (gnus-agent-read-group): New function.
9290         (gnus-agent-flush-group, gnus-agent-expire-group)
9291         (gnus-agent-regenerate-group): Use it.
9292         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9293         nnmail-pathname-coding-system.
9295 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9297         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9299         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9300         that are unread as unread, and also as selected so that information of
9301         marks having been changed by a user may be updated when exiting group.
9303 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9305         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9307 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9309         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9310         calculated ignoring signature parts to gnus-treat-article.
9312 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9314         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9315         a point here in order to keep the window start.
9316         (gnus-insert-mime-security-button): Make a button overlay without the
9317         front stickiness.
9318         (gnus-mime-display-security): Goto the end of a button.
9320         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9322 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9324         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9325         group-name-at-point.
9326         (gnus-group-completing-read): New function that offers decoded
9327         non-ASCII group names for completion.
9328         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9329         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9330         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9331         (gnus-group-fetch-control): Use it.
9332         (gnus-fetch-group): Use group-name-at-point for the initial value
9333         rather than the default value; use gnus-alive-p.
9335         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9336         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9337         (gnus-summary-post-news): Use gnus-group-completing-read.
9339         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9340         (gnus-read-move-group-name): Decode group name for completion.
9342 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9344         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9345         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9346         Yamaoka slightly modified the code).
9348 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9350         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9351         (nnmail-split-incoming): Bind it.
9353         * nnml.el (nnml-group-name-charset): New function.
9354         (nnml-decoded-group-name): Use it; don't decode group name if
9355         nnmail-group-names-not-encoded-p is non-nil.
9356         (nnml-encoded-group-name): New function.
9357         (nnml-group-pathname): Inline nnml-decoded-group-name.
9358         (nnml-request-expire-articles): Decode group name in message.
9359         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9360         nnmail-pathname-coding-system.
9361         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9362         not decoded ones according to nnmail-group-names-not-encoded-p.
9363         (nnml-generate-active-info): Use nnml-encoded-group-name.
9365 2007-08-08  Glenn Morris  <rgm@gnu.org>
9367         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9368         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9369         doc-strings and comments.
9371 2007-07-25  Glenn Morris  <rgm@gnu.org>
9373         * Relicense all FSF files to GPLv3 or later.
9375 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9377         * gnus-sum.el (gnus-summary-move-article):
9378         Make gnus-summary-respool-article work.
9380 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9382         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9383         string.
9385 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9387         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9388         that should be ignored when comparing distant RSS articles with local
9389         ones.
9390         (nnrss-make-hash-index): New function.  Create a hash index according
9391         to the ignored fields.
9392         (nnrss-check-group): Use it.
9394 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9396         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9398         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9400         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9401         the new optional argument ENCODED is non-nil.
9402         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9403         coding system for encoding group name.
9404         (gnus-group-make-rss-group): Pass un-encoded group name to
9405         gnus-group-make-group.
9406         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9407         encoded.
9409         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9410         Encode group name to which articles are moved or copied.
9411         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9412         coding system for encoding Newsgroup, Followup-To and Xref headers.
9414         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9415         marks; use nnheader-file-coding-system to write a file.
9416         (nnagent-retrieve-headers): Bind file-name-coding-system to
9417         nnmail-pathname-coding-system.
9419         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9421         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9422         (nnml-request-article, nnml-request-create-group)
9423         (nnml-request-rename-group, nnml-find-id)
9424         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9425         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9426         (nnml-save-marks): Use nnml-group-pathname instead of
9427         nnmail-group-pathname.
9429         (nnml-request-create-group, nnml-request-expire-articles)
9430         (nnml-request-move-article, nnml-request-delete-group)
9431         (nnml-deletable-article-p, nnml-possibly-create-directory)
9432         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9433         (nnml-open-marks): Bind file-name-coding-system to
9434         nnmail-pathname-coding-system.
9436         (nnml-request-article): Pass server argument to nnml-find-group-number.
9437         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9438         Pass server argument to nnml-possibly-create-directory.
9439         (nnml-request-accept-article): Pass server argument to
9440         nnml-active-number and nnml-save-mail.
9441         (nnml-find-group-number): Pass server argument to nnml-find-id.
9442         (nnml-request-update-info): Pass server argument to
9443         nnml-marks-changed-p.
9445         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9446         (nnml-save-mail, nnml-active-number): Add server argument.
9448         (nnml-request-delete-group): Warn if group is missing.
9449         (nnml-get-nov-buffer): Decode group name.
9450         (nnml-generate-active-info): Encode group name.
9451         (nnml-open-marks): Decode group name in messages.
9453 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9455         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9456         if it is not specified.
9457         (gnus-article-pipe-part, gnus-article-save-part)
9458         (gnus-article-interactively-view-part, gnus-article-copy-part)
9459         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9460         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9461         (gnus-article-replace-part, gnus-article-delete-part)
9462         (gnus-article-view-part-as-type): Pass raw prefix argument to
9463         gnus-article-part-wrapper.
9465 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9467         * gnus-agent.el (gnus-agent-save-active):
9468         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9470         * gnus-cache.el (gnus-cache-save-buffers)
9471         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9472         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9473         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9474         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9475         (gnus-cache-generate-active, gnus-cache-rename-group)
9476         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9477         (gnus-cache-update-overview-total-fetched-for):
9478         Bind file-name-coding-system to nnmail-pathname-coding-system.
9479         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9480         New variables.
9481         (gnus-cache-decoded-group-name): New function.
9482         (gnus-cache-file-name): Use it.
9483         (gnus-cache-generate-active): Use non-decoded group name for active.
9485         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9486         right place.
9487         (gnus-write-active-file): Don't break non-ASCII group names.
9489         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9490         nnmail-pathname-coding-system.
9492         * lpath.el: Bind default-file-name-coding-system,
9493         file-name-coding-system and language-info-alist for XEmacs.
9495         * gnus-uu.el (gnus-uu-decode-save): Typo.
9497 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9499         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9501 2007-07-14  David Kastrup  <dak@gnu.org>
9503         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9504         finishing actions if we did not edit the article.
9506 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9508         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9509         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9510         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9511         (gnus-agent-flush-group, gnus-agent-flush-cache)
9512         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9513         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9514         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9515         (gnus-agent-regenerate-group)
9516         (gnus-agent-update-files-total-fetched-for)
9517         (gnus-agent-update-view-total-fetched-for):
9518         Bind file-name-coding-system to nnmail-pathname-coding-system.
9519         (gnus-agent-group-pathname): Don't encode file names by
9520         nnmail-pathname-coding-system.
9521         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9522         coding-system-for-write instead of buffer-file-coding-system to
9523         gnus-agent-file-coding-system.
9525         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9526         Decode group name.
9528         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9530         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9531         (gnus-read-newsrc-el-file): Make group names unibyte.
9533         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9534         nnmail-pathname-coding-system.
9536         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9537         (nnrss-request-delete-group): Bind file-name-coding-system to
9538         nnmail-pathname-coding-system.
9539         (nnrss-read-server-data, nnrss-read-group-data):
9540         Bind file-name-coding-system correctly.
9541         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9543         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9544         (nntp-server-to-method-cache): New variable.
9545         (nntp-group-pathname): New function that decodes non-ASCII group names.
9546         (nntp-possibly-create-directory, nntp-marks-changed-p)
9547         (nntp-save-marks, nntp-open-marks): Use it.
9548         (nntp-possibly-create-directory, nntp-open-marks):
9549         Bind file-name-coding-system to nnmail-pathname-coding-system.
9550         (nntp-open-marks): Decode group names when bootstrapping marks.
9552         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9553         Newsgroups and Folowup-To headers.
9555 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9557         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9558         (gnus-server-closed-face, gnus-server-denied-face)
9559         (gnus-server-offline-face): Remove variable.
9560         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9562         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9563         of modifying message-stack directly for XEmacs.
9565         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9566         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9567         if the coding-system argument is nil for XEmacs.
9569         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9570         mm-charset-override-alist.
9572         * rfc2047.el: Don't require base64; require rfc2045 for the function
9573         rfc2045-encode-string.
9574         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9575         to quote the parameter value.
9577 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9579         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9580         form in gnus-group-name-charset-method-alist.
9582         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9583         overrides the default layout edit-form.
9585         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9587         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9589 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9591         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9592         as unfetched articles.
9594 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9596         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9598 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9600         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9601         original back end that keeps marks in the local system.
9603 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9605         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9606         arg of pop-to-buffer for XEmacs.
9607         (gnus-article-read-summary-keys): Ditto; don't restore window
9608         configuration if summary command ends up with neither article buffer
9609         nor summary buffer; describe bindings if summary keys end with C-h.
9611 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9613         * message.el (message-fix-before-sending): Skip raw message part to be
9614         forwarded while checking illegible text.
9615         (message-forward-make-body-mime, message-forward-make-body):
9616         Mark signed or encrypted raw message as having no illegible text.
9618 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9620         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9621         (gnus-message-with-timestamp-1): New macro.
9622         (gnus-message-with-timestamp): New function.
9623         (gnus-message): Use them.
9625         * nnheader.el (nnheader-message): Use them.
9627 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9629         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9630         .newsrc.eld file.
9632 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9634         * gnus-agent.el (gnus-agent-fetch-headers)
9635         (gnus-agent-retrieve-headers):
9636         Bind gnus-decode-encoded-address-function to identity.
9638         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9639         available also when the server returns simply a dot.
9641         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9643 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9645         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9647 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9649         * gnus-ems.el (gnus-x-splash): Make it work.
9651         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9652         from being used.
9654         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
9656 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9658         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
9659         4th and the 5th arguments.
9661         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9662         the front stickiness.
9663         (gnus-article-summary-command-nosave): Correct the order of the
9664         arguments passed to pop-to-buffer.
9665         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9666         summary command ends up with the article buffer.
9668         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9669         the same faces.
9671 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9673         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9675 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9677         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9678         * gnus-sum.el (gnus-summary-highlight):
9679         * pgg.el (pgg-sign-region, pgg-sign):
9680         * mail-source.el (mail-source-delete-old-incoming-confirm):
9681         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9683 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9685         * gnus-art.el (gnus-mime-view-part-externally)
9686         (gnus-mime-view-part-internally): Fix predicate function passed to
9687         completing-read.
9689         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9691         * gnus.el (gnus-update-message-archive-method): Add :version.
9693 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9695         * gnus.el (gnus-update-message-archive-method): New variable.
9697         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9698         according to gnus-message-archive-method if
9699         gnus-update-message-archive-method is non-nil.
9701 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9703         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9704         Suggested by Loic Dachary <loic@dachary.org>.
9705         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9707 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9709         * message.el (message-pop-to-buffer): Add switch-function argument.
9710         (message-mail): Pass switch-function argument to it.
9712 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9715         Improve doc string.
9717 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9719         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9720         (gnus-header-content)
9721         * gnus-cite.el (gnus-cite-10)
9722         * gnus-srvr.el (gnus-server-closed)
9723         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9724         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9725         (gnus-group-mail-3-empty, gnus-group-mail-low)
9726         (gnus-group-mail-low-empty, gnus-splash)
9727         * message.el (message-header-to, message-header-cc)
9728         (message-header-subject, message-header-other, message-header-name)
9729         (message-header-xheader, message-separator, message-cited-text)
9730         (message-mml): Lighten colors of faces used for dark background.
9732 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9734         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9735         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9737 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9739         * message.el (message-narrow-to-headers-or-head):
9740         Ignore mail-header-separator in the body.
9742 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9744         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9745         same as window size.
9747 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9749         * message.el (message-font-lock-keywords): Use message-header-xheader
9750         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9751         ahead of the anything pattern, to get it recognised.
9753 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9755         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
9756         spam.el loads uses it in the compiled defadvice form.
9758 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9760         * gnus-sum.el (gnus-articles-to-read)
9761         (gnus-summary-insert-old-articles): Don't truncate group name for
9762         `read-string'.
9764         * gnus-util.el (gnus-limit-string): Delete this function.
9766         * gnus-sum.el (gnus-simplify-subject-fully):
9767         Use `truncate-string-to-width' instead.
9769 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9771         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9772         Tell if, on summary exit, the next group has to be selected.
9773         (gnus-summary-exit): Use it.
9775 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9777         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9778         non-break space.
9780 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9782         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9783         Check if group is not a directory.
9784         (nnfolder-request-expire-articles): Don't delete articles if the target
9785         group is not available.
9787         * nnml.el (nnml-request-create-group): Properly check if group is not a
9788         file.
9789         (nnml-request-expire-articles): Don't delete articles if the target
9790         group is not available.
9792         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9793         Don't quote characters that are within parentheses.
9795 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9797         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9798         (gnus-handle-ephemeral-exit): Select article according to it.
9800 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9802         * message.el (message-insert-formated-citation-line): Remove newline.
9803         (message-citation-line-format): Add final \n here so that the user can
9804         avoid a blank line.
9806 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9808         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9809         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9810         Update lanl/arXiv support.
9812 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9814         * gnus.el: Bump version number.
9816 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9818         * gnus.el (gnus-version-number): Bump version.
9820 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9822         * gnus.el: No Gnus v0.6 is released.
9824 2007-04-27  Didier Verna  <didier@xemacs.org>
9826         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9827         * gmm-utils.el (gmm-regexp-concat): ... here.
9828         * message.el: Don't require 'gnus-util.
9829         (message-dont-reply-to-names): Handle name change above.
9830         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9832 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9835         since the initial value varies according to the system.
9837 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9839         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9841 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9843         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9845 2007-04-24  Didier Verna  <didier@xemacs.org>
9847         Improve the type of gnus-ignored-from-addresses.
9848         * gnus-util.el (gnus-orify-regexp): New function.
9849         * message.el (gnus-util): Require it.
9850         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9851         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9852         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9854 2007-04-24  Didier Verna  <didier@xemacs.org>
9856         * gnus-sum.el:
9857         * gnus-utils.el: Fix some trailing whitespaces.
9859 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9862         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9863         article's Message-ID; refer parent article in summary buffer.
9865         * message.el (message-bounce): Call mime-to-mml.
9867         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
9868         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
9869         optimize and/or forms properly.
9871 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
9873         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
9874         URL.
9876 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9878         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9880 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9882         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9883         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9884         displayed of multipart/alternative part if it is invoked from summary
9885         buffer.
9887         * mm-view.el (mm-inline-text-html-render-with-w3m)
9888         (mm-inline-text-html-render-with-w3m-standalone)
9889         (mm-inline-render-with-function): Use mail-parse-charset by default.
9891 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9893         * parse-time.el (parse-time-string-chars): Check if CHAR
9894         is less than the length of parse-time-syntax.
9896 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9898         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9899         from gnus-newsgroup-processable.
9901 2007-04-16  Didier Verna  <didier@xemacs.org>
9903         * gnus-msg.el (gnus-configure-posting-styles):
9904         Handle message-signature-directory properly with :file syntax.
9905         Reported by "Leo".
9907 2007-04-11  Didier Verna  <didier@xemacs.org>
9909         New user option: message-signature-directory.
9910         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9911         * message.el (message-insert-signature): Ditto.
9912         * message.el (message-signature-file): Doc update.
9913         * message.el (message-signature-directory): New.
9915 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9917         * gnus-msg.el (gnus-inews-yank-articles):
9918         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9920 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9922         * message.el (message-yank-original): Make sure cited text ends with
9923         newline; don't exchange point and mark.
9925 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9927         * tls.el (open-tls-stream): Properly handle case where there
9928         is no associated buffer.
9930 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9932         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9933         message-yank-original, make sure (< mark TEXT point).
9935 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9937         * message.el (message-fill-column): New variable.
9938         (message-mode): Use it.  Add comment on a possible new hook.
9940         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9941         (nnmail-get-new-mail): Reformat.
9943         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9945         * gmm-utils.el: Fix Commentary.
9946         (gmm-tool-bar-from-list): Fix typo in doc string.
9948 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9950         * message.el (message-yank-original): Don't switch point and mark
9951         unnecessarily to put point and mark as documented.
9953 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9955         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9956         from the message heads.
9958 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9960         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9961         article buffer does not have a window.  This may not be the best
9962         solution but is certainly better than setting the start of the null,
9963         that is the current, window.
9965 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9967         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9968         (gnus-draft-setup): Run it.
9970         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9971         gnus-score-fast-scoring.  Allow regexp.
9972         (gnus-score-headers): Use it.
9974         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9975         XEmacs.
9977         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9978         string.
9979         (gnus-button-alist): Also catch `<f1> k ...'.
9980         (gnus-treat-display-x-face): Fix doc string.
9982 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9984         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9985         evaluation of gnus-extended-version to ensure correct generation of the
9986         User-Agent header when message-generate-headers-first is used.
9988 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9990         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9991         hashcash-path is nil.  Don't call callback with incorrect number of
9992         parameters if val is 0.
9994 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9996         * message.el (message-required-news-headers):
9997         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9999 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10001         * tls.el (open-tls-stream): In handshake-waiting loop,
10002         don't wait more if there is output available to process.
10004 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10006         * tls.el (tls-program): Doc fix.
10008 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10010         * message.el (message-generate-new-buffers): Change the meaning of the
10011         nil value; add `standard' to the choices; treat t as `unique'; improve
10012         doc string.
10013         (gnus-select-frame-set-input-focus): Autoload.
10014         (message-buffer-name): Search for the existing message buffer if
10015         message-generate-new-buffers is nil or `standard'; treat the value t of
10016         message-generate-new-buffers as `unique'.
10017         (message-pop-to-buffer): Raise the frame already displaying the message
10018         buffer; clear the echo area after querying.
10019         (message-setup): Pass the `continue' argument to compose-mail.
10020         (message-mail): Prefer `switch-function' if it is given; search for the
10021         existing message buffer if the `continue' argument is non-nil; pass
10022         continue and switch-function arguments to compose-mail by way of
10023         message-setup.
10024         (message-mail-other-window): Adjust argument of message-setup.
10025         (message-mail-other-frame): Ditto.
10027 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10030         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10031         to turn font-lock on when turning gnus-message-citation-mode on.
10033 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10035         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10036         (mml-smime-function-alist): New variable; add epg as the backend.
10037         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10038         mml-smime- functions instead.
10039         * mm-view.el: Require smime.
10041 2007-03-05  Didier Verna  <didier@xemacs.org>
10043         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10044         instead of just inheritance for posting styles.
10045         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10047 2007-02-24  Chris Moore  <dooglus@gmail.com>
10049         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10050         * pgg-pgp.el (pgg-pgp-encrypt-region):
10051         * pgg-gpg.el (pgg-gpg-encrypt-region):
10052         Check pgg-encrypt-for-me if no other recipients.
10054 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10056         * tls.el (tls-certtool-program): Fix custom type.
10058 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10061         and point-at-eol instead of line-(beginning|end)-position.
10063         * assistant.el (assistant-parse-buffer): Ditto.
10065         * netrc.el (netrc-parse-services): Ditto.
10067 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10069         * mml2015.el (mml2015-epg-find-usable-key): New function.
10070         (mml2015-epg-sign): Use it.
10071         (mml2015-epg-encrypt): Use it.
10073 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10075         * message.el (message-make-in-reply-to): Quote name containing
10076         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10077         if there are special characters.  Reported by NAKAJI Hiroyuki
10078         <nakaji@jp.freebsd.org>.
10080 2007-02-27  Didier Verna  <didier@xemacs.org>
10082         Include the group parameters as well as the topic ones in the
10083         inheritance filter process.
10084         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10085         argument GROUP-PARAMS-LIST.
10086         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10088 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10090         * nntp.el (nntp-never-echoes-commands)
10091         (nntp-open-connection-functions-never-echo-commands): New variables.
10092         (nntp-send-command): Use them.
10094 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10096         * mml2015.el (mml2015-epg-verify): Simplify.
10098 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10100         * mml.el (mml-content-disposition-alist): New user option.
10101         (mml-content-disposition): New function.
10102         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10103         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10105 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10107         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10108         verification.
10110 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10112         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10113         articles posted in the last 24 hours.
10115 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10117         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10119 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10121         * nntp.el (nntp-send-command): Don't wait for echoes when
10122         nntp-open-ssl-stream is used.
10124 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10126         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10127         (gnus-message-add-citation-keywords)
10128         (gnus-message-remove-citation-keywords): Remove.
10129         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10130         directly, make the variables in font-lock-defaults buffer-local, add
10131         gnus-message-citation-keywords to them and then update the value of
10132         font-lock-keywords.
10134 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10136         * message.el (message-cite-original-1): Don't call
10137         gnus-article-highlight-citation.
10139         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10140         citations; fix line count.
10142 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10144         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10145         (gnus-message-add-citation-keywords)
10146         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10147         versions of font-lock-add-keywords and font-lock-remove-keywords to
10148         work with XEmacs correctly.
10150 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10152         * gnus-cite.el (gnus-cite-face-list): Set the values of
10153         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10154         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10155         (gnus-message-cite-prefix-regexp): New variable.
10156         (gnus-message-search-citation-line): Use it; protect against long
10157         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10158         the 0th match data for Emacs.
10159         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10160         (gnus-message-add-citation-keywords): Append keywords rather than
10161         prepending; emulate font-lock-add-keywords if it is not available.
10162         (gnus-message-remove-citation-keywords):
10163         Emulate font-lock-remove-keywords if it is not available.
10165         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10167         * message.el (message-cite-prefix-regexp): Set the value of
10168         gnus-message-cite-prefix-regexp.
10170 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10172         * nnweb.el (nnweb-google-parse-1): Update parser.
10174 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10176         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10178 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10180         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10181         regexp.
10183 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10185         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10186         string-to-multibyte.
10187         (uudecode-decode-region-internal): Use it.
10189         * lpath.el: Fbind string-as-multibyte for XEmacs.
10191 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10193         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10194         Fix custom choice.
10196         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10198 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10200         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10202         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10203         `write-region' to respect `mm-inhibit-file-name-handlers'.
10205 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10207         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10208         Use gnus-home-directory instead of "~/" or "$HOME".
10210 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10212         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10213         to mention filename.
10214         Add comments at beginning regarding usage.
10215         (encrypt-write-file-contents): Change interactive so a string is
10216         acceptable.  If the file has no associated model, show an error instead
10217         of a nonsense prompt.
10219 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10221         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10222         Thanks to Yoshihiko Yamada for kind notification of this typo.
10224 2007-01-12  Kenichi Handa  <handa@m17n.org>
10226         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10227         multibyte buffer.
10229 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10231         * gnus-score.el (gnus-score-fast-scoring): New variable.
10232         (gnus-score-headers): Use it.
10234         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10236         * message.el (message-cite-original-1):
10237         Call gnus-article-highlight-citation if requested.
10238         (message-make-from): Allow name and address as optional arguments.
10240         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10242         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10243         bugs to doc string.
10244         (gnus-button-alist): Add mid\\|message-id.
10245         (gnus-button-fetch-group): Extend for use in
10246         `browse-url-browser-function'.
10247         (gnus-button-url-regexp): Try to catch paired parentheses like in
10248         Wikipedia URLs.
10250         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10251         Suggested by Simon Krahnke <overlord@gmx.li>.
10253 2007-01-13  Romain Francoise  <romain@orebokech.com>
10255         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10256         Update copyright.
10258 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10260         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10262 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10264         * gnus-registry.el (gnus-registry-unfollowed-groups)
10265         (gnus-registry-split-fancy-with-parent): Fix documentation.
10267 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10269         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10270         from nnweb groups.
10272 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10274         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10275         Xref urls.  Erase buffer before requesting head.
10277         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10279 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10281         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10282         customizable.
10284 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10286         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10287         no signing key is found.
10288         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10289         no encrypting and/or signing key is found.
10291 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10293         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10295 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10297         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10298         headers read from disk with the ones newly found in the current search.
10299         This should no longer cause problems, because the article numbers in
10300         Gmane's `nov.php' output are ignored since the previous change.
10302 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10304         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10306 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10308         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
10309         replace-regexp-in-string; bind url-version; fbind display-images-p and
10310         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
10311         find-face and set-itimer-function for Emacs; bind itimer-list for
10312         Emacs.
10314         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10316 2007-01-01  Romain Francoise  <romain@orebokech.com>
10318         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10320 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10322         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10323         `define-minor-mode' macro definition expanded properly.
10324         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10325         exclude it there.
10327         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10328         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10329         `fboundp' test.
10330         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10331         This is OK to autoload in (S)XEmacs now.
10333 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10335         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10336         keystroke.
10337         (gnus-summary-limit-to-singletons): Fix typo.
10339         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10340         else fails.
10342 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10344         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10345         docstring.
10347         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10348         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10349         (gnus-summary-insert-dormant-articles): Fix typo in message.
10351 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10353         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10354         nil for XEmacs.
10355         (gnus-message-citation-mode): Don't autoload in XEmacs.
10357         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10359 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10361         * nnimap.el (nnimap-expunge-search-string):
10362         Mention nnimap-search-uids-not-since-is-evil in docstring.
10364 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10366         * spam.el: Revert to make-obsolete-variable because
10367         define-obsolete-variable-alias is not supported in Emacs 21.
10369         * spam.el (spam-ifile-path, spam-ifile-database-path)
10370         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10371         make-obsolete-variable.
10372         (spam-bsfilter-path, spam-bsfilter-program)
10373         (spam-spamassassin-path, spam-spamassassin-program)
10374         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10375         Don't use "path" inappropriately.
10376         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10377         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10378         variable names.
10380 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10382         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10383         summary buffer.
10385         * password.el (password-cache-remove): Use clear-string to burn
10386         password, if available.
10388 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10390         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10392         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10394         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10395         (gnus-message-highlight-citation): Move defcustom here from
10396         gnus-cite.el.
10397         (gnus-message-citation-mode): Autoload.
10399         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10400         checks to make it compile with XEmacs.
10401         (gnus-message-citation-mode): New minor mode.
10402         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10403         (gnus-message-highlight-citation): New variables.
10404         (gnus-message-search-citation-line)
10405         (gnus-message-add-citation-keywords)
10406         (gnus-message-remove-citation-keywords)
10407         (turn-on-gnus-message-citation-mode)
10408         (turn-off-gnus-message-citation-mode): New functions.
10410 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10412         * gnus-cite.el: Enable highlighting of different citation levels in
10413         message-mode.
10415 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10417         * message.el (message-make-fqdn): Fix comment.
10418         (message-bogus-system-names): Add ".local".
10420         * spam.el (spam-ifile-path, spam-ifile-program)
10421         (spam-ifile-database-path, spam-ifile-database)
10422         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10423         Don't use "path" inappropriately.
10424         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10425         strings.
10426         (spam-check-ifile, spam-ifile-register-with-ifile)
10427         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10428         Use new variable names.
10430         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10431         (gnus-treat-display-smileys): Simplify using
10432         gnus-image-type-available-p.
10434         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10435         available.
10437         * gnus-xmas.el (gnus-xmas-image-type-available-p):
10438         Use `display-images-p' if available.
10440 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10442         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10443         one after turning on the buffer's multibyteness instead of decoding
10444         them directly in the unibyte buffer that causes unexpected conversion
10445         in Emacs 23 (unicode).
10447 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10449         * message.el (message-generate-hashcash): Fix custom type.
10451 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10453         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10455 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10457         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10458         disconnect icons.  Add help text.
10460 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10462         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10463         negated to be consistent with the others we handle.
10465 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10467         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10468         version of gnus-summary-buffer to something, so that we can use two
10469         article buffers at the same time.
10471 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10473         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10474         trigger all the extra headers.
10475         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10476         sorting.
10478 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10480         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10481         solid groups.
10483 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
10485         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
10487 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10489         * legacy-gnus-agent.el: Add Copyright notice.
10491 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10493         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10495 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10497         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10499         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10500         to make it work reliably in CVS Emacs.
10501         (gnus-summary-limit-strange-charsets-predicate)
10502         (gnus-summary-limit-to-predicate): New functions.
10504 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10506         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10507         specifying array size.
10508         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10509         array if it is too small.
10510         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10511         (gnus-sort-threads-loop): New function.
10513 2006-12-06  Chris Moore  <dooglus@gmail.com>
10515         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10516         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10518 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10520         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10521         options.
10523 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10525         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10526         DOS-ing the recipient.
10528         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10529         the headers when creating the mapping to avoid mismappings.
10530         (nnweb-gmane-create-mapping): Always nix out old mapping.
10532 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10534         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10535         and mm-verify-option to never.
10537 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10539         * message.el (message-signed-or-encrypted-p): New function.
10540         (message-forward-make-body): Use it.
10542         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10543         Replace encode-coding-string with mm-encode-coding-string.
10545 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10547         * nneething.el (nneething-decode-file-name):
10548         Replace decode-coding-string with mm-decode-coding-string.
10550         * gnus-int.el (gnus-open-server): Say failed server's name.
10552 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10554         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
10555         strings to a single string.  Quote `errors-file-name'.
10556         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
10557         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
10558         Adjust calls.  Use `shell-quote-argument'.
10560 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10562         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10563         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10565         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10566         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10567         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10568         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10569         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10570         (gnus-subscribe-newsgroup, gnus-1):
10571         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10572         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10573         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10574         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10576 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10579         keystroke.
10580         (gnus-summary-limit-to-bodies): Implement headersp.
10582 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10584         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10586 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10588         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10590 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10592         * message.el (message-generate-hashcash): Expand range of values to
10593         include `opportunistic'.
10594         (message-send-mail): Use it.
10596 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10598         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10599         and comment it.
10601         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10603 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10605         * gnus-util.el (gnus-extract-address-components): Improve comment.
10607 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10609         * gnus-util.el (gnus-extract-address-components): Work with address in
10610         which the name portion contains @.
10612         * lpath.el: Fbind custom-autoload.
10614 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10616         * gnus.el (gnus-start): Move custom group up.
10617         (gnus-select-method): Don't autoload, but make it available for
10618         `customize-variable'.
10619         (gnus-getenv-nntpserver): Don't autoload.
10621 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10623         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10625 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10627         * message.el (message-sendmail-extra-arguments): New variable.
10628         (message-send-mail-with-sendmail): Use it.
10630 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10632         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10633         mm-with-unibyte-current-buffer to make string unibyte.
10635         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10636         mm-string-as-multibyte.
10638 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10640         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10641         Reported by Werner Koch <wk@gnupg.org>.
10643 2006-11-14  Daiki Ueno  <ueno@p360>
10645         * mml2015.el: Autoload epa-select-keys when compiling.
10647 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10649         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10650         message-options.
10651         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10653 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10655         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10656         EasyPG (< 0.0.6).
10657         (mml2015-always-trust): New user option.
10658         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10659         prompt.
10661 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10663         * nntp.el (nntp-authinfo-force): New variable.
10664         (nntp-send-authinfo): Use it.
10666 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10668         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10669         decode encoded words.  Improve prompt.  Add comment about forwarding.
10670         (message-replacement-char): Move up.
10672 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10674         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10675         instead of gnus-intersection because arguments of gnus-sorted-nunion
10676         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10678 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10680         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10681         (message-simplify-subject-functions):
10682         Enable message-strip-subject-encoded-words by default.
10684 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10686         * message.el (message-strip-subject-encoded-words): New function.
10687         (message-simplify-subject-functions): New variable.
10688         (message-simplify-subject): Use it.  Fix typo in doc string.
10689         Support message-strip-subject-encoded-words.
10691 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10693         * gnus-diary.el (gnus-diary-delay-format-function):
10694         * nndiary.el (nndiary-reminders):
10695         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10697 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10699         * gnus-art.el (article-hide-boring-headers): Fetch date from
10700         gnus-original-article-buffer to avoid problems with localized date
10701         strings.
10703 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10705         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10707 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10710         New variables.
10711         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10712         (mm-charset-synonym-alist): Move some entries to
10713         mm-codepage-iso-8859-list.
10714         (mm-charset-synonym-alist, mm-charset-override-alist):
10715         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10717 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10719         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10721 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10723         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10724         with Emacs 21 and XEmacs.
10726 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10728         * spam.el (spam-parse-address): New function for better parsing,
10729         catching errors, etc.
10730         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10732 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10734         * mm-view.el: Add interactive arg to html2text autoload.
10736 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10738         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10740 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10742         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10743         New variables.
10744         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10745         (mm-charset-synonym-alist): Move some entries to
10746         mm-codepage-iso-8859-list.
10748         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10750 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10752         * message.el (message-citation-line-format)
10753         (message-insert-formated-citation-line): Fix implementation of %E, %N
10754         and %n according to the doc string.
10756 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10758         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10759         Use car-safe to avoid bad parses.
10761 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10763         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10764         names.
10766         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10768 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10770         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10771         header.
10773         * message.el (message-draft-headers): Add Date.
10774         (message-headers-to-generate): Fix typo in docstring.
10776         * nndraft.el (nndraft-required-headers): New variable.
10777         (nndraft-generate-headers): Use it.
10779         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10781 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10783         * gnus-registry.el (gnus-registry-wash-for-keywords)
10784         (gnus-registry-find-keywords): New functions to allow easy searching of
10785         articles that are in the registry.
10787 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10789         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10790         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10791         Reported by Damien Elmes <damien@repose.cx>.
10793 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10795         * gnus.el (gnus-mime): Remove unused custom group.
10797 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10799         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10800         "blank line" when searching for end of armor headers.
10802 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10804         * gmm-utils.el (gmm-write-region): Fix variable name.
10806 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10808         * gmm-utils.el (gmm-write-region): New function based on compatibility
10809         code from `mm-make-temp-file'.
10811         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10813         * nnmaildir.el (nnmaildir--update-nov)
10814         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10815         Use `gmm-write-region'.
10817 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10819         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10820         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10822         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10824         * message.el (message-replacement-char): New variable.
10825         (message-fix-before-sending): Use it.
10826         (message-simplify-subject): New function to remove duplicate code.
10827         (message-reply, message-followup): Use it.
10829         * gnus-sum.el (gnus-summary-make-menu-bar):
10830         Clarify gnus-summary-limit-to-articles.
10832 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * gnus-util.el (gnus-with-local-quit): New macro.
10836         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10838 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10840         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10841         ignore non-string data.
10843 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10845         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10846         non-string data (needs to be done in the registry too).
10848 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10850         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10851         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10852         (gnus-registry-split-fancy-with-parent)
10853         (gnus-registry-fetch-simplified-message-subject-fast)
10854         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10855         Remove text properties on ingress into the registry and when it's saved.
10856         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10857         registry from entries with no groups.
10859 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10861         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10862         function to remove string properties.
10864 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10866         * gmm-utils.el (gmm): Adjust custom version.
10868         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10869         Adjust custom version.
10871         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10873 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10875         * gnus-art.el (gnus-insert-prev-page-button)
10876         (gnus-insert-next-page-button): Simplify.  Reformat.
10878 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10880         * gnus-art.el (gnus-insert-prev-page-button)
10881         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10883 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10885         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10887 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10889         * gnus-art.el (gnus-insert-mime-button)
10890         (gnus-insert-mime-security-button):
10891         Apply gnus-article-button-face to MIME and security buttons.
10893 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10895         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10896         readable.
10898 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10900         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
10902 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10904         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10905         `browse-url-of-file' instead of `browse-url'.
10907 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10909         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10910         regexp.  Articles containing quotation were cut prematurely.
10912 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10914         * message.el (message-cite-original-1): Use nobody by default for the
10915         value of From header.
10916         (message-reply): Ditto.
10918 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10920         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10921         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10922         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10924 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10926         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10927         mails in the doc string.  Add some URLs in comment.
10928         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10930 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10932         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10933         backslashes handling and the way to find boundaries of quoted strings.
10935 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10937         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10938         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10939         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10940         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10942 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10944         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10945         doc string.
10946         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10948 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10950         * lpath.el: Fbind epg-check-configuration.
10952 2006-09-06  Simon Josefsson  <jas@extundo.com>
10954         * mml2015.el (mml2015-use): Doc fix, mention epg.
10956 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10958         * mml2015.el (mml2015-use): Default to epg, if available.
10960 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10962         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10963         message-sender.
10964         (mml1991-epg-encrypt): Ditto.
10965         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10966         message-sender.
10967         (mml2015-epg-encrypt): Ditto.
10969 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10971         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10972         several common directories.
10974 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10976         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10977         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10979 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10981         * gnus-art.el (article-decode-encoded-words): Make it fast.
10983 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10985         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10987         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10988         in quoted string into `\'.
10990 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10992         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10993         Use standard-syntax-table.
10995 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10997         * gnus-art.el (gnus-decode-address-function): New variable.
10998         (article-decode-encoded-words): Use it to decode headers which are
10999         assumed to contain addresses.
11000         (gnus-mime-delete-part): Remove useless `or'.
11002         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11003         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11004         (gnus-nov-parse-line): Use it to decode From header.
11005         (gnus-get-newsgroup-headers): Ditto.
11006         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11008         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11009         (mail-decode-encoded-address-string): New alias.
11011         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11012         New function.
11013         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11014         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11015         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11016         (rfc2047-decode-string): Ditto.
11017         (rfc2047-decode-address-region): New function.
11018         (rfc2047-decode-address-string): New function.
11020 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11022         * message.el (message-caesar-buffer-body): Allow rotating headers.
11024         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11026         * message.el (message-insert-formated-citation-line): Fix %f.
11027         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11029 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11031         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11032         (gnus-bookmark-mouse-available-p): New macro.
11033         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11034         (gnus-bookmark-bmenu-show-infos): Use it.
11035         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11036         (gnus-bookmark-bmenu-hide-infos): Ditto.
11037         (gnus-bookmark-remove-properties): New function.
11038         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11039         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11040         (gnus-bookmark-write-file): Bind coding-system-for-write.
11041         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11042         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11043         group before selecting it.
11044         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11045         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11046         quit-window if it is not available; use gnus-mouse-2 and bind it to
11047         gnus-bookmark-bmenu-select-by-mouse.
11048         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11049         (gnus-bookmark-bmenu-select-by-mouse): New function.
11051 2006-08-13  Romain Francoise  <romain@orebokech.com>
11053         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11054         space.
11056 2006-08-10  Romain Francoise  <romain@orebokech.com>
11058         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11059         (dns-mode-soa-auto-increment-serial): New user option.
11060         (dns-mode-soa-maybe-increment-serial): New function.
11061         (dns-mode): Add the latter to `write-contents-functions'.
11063 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11065         * compface.el (uncompface): Use binary rather than raw-text-unix.
11067 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11069         * compface.el (uncompface): Make sure the eol conversion doesn't take
11070         place when communicating with the external programs.
11071         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11073 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11075         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11077 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11079         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11080         Make it more robust by parsing author and date independently.
11082 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11084         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11086 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11088         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11089         first matching secret key.
11090         (mml2015-epg-encrypt): Ditto.
11092         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11093         first matching secret key.
11094         (mml1991-epg-encrypt): Ditto.
11096         * mml2015.el (mml2015-encrypt-to-self): New user option.
11097         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11098         mml2015-epg-encrypt-to-self is set.
11100         * mml1991.el (mml1991-encrypt-to-self): New variable.
11101         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11102         mml1991-epg-encrypt-to-self is set.
11104         * mml2015.el (mml2015-signers): New user option.
11105         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11106         (mml2015-epg-encrypt): Allow to select signing keys.
11108         * mml1991.el (mml1991-signers): New variable.
11109         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11110         (mml1991-epg-encrypt): Allow to select signing keys.
11112 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11114         * nnheader.el (nnheader-insert-head): Make it work even if the file
11115         uses CRLF for the line-break code.
11117 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11119         * mml2015.el: Require mml-sec instead of password.
11120         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11121         (mml2015-cache-passphrase): Inherit the default value from
11122         mml-secure-cache-passphrase.
11123         (mml2015-passphrase-cache-expiry): Inherit the default value from
11124         mml-secure-passphrase-cache-expiry.
11126         * mml1991.el: Require mml-sec instead of password.
11127         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11128         (mml1991-cache-passphrase): Inherit the default value from
11129         mml-secure-cache-passphrase.
11130         (mml1991-passphrase-cache-expiry): Inherit the default value from
11131         mml-secure-passphrase-cache-expiry.
11133         * mml-sec.el: Require password.
11134         (mml-secure-verbose): New user option.
11135         (mml-secure-cache-passphrase): New user option.
11136         (mml-secure-passphrase-cache-expiry): New user option.
11138 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11140         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11141         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11142         andreas@altroot.de (Andreas Vögele).
11144         FIXME: Use `tiny change'?
11146 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11148         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11149         workaround for the url package included with Emacs.
11151         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11153 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11155         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11156         correctly.  This fixes a bug caused by the 2006-05-12 change.
11158 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11160         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11161         some information about the error when saying that the `bogus' mail
11162         group will be used.
11164 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11166         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11167         string.
11169 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11171         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11173 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11175         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11177 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11179         * mml1991.el (mml1991-function-alist): Add epg.
11180         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11181         (mml1991-epg-encrypt): New functions.
11183 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11185         * mml2015.el (mml2015-verbose): New variable.
11186         (mml2015-cache-passphrase): Ditto.
11187         (mml2015-passphrase-cache-expiry): Ditto.
11188         (mml2015-function-alist): Add epg.
11189         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11190         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11191         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11192         New functions.
11194 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11196         * message.el (message-cite-original-1): Preserve region when removing
11197         quoted text due to X-No-Archive in order to avoid bogus attribution
11198         when citing multiple messages.
11200 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11202         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11203         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11205 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11207         * gnus-diary.el (gnus-user-format-function-d)
11208         (gnus-user-format-function-D): Autoload.
11210         * imap.el (Commentary): Fix typo.
11212         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11213         2006-04-22 contribution.
11215 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11217         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11218         It didn't really fix the bogosity I'm seeing with solid web groups.
11220 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11222         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11223         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11224         created using server names.  If we use the feature without declaring
11225         it, Gnus does not properly manage server and group state.
11227         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11228         bound.
11230 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11232         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11233         looking up the method using GROUP's prefix before inventing a new one.
11234         It is used on killed/unknown groups in various places where returning
11235         an all-new method isn't expected by the caller.
11237         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11238         and match semantics of gnus-group-real-prefix.
11240 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11242         * nnmail.el (nnmail-broken-references-mailers): New variable.
11243         (nnmail-ignore-broken-references): New function generalizing
11244         nnmail-fix-eudora-headers.
11245         (nnmail-fix-eudora-headers): Now obsolete.
11247         * gnus-art.el (gnus-button-handle-custom):
11248         Support `customize-apropos*'.
11250 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11252         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11254         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11255         articles.
11257 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11259         * message.el (message-cite-reply-above): New variable.
11260         (message-yank-original): Use it.
11262 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11264         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11266 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11268         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11269         as read.
11271         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11273 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11275         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11276         (gnus-bookmark-default-file): Use gnus-directory.
11277         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11278         Remove "*" in doc string.
11279         (gnus-bookmark-write-file): Simplify.
11280         (gnus-bookmark-maybe-sort-alist): Use `when'.
11281         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11282         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11283         Add FIXME about Emacs 21 and XEmacs compatibility.
11284         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11285         compatibility.
11286         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11287         compatibility.
11288         (gnus-bookmark-menu-heading): Fix version.
11290 2006-06-19  Bastien Guerry  <bzg@altern.org>
11292         * gnus-bookmark.el: New file.
11294 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11296         * message.el (message-syntax-checks): Doc fix.
11298 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11300         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11301         unsubscribed groups as if they were killed ones.  It causes duplicate
11302         entries in gnus-newsrc-alist.
11304 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11306         * message.el (message-syntax-checks): Doc fix.
11307         (message-send-mail): Add check for continuation headers.
11308         (message-check-news-header-syntax): Fix regexp used to check for
11309         continuation headers.
11311 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11313         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11315 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11317         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11319 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11321         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11322         default-truncate-lines.
11324 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11326         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11327         to fill the utf-8 entry.
11329         * lpath.el: Fbind unicode-precedence-list.
11331 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11333         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11335 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11337         * gnus-agent.el (directory-files-and-attributes): Move all the way
11338         forward (the third and final move).
11339         (gnus-agent-read-agentview): Trap reconstruction errors due to
11340         nonexistent directory.  Handle by returning nil.
11342 2006-05-30  Didier Verna  <didier@xemacs.org>
11344         * message.el (message-dont-reply-to-names): Update the custom type.
11345         * message.el (message-dont-reply-to-names): New defsubst: potentially
11346         convert a list of regexps into a single one.
11347         * message.el (message-get-reply-headers): Use it.
11348         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11350 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11352         * gnus-agent.el (directory-files-and-attributes): Move forward.
11354 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11356         * gnus-ml.el (gnus-mailing-list-subscribe)
11357         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11358         (gnus-mailing-list-message): Fix doc strings.
11360 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11362         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11363         of doing it manually.
11365 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11367         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11368         comment.
11370 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11372         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11373         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11374         (gnus-agent-read-local): All symbols allocated in my-obarray.
11375         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11376         (gnus-agent-regenerate-group): Check numeric names to see if they are
11377         messages or groups.
11378         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11379         better way of do this...)
11381         * gnus-cache.el (gnus-agent-total-fetched-for):
11382         Ignore 'dummy.group' (there should be a better way of do this...)
11384 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11386         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11387         (gnus-saved-headers): Ditto.
11388         (gnus-default-article-saver): Mention functions may have properties.
11389         (gnus-article-save): Override gnus-save-all-headers and
11390         gnus-saved-headers by :headers property which saver function may have.
11391         (gnus-summary-save-in-file): Add :headers property.
11392         (gnus-summary-write-to-file): Ditto.
11394         * gnus-sum.el (gnus-summary-save-article): Bind
11395         gnus-prompt-before-saving to t when saving many articles in a file;
11396         always show all headers.
11398         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
11400 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11402         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11403         marks.
11405         * message.el (message-indent-citation): Add optional arguments to allow
11406         using it outside of message buffers.
11408         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11409         (gnus-article-treat-unfold-headers): Use it.
11410         (gnus-article-truncate-lines): New variable.
11411         (gnus-article-mode): Use it.
11412         (gnus-article-toggle-truncate-lines): New function.
11414         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11415         Add gnus-article-toggle-truncate-lines.
11417         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11418         coding system in XEmacs, use binary.
11420 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11422         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11423         after-load-alist.
11425         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11426         this function should save decoded articles.
11427         (gnus-summary-write-to-file): Use property to specify this function
11428         should save decoded articles and specify gnus-summary-save-in-file
11429         should be used to save articles other than the first one when saving
11430         many articles.
11431         (gnus-summary-save-body-in-file): Use property to specify this
11432         function should save decoded articles.
11433         (gnus-summary-write-body-to-file): Use property to specify this
11434         function should save decoded articles and specify
11435         gnus-summary-save-body-in-file should be used to save articles other
11436         than the first one when saving many articles.
11438         * gnus-sum.el (gnus-summary-save-article): Simplify.
11440 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11442         * gnus-art.el (gnus-default-article-saver):
11443         Add gnus-summary-write-body-to-file.
11444         (gnus-article-save-coding-system): Don't use coding system object
11445         in XEmacs.
11446         (gnus-read-save-file-name): Add optional `dir-var' argument which
11447         specifies directory in which files are saved; work even if optional
11448         `variable' argument is not specified.
11449         (gnus-summary-write-to-file): Read file name.
11450         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11451         (gnus-summary-write-body-to-file): New function.
11453         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11454         (gnus-summary-local-variables): Add it.
11455         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11456         (gnus-summary-save-article): Remove optional `decode' argument;
11457         determine whether to decode articles by the value of
11458         gnus-default-article-saver; when saving many files using
11459         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11460         it first and use gnus-summary-save-in-file or
11461         gnus-summary-save-body-in-file thereafter unless
11462         gnus-prompt-before-saving is always; move point to article which
11463         will be saved.
11464         (gnus-summary-save-article-file): Revert.
11465         (gnus-summary-write-article-file): Revert.
11466         (gnus-summary-save-article-body-file): Revert.
11467         (gnus-summary-write-article-body-file): New function.
11469 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11471         * gnus-art.el (gnus-default-article-saver): Doc fix.
11472         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11473         from gnus-summary-save-article-coding-system, and default to a
11474         certain coding system.
11475         (gnus-output-to-file): Add coding cookie and encode text according
11476         to gnus-article-save-coding-system; don't use mm-append-to-file.
11478         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11479         gnus-art.el and rename to gnus-article-save-coding-system.
11480         (gnus-summary-save-article): Require gnus-art; don't show all
11481         headers if it decodes articles; don't add coding cookie here;
11482         don't bind mm-text-coding-system-for-write.
11483         (gnus-summary-save-article-file): Save decoded articles.
11484         (gnus-summary-write-article-file): When saving many files, use
11485         gnus-summary-write-to-file first and gnus-summary-save-in-file
11486         thereafter unless gnus-prompt-before-saving is always.
11487         (gnus-summary-save-article-body-file): Save decoded articles.
11489         * lpath.el: Fbind select-safe-coding-system for XEmacs.
11491 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11493         * nnrss.el (nnrss-check-group): Bind hash-index.
11495 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11497         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11498         its hash index.  Store this hash in `nnrss-group-data'.
11499         (nnrss-read-group-data): Update accordingly.
11501 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11503         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11504         entry.
11506         * gnus-sum.el (gnus-summary-make-menu-bar):
11507         Add gnus-article-browse-html-article.
11509 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11511         * gnus-sum.el (gnus-summary-mime-map):
11512         Add gnus-article-browse-html-article.
11514         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11516 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11518         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11519         suitable coding systems in customize.
11521 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11523         * mail-source.el (mail-sources): Fix custom type.
11525 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11527         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11528         (gnus-summary-expire-articles-now): Shorten prompt.
11530         * gmm-utils.el (wid-edit): Require.
11531         (defun-gmm): Rename from `gmm-defun-compat'.
11532         (gmm-image-search-load-path): Use it.
11533         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11535 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11537         * gnus-sum.el (gnus-summary-save-article-coding-system):
11538         New variable.
11539         (gnus-summary-save-article): Add optional `decode' argument.
11540         If it is set and gnus-summary-save-article-coding-system is non-nil,
11541         save decoded article.
11542         (gnus-summary-write-article-file): Save decoded article if
11543         gnus-summary-save-article-coding-system is non-nil.
11545         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11546         type.
11548 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11550         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11552 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11554         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11555         first to test gnus-single-article-buffer which may be buffer-local.
11557         * gnus-sum.el (gnus-summary-setup-buffer):
11558         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11559         group; make gnus-article-buffer, gnus-article-current, and
11560         gnus-original-article-buffer always buffer-local.
11561         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11562         group.
11563         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11565 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11567         * nnml.el (nnml-request-compact-group): Compressed files might not
11568         have .gz extension.
11570 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11572         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11573         (mm-copy-to-buffer): Use with-current-buffer.
11574         (mm-display-part): Simplify.
11575         (mm-inlinable-p): Add optional arg `type'.
11577 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11579         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11580         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11581         Try harder to show the attachment internally or externally using
11582         gnus-mime-view-part-as-type.
11584 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11586         * message.el (message-from-style, message-signature-separator)
11587         (message-user-organization-file, message-send-mail-function)
11588         (message-citation-line-function, message-yank-prefix)
11589         (message-indent-citation-function, message-signature)
11590         (message-signature-file, message-signature-insert-empty-line):
11591         Remove autoloads.
11593         * gnus-art.el (gnus-buttonized-mime-types):
11594         Remove "multipart/signed".  Revert 2006-04-26 change.
11596 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11598         * gnus.el (gnus-version-number): Bump version.
11600 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11602         * gnus.el: No Gnus v0.5 is released.
11604 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11606         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11607         fetching articles by message-id.
11609 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11611         * message.el (hashcash): Require hashcash as normal.
11613         * ecomplete.el (ecomplete-highlight-match-line):
11614         Use point-at-eol.
11615         (ecomplete-highlight-match-line): Use `highlight', because that
11616         face exists in both Emacs and XEmacs.
11618         * message.el (message-display-abbrev): Use point-at-bol.
11620         * mail-source.el: Don't require timer/timer-funcs.
11622         * gnus-async.el: Ditto.
11624         * password.el: Ditto.
11626         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
11628         * mm-url.el: Ditto.
11630         * gnus-xmas.el: Don't require timer-funcs.
11632         * mm-util.el: Require timer/timer-funcs.
11634 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11636         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11637         Close.
11639 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11641         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11642         unibyte after clear-decrypt function runs.
11644         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11645         returns as a unibyte string.
11647 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11649         * lpath.el: Revert.
11651         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
11652         (pgg-gpg-process-sentinel): Revert.
11654         * pgg-pgp.el (pgg-pgp-process-region): Revert.
11655         (pgg-pgp-lookup-key): Revert.
11657         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
11658         (pgg-pgp5-lookup-key): Revert.
11660         * pgg.el (pgg-fetch-key): Revert.
11662 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11664         * lpath.el: Fbind string-as-multibyte for XEmacs.
11666         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11667         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11668         (mml1991-pgg-encrypt): Ditto.
11670         * pgg-gpg.el (pgg-string-to-multibyte): New function.
11671         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
11672         a multibyte buffer.
11674         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
11675         (pgg-pgp-lookup-key): Ditto.
11677         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
11678         (pgg-pgp5-lookup-key): Ditto.
11680         * pgg.el (pgg-fetch-key): Ditto.
11682 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11684         * message.el (message-user-organization-file): Check several
11685         locations of the organization file.
11687         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11688         Add gnus-article-view-part-as-type.
11690         * gnus-art.el (gnus-article-view-part-as-type): New function.
11692         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11693         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11695         * mml.el: Simplify autoload.
11696         (mml-mode): defvar dnd-protocol-alist instead of using
11697         symbol-value.
11698         (mml-default-directory): New variable.
11699         (mml-minibuffer-read-file): Use it.
11700         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11702         * message.el (message-citation-line-format): New variable.
11703         (message-insert-formated-citation-line): New function.
11704         (message-citation-line-function):
11705         Add `message-insert-formated-citation-line' to custom type.
11707         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11708         to doc string.
11710         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11711         depending on mm-verify-option.
11713 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11715         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11716         binding pgg-* variables; reimplement the section which prevents
11717         MIME header from being signed.
11718         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11719         pgg-text-mode; remove a blank line at the top of body.
11721         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11722         lines at the top of body; use gnus-newsgroup-charset if there's no
11723         Charset header.
11725 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11727         * message.el (message-self-insert-commands): Doc fix.
11729         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11730         (mm-uu-pgp-encrypted-test): Ditto.
11731         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11732         between header and body; return application/pgp-encrypted handle
11733         if decryption failed; decode decrypted body by charset.
11735         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11736         element match to application/pgp-*.
11738 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11740         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11741         HTML.
11743 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11745         * mail-source.el (mail-source-call-script): Message the error
11746         string.
11748 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11750         * gnus-util.el (gnus-byte-compile): Use it.
11752 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11754         * gnus-util.el (kill-empty-logs): New function.
11756 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11758         * message.el (message-mail-alias-type): Doc fix.
11759         (message-mail-alias-type-p): New function.
11760         (message-send): Use it.
11761         (message-mode): Ditto.
11762         (message-strip-forbidden-properties): Ditto.
11764         * ecomplete.el (ecomplete-database-file-coding-system):
11765         New variable.
11766         (ecomplete-save): Use it.
11767         (ecomplete-setup): Use it.
11769 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11771         * message.el (message-self-insert-commands): New variable.
11772         (message-strip-forbidden-properties): Use it.
11774 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11776         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11777         that doesn't make XEmacs choke.
11779 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * gnus-util.el (gnus-replace-in-string):
11782         Prefer replace-regexp-in-string over of replace-in-string.
11784 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11786         * gnus-util.el (gnus-select-frame-set-input-focus):
11787         Use select-frame-set-input-focus if it is available in XEmacs; use
11788         definition defined in Emacs 22 for old Emacsen.
11790         * dgnushack.el: Autoload unmorse-region for XEmacs.
11792         * lpath.el: Bind cursor-in-non-selected-windows and
11793         select-frame-set-input-focus for XEmacs.
11795 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11799 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11801         * gnus-registry.el (gnus-registry-cache-save): Remove text
11802         properties when saving via the temp buffer.
11804 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11806         * message.el (message-generate-hashcash): Honor custom type.
11808 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11810         * message.el (message-generate-hashcash): Default to non-nil when
11811         hashcash is found.
11813         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11814         (gnus-refer-thread-limit): Increase default to 500.
11816         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11818         * flow-fill.el (fill-flowed): Allow delete-space.
11820 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11822         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11823         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11824         Remove autoloads.
11826 2006-04-18  Simon Josefsson  <jas@extundo.com>
11828         * message.el (message-generate-hashcash): Default to.
11830 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11832         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11833         concatenating segments rather than before concatenating them.
11835 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11837         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11839 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11841         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11843         * message.el (message-forward-make-body-plain):
11844         Allow message-forward-ignored-headers to be a list.
11845         (message-remove-ignored-headers): Factor out into function.
11846         (message-forward-make-body-mml): Use it.
11848         * imap.el (imap-quote-specials): New function.
11849         (imap-login-auth): Quote specials.
11851         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11852         (rfc2231-parse-string): Allow concatanation of parameters that
11853         aren't contiguous.  The test case is
11854           (mail-header-parse-content-type "message/external-body;
11855             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11856             access-type=LOCAL-FILE;
11857             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11859 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11861         * nntp.el (nntp-accept-process-output): Return the value of
11862         `nnheader-accept-process-output'.
11864 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11866         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11867         (gnus-button-alist): Recognize more diff formats.
11868         (gnus-button-patch): Strip directory.
11870 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11872         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11873         Emacs 22 when setting focus.
11875 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11877         * gnus-art.el (gnus-article-treat-types): Do treatment of
11878         text/x-verbatim parts.
11879         (gnus-button-patch): New command.
11881         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11882         addresses that contain invalid characters.
11884 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11886         * message.el (message-put-addresses-in-ecomplete):
11887         Use gnus-replace-in-string.
11888         (message-is-yours-p): Use the more correct
11889         mail-header-parse-address instead of
11890         mail-extract-address-components.
11891         (message-put-addresses-in-ecomplete): Fix typo.
11893         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11894         keystroke.
11896         * gnus-art.el (gnus-treatment-function-alist): Change order of
11897         newsgroups/generic header folding to avoid double-folding.
11899         * message.el (message-hidden-headers): Add X-Draft-From.
11901         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11902         New command.
11903         (gnus-summary-repeat-search-article-backward): New command.
11905         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11906         groups in the parent topic.
11908 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11910         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11911         (spam-extra-header-to-number): Return the CRM114 number as a
11912         number instead of a string.
11914 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11916         * gnus-art.el (gnus-face-properties-alist): Move here from
11917         gnus-fun.
11919         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11921 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11923         * message.el (message-strip-forbidden-properties): Only display on
11924         self-insert-command.
11926         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11927         reindent.
11928         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11930 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11932         * smiley.el (smiley-style): Fix typo.
11934 2006-03-23  Kenichi Handa  <handa@m17n.org>
11936         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11937         instead of set-buffer-multibyte.
11939 2006-03-23  Kenichi Handa  <handa@m17n.org>
11941         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11942         buffer and then decode the buffer text if necessary.
11943         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11944         first, and after mm-encode-body, change the buffer to unibyte.
11946 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948         * hashcash.el (hashcash-insert-payment-async-2):
11949         Use message-goto-eoh instead of doing it manually.
11950         (mail-add-payment): Use message-narrow-to-header instead of trying
11951         to do the same itself.
11953         * message.el (message-hidden-headers): Add Face.
11955         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11956         reparenting code.
11957         (gnus-summary-reparent-children): Refactored out code.
11958         (gnus-summary-thread-map): New keystroke.
11959         (gnus-summary-reparent-children): Make into command.
11961         * smiley.el (smiley-style): Default to `medium' if using a large
11962         font.
11964         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11965         does it itself.
11967         * message.el (message-point-in-header-p): Simplify definition.
11969 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11971         * nnagent.el (nnagent-request-set-mark): Silence log file
11972         writing.
11973         (nnagent-request-set-mark): Use write-region instead of
11974         append-to-file.
11976         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11977         strange select method.
11979         * ecomplete.el (ecomplete-display-matches): Get highlightling
11980         right.
11981         (ecomplete-display-matches): Use literals.
11982         (ecomplete-display-matches): Disable message logging.
11984         * message.el (message-display-abbrev): Small optimization.
11986         * ecomplete.el (ecomplete-display-matches): Allow automatic
11987         display.
11989         * message.el (message-strip-forbidden-properties):
11990         Display abbrevs.
11991         (message-display-abbrev): Get automatic display right.
11993         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11994         keystrokes.
11996 2006-04-13  Romain Francoise  <romain@orebokech.com>
11998         TODO: Backport to v5-10!
12000         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12001         Move here (and rename) from gnus-registry.el.
12003         * gnus-registry.el: Require gnus-util.
12004         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12006 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12008         * gnus-group.el (gnus-group-catchup-current):
12009         Change if-then-else-if-then-else into cond.
12010         (gnus-group-catchup): Indent.
12011         (group-name-at-point): New function.
12012         (gnus-fetch-group): Provide default from thing at point.
12014 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12016         * message.el (message-display-abbrev): Fix regexp.
12018         * ecomplete.el (ecomplete-highlight-match-line):
12019         Reimplement choosing.
12020         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12021         dead variables.
12023         * message.el (message-newline-and-indent): Remove debugging.
12024         (message-display-abbrev): Use new implementation.
12026 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12028         * gnus-art.el (gnus-article-mode):
12029         Set cursor-in-non-selected-windows to nil.
12031         * smiley.el: Revert previous change.
12032         (smiley-data-directory): defvar it before using it in the
12033         defcustom of `smiley-style'.
12035 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12037         * message.el (message-newline-and-indent): New function.
12039         * ecomplete.el: Implement more bits.
12041         * message.el (message-put-addresses-in-ecomplete): Clean up the
12042         string.
12044         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12046         * gnus-sum.el (gnus-summary-save-parts):
12047         Bind gnus-summary-save-parts-counter and use it to make unique file
12048         names.
12050         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12052         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12053         parameter to say whether to actually parse the individual
12054         addresses.
12056         * message.el (message-put-addresses-in-ecomplete): New function.
12057         (ecomplete): Require.
12058         (message-mail-alias-type): Add ecomplete as an option.
12060 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12062         * flow-fill.el (fill-flowed): Remove trailing space from blank
12063         quoted lines.
12065 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12067         * smiley.el (smiley-style): Move definition later to avoid a
12068         compilation warning.
12070 2006-04-12  Kenichi Handa  <handa@m17n.org>
12072         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12073         buffer and then decode the buffer text if necessary.
12074         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12075         first, and after mm-encode-body, change the buffer to unibyte.
12076         Use mm-disable-multibyte instead of set-buffer-multibyte.
12078 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12080         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12081         Content-Type header instead of Content-Disposition header.
12082         (gnus-mime-inline-part): Ditto.
12083         (gnus-mime-view-part-as-charset): Ignore charset that the part
12084         specifies.
12086         * mm-decode.el (mm-display-part): Work with external parts and
12087         usual parts similarly.
12089         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12090         instead of gnus-display-mime.
12092         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12093         instead of with-temp-buffer.
12095         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12096         tag to summarized topics part in order to encode non-ASCII text.
12098 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12100         * smiley.el (smiley-style): New variable.
12101         (smiley-directory): New function.
12102         (smiley-data-directory): Derive from `smiley-style' using
12103         `smiley-directory'.
12104         (smiley-regexp-alist): Add new entries.
12106         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12107         (gnus-article-browse-delete-temp): Add :version.
12109 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12111         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12112         the sieve region.
12114 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12116         * gnus.el (gnus-version-number): Bump version.
12118 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12120         * gnus.el: No Gnus v0.4 is released.
12122 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12124         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12125         layout.
12127         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12128         unknown charset.
12130         * message.el (message-header-synonyms): Add Original-To to the
12131         default.
12133         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12134         optional parameter.
12136 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12138         * gnus-fun.el (gnus): Require it for gnus-directory.
12140 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12142         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12144 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12146         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12148 2006-04-05  Simon Josefsson  <jas@extundo.com>
12150         * password.el (password-reset): New function.
12152 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12154         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12155         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12157 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12159         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12160         Some whitespace was matched into the url, which broke browsing hits
12161         > 100 when mm-url-use-external was nil.
12163 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12165         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12166         Check gnus-extra-headers for 'Newsgroups.
12168         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12169         bound.
12171 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12173         * pgg-gpg.el: Clean up process buffers every time gpg processes
12174         complete.
12176 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12178         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12179         doc string.
12181 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12183         * pgg-gpg.el (pgg-gpg-process-filter)
12184         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12186         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12187         lines, temporary fix.
12189 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12191         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12193 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12195         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12196         default-enable-multibyte-characters.  This reverts the change from
12197         revision 6.17 which is no longer necessary because the passphrase
12198         is sent separately now.  GnuPG messages are unreadable under
12199         multibyte locales with default-enable-multibyte-characters set to
12200         nil.
12202 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12204         * message.el (message-tool-bar-gnome): Move "spell".
12206 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12208         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12209         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12210         instead.
12212 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12214         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12215         Improve newsgroups handling for NNTP overviews which don't include
12216         Newsgroups.
12218 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12220         * message.el (message-resend): Bind message-generate-hashcash to nil.
12222 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12224         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12225         when searching for already-paid recipients.
12227 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12229         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12230         passphrases when it is not needed.
12231         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12232         passphrase stuff from gpg, should only be necessary when you use
12233         gpg with a smartcard.
12235 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12237         * mml.el (mml-insert-mime): Ignore cached contents of
12238         message/external-body part.
12240         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12241         (mm-insert-part): Ditto.
12243 2006-03-23  Simon Josefsson  <jas@extundo.com>
12245         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12246         Reiner.
12247         (pgg-gpg-use-agent-p): Use it again.
12249 2006-03-23  Simon Josefsson  <jas@extundo.com>
12251         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12252         older emacsen.
12253         (pgg-gpg-use-agent-p): Don't use it.
12255 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12257         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12258         if we can.
12260 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12262         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12263         (pgg-gpg-update-agent): New function.
12264         (pgg-gpg-use-agent-p): New function.
12265         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12266         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12267         (pgg-gpg-sign-region): Use it.
12269 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12271         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12272         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12274 2006-03-21  Simon Josefsson  <jas@extundo.com>
12276         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12277         <wilde@sha-bang.de>.
12278         (pgg-gpg-use-agent): New variable.
12279         (pgg-gpg-process-region): Use it.
12280         (pgg-gpg-encrypt-region): Likewise.
12281         (pgg-gpg-encrypt-symmetric-region): Likewise.
12282         (pgg-gpg-decrypt-region): Likewise.
12283         (pgg-gpg-sign-region): Likewise.
12284         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12286 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12288         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12290         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12291         Add comment on version.
12293 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12295         * smiley.el: Add missing test smiley.
12297 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12299         * mm-decode.el (mm-with-part): New macro.
12300         (mm-get-part): Use it; work with message/external-body as well.
12301         (mm-save-part): Treat name and filename equally.
12303         * mm-extern.el (mm-extern-cache-contents): New function.
12304         (mm-inline-external-body): Use it; force the part to be displayed;
12305         move undisplayer added to the cached handle to the parent.
12307         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12308         (gnus-mime-view-part-as-type): Work with message/external-body.
12310         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12312 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12314         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12315         images in image-load-path.  [Sync with image.el, revision 1.60, in
12316         Emacs.]
12318 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12320         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12321         path rather than symbol.  Always return list of directories.
12322         Guarantee that image directory comes first.  [Sync with image.el,
12323         revision 1.59, in Emacs.]
12325         * message.el (message-make-tool-bar): Adjust to new API of
12326         `gmm-image-load-path-for-library'.
12328         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12330         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12332 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12334         * gnus-art.el (gnus-article-only-boring-p):
12335         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12336         intangible text.
12337         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12339 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12341         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12342         Use `defun' instead of `gmm-defun-compat'.
12344 2006-03-14  Simon Josefsson  <jas@extundo.com>
12346         * message.el (message-unique-id): Don't use message-number-base36
12347         if (user-uid) is a float.
12348         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12350 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12352         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12354         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12355         empty line between a part and a message part.
12357 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12359         * smiley.el: Add more test smileys.
12360         (smiley-data-directory, smiley-regexp-alist)
12361         (gnus-smiley-file-types): Fix doc strings.
12362         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12363         adding new elements.
12364         (smiley-mouse-map): Unused code.  Make it a comment.
12366 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12368         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12369         scan latest NoCeM messages instead of old ones.
12370         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12371         delimiters that are recently used.
12372         (gnus-nocem-load-cache): Add autoload cookie.
12374         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12376         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12377         level which is larger than gnus-use-nocem is specified.
12379         * gnus-group.el (gnus-group-get-new-news): Ditto.
12381 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12383         * gnus-util.el (gnus-tool-bar-update): New function.
12385         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12386         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12388         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12390         * gnus-group.el (gnus-group-redraw-when-idle)
12391         (gnus-group-redraw-check): Remove.
12392         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12394 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12396         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12397         if optional last element is specified in splits (FIELD VALUE...).
12399 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12401         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12402         to gmm-image-load-path-for-library.  Call with no-error argument.
12403         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12405         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12407         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12409         * gmm-utils.el (gmm-image-load-path): Remove alias.
12411 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12413         * gmm-utils.el (gmm-image-load-path): Add alias.
12415         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12416         nnml-generate-nov-databases-1.
12417         (nnml-generate-nov-databases): Use it.
12418         (nnml-generate-nov-databases-directory): Document no-active
12419         argument.
12421         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12422         directory if path is t.  Add no-error.
12424         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12425         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12427         * gnus-art.el (gnus-article-browse-delete-temp-files):
12428         Simplify resetting gnus-article-browse-html-temp-list.
12430         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12431         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
12432         Add example to docstring.  Rename local variables.  Move error
12433         checks to default case in cond and simplify.
12435 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12437         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12438         handle is multipart when calling it recursively.
12439         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12441 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12443         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12444         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12446 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12448         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12449         is loaded.
12451         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12452         loaded.
12454 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12456         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12457         to "Emacs 23 (unicode)" in doc string.
12459         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12460         "Emacs 23 (unicode)" in comment.
12462 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12464         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12466         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12467         characters 160 through 255 in Emacs 23.
12469 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12471         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12472         gnus-article-browse-html-temp.
12473         (gnus-article-browse-delete-temp): Make it customizable.
12474         Add `file'.  Adjust doc string.
12475         (gnus-article-browse-delete-temp-files): Add argument.
12476         Allow query for each file.  Adjust doc string.
12477         (gnus-article-browse-html-parts):
12478         Add `gnus-article-browse-delete-temp-files' to
12479         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12481 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12483         * gnus-art.el (gnus-article-browse-html-temp)
12484         (gnus-article-browse-delete-temp): New variables.
12485         (gnus-article-browse-delete-temp-files): New function.
12486         (gnus-article-browse-html-parts): Use it.
12488 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12490         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12492         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12493         string.
12495         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12496         gnus-summary-insert-new-articles when unplugged.
12497         Remove gnus-summary-search-article-forward.
12499         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12500         display-visual-class instead of display-color-cells.
12502 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12504         * dgnushack.el: Autoload customize-group for XEmacs.
12506         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12507         message/* containing non-ASCII text properly.
12509 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12511         * message.el: Require gmm-utils, remove autoloads.
12512         (message-tool-bar): Set default based on
12513         gmm-tool-bar-style.
12514         (message-tool-bar-gnome): Add gmm-customize-mode.
12516         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12517         gmm-tool-bar-style.
12518         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12520         * gnus-group.el (gnus-group-tool-bar): Set default based on
12521         gmm-tool-bar-style.
12522         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12524         * gmm-utils.el (gmm-image-directory): Rename variable from
12525         gmm-image-load-path.
12526         (gmm-image-load-path): Use gmm-image-directory.
12527         (gmm-customize-mode): New function.
12528         (gmm-tool-bar-style): New variable.
12530         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12531         gnus-group-redraw-line-number.
12532         (gnus-group-redraw-check): Simplify.
12533         (gnus-group-tool-bar-update): Remove redraw check.
12534         (gnus-group-make-tool-bar): Add redraw check.
12536 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12538         * gnus-art.el (gnus-button): Add missing parentheses.
12540 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12542         * lpath.el: Fbind line-number-at-pos.
12544 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12546         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12548 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12550         * gnus-art.el (gnus-button): New face.
12551         (gnus-article-button-face): Use it.
12553         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12554         Add gnus-summary-next-page.  Re-order.
12556         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12557         next-node are now included.
12558         (gnus-group-redraw-line-number): New internal variable.
12559         (gnus-group-redraw-check): Helper function for updating the tool
12560         bar.
12561         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12563         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12565         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12566         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12567         Use it to match format of Spamassassin 3.0 and later.
12568         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12569         (spam-check-bogofilter)
12570         (spam-bogofilter-register-with-bogofilter): Fix args of
12571         `gnus-error' calls.
12573 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12575         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12576         unnecessary interaction when sending queued mails.
12577         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12579 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12581         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12582         first or last are nil.
12584 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12586         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12588 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12590         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12592 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12594         * dns.el (query-dns): Protect more against buggy tcp output.
12596 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12598         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12599         nov.php.
12601 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12603         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12604         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12605         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12606         output on the server side.
12607         (nnweb-google-create-mapping): Update regexps and add some
12608         progress indication.
12610 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12612         * gnus-group.el (gnus-group-tool-bar-gnome):
12613         Fix gnus-agent-toggle-plugged.  Re-order icons.
12614         (gnus-group-tool-bar-gnome):
12615         Add gnus-group-{prev,next}-unread-group.
12616         (gnus-group-tool-bar-gnome): Re-order icons.
12618         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12619         Move gnus-summary-insert-new-articles.
12621         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12622         Fix comments.
12624         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12625         also available in Emacs 21.3.
12627         * message.el (message-fix-before-sending): Change "Emacs 22" to
12628         "Emacs 23 (unicode)" in comment.
12630         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12631         "Emacs 23 (unicode)" in comment.
12633         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12634         comment.
12635         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12637         * mm-view.el (mm-fill-flowed): Add :version.
12639 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12641         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12642         and load-path.
12644 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12646         * message.el: Autoload gmm-image-load-path.
12647         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12648         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12649         consitency.
12651         * gmm-utils.el (gmm-image-load-path): Also search in
12652         "../etc/images".  Don't set gmm-image-load-path if we don't find
12653         the image.
12655 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12657         * gmm-utils.el (gmm-image-load-path): Don't make
12658         `gmm-image-load-path' include subdirectories which the second arg
12659         `image' might specify.
12661         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12662         subdirectory to icon file names.
12664         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12666 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12668         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12669         gmm-image-load-path calls.
12671         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12673         * message.el (message-make-tool-bar): Ditto.
12675         * mml.el (mml-preview): Add comment concerning tool bar icons.
12677         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12678         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12680         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12681         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12683         * message.el (message-tool-bar-gnome): Use new icon names.
12684         (message-make-tool-bar): Use `gmm-image-load-path'.
12686         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12687         New functions from MH-E.
12688         (gmm-image-load-path): New variable from MH-E.
12689         (gmm-image-load-path): New function from MH-E.  Add arguments
12690         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12691         *-image-load-path-called-flag.
12693 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12695         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12697 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12699         * nnimap.el (nnimap-request-move-article): Change folder back to
12700         source group before deleting.
12702 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12704         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12706         * gnus-art.el (mm-url-insert-file-contents-external):
12707         Autoload mm-url.
12709         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12711 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12713         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12714         coding system which mm-charset-to-coding-system returns for a
12715         given charset is valid.
12717 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12719         * html2text.el (html2text-remove-tag-list):
12720         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12722 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12724         * gnus-cus.el: Revert 2005-10-17 change.
12726 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12728         * gnus-art.el (article-strip-banner):
12729         Call article-really-strip-banner only when the regexp match is made.
12731 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12733         * gnus-art.el (article-strip-banner):
12734         Use gnus-extract-address-components instead of
12735         mail-header-parse-addresses to make it work with non-ASCII text;
12736         remove mail-encode-encoded-word-string.
12738         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12739         values which are surrounded with \"...\"; make it never cause a
12740         Lisp error; give up parsing of parameters if it failed in
12741         extracting type.
12743 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12745         * smime.el (smime-cert-by-ldap-1): Fix bug where
12746         `smime-ldap-search' returns results without userCertificates.
12748 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12750         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12752 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12754         * spam.el (spam-check-spamassassin-headers): Adapt format for
12755         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12756         <ari@mbf.ocn.ne.jp>.
12757         (spam-list-of-processors): Add spam-use-gmane.
12759 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12761         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12762         make-temp-file; make it work with XEmacs as well.
12764         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12765         mm-make-temp-file.
12767         * mm-decode.el (mm-display-external): Use the 3rd arg of
12768         mm-make-temp-file.
12769         (mm-create-image-xemacs): Ditto.
12771 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12773         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12774         with message-narrow-to-headers.
12775         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12776         (gnus-draft-check-draft-articles): New function.
12777         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12779 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12781         * gnus-art.el (gnus-article-browse-html-parts):
12782         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12783         Don't use suffix argument for mm-make-temp-file for Emacs 21
12784         compatibility.  Remove useless `format'.
12786 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12788         * nnweb.el (nnweb-google-wash-article): Update regexps.
12789         (nnweb-group-alist): Use defvoo instead of defvar.
12791 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12793         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12794         re-loading nn* modules.
12796 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12798         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12799         for `tool-bar-mode' and don't check it's default-value.
12801         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12803         * message.el (message-make-tool-bar): Ditto.
12805         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12806         `substring'.  Shorten tmp-file name.
12808         * gnus.el: Remove bogus comment.
12810 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12812         * gnus-art.el (gnus-article-browse-html-parts): New function.
12813         (gnus-article-browse-html-article): New function for viewing html
12814         articles with a browser.
12816 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12818         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
12819         in elisp.
12820         (pgg-gpg-encrypt-symmetric-region): Ditto.
12821         (pgg-gpg-sign-region): Ditto.
12823         * pgg-def.el (pgg-text-mode): New variable.
12825         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12826         (mml2015-pgg-encrypt): Ditto.
12828         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12829         (mml1991-pgg-encrypt): Ditto.
12831 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12833         * nnfolder.el (nnfolder-insert-newsgroup-line):
12834         Use message-make-date instead of current-time-string.
12836         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12837         to gnus-decoded which mm-uu might set.
12839 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12841         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12842         don't decode quoted parameters; remove misimported Emacs code.
12843         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12844         (rfc2231-decode-encoded-string): Don't use split-string which
12845         behaves differently according to Emacs version; use
12846         mm-decode-coding-region to convert charset to coding-system.
12847         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12848         (rfc2231-encode-string): Remove misimported Emacs code.
12850 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12852         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12853         when calling mail-header-parse-content-type.
12854         (article-de-quoted-unreadable): Ditto.
12855         (article-de-base64-unreadable): Ditto.
12856         (article-wash-html): Ditto.
12858         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12859         calling mail-header-parse-content-type and
12860         mail-header-parse-content-disposition.
12861         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12862         mail-header-parse-content-type.
12864         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12865         insert charset and format parameters; encode description after
12866         inserting it to buffer.
12867         (mml-insert-parameter): Fold lines properly even if a parameter is
12868         segmented into two or more lines; change the max column to 76.
12870         * rfc1843.el (rfc1843-decode-article-body): Don't use
12871         ignore-errors when calling mail-header-parse-content-type.
12873         * rfc2231.el (rfc2231-parse-string): Return at least type if
12874         possible; don't cause an error even if it fails in parsing of
12875         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12876         (rfc2231-encode-string): Don't break lines at the beginning, leave
12877         it to mml-insert-parameter.
12879         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12880         calling mail-header-parse-content-type.
12882 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12884         * spam-report.el (spam-report-gmane-use-article-number):
12885         Improve doc string.
12886         (spam-report-gmane-internal): Check if a suitable header was found
12887         in the article.
12889 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12891         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12892         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12894 2006-02-05  Romain Francoise  <romain@orebokech.com>
12896         Update copyright notices of all files in the gnus directory.
12898 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12900         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12902 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12904         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12905         segmented lines of parameter value to cope with Thunderbird 1.5
12906         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12908         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12910 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12912         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12913         parts.
12915 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12917         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12918         there's only one active file for all servers.
12919         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12920         solid groups.  Gnus might have used a FAST request to select the group.
12921         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12922         and nnweb-search redundantly in the active file.
12923         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12924         (nnweb-request-create-group): Don't use ARGS.
12925         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12926         initialisations.  Let nnoo do the work.
12928 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12930         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12931         Say the part has been decoded.
12933         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12935 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12937         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12938         mailcap-viewer-test-cache when there's no 'test clause, since that
12939         will invert the meaning of a "nil" test previously determined by
12940         mailcap-mailcap-entry-passes-test.
12942 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12944         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12945         compiling.
12947         * gnus-sum.el: Ditto.
12949         * message.el: Don't bind tool-bar-map when compiling.
12951 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12953         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12955 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12957         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12958         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12959         current Google Groups.
12961 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12963         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12964         and tool-bar-mode.
12966         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12967         and tool-bar-mode.
12969         * message.el (message-tool-bar-update): Simplify.
12970         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12972         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12973         gnus-summary-buffer.
12974         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12975         gnus-summary-reply.
12977         * gmm-utils.el (gmm): Add :version.
12979 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12981         * Makefile.in (clean): New rule.
12982         (distclean): Use it.
12984 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12986         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12987         Don't autoload.
12989 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12991         * gmm-utils.el (gmm-verbose): Add :group.
12993 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12995         * message.el: Change some comments WRT tool-bars.
12997         * gnus-sum.el (gnus-summary-tool-bar)
12998         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12999         (gnus-summary-tool-bar-zap-list): New variables.
13000         (gnus-summary-make-tool-bar): Complete rewrite using
13001         `gmm-tool-bar-from-list'.
13003         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13004         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13005         New variables.
13006         (gnus-group-make-tool-bar): Complete rewrite using
13007         `gmm-tool-bar-from-list'.
13008         (gnus-group-tool-bar-update): New function.
13010         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13012 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13014         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13015         is dissected into a single part of which the type is the same as
13016         the given one; decode charset.
13018 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13020         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13021         into alists as symbol not string, since that's what
13022         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13023         look for.
13025 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13027         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13028         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13030         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13032 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13034         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13035         (gnus-xmas-mime-security-button-menu): New function.
13037         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13038         (gnus-mime-security-button-menu): New definition.
13039         (gnus-mime-security-button-map): Use them.
13040         (gnus-mime-security-button-menu): New function.
13041         (gnus-insert-mime-security-button): Addition to help echo.
13042         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13043         (gnus-mime-security-pipe-part): New functions.
13045         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13046         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13048         * mm-decode.el (mm-handle-set-disposition): Remove.
13049         (mm-handle-set-description): Remove.
13051 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13053         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13054         (mm-w3m-standalone-supports-m17n-p): New function.
13055         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13056         w3m usage.
13058         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13059         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13061 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13063         * message.el (message-tool-bar-zap-list):
13064         Use gmm-tool-bar-zap-list as custom type.
13065         (message-tool-bar-update): New function.
13066         (message-tool-bar, message-tool-bar-gnome)
13067         (message-tool-bar-retro): Add message-tool-bar-update.
13068         (message-tool-bar-gnome): Add flyspell-buffer.
13070         * gnus-util.el (gnus-error): Describe `args'.
13072         * gmm-utils.el (gmm-error): Describe `args'.
13073         (gmm-tool-bar-zap-list): New widget.
13074         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13076 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13078         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13079         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13080         the number of recursive calls.
13082         * mm-decode.el (mm-handle-set-disposition): New macro.
13083         (mm-handle-set-description): New macro.
13085 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13087         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13088         encoding.
13090 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13092         * message.el (message-tool-bar-zap-list, message-tool-bar)
13093         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13094         (message-tool-bar-local-item-from-menu): Remove.
13095         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13096         (message-make-tool-bar): New function.
13097         (message-mode): Use `message-make-tool-bar'.
13099         * gmm-utils.el: New file.
13100         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13101         (gmm-lazy): New widget copied from `nnmail.el'.
13102         (gmm-tool-bar-from-list): New function for creating customizable
13103         tool bars.
13104         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13105         output.
13106         (gmm): Add :prefix to defgroup.
13108 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13110         * gmm-utils.el (gmm-widget-p): New function.
13112 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13114         * mml.el (mml-attach-file): Describe `description' in doc string.
13115         (mml-menu): Add Emacs MIME manual and PGG manual.
13117 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13119         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13121 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13123         * nntp.el (nntp-end-of-line): Doc fix.
13125 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13127         * imap.el (imap-open): Handle case where buffer is a buffer
13128         object.
13130 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13132         * gnus-delay.el (gnus-delay): Don't autoload.
13133         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13134         to be re-loaded when customizing the `gnus-delay' group.
13136 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13138         * message.el (message-insert-citation-line): Use newlines.
13140 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13142         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13143         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13144         these routines, so the passphrase can be managed externally and
13145         passed in to the system.
13146         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13147         pgg-add-passphrase-to-cache function.
13149         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13150         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13151         these routines, so the passphrase can be managed externally and
13152         passed in to the system.
13153         (pgg-pgp5-sign-region): Use new name of
13154         pgg-add-passphrase-to-cache function.
13156 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13158         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13159         part of the decoded armor to find the key-identifier.
13160         (pgg-gpg-lookup-key-owner): New function to return the
13161         human-readable identifier of a key owner.
13162         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13163         itself.
13164         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13165         the key value) if we have a key and can match it against a secret
13166         key.  Also, added a note pointing out fact that the prompt only
13167         indicates the first matching key.
13169         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13170         pgg-decrypt-region.
13171         (pgg-add-passphrase-to-cache): Rename from
13172         `pgg-add-passphrase-cache' to reduce confusion (all callers
13173         changed).
13174         (pgg-remove-passphrase-from-cache): Rename from
13175         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13176         changed).
13177         (pgg-read-passphrase, pgg-add-passphrase-cache)
13178         (pgg-remove-passphrase-cache): Add informative docstrings.
13179         (pgg-decrypt): Convey provided passphrase in subordinate call to
13180         pgg-decrypt-region.
13182 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13184         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13185         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13186         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13187         'passphrase' argument, so the passphrase can be managed externally
13188         and then passed in to the system.
13190         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13191         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13192         so the passphrase cache can be used reliably with identifiers
13193         besides a pgp packet's key id.
13195         * pgg-gpg.el (pgg-gpg-encrypt-region)
13196         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13197         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13198         these routines, so the passphrase can be managed externally and
13199         passed in to the system.
13201         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13202         'notruncate' argument, so the passphrase cache can be used
13203         reliably with identifiers besides a pgp packet's key id.
13205 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13207         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13208         symmetric encryption.
13209         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13210         encrypted session key.
13211         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13212         message ask for the passphrase in a proper way.
13214         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13215         New user commands for symmetric encryption.
13217 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13219         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13221         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13223 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13225         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13227 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13229         * mm-decode.el (mm-inlined-types): Add application/pgp.
13230         (mm-automatic-display): Ditto.
13232         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13233         part as text.
13235 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13237         * nnrss.el: Update copyright.
13238         (nnrss-opml-import): Query whether to subscribe to each entry.
13240         * gnus-art.el:
13241         * gnus-sum.el:
13242         * gnus-xmas.el:
13243         * messagexmas.el:
13244         * mm-uu.el:
13245         * mm-view.el: Update copyright.
13247 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13249         * message.el (message-info): New function.
13250         (message-mode-menu): Add it.
13251         Update copyright.
13253         * ChangeLog: Fix and update copyright.
13255 2006-01-13  Romain Francoise  <romain@orebokech.com>
13257         * message.el (message-forward-subject-name-subject): Prefer the
13258         address to 'nowhere' if the sender has no name.
13259         Fix typo.  Update copyright year.
13261 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13263         * gnus-art.el (article-wash-html):
13264         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13265         (gnus-article-wash-html-with-w3m-standalone): New function.
13267         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13268         mm-inline-text-html-render-with-w3m-standalone.
13269         (mm-text-html-washer-alist): Map w3m-standalone to
13270         gnus-article-wash-html-with-w3m-standalone.
13271         (mm-inline-text-html-render-with-w3m-standalone): New function.
13273 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13275         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13276         Improve LaTeX.
13278 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13280         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13281         (nnrss-request-article): Render text/plain parts as HTML.
13283         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13284         the buffer.
13286 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13288         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13289         custom definition of `gnus-posting-styles'.
13291         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13292         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13294 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13296         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13297         Use nntp for bug archive.
13299 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13301         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13302         parts.
13303         (nnrss-normalize-date): New function converts ISO 8601 date into
13304         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13305         (nnrss-check-group): Use it.
13307 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13309         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13311         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13312         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13313         (nnrss-insert-w3): Ditto.
13315 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13317         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13318         the articles to be forwarded including the case where neither a
13319         number of articles nor a region is specified.
13321 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13323         * nnrss.el (nnrss-request-article): Fix last change; fill
13324         text/plain parts.
13326 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13328         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13329         in text/plain part.
13330         (nnrss-check-group): Don't add excessive newline to dc:subject.
13332 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13334         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13335         article.
13337 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13339         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13340         (nnml-use-compressed-files, nnml-save-mail): Support other
13341         comression programs such as bzip2.
13343 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13345         * dns.el (query-dns): Make sure we check the buffer size before
13346         removing tcp headers.
13348 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13350         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13351         remove MIME buttons associated with multipart/alternative parts.
13352         (gnus-mime-display-alternative): Tag buttons using `article-type'
13353         text property.
13355         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13356         associated with multipart/alternative parts.
13358         * gnus-art.el (gnus-signature-separator): Fix custom type.
13360         * mm-decode.el (mm-inlined-types): Fix custom type.
13361         (mm-keep-viewer-alive-types): Ditto.
13362         (mm-automatic-display): Ditto.
13363         (mm-attachment-override-types): Ditto.
13364         (mm-inline-override-types): Ditto.
13365         (mm-automatic-external-display): Ditto.
13367 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13369         * spam-report.el (spam-report-user-mail-address)
13370         (spam-report-user-agent): New variables.
13371         (spam-report-url-ping-plain): Use spam-report-user-agent.
13373 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13375         * gnus-art.el (gnus-button-handle-custom): Do not just use
13376         `customize-apropos' for any "M-x customize-*" button but the
13377         function called for.  Accept both the function name and its
13378         argument in order to achieve this.
13379         (gnus-button-alist): Remove support for "custom:" URL's.
13380         Pass function name to `gnus-button-handle-custom' in case of "M-x
13381         customize-*" buttons.
13383 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13385         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13386         multipart/alternative and add xref to mm-discouraged-alternatives
13387         in doc string.
13389         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13390         gnus-buttonized-mime-types in doc string.
13392 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13394         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13395         Suggest image/.* in the doc string.
13397 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13399         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13400         message-marks (Debian bug #342521).
13402 2005-12-12  Simon Josefsson  <jas@extundo.com>
13404         * password.el (password-read-from-cache): Add.
13405         (password-read): Use it.
13407 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * rfc2047.el (rfc2047-charset-to-coding-system):
13410         Recognize us-ascii as a MIME charset.
13412         * mm-bodies.el (mm-decode-content-transfer-encoding):
13413         Protect against the case where the 2nd arg TYPE is nil.
13415 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13417         * pop3.el (pop3-stream-type): Fix custom version.
13419         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13421 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13423         * mm-decode.el (mm-display-external): Add missing cdr.
13425 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13427         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13428         RFC1524) if it is in mailcap or add a suffix according to
13429         mailcap-mime-extensions when generating a temp filename; postpone
13430         deleting a temp file for 2 seconds for some wrappers, shell
13431         scripts, and so on, which might exit right after having started a
13432         viewer command as a background job.
13434 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13436         * nntp.el (nntp-marks-directory): Fix custom group.
13438         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13439         steps when < 10.
13441         * gnus-start.el (gnus-no-server-1):
13442         Mention `gnus-level-default-subscribed' in doc string.
13444 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13446         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13447         parens.
13449 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13451         * gnus-xmas.el (gnus-use-toolbar): Revert.
13452         (gnus-xmas-setup-toolbar): Use global default-toolbar if
13453         gnus-use-toolbar is default.
13455         * messagexmas.el (message-use-toolbar): Revert.
13456         (message-setup-toolbar): Use global default-toolbar if
13457         message-use-toolbar is default.
13459 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13461         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
13462         according to default-toolbar-visible-p.
13464         * messagexmas.el (message-use-toolbar): Ditto.
13466 2005-11-26  Dave Love  <fx@gnu.org>
13468         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13469         (tls-program, tls-success): Provide openssl alternative.
13471         * starttls.el: Doc fixes.
13472         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13473         SERVICE to PORT.
13475         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13476         port null or service name.
13477         (starttls-negotiate): Autoload.
13479 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13481         * message.el (message-kill-to-signature): Fix interactive spec.
13483 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13485         * pop3.el (pop3-open-server): Recognize a string as a service name.
13487 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13489         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13491 2005-11-23  Dave Love  <fx@gnu.org>
13493         Add pop3s, pop3/starttls.
13495         * pop3.el (pop3-authentication-scheme): Clarify doc.
13496         (open-tls-stream, starttls-open-stream): Autoload.
13497         (pop3-stream-type): New.
13498         (pop3-open-server): Use it.
13500         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13501         for POP.
13502         (mail-source-keyword-map): Add :stream for POP.
13503         (mail-source-fetch-pop): Use pop3-stream-type.
13505 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13507         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13508         of current-time-string.
13510 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13512         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13513         date header.
13515 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13517         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13518         it can seriously impact performance as it bypasses the agent's
13519         local caches.
13521 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13523         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13524         must be explicitly online rather than "not explicitly offline" for
13525         its flags to be synchronized.
13527         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13528         that gnus-uu-unmark-thread will function correctly.
13530         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13531         1024K is instead displayed as 1M.
13533 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13535         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13537 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13539         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13541 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13543         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13544         error message to display actual error condition.
13545         (gnus-agent-save-local): Avoid saving symbols that are bound to
13546         nil as they simply result in a warning message in
13547         gnus-agent-read-local.
13549 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13551         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13552         rather than make-variable-buffer-local for file-precious-flag.
13554 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13556         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13557         for duplicates which are removed.  The invalid sort check then
13558         triggers a rescan after the sort as sorting may have moved
13559         duplicate entries such that they can be cheaply detected.
13561 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13563         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13565 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13567         * gnus-agent.el (gnus-agent-article-alist-save-format):
13568         Change internal variable to a custom variable.  Change default value
13569         from compressed(2) to uncompressed(1).
13570         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13571         support for uncompressed agentview files.  Taken together, reading
13572         the agentview file should now be 6-7 times faster.
13574 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13576         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13577         as a buffer-local variable.  This avoids creating truncated
13578         dribble files as a result of a hang up, eg.
13580 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
13582         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
13583         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
13584         XEmacs.
13586 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13588         * gnus-start.el (gnus-start-draft-setup):
13589         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13591         * gnus.el (gnus-splash): Change custom group.
13592         (gnus-group-get-parameter, gnus-group-parameter-value):
13593         Describe allow-list argument.
13595         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13596         string.
13598 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13600         * gnus-art.el (gnus-default-article-saver): Add user-defined
13601         `function' to custom type.
13603 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13605         * imap.el (imap-open): Handle case where buffer is a buffer
13606         object.
13608 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13610         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13611         long lines.
13612         (gnus-cache-delete-group): Wrap doc strings.
13614         * gnus-agent.el (gnus-agent-rename-group)
13615         (gnus-agent-delete-group): Wrap doc strings.
13617 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * messagexmas.el (message-use-toolbar): Change the valid values
13620         into default, top, bottom, left, and right.
13621         (message-toolbar-thickness): New variable.
13622         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
13623         well.
13624         (message-setup-toolbar): Make it work.
13626         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
13627         (gnus-use-toolbar): Change the valid values into default, top,
13628         bottom, left, and right.
13629         (gnus-toolbar-thickness): New variable.
13630         (gnus-xmas-setup-toolbar): New function.
13631         (gnus-xmas-setup-group-toolbar): Use it.
13632         (gnus-xmas-setup-summary-toolbar): Use it.
13634 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13636         * gnus-start.el (gnus-1): Add "native" to
13637         gnus-predefined-server-alist.
13639         * gnus.el (gnus-method-to-server): Don't add "native" to the
13640         lists here, because that leads to problems when
13641         gnus-select-method is bound.
13643 2005-11-09  Simon Josefsson  <jas@extundo.com>
13645         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13646         use (not sort-by-date) instead.
13648 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13650         * gnus-delay.el (gnus-delay-group): Don't autoload.
13651         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13652         to be re-loaded when customizing the `gnus-delay' group.
13654 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13656         * message.el: Revert last changes.
13657         (message-insert-citation-line): Use newlines.
13659 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13661         * message.el (message-courtesy-message)
13662         (message-mark-insert-begin, message-mark-insert-end)
13663         (message-elide-ellipsis, message-cancel-message)
13664         (message-add-header, message-change-subject)
13665         (message-cross-post-followup-to-header)
13666         (message-cross-post-insert-note, message-reduce-to-to-cc)
13667         (message-widen-reply, message-delete-not-region)
13668         (message-kill-to-signature, message-insert-signature)
13669         (message-insert-importance-high, message-insert-importance-low)
13670         (message-insert-or-toggle-importance)
13671         (message-insert-disposition-notification-to)
13672         (message-indent-citation, message-yank-original)
13673         (message-cite-original-without-signature, message-cite-original)
13674         (message-insert-citation-line, message-position-on-field)
13675         (message-fix-before-sending, message-send-mail-partially)
13676         (message-send-mail, message-send-mail-with-sendmail)
13677         (message-send-mail-with-qmail, message-send-news)
13678         (message-check-news-header-syntax, message-generate-headers)
13679         (message-insert-courtesy-copy, message-fill-address)
13680         (message-fill-header, message-shorten-references)
13681         (message-setup-1, message-cancel-news)
13682         (message-forward-make-body-plain, message-forward-make-body-mime)
13683         (message-forward-make-body-mml, message-encode-message-body)
13684         (message-forward-make-body-digest-plain)
13685         (message-forward-make-body-digest-mime)
13686         (message-use-alternative-email-as-from): Insert `hard-newline'
13687         instead of ordinary newlines.
13689 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13691         * message.el (message-generate-headers): Downcase the argument
13692         given to message-check-element.
13694 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13696         * nntp.el (nntp-authinfo-rejected): New error condition.
13697         (nntp-wait-for): Use new error condition to signal authentication
13698         error.
13699         (nntp-retrieve-data): Rethrow new error condition to break out of
13700         recursive call to nntp-send-authinfo.
13702 2005-11-08  Romain Francoise  <romain@orebokech.com>
13704         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13705         (gnus-summary-exit-map): Bind to `Z p'.
13706         (gnus-summary-make-menu-bar): Add menu item.
13708 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13710         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13711         (gnus-treat-*): Add `first' in all doc strings.
13713         * gnus-group.el (gnus-group-compact-group): Fix typo.
13715 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * gnus.el (gnus-parameters-case-fold-search): New variable.
13718         (gnus-parameters-get-parameter): Use it.
13720         * gnus-score.el (gnus-home-score-file): Doc fix.
13722 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13724         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13726 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13728         * mm-util.el (mm-special-display-p): New function.
13730         * mml.el (mml-preview): Use it; doc fix.
13732 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13734         * imap.el (imap-open): Handle case where buffer is a buffer object.
13736 2005-10-29  Romain Francoise  <romain@orebokech.com>
13738         * message.el (message-fix-before-sending): Fix comment.
13740 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13742         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13744 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13746         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13747         Used in gnus-score.el.
13749 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13751         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13753 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13755         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13756         whitespace removed in revision 7.8.  Use concatenated string to
13757         protect trailing whitespace.
13759 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13761         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13762         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13763         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13764         Courier IMAP ("some version from 2004").  Mostly based on similar
13765         code in the same function.
13767 2005-10-26  Didier Verna  <didier@xemacs.org>
13769         * gnus-group.el (gnus-group-compact-group): Invalidate original
13770         article buffer.
13771         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13772         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13773         NOV database and in article itself.
13774         Invalidate article backlog.
13776 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13778         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13780 2005-10-26  Simon Josefsson  <jas@extundo.com>
13782         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13783         part of 2004-07-25 change.
13785 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13787         * message.el (message-display-completion-list): New function.
13788         (message-expand-group): Use it; make sure the Completions buffer
13789         is modifiable.
13790 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13792         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13793         user-mail-name is an empty string.
13795 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13797         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13798         depending on gnus-score-decay-constant.
13800         * encrypt.el (encrypt-insert-file-contents)
13801         (encrypt-write-file-contents): Don't use `gnus-message'.
13803         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13804         arguments.
13805         (mm-uu-type-alist): Add message-marks and insert-marks.
13806         Pass arguments to mm-uu-verbatim-marks-extract.
13807         (mm-uu-hide-markers): New variable.
13808         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13810         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13811         (gnus-convert-image-to-face-command): Use "convert" by default to
13812         allow other input image formats.
13813         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13814         accordingly.
13816 2005-10-23  Simon Josefsson  <jas@extundo.com>
13818         * imap.el (imap-gssapi-program): Align command line parameters
13819         with latest GNU SASL.
13820         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13822 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13824         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13825         HTML.
13826         (nnslashdot-request-article): Ditto.
13828         * lpath.el (featurep): Add nobreak-char-display.
13830 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13832         * mail-source.el (mail-source-fetch-pop): Require pop3.
13833         (mail-source-check-pop): Ditto.
13835 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13837         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13838         errors.
13840 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13842         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13843         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13845         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13847         * mm-bodies.el (mm-decode-string):
13848         Call `mm-charset-to-coding-system' with allow-override argument.
13850 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13852         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13853         (rfc2047-charset-to-coding-system): New function.
13854         (rfc2047-decode-encoded-words): New function.
13855         (rfc2047-decode-region): Use them.
13856         (rfc2047-decode-cte): Remove.
13857         (rfc2047-parse-and-decode): Remove.
13858         (rfc2047-decode): Remove.
13860 2005-10-15  Kenichi Handa  <handa@m17n.org>
13862         * rfc2047.el (rfc2047-decode-cte): New function.
13863         (rfc2047-decode-region): Change the way to decode successive
13864         encoded-words: decode B- or Q-encoding in each encoded-word,
13865         concatenate them, and decode it as charset.
13867 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13869         * lpath.el: Fbind codepage-setup for XEmacs.
13871 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13873         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13874         widget-move-and-invoke.
13875         (gnus-custom-mode): Use gnus-custom-map.
13877 2005-10-15  Bill Wohler  <wohler@newt.com>
13879         * message.el (message-tool-bar-map): Rename image file from
13880         mail_send to mail/send.
13882 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13884         * message.el (message-expand-group): Pass the common
13885         prefix substring of completion to `display-completion-list'.
13887 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13889         * mml-sec.el (mml-secure-method): New internal variable.
13890         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13891         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13892         New functions using mml-secure-method.
13894         * mml.el (mml-mode-map): Add key bindings for those functions.
13895         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13896         Harder <harder@myrealbox.com>.
13897         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13898         Goto end of message if point is the headers of the message.
13900         * message.el (message-in-body-p): New function.
13902         * assistant.el: Autoload gnus-util and netrc.
13904         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13905         Use `mm-charset-override-alist' only when decoding.
13907         * mm-bodies.el (mm-decode-body):
13908         Call `mm-charset-to-coding-system' with allow-override argument.
13910         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13911         `filename' from Content-Disposition if Content-Type doesn't
13912         provide `name'.
13913         (gnus-mime-view-part-as-type): Set default instead of
13914         initial-input.
13916 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13918         * format-spec.el (format-spec): Propagate text properties of % spec.
13920 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13922         * gnus-art.el (gnus-treat-predicate): Add `first'.
13924 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13926         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13927         (mm-charset-override-alist): New variable.
13928         (mm-charset-to-coding-system): Use it.
13929         (mm-codepage-setup): New helper function.
13930         (mm-charset-eval-alist): New variable.
13931         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13932         Warn about unknown charsets.
13934         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
13936 2005-10-04  David Hansen  <david.hansen@gmx.net>
13938         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13939         (nnrss-check-group): Ditto.
13941 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13943         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13944         Rename x-gnus-verbatim to x-verbatim.
13945         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13947         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13948         x-verbatim.
13950         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13952         * gnus-util.el (gnus-remove-duplicates): Remove.
13954         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13955         instead of gnus-remove-duplicates.
13957         * message.el (message-remove-duplicates): Remove.
13958         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13959         message-remove-duplicates.
13961         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13962         available, else use implementation from `delete-dups'.
13964         * message.el (message-insert-expires): New function.
13965         (message-mode-map): Add key binding.
13966         (message-mode-field-menu): Add menu entry.
13967         (message-mode): Document it.
13968         (message-make-expires-date): Use `message-make-date'.
13970 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13972         * message.el (message-make-expires-date): New function.
13974 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13976         * Makefile.in (list-installed-shadows): New entry.
13977         (install): Use it.
13978         (remove-installed-shadows): New entry.
13980         * dgnushack.el (dgnushack-default-load-path): New variable.
13981         (dgnushack-find-lisp-shadows): New function.
13982         (dgnushack-remove-lisp-shadows): New function.
13984 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13986         * Makefile.in (install-el-elc): New entry.
13987         (install): Use it so that .el files are necessarily installed.
13989 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13991         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13993 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13995         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13996         function rather than the diff-mode.el package.
13997         (mm-display-external): Use with-current-buffer.
13998         (mm-viewer-completion-map, mm-viewer-completion-map):
13999         Move initialization inside declaration.
14001 2005-09-29  Simon Josefsson  <jas@extundo.com>
14003         * spam.el: Load hashcash when compiling, to avoid warnings.
14004         Don't autoload mail-check-payment.
14005         (spam-check-hashcash): Define unconditionally, since hashcash.el
14006         is part of Gnus now.  Ignore errors from payment checking.
14008 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14010         * message.el (message-bold-region, message-unbold-region):
14011         Rename from `bold-region' and `unbold-region'.
14013         * message.el: Remove useless autoloads.
14015 2005-09-28  Simon Josefsson  <jas@extundo.com>
14017         * message.el (message-use-idna): Default to t.
14018         (message-use-idna): Test whether encoding works too.  Doc fix.
14020 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14022         * nntp.el (nntp-warn-about-losing-connection): Remove.
14024 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14026         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14027         customizable.  Change default value.
14028         (mm-uu-diff-groups-regexp): Change default value.
14029         (mm-uu-type-alist): Add doc string.
14030         (mm-uu-configure): Add doc string.  Make it interactive.
14031         (mm-uu-tex-groups-regexp): New variable.
14032         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14033         (mm-uu-type-alist): Add LaTeX documents.
14034         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14035         of "text/verbatim".
14036         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14038         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14039         instead of "text/verbatim".
14041         * message.el (message-mark-inserted-region)
14042         (message-mark-insert-file): Use slrn style marks when called with
14043         prefix argument.
14045 2005-09-27  Simon Josefsson  <jas@extundo.com>
14047         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14049 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14051         * message.el (message-remove-duplicates): New function.
14052         Implementation borrowed from `gnus-remove-duplicates'.
14053         (message-idna-to-ascii-rhs): Also encode idna addresses in
14054         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14055         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14056         only ask about the same idna domain once per header and also tell
14057         in what header to replace the idna domain.
14059         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14060         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14061         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14062         a header is decoded and not just the last one.
14064 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14066         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14067         has been decoded.
14069         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14070         (mm-insert-part): Don't modify text if it has been decoded.
14072         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14073         decoded.
14075         * mm-view.el (mm-inline-text): Don't strip text props unless
14076         decoding enriched or richtext parts.
14078 2005-09-25  Romain Francoise  <romain@orebokech.com>
14080         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14081         * gnus-start.el (gnus-subscribe-interactively):
14082         * gnus-uu.el (gnus-uu-grab-articles):
14083         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14084         space.
14086 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14088         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14089         * mm-view.el (mm-view-pkcs7-decrypt):
14090         * gnus-sum.el (gnus-summary-limit-to-extra)
14091         (gnus-summary-respool-article, gnus-read-move-group-name):
14092         * gnus-score.el (gnus-summary-increase-score):
14093         * gnus-util.el (gnus-completing-read-with-default):
14094         * gnus-art.el (gnus-read-save-file-name)
14095         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14096         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14097         * message.el (message-check-news-header-syntax):
14098         Follow convention for reading with the minibuffer.
14100 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14102         * spam-report.el (spam-report-url-ping-plain):
14103         Use gnus-extended-version as User-Agent.
14105         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14106         default value is nil.
14108         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14109         (mm-uu-verbatim-marks-extract): New function.
14110         (mm-uu-extract): New face.
14111         (mm-uu-copy-to-buffer): Use it.
14113         * spam-report.el (spam-report-gmane-ham): Rename from
14114         `spam-report-gmane-unspam'.
14115         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14116         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14118         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14119         Autoload.
14120         (spam-report-gmane-unregister-routine):
14121         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14123 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14125         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14126         (spam-report-gmane-unregister-routine): Add support for gmane
14127         unregistration.
14129         * spam-report.el (spam-report-gmane-unspam)
14130         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14131         (spam-report-gmane): Change to take a single article and do unspam
14132         registration.
14134 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14136         * mm-url.el (mm-url-decode-entities): Fix regexp.
14138 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14140         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14141         default to nil, to be able to use Gnus at all.  If the default
14142         switches to something else, then the function should be fixed not
14143         be exceedingly slow.
14145 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14147         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14148         fail hard.
14150         * spam-report.el: Add better Keywords line.
14152         * spam.el: Add Maintainer and better Keywords line.
14154 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14156         * gnus-art.el (gnus-article-replace-part)
14157         (gnus-mime-replace-part): New functions.
14158         (gnus-mime-action-alist, gnus-mime-button-commands)
14159         (gnus-mime-save-part-and-strip): Add file argument.
14160         (gnus-article-part-wrapper): Add interactive argument.
14162         * gnus-sum.el (gnus-summary-mime-map):
14163         Add `gnus-article-replace-part'.
14165 2005-09-19  Didier Verna  <didier@xemacs.org>
14167         The nnml compaction feature:
14168         * nnml.el (nnml-request-compact-group): New function.
14169         * nnml.el (nnml-request-compact): New function.
14170         * gnus-int.el (gnus-request-compact-group): New function.
14171         * gnus-int.el (gnus-request-compact): New function.
14172         * gnus-group.el (gnus-group-compact-group): New function.
14173         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14174         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14175         * gnus-srvr.el (gnus-server-compact-server): New function.
14176         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14177         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14179 2005-09-18  Deepak Goel  <deego@gnufans.org>
14181         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14182         format spec.
14184 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14186         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14188 2005-09-15  Romain Francoise  <romain@orebokech.com>
14190         * message.el (message-fill-paragraph): Clarify docstring.
14192 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14194         * gnus-art.el (gnus-mime-display-part): Protect against broken
14195         MIME messages.
14197 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14199         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14200         before parsing header.
14202 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14204         * html2text.el (html2text-replace-list): Add new entities.
14206 2005-09-11  Romain Francoise  <romain@orebokech.com>
14208         * message.el (message-alternative-emails): Improve docstring.
14209         (message-setup-1): Call `message-use-alternative-email-as-from'
14210         after `message-setup-hook' to give it precedence over posting
14211         styles, etc.
14212         (message-use-alternative-email-as-from): Add docstring.
14213         Remove the original From header if present.
14215         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14216         (nnml-save-mail): Use it.
14218         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14219         articles.  Add new argument `silent'.
14220         (gnus-uu-mark-all): Report the total number of marked articles.
14222 2005-09-10  Romain Francoise  <romain@orebokech.com>
14224         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14225         (gnus-uu-mark-series): Likewise.
14227 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14229         * spam-report.el (spam-report-gmane): Fix generation of spam
14230         report URL.
14232 2005-09-10  Simon Josefsson  <jas@extundo.com>
14234         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14235         t, based on discussion on the ding list with Robert Epprecht
14236         <epprecht@solnet.ch>.
14238 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14240         * spam-report.el (spam-report-gmane): Make it work without
14241         X-Report-Spam header.  Gmane now only provides Archived-At.
14242         This is only used if `spam-report-gmane-use-article-number' is nil.
14243         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14245         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14246         make `gnus-summary-sort-by-recipient' work with threading.
14248         * nnweb.el (nnweb-google-wash-article): Print a message if article
14249         is not available.
14251 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14253         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14254         change.  Decode text/* parts content before displaying.
14256 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14258         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14260 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14262         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14264         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
14265         url-package-name, url-package-version,
14266         w3m-cid-retrieve-function-alist, w3m-current-buffer,
14267         w3m-display-inline-images, and w3m-minor-mode-map.
14269 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14271         * message.el (message-tab-body-function): Fix mismatched custom type.
14273         * gnus.el (gnus-group-change-level-function): Ditto.
14275         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14277         * gnus-art.el (gnus-signature-limit)
14278         (gnus-article-mime-part-function): Ditto.
14280 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14282         * mml.el (mml-mode): Silence the byte compiler.
14284         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14285         using `(sit-for 0)' before moving the point to the specified part;
14286         skip unbuttonized parts.
14287         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14288         return to the summary window if gnus-auto-select-part is non-nil.
14290 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14292         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14293         New variables.
14294         (mml-dnd-attach-file, mml-mode): Use them.
14296         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14297         Make fetching article by MID work again for Google Groups.
14298         Add FIXME concerning gnus-group-make-web-group.
14300         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14301         Don't depend on Gnus by using mail-extract-address-components if
14302         gnus-extract-address-components is not bound.
14304 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14306         * gnus-art.el (gnus-mime-display-security): Don't display the
14307         signature, but only the signed part.
14309 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14311         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14313         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14314         list, not listp.
14316 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14318         * mm-encode.el (mm-encode-content-transfer-encoding):
14319         Likewise when encoding.
14321         * mm-bodies.el (mm-decode-content-transfer-encoding):
14322         De-canonicalize CRLF for all text content types, not just
14323         text/plain.
14325 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14327         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14328         valid article; point arrow and cursor at the MIME button.
14330 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14332         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14333         Suggested by Dan Christensen <jdc@uwo.ca>.
14335         * mm-decode.el (mm-save-part): Enable change of prompt.
14337 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14339         * gnus-msg.el (gnus-inews-add-send-actions):
14340         Make `message-post-method' lambda parameter ARG `&optional'.
14342 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14344         * gnus-sum.el (gnus-summary-mime-map):
14345         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14346         gnus-article-jump-to-part.
14348         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14349         (gnus-article-edit-part): Use it.
14350         (gnus-article-part-wrapper): Add no-handle argument.
14351         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14352         New functions.
14354 2005-08-29  Romain Francoise  <romain@orebokech.com>
14356         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14357         docstring.
14358         (gnus-face-from-file): Likewise.
14360 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14362         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14363         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14364         non-nil.
14365         (gnus-auto-select-part): New variable.
14366         (gnus-article-jump-to-part): New function.
14367         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14368         (gnus-mime-delete-part): Allow selecting specified part after
14369         deleting or stripping parts.
14370         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14371         part if argument is bogus.
14373 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14375         * gnus-art.el (w3m-minor-mode-map):
14376         * gnus-spec.el (gnus-newsrc-file-version):
14377         * gnus-util.el (nnmail-active-file-coding-system)
14378         (gnus-original-article-buffer, gnus-user-agent):
14379         * gnus.el (gnus-ham-process-destinations)
14380         (gnus-parameter-ham-marks-alist)
14381         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14382         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14383         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14384         * mm-decode.el (gnus-current-window-configuration):
14385         * mm-extern.el (gnus-article-mime-handles):
14386         * mm-url.el (url-current-object, url-package-name)
14387         (url-package-version):
14388         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14389         (smime-keys, w3m-cid-retrieve-function-alist)
14390         (w3m-current-buffer, w3m-display-inline-images)
14391         (w3m-minor-mode-map):
14392         * mml-smime.el (gnus-extract-address-components):
14393         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14394         (gnus-newsrc-hashtb, message-default-charset)
14395         (message-deletable-headers, message-options)
14396         (message-posting-charset, message-required-mail-headers)
14397         (message-required-news-headers):
14398         * mml1991.el (mc-pgp-always-sign):
14399         * mml2015.el (mc-pgp-always-sign):
14400         * nnheader.el (nnmail-extra-headers):
14401         * rfc1843.el (gnus-decode-encoded-word-function)
14402         (gnus-decode-header-function, gnus-newsgroup-name):
14403         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14405 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14407         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14408         the end of the date treatments.
14410 2005-08-15  Simon Josefsson  <jas@extundo.com>
14412         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14413         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14414         Capello and Romain Francoise.
14415         (pgg-fetch-key-function): Remove, not used?
14416         (pgg-insert-url-with-w3): Require url, to get
14417         url-insert-file-contents regardless of where it is defined.
14419 2005-08-13  Romain Francoise  <romain@orebokech.com>
14421         * message.el (message-cite-original-1): New function.
14422         (message-cite-original): Use it.
14423         (message-cite-original-without-signature): Ditto.
14425 2005-08-08  Romain Francoise  <romain@orebokech.com>
14427         * message.el (message-yank-empty-prefix): New variable.
14428         (message-indent-citation): Use it.
14429         (message-cite-original-without-signature): Respect X-No-Archive.
14431 2005-08-08  Simon Josefsson  <jas@extundo.com>
14433         * pgg.el: Autoload url-insert-file-contents instead of loading
14434         w3/url.
14435         (pgg-insert-url-with-w3): Don't load url here.
14437 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14439         * message.el (message-kill-to-signature): Don't insert newline at
14440         bol.
14441         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14443 2005-08-06  Romain Francoise  <romain@orebokech.com>
14445         * message.el (message-user-fqdn): Fix typo in docstring.
14447 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14449         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14451         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14453 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14455         * mm-bodies.el (mm-encode-body): Use coding system rather than
14456         charset to encode text.
14458         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14459         number of charsets if utf-8 is available (XEmacs).
14461 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14463         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14464         taken from `gnus-button-mid-or-mail-regexp'.
14465         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14466         (gnus-button-alist): Improve regexp for domain part of the MIDs
14467         for news:localpart@domain buttons.
14468         (gnus-button-ctan-directory-regexp): Update.
14470 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14472         * sieve-manage.el (sieve-manage-interactive-login):
14473         Use make-local-variable rather than make-variable-buffer-local.
14474         (sieve-manage-open): Ditto.
14475         (sieve-manage-authenticate): Ditto.
14477         * mml.el (mml-generate-mime-1): Make the content type default to
14478         text/plain if the filename is not specified.
14480 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14482         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14483         instead of insert-buffer.
14485         * message.el (message-yank-original): Ditto; set the mark at the
14486         end of the yanked message.
14488 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14490         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14491         lines to scroll rather than to stop it.
14493         * mml.el (mml-generate-default-type): Add doc string.
14494         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14495         default to application/octet-stream when determining the content
14496         type if it is not specified for the part or the mml contents; add
14497         a comment about mml-generate-default-type.
14499 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14501         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14502         make it default to application/octet-stream when determining the
14503         content type if it is not specified for the external contents.
14505 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14507         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14508         segmented parameter but also other parameters might be there.
14510 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14512         * mm-decode.el (mm-display-external): Delete temp file, directory
14513         and buffer immediately if the external process is exited.
14515 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14517         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14518         fewer lines than that of scroll-margin.
14519         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14521 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14523         * gnus-art.el (gnus-article-next-page): Revert.
14524         (gnus-article-beginning-of-window): New macro.
14525         (gnus-article-next-page-1): Use it.
14526         (gnus-article-prev-page): Ditto.
14527         (gnus-article-edit-part): Use insert-buffer-substring instead of
14528         insert-buffer.
14529         (gnus-article-edit-exit): Ditto.
14531         * gnus-util.el (gnus-beginning-of-window): Remove.
14532         (gnus-end-of-window): Remove.
14534         * lpath.el: Don't bind header-line-format and scroll-margin.
14536 2005-07-25  Simon Josefsson  <jas@extundo.com>
14538         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14539         to have the url package without w3.  Reported by Daiki Ueno
14540         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14542 2005-07-20  Didier Verna  <didier@xemacs.org>
14544         * gnus-diary.el: Remove the description comment (nndiary is now
14545         properly documented in the Gnus manual).
14546         Fix the spelling of "Back End".
14547         * nndiary.el: Ditto.
14548         Fix the copyright notice.
14550 2005-07-18  Romain Francoise  <romain@orebokech.com>
14552         * gnus-sum.el (gnus-summary-to-prefix)
14553         (gnus-summary-newsgroup-prefix): New variables.
14554         (gnus-summary-from-or-to-or-newsgroups): Use them.
14556 2005-07-17  Romain Francoise  <romain@orebokech.com>
14558         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14559         space as it's generally not especially interesting to the user.
14561 2005-07-16  Romain Francoise  <romain@orebokech.com>
14563         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14564         nil to avoid prompting and file modification if one of the
14565         messages at the top of the nnfolder file contains a copyright
14566         notice.
14567         Update copyright notice.
14569         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14570         instead of `current-time-string' as the latter creates a time
14571         string that is not RFC 2822 compliant (it lacks the zone).
14572         Update copyright notice.
14574 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14576         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14577         for text/rtf.  Display default in prompt.  Pass default for M-n.
14579         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14581 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583         * gnus-msg.el (gnus-button-mailto):
14584         Remove save-selected-window-window hackery because it relies on
14585         save-selected-window internals.
14587 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14589         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14590         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14591         (gnus-article-prev-page): Ditto.
14593         * gnus-util.el (gnus-beginning-of-window): New function.
14594         (gnus-end-of-window): New function.
14596         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
14598 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14600         * gnus-score.el (gnus-score-edit-all-score):
14601         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14602         gnus-message.
14604 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14606         * gnus-msg.el (gnus-button-mailto):
14607         Remove save-selected-window-window hackery because it relies on
14608         save-selected-window internals.
14610 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14612         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14613         add-minor-mode.
14614         (gnus-binary-mode): Ditto.
14616         * gnus-topic.el (gnus-topic-mode): Ditto.
14618 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14620         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14621         (gnus-article-prev-page): Take scroll-margin into consideration.
14623 2005-07-04  Lute Kamstra  <lute@gnu.org>
14625         Update FSF's address in GPL notices.
14627 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14629         * gnus.el (gnus-exit):
14630         * gnus-group.el (gnus-group-icons):
14631         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14633         * gnus-nocem.el (gnus-nocem):
14634         * message.el (message-various, message-buffers, message-sending)
14635         (message-interface, message-forwarding, message-insertion)
14636         (message-headers, message-news, message-mail):
14637         * pgg-gpg.el (pgg-gpg):
14638         * pgg-parse.el (pgg-parse):
14639         * pgg-pgp.el (pgg-pgp):
14640         * pgg-pgp5.el (pgg-pgp5):
14641         * pop3.el (pop3): Finish `defgroup' description with period.
14643 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14645         * gnus-art.el (article-display-face): Improve the efficiency.
14646         (article-display-x-face): Ditto; remove grey x-face stuff.
14648 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14650         * gnus-art.el (article-display-face): Correct the position in
14651         which Faces are inserted.
14653 2005-06-29  Didier Verna  <didier@xemacs.org>
14655         * gnus-art.el (article-display-face): Display faces in correct
14656         order.
14658 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14660         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14661         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14662         (gnus-nocem-check-article): Fetch the Type header.
14663         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14664         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14665         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14666         make sure gnus-nocem-hashtb is initialized.
14667         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14668         (gnus-nocem-unwanted-article-p): Ditto.
14670         * pgg.el (pgg-verify): Return the verification result.
14672 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14674         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14675         is ascii.
14677 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14679         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14680         `show-nonbreak-escape'.
14682 2005-06-23  Lute Kamstra  <lute@gnu.org>
14684         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14686         * dig.el (dig-mode):
14687         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14689 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14691         * nnimap.el (nnimap-split-download-body): Fix spellings.
14693 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14695         * gnus-art.el (gnus-article-encrypt-body):
14696         * gnus-cus.el (gnus-score-customize):
14697         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14698         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14700 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14702         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14703         header by looking for magic "MII" at the beginnig.
14705 2005-06-16  Miles Bader  <miles@gnu.org>
14707         * gnus-xmas.el (gnus-xmas-group-startup-message):
14708         Use renamed gnus-splash face.
14710         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14711         (assistant-field-face): New backward-compatibility alias for renamed
14712         face.
14713         (assistant-render-text): Use renamed assistant-field face.
14715         * spam.el (spam): Remove "-face" suffix from face name.
14716         (spam-face): New backward-compatibility alias for renamed face.
14717         (spam-face, spam-initialize): Use renamed spam face.
14719         * message.el (message-header-to, message-header-cc)
14720         (message-header-subject, message-header-newsgroups)
14721         (message-header-other, message-header-name)
14722         (message-header-xheader, message-separator, message-cited-text)
14723         (message-mml): Remove "-face" suffix from face names.
14724         (message-header-to-face, message-header-cc-face)
14725         (message-header-subject-face, message-header-newsgroups-face)
14726         (message-header-other-face, message-header-name-face)
14727         (message-header-xheader-face, message-separator-face)
14728         (message-cited-text-face, message-mml-face):
14729         New backward-compatibility aliases for renamed faces.
14730         (message-font-lock-keywords): Use renamed message faces.
14732         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14733         (sieve-test-commands, sieve-tagged-arguments):
14734         Remove "-face" suffix from face names.
14735         (sieve-control-commands-face, sieve-action-commands-face)
14736         (sieve-test-commands-face, sieve-tagged-arguments-face):
14737         New backward-compatibility aliases for renamed faces.
14738         (sieve-control-commands-face, sieve-action-commands-face)
14739         (sieve-test-commands-face, sieve-tagged-arguments-face):
14740         Use renamed sieve faces.
14742         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14743         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14744         (gnus-group-news-3-empty, gnus-group-news-4)
14745         (gnus-group-news-4-empty, gnus-group-news-5)
14746         (gnus-group-news-5-empty, gnus-group-news-6)
14747         (gnus-group-news-6-empty, gnus-group-news-low)
14748         (gnus-group-news-low-empty, gnus-group-mail-1)
14749         (gnus-group-mail-1-empty, gnus-group-mail-2)
14750         (gnus-group-mail-2-empty, gnus-group-mail-3)
14751         (gnus-group-mail-3-empty, gnus-group-mail-low)
14752         (gnus-group-mail-low-empty, gnus-summary-selected)
14753         (gnus-summary-cancelled, gnus-summary-high-ticked)
14754         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14755         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14756         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14757         (gnus-summary-low-undownloaded)
14758         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14759         (gnus-summary-low-unread, gnus-summary-normal-unread)
14760         (gnus-summary-high-read, gnus-summary-low-read)
14761         (gnus-summary-normal-read, gnus-splash):
14762         Remove "-face" suffix from face names.
14763         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14764         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14765         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14766         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14767         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14768         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14769         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14770         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14771         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14772         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14773         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14774         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14775         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14776         (gnus-summary-normal-ticked-face)
14777         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14778         (gnus-summary-normal-ancient-face)
14779         (gnus-summary-high-undownloaded-face)
14780         (gnus-summary-low-undownloaded-face)
14781         (gnus-summary-normal-undownloaded-face)
14782         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14783         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14784         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14785         (gnus-splash-face):
14786         New backward-compatibility aliases for renamed faces.
14787         (gnus-group-startup-message): Use renamed gnus faces.
14789         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14790         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14791         (gnus-server-agent): Remove "-face" suffix from face names.
14792         (gnus-server-agent-face, gnus-server-opened-face)
14793         (gnus-server-closed-face, gnus-server-denied-face)
14794         (gnus-server-offline-face):
14795         New backward-compatibility aliases for renamed faces.
14796         (gnus-server-agent-face, gnus-server-opened-face)
14797         (gnus-server-closed-face, gnus-server-denied-face)
14798         (gnus-server-offline-face): Use renamed gnus faces.
14800         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14801         Remove "-face" suffix from face names.
14802         (gnus-picon-xbm-face, gnus-picon-face):
14803         New backward-compatibility aliases for renamed faces.
14805         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14806         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14807         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14808         (gnus-cite-11): Remove "-face" suffix from face names.
14809         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14810         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14811         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14812         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14813         New backward-compatibility aliases for renamed faces.
14814         (gnus-cite-attribution-face, gnus-cite-face-list)
14815         (gnus-article-boring-faces): Use renamed gnus faces.
14817         * gnus-art.el (gnus-signature, gnus-header-from)
14818         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14819         (gnus-header-content): Remove "-face" suffix from face names.
14820         (gnus-signature-face, gnus-header-from-face)
14821         (gnus-header-subject-face, gnus-header-newsgroups-face)
14822         (gnus-header-name-face, gnus-header-content-face):
14823         New backward-compatibility aliases for renamed faces.
14824         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14826         * gnus-sum.el (gnus-summary-selected-face)
14827         (gnus-summary-highlight): Use renamed gnus faces.
14828         * gnus-group.el (gnus-group-highlight): Likewise.
14830 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14832         * gnus-sieve.el (gnus-sieve-article-add-rule):
14833         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14834         * spam-stat.el (spam-stat-buffer-change-to-spam)
14835         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14837         * message.el (message-is-yours-p):
14838         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14840 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14842         * mm-view.el (mm-inline-text): Withdraw the last change.
14844 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14846         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14847         executing enriched-decode.
14849 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14851         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14852         charset of tar files.
14854 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14856         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14858 2005-06-04  Lute Kamstra  <lute@gnu.org>
14860         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14861         information is never recorded.
14863 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14865         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14867 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14869         * pop3.el (pop3-apop): Run md5 in the binary mode.
14871         * starttls.el (starttls-set-process-query-on-exit-flag):
14872         Use eval-and-compile.
14874 2005-05-31  Simon Josefsson  <jas@extundo.com>
14876         * smime.el (smime-replace-in-string): Define.
14877         (smime-cert-by-ldap-1): Use it.
14879 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14881         * gnus-art.el (article-display-x-face): Replace
14882         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14884         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14885         set-process-query-on-exit-flag or process-kill-without-query.
14887         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14888         loop instead of replace-regexp.
14890         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14891         instead of process-kill-without-query if it is available.
14893         * lpath.el: Fbind ldap-search-entries.
14895         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14896         instead of find-file-hooks if it is available.
14898         * mml1991.el: Bind pgg-default-user-id when compiling.
14900         * mml2015.el: Bind pgg-default-user-id when compiling.
14902         * nndraft.el (nndraft-request-associate-buffer):
14903         Use write-contents-functions instead of write-contents-hooks if it is
14904         available.
14906         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14907         instead of find-file-hooks if it is available.
14909         * nntp.el (nntp-open-connection): Replace
14910         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14911         (nntp-open-ssl-stream): Ditto.
14912         (nntp-open-tls-stream): Ditto.
14914         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14915         set-process-query-on-exit-flag or process-kill-without-query.
14916         (starttls-open-stream-gnutls): Use it instead of
14917         process-kill-without-query.
14918         (starttls-open-stream): Ditto.
14920 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14922         * smime.el (smime-cert-by-ldap-1): Don't use
14923         replace-regexp-in-string.
14925 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14927         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14929         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14930         in PEM format.  Adjust to the XEmacs compability.
14932 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14934         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14935         by `string-to-number'.
14936         * gnus-agent.el (gnus-agent-regenerate-group)
14937         (gnus-agent-fetch-articles): Ditto.
14938         * gnus-art.el (gnus-button-fetch-group): Ditto.
14939         * gnus-cache.el (gnus-cache-generate-active)
14940         (gnus-cache-articles-in-group): Ditto.
14941         * gnus-group.el (gnus-group-set-current-level)
14942         (gnus-group-insert-group-line): Ditto.
14943         * gnus-score.el (gnus-score-set-expunge-below)
14944         (gnus-score-set-mark-below, gnus-summary-score-effect)
14945         (gnus-summary-score-entry): Ditto.
14946         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14947         (gnus-soup-pack): Ditto.
14948         * gnus-spec.el (gnus-xmas-format): Ditto.
14949         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14950         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14951         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14952         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14953         * nndb.el (nndb-get-remote-expire-response): Ditto.
14954         * nndiary.el (nndiary-parse-schedule-value)
14955         (nndiary-string-to-number, nndiary-request-replace-article)
14956         (nndiary-request-article): Ditto.
14957         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14958         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14959         * nneething.el (nneething-make-head): Ditto.
14960         * nnfolder.el (nnfolder-request-article)
14961         (nnfolder-retrieve-headers): Ditto.
14962         * nnheader.el (nnheader-file-to-number): Ditto.
14963         * nnkiboze.el (nnkiboze-request-article): Ditto.
14964         * nnmail.el (nnmail-process-unix-mail-format)
14965         (nnmail-process-babyl-mail-format): Ditto.
14966         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14967         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14968         (nnmh-request-create-group, nnmh-request-list-1)
14969         (nnmh-request-group, nnmh-request-article): Ditto.
14970         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14971         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14972         * nnsoup.el (nnsoup-make-active): Ditto.
14973         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14974         * nntp.el (nntp-find-group-and-number)
14975         (nntp-retrieve-headers-with-xover): Ditto.
14976         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14977         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14978         (pgg-format-key-identifier): Ditto.
14979         * pop3.el (pop3-last, pop3-stat): Ditto.
14980         * qp.el (quoted-printable-decode-region): Ditto.
14982         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14983         of concat.
14985 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14989         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14991         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14993         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14995         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14997         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14999         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15000         (gnus-carpal-mode): Ditto.
15002         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15003         (gnus-browse-mode): Ditto.
15005         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15007         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15009 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15011         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15013 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15015         * gnus-util.el (gnus-run-mode-hooks): New function.
15017         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15019         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15020         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15022 2005-05-27  Lute Kamstra  <lute@gnu.org>
15024         * dns-mode.el (dns-mode): Specify customization group.
15026 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15028         * gnus-agent.el (gnus-agent-make-mode-line-string):
15029         Use mode-line-highlight as mouse-face.
15031 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15033         * canlock.el (canlock): Change the parent group to news.
15035         * deuglify.el (gnus-outlook-deuglify): Add :group.
15037         * dig.el (dig): Add :group.
15039         * dns-mode.el (dns-mode): Add :group.
15041         * encrypt.el (encrypt): Add :group.
15043         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15044         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15045         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15046         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15047         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15049         * gnus-diary.el (gnus-diary): Add :group.
15051         * gnus.el (gnus-group-news-1-face): Add :group.
15052         (gnus-group-news-1-empty-face): Ditto.
15053         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15054         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15055         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15056         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15057         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15058         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15059         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15060         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15061         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15062         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15063         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15064         (gnus-summary-high-ticked-face): Ditto.
15065         (gnus-summary-low-ticked-face): Ditto.
15066         (gnus-summary-normal-ticked-face): Ditto.
15067         (gnus-summary-high-ancient-face): Ditto.
15068         (gnus-summary-low-ancient-face): Ditto.
15069         (gnus-summary-normal-ancient-face): Ditto.
15070         (gnus-summary-high-undownloaded-face): Ditto.
15071         (gnus-summary-low-undownloaded-face): Ditto.
15072         (gnus-summary-normal-undownloaded-face): Ditto.
15073         (gnus-summary-high-unread-face): Ditto.
15074         (gnus-summary-low-unread-face): Ditto.
15075         (gnus-summary-normal-unread-face): Ditto.
15076         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15077         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15079         * hashcash.el (hashcash): New custom group.
15080         (hashcash-default-payment): Add :group.
15081         (hashcash-payment-alist): Ditto.
15082         (hashcash-default-accept-payment): Ditto.
15083         (hashcash-accept-resources): Ditto.
15084         (hashcash-path): Ditto.
15085         (hashcash-extra-generate-parameters): Ditto.
15086         (hashcash-double-spend-database): Ditto.
15087         (hashcash-in-news): Ditto.
15089         * message.el (message-minibuffer-local-map): Add :group.
15091         * netrc.el (netrc): Add :group.
15093         * sieve-manage.el (sieve-manage-log): Add :group.
15094         (sieve-manage-default-user): Diito.
15095         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15096         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15097         (sieve-manage-authenticators): Ditto.
15098         (sieve-manage-authenticator-alist): Ditto.
15099         (sieve-manage-default-port): Ditto.
15101         * sieve-mode.el (sieve-control-commands-face): Add :group.
15102         (sieve-action-commands-face): Ditto.
15103         (sieve-test-commands-face): Ditto.
15104         (sieve-tagged-arguments-face): Ditto.
15106         * smime.el (smime): Add :group.
15108         * spam-report.el (spam-report): Add :group.
15110         * spam.el (spam, spam-face): Add :group.
15112 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15114         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15115         return \n.\n.\n at the end of articles.  Protect against that.
15116         (nntp-with-open-group): Allow debugging.
15118         * nnheader.el (mail-header-set-extra): Make into a function
15119         because I just could't understand how to quote the list properly.
15121         * dns.el (query-dns-cached): New function.
15123 2005-05-26  Lute Kamstra  <lute@gnu.org>
15125         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15127 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15129         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15131         * gnus-art.el: Don't autoload mail-extract-address-components.
15133         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15134         eval-and-compile to evaluate it.
15136         * hashcash.el: Don't autoload executable-find.
15138         * nndb.el: Don't declare the nndb back end two or more times; don't
15139         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15141         * nntp.el: Autoload format-spec instead of format; use
15142         eval-and-compile to evaluate autoload forms.
15144 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15146         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15148 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15150         * gnus.el (gnus-version-number): Bump version.
15152 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15154         * gnus.el: No Gnus v0.3 is released.
15156 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15158         * lpath.el (featurep): Bind show-nonbreak-escape.
15160 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15162         * gnus-art.el (gnus-article-edit-part): Disable undo.
15164 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15166         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15167         gnus-article-date-lapsed-new-header is t if date timer is active;
15168         skip headers in which the original date value is empty.
15169         (gnus-article-save-original-date): Redefine it as a macro.
15170         (gnus-display-mime): Use it.
15172 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15174         * gnus-art.el (article-date-ut): Support converting date in
15175         forwarded parts as well.
15176         (gnus-article-save-original-date): New function.
15177         (gnus-display-mime): Use it.
15179 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15181         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15182         enclosure element of <item>.
15184 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15186         * message.el (message-kill-buffer-query): Rename from
15187         `message-kill-buffer-query-if-modified'.  Add :version.
15189 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15191         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15192         window layout.
15194 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15196         * mml.el: Autoload dnd when compiling.
15198 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15200         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15201         x-dnd-*.
15203 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15205         * qp.el (quoted-printable-encode-region): Save excursion.
15207 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15209         * message.el (message-kill-buffer-query-if-modified): Add new variable
15210         so the user can kill a modified message buffer quickly.
15211         (message-kill-buffer): Use it.
15213 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15215         * lpath.el: Fbind display-time-event-handler; don't fbind
15216         string-to-multibyte.
15218         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15220 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15222         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15223         contained in text because xml.el decodes entities) with LFs.
15225 2005-04-11  Lute Kamstra  <lute@gnu.org>
15227         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15228         differently.
15230 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15232         * mm-util.el (mm-detect-coding-region): Typo.
15234 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15238 2005-04-06  Deepak Goel  <deego@gnufans.org>
15240         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15241         user-function allow user modifications of the scores.
15242         (spam-stat-score-buffer-user): New function, to allow
15243         user-computed modifications to the score.
15244         (spam-stat-score-buffer-user-functions): List of additional
15245         scoring functions.
15246         (spam-stat-error-holder): Global temporary error holder.
15247         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15248         variable.
15250 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15252         * gnus-registry.el (gnus-registry-clean-empty-function)
15253         (gnus-registry-trim, gnus-registry-fetch-groups)
15254         (gnus-registry-delete-group): Groups that match
15255         `gnus-registry-ignored-groups' are removed from the registry
15256         entries, not just ignored for splitting.  This helps clean up the
15257         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15258         to get all the groups a message ID is in.
15260         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15261         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15262         (spam-stat-score-buffer-user-functions): Add :number custom type.
15264 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15266         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15267         argument in XEmacs.
15269         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15270         (nnrss-request-group): Decode group name first.
15271         (nnrss-request-article): Make a text/plain article if mml-to-mime
15272         failed.
15273         (nnrss-get-encoding): Return a compatible encoding according to
15274         nnrss-compatible-encoding-alist.
15275         (nnrss-find-el): Use consp instead of listp.
15276         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15278 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15280         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15281         which Emacs 20 doesn't support.
15282         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15284 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15286         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15287         silence the byte compiler inside the defun.
15289         * gnus-demon.el (parse-time-string): Add autoload.
15291         * gnus-delay.el (parse-time-string): Add autoload.
15293         * gnus-art.el (parse-time-string): Add autoload.
15295         * nnultimate.el (parse-time): Require for `parse-time-string'.
15297 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15299         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15301         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15303         * smime.el (smime-ldap-host-list): Add :version.
15305 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15307         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15308         pass it to `gnus-browse-read-group'.
15309         (gnus-browse-read-group): Add NUMBER argument and pass it to
15310         `gnus-group-read-ephemeral-group'.
15312         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15313         argument and pass it to `gnus-group-read-group'.
15315 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15317         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15318         mm-xemacs-find-mime-charset-1 if we have the mule feature
15319         available at runtime.
15321 2005-03-25  Werner Lemberg  <wl@gnu.org>
15323         * nnmaildir.el: Replace `illegal' with `invalid'.
15325 2005-03-23  Lute Kamstra  <lute@gnu.org>
15327         * time-date.el: Add comment on time value formats.
15328         Don't require parse-time.
15329         (with-decoded-time-value): New macro.
15330         (encode-time-value): New function.
15331         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
15332         (days-to-time): Return a valid time value when arg is huge.
15333         (time-since): Use time-subtract.
15334         (time-to-number-of-days): Use time-to-seconds.
15336 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15338         * gnus-start.el (gnus-display-time-event-handler):
15339         Check display-time-timer at runtime rather than only at load time
15340         in case display-time-mode is turned off in the mean time.
15342 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15344         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15345         used.
15347         * nneething.el (nneething-map-file-directory): Derive from
15348         `gnus-directory'.
15350         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15351         the To/Cc button.
15353 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15355         * nnmaildir.el (nnmaildir-request-accept-article):
15356         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15358 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15360         * gnus-async.el: Require timer-funcs at compile time when in
15361         XEmacs for `run-with-idle-timer'.
15363 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15365         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15366         autoloaded function.
15368 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15370         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15372 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15374         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15376 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15378         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15379         Add gnus-expert-user to default.
15381 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15383         * nnimap.el (nnimap-open-server): Ditto.
15385         * imap.el (imap-authenticate): Fix typo.
15387 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15389         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15390         buffer (since IMAP server might return FETCH response out of
15391         order, and the nntp buffer must be sorted).
15393 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15395         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15396         comparison on string.
15398         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15399         (gnus-agent-score): Rename category keywords to match gnus-cus.
15400         (gnus-agent-summary-fetch-series): Modify to protect against
15401         gnus-agent-summary-fetch-group clearing processable flags.
15402         (gnus-agent-synchronize-group-flags): Update live group buffer as
15403         synchronization may occur due to the user toggle the plugged
15404         status.
15405         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15406         successfully downloaded.
15407         (gnus-agent-expire-group-1): Avoid using markers when the overview
15408         is in ascending order; greatly improves performance.
15409         (gnus-agent-regenerate-group):
15410         Use gnus-agent-synchronize-group-flags to reset read status in both
15411         gnus and server.
15412         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15414 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15416         * message.el: Don't autoload former message-utils variables.
15417         (message-strip-subject-trailing-was): Change doc string.
15419         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15420         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15421         (nnweb-google-search): Add "hl=en" here.
15422         (nnweb-google-parse-1, nnweb-google-create-mapping):
15423         Don't hardcode URL.
15425 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15427         * message.el (message-get-reply-headers, message-followup):
15428         Mention related variables `message-use-followup-to' and
15429         `message-use-mail-followup-to', in the information buffer.
15431         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15432         of broken groups(-beta).google.com.
15434 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15436         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15437         parameter to invoked gnus-request-move-article; remove the
15438         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15439         all at once instead of once per article.
15440         (gnus-summary-remove-process-mark): Accept a list of articles as
15441         well as a single article for processing.
15443         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15444         parameter.
15446         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15448         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15450         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15451         parameter.
15453         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15454         parameter.
15456         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15457         parameter and remove the gnus-sum-hint-move-is-internal variable.
15459         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15460         parameter.
15462         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15463         parameter.
15465         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15466         parameter.
15468         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15470         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15471         parameter.
15473         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15474         parameter.
15476 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15478         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15479         a more conservative way.
15481 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15483         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15484         buffer, so it moves the window's cursor.
15486 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15488         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15489         `mm-dissect-multipart' and receive the from field as an (optional)
15490         argument from `mm-dissect-multipart'.
15491         (mm-dissect-multipart): Receive the from field as an argument and
15492         pass it on when we call `mm-dissect-buffer' on MIME parts.
15493         Fixes verification/decryption of signed/encrypted MIME parts.
15495 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15497         * gnus-sum.el (gnus-summary-move-article):
15498         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15499         whatever it calls (right now, only nnimap-request-move article
15500         respects it).
15502         * nnimap.el (nnimap-request-move-article):
15503         When gnus-sum-hint-move-is-internal is set, don't do the extra
15504         nnimap-request-article.
15506 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15508         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15510         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15511         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15513         * gnus-sum.el (gnus-summary-caesar-message):
15514         Apply `gnus-treat-article' after rotation.
15516         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15517         doc string.
15519 2005-02-22  Simon Josefsson  <jas@extundo.com>
15521         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15522         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15523         <arne@arnested.dk>.
15524         (encrypt): Add password-cache and password-cache-expiry as group
15525         members.
15527 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15529         * smime.el (smime-ldap-host-list): Doc fix.
15530         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15531         cache) password.
15532         (smime-sign-region): Use it.
15533         (smime-decrypt-region): Use it.
15534         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15535         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15536         fails.
15537         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15538         certificate from DER to PEM format rather than calling openssl.
15540         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15542         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15543         for signing/encryption.
15545         * mml.el (mml-parse-1): Use them.
15547 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15549         * nnrss.el (nnrss-verbose): Remove.
15550         (nnrss-request-group): Use `nnheader-message' instead.
15552 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15554         * nnrss.el (nnrss-verbose): New variable.
15555         (nnrss-request-group): Make it say nnrss is requesting a group.
15557 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15559         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15560         Handle news URL with given port correctly.
15562 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15564         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15565         containing special characters.
15567         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15569         * mml.el (mime-to-mml): Ditto.
15571         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15572         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15573         (rfc2047-decode-region): Quote decoded words containing special
15574         characters when rfc2047-quote-decoded-words-containing-tspecials
15575         is non-nil.
15577 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15579         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15581         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15583 2005-02-15  Simon Josefsson  <jas@extundo.com>
15585         * nnimap.el (nnimap-debug): Doc fix.
15587         * imap.el (imap-debug): Doc fix.
15589 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15591         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15593 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15595         * gnus.el (spam-contents): Improve docs for spam-contents
15596         parameter in its variable incarnation.
15598 2005-02-14  Simon Josefsson  <jas@extundo.com>
15600         * smime-ldap.el: Use require instead of load-library for ldap.
15601         (smime-ldap-search): Indent.
15602         (smime-ldap-search-internal): Shorten line.
15604         * smime.el (smime-cert-by-dns): Add doc-string.
15605         (smime-cert-by-ldap-1): Indent.
15607         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15608         mml-smime-get-dns-ldap.
15609         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15611 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15613         * smime.el: Require smime-ldap.
15614         (smime-ldap-host-list): New variable.
15615         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15617         * mml-smime.el (mml-smime-encrypt-query): New function.
15618         (mml-smime-encrypt-query): Use it.
15620         * smime-ldap.el: New file.
15622 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15624         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15626 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15628         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15629         argument in doc string.  Make query for type more clear.
15631 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15633         * gnus.el (gnus-group-startup-message): Search for gnus images in
15634         etc/images/gnus.
15635         * mm-util.el (mm-image-load-path): Likewise.
15636         * smiley.el (smiley-data-directory): Search for smilies in
15637         etc/images/smilies.
15639 2005-02-09  Kim F. Storm  <storm@cua.dk>
15641         Change Emacs release version from 21.4 to 22.1 throughout.
15642         Change Emacs development version from 21.3.50 to 22.0.50.
15644 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15646         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15648         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15649         non-Mule XEmacs as well.
15650         (mm-decompress-buffer): Signal an error intentionally if it does
15651         not decompress compressed data because auto-compression-mode is
15652         disabled.
15654 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15656         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15657         an ID in the registry even if it has no groups.
15659 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15661         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15662         merge it into mm-decompress-buffer.
15663         (gnus-mime-copy-part): Use the MIME part charset, the value which
15664         a user specified or gnus-newsgroup-charset for decoding, like
15665         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15666         save-buffer what was used.  Suggested by Kevin Ryde
15667         <user42@zip.com.au>.
15668         (gnus-mime-inline-part): Allow the name parameter as well as the
15669         filename parameter; force decompressing of compressed data; always
15670         display contents being not decoded as unibyte.
15672         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15673         as well as the filename parameter.
15675         * mm-util.el (mm-decompress-buffer):
15676         Merge gnus-mime-jka-compr-maybe-uncompress.
15677         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15678         of compressed data.
15680 2005-02-08  Simon Josefsson  <jas@extundo.com>
15682         * imap.el (imap-log): Doc fix.
15684 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15686         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15687         the coding cookies; decompress compressed parts.
15689         * mml.el (mml-generate-mime-1): Add the charset parameter according
15690         to the value which a user specified manually or the coding cookie.
15692         * mm-util.el (mm-string-to-multibyte): New function.
15693         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15694         (mm-coding-system-to-mime-charset): New function.
15695         (mm-decompress-buffer): New function.
15696         (mm-find-buffer-file-coding-system): New function.
15698         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15699         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15700         parts.
15702 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15704         * mm-view.el (mm-display-inline-fontify): Decode a part according
15705         to the charset parameter.
15707 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15709         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15710         prefix arg is neither nil nor a number, as info specifies.
15712 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15715         timestamps.
15717 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15719         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15720         groups error checking and notify user.
15722 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15724         * message.el (message-send-mail-function): Check existence of
15725         sendmail-program first before using default value
15726         `message-send-mail-with-sendmail'.  Otherwise use more generic
15727         `smtpmail-send-it'.
15729 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15731         * nntp.el (nntp-request-update-info): Always return nil.
15733 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15735         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15737 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15739         * message.el (message-beginning-of-line): Change the behavior when
15740         invoked between BOL and : so that it first moves backward.
15742 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15744         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15745         article buffer when editing of the article is discarded.
15746         (gnus-article-prepare): Revert.
15748 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15750         * gnus-art.el (gnus-article-prepare):
15751         Remove message-strip-forbidden-properties from the local hook.
15753 2005-01-27  Simon Josefsson  <jas@extundo.com>
15755         * password.el (password-cache-add): Only start one timer per key.
15756         Reported by Derek Atkins <warlord@MIT.EDU>.
15758 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15760         * run-at-time.el: Remove.  It is no longer needed as
15761         timer-funcs.el in the xemacs-base package has a working version of
15762         `run-at-time'.
15764         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
15766         * password.el: Require timer-funcs instead of run-at-time in
15767         XEmacs.
15768         Remove `password-run-at-time' macro.
15769         (password-cache-add): Use `run-at-time' instead of
15770         `password-run-at-time'.
15772         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
15773         Remove `nnheader-cancel-function-timers' alias,
15774         `cancel-function-timers' exists in XEmacs in timer-funcs.
15776         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15777         for `run-with-idle-timer'.
15779         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15780         for `run-at-time'.
15782         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15783         for `with-timeout'.
15785         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
15786         the same as for XEmacs 21.4.
15787         No need to ignore `run-with-idle-timer', this function exists in
15788         XEmacs now in timer-funcs.el in the xemacs-base package.
15789         (dgnushack-compile): No need to delete
15790         run-at-time.el from the list of files to compile because it
15791         doesn't exist anymore.
15793 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15795         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15796         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15798 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15800         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15801         sensitively.
15803 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15805         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15807 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15809         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15810         which will be inserted according to the multibyteness of a buffer
15811         rather than the type of contents.  Suggested by ARISAWA Akihiro
15812         <ari@mbf.ocn.ne.jp>.
15814         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15815         of string which old xml.el may return rather than a string.
15817 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15819         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15821 2005-01-16  Simon Josefsson  <jas@extundo.com>
15823         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15824         idn/idna.el isn't available.
15825         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15826         <michael@waxrat.com>.
15828         * hashcash.el: Remove non-FSF copyright header.
15830         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15831         (hashcash-generate-payment): Use it.
15832         (hashcash-generate-payment-async): Use it.
15834 2005-01-15  Simon Josefsson  <jas@extundo.com>
15836         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15837         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15839         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15840         gnus-summary-idna-message.
15841         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15842         (gnus-summary-idna-message): New function.
15844 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15846         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15847         gnus-novice-user.
15849 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15851         * nnrss.el (nnrss-request-delete-group): Delete entries in
15852         nnrss-group-alist as well.
15853         (nnrss-save-server-data): Insert newline.
15855 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15857         * gnus.el (gnus-user-agent): Use list of symbols instead of
15858         symbols.  Display full version number for (S)XEmacs.
15859         Optionally display (S)XEmacs codename.
15861         * gnus-util.el (gnus-emacs-version): Update for new
15862         `gnus-user-agent'.
15864         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15865         Gnus version.
15867 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15869         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15870         which is unreadable in some setups.
15872 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15874         * gnus-spec.el (gnus-update-format-specifications): Flush the
15875         group format spec cache if it doesn't support decoded group names.
15877 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15879         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15880         Allow to apply decay on score files matching a regexp.
15882 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15884         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15885         compatibility in %g and %c.
15887 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15889         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15890         name for only %g and %c.
15891         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15892         of gnus-tmp-group to decoded group name.
15893         (gnus-group-make-rss-group): Exclude `/'s from group names.
15895 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15897         * nnrss.el (nnrss-get-encoding): Fix regexp.
15899 2004-12-27  Simon Josefsson  <jas@extundo.com>
15901         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15902         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15903         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15905 2004-12-17  Kim F. Storm  <storm@cua.dk>
15907         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15909         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15911 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15913         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15915 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15917         * nnrss.el: Require rfc2047 and mml.
15918         (nnrss-file-coding-system): New variable.
15919         (nnrss-format-string): Redefine it as an inline function.
15920         (nnrss-decode-group-name): New function.
15921         (nnrss-string-as-multibyte): Remove.
15922         (nnrss-retrieve-headers): Decode group name; don't use
15923         nnrss-format-string.
15924         (nnrss-request-group): Decode group name.
15925         (nnrss-request-article): Decode group name; allow a Message-ID as
15926         well as an article number; don't use nnrss-format-string; encode a
15927         Message-ID string which may contain non-ASCII characters; use
15928         mml-to-mime to compose a MIME article.
15929         (nnrss-request-expire-articles): Decode group name.
15930         (nnrss-request-delete-group): Decode group name.
15931         (nnrss-fetch): Clarify error message.
15932         (nnrss-read-server-data): Use insert-file-contents instead of load;
15933         bind file-name-coding-system; use multibyte buffer.
15934         (nnrss-save-server-data): Bind coding-system-for-write to the
15935         value of nnrss-file-coding-system; bind file-name-coding-system;
15936         add coding cookie.
15937         (nnrss-read-group-data): Use insert-file-contents instead of load;
15938         bind file-name-coding-system; use multibyte buffer.
15939         (nnrss-save-group-data): Bind coding-system-for-write to the
15940         value of nnrss-file-coding-system; bind file-name-coding-system.
15941         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15942         make it work with non-ASCII text.
15943         (nnrss-find-el): Make it work with old xml.el as well.
15945 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15947         * nnrss.el (nnrss-get-encoding): New function.
15948         (nnrss-fetch): Use unibyte buffer initially; bind
15949         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15950         decode contents according to the encoding attribute.
15951         (nnrss-save-group-data): Add coding cookie.
15952         (nnrss-mime-encode-string): New function.
15953         (nnrss-check-group): Use it to encode subject and author.
15955 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15957         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15958         imaginary variable.
15960 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15962         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15963         correctly even if there are wide characters.
15965 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15967         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15968         downcased symbol names; make a new cache instead of reusing
15969         bbdb-hashtable.
15971 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15973         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15974         concatenating segments rather than before concatenating them.
15975         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15977         * message.el (message-get-reply-headers): Bind `extra'.
15979 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15981         * message.el (message-extra-wide-headers): New variable.
15982         (message-get-reply-headers): Use it.
15984 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15986         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15987         (gnus-agent-group-pathname): Ditto.
15989         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15991         * gnus-group.el (gnus-group-make-group): Decode group name.
15992         (gnus-group-make-rss-group): Register the group data after opening
15993         the nnrss group.
15995 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15997         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15998         by expiry now get marked as read.
16000 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16002         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16004 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16006         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16007         unify Latin characters in XEmacs.
16008         (mm-find-mime-charset-region): Use it.
16010 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16012         * gnus-util.el (gnus-delete-directory): New function.
16014         * gnus-agent.el (gnus-agent-delete-group): Use it.
16016         * gnus-cache.el (gnus-cache-delete-group): Use it.
16018 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16020         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16021         names.
16023 2004-12-16  Simon Josefsson  <jas@extundo.com>
16025         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16027 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16029         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16031         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16032         (gnus-group-set-current-level): Decode group name.
16034 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16036         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16037         failed.
16039 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16041         * gnus-group.el (gnus-group-delete-group): Decode group name.
16042         (gnus-group-make-rss-group): Encode group name.
16043         (gnus-group-catchup-current): Decode group name.
16044         (gnus-group-kill-group): Decode group name.
16046 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16048         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16050 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16052         * gnus-group.el (gnus-group-make-rss-group):
16053         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16055         * gnus-start.el (gnus-setup-news): Honor user's setting to
16056         gnus-message-archive-method.  Suggested by Lute Kamstra
16057         <lute@gnu.org>.
16059 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16061         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16062         global counterparts of the buffer-local variables.
16064 2004-11-16  Romain Francoise  <romain@orebokech.com>
16066         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16067         counterparts of the buffer-local variables.
16069 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16071         * message.el (message-forbidden-properties): Fix typo in doc
16072         string.
16074 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16076         * gnus-util.el (gnus-replace-in-string): Add doc string.
16078         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16079         to avoid problems when splitting mails with many recipients.
16081 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16083         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16084         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16086 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16088         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16089         if there is no hashtable in memory or file modification time is
16090         newer than cached timestamp.
16092 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16094         * gnus-sum.el (gnus-summary-limit-to-recipient):
16095         Implement not-matching option.
16097 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16099         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16100         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16101         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16102         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16103         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16104         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16106 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16108         * message.el (message-forward-make-body-mml): Remove headers
16109         according to message-forward-ignored-headers if a message is decoded.
16111 2004-12-02  Romain Francoise  <romain@orebokech.com>
16113         * message.el (message-forward-make-body-plain): Always remove
16114         headers according to message-forward-ignored-headers.
16116 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16118         * spam.el (spam-summary-prepare-exit): Remove the
16119         gnus-summary-limit pop for now, it has problems with ham marks for
16120         me.
16122 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16124         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16125         correctly.
16127 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16129         * format-spec.el (format-spec): Message the char.
16131 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16133         * gnus-art.el (gnus-split-methods): Reformat comments.
16135         * spam.el (spam-summary-prepare-exit): Remove article limits
16136         before exiting the summary buffer.
16138 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16140         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16141         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16143         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16144         order to silence the byte compiler.
16146         * spam.el: Fix the way to silence the byte compiler, which
16147         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16148         bbdb-search-simple, spam-BBDB-register-routine,
16149         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16150         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16151         spam-stat-buffer-is-spam, spam-stat-load,
16152         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16153         spam-stat-save and spam-stat-split-fancy.
16155 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16157         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16158         which may confuse users.
16159         (canlock-password-for-verify): Ditto.
16161         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16163         * gnus-art.el (gnus-emphasis-alist): Ditto.
16165         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16167         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16169         * gnus-start.el (gnus-save-killed-list): Ditto.
16171         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16172         (gnus-sum-thread-tree-root): Ditto.
16173         (gnus-sum-thread-tree-false-root): Ditto.
16174         (gnus-sum-thread-tree-single-indent): Ditto.
16176         * message.el (message-courtesy-message): Ditto.
16177         (message-archive-note): Ditto.
16178         (message-subscribed-address-file): Ditto.
16179         (message-user-fqdn): Ditto.
16181         * spam-report.el (spam-report-gmane-regex): Ditto.
16183         * spam.el (spam-blackhole-good-server-regex): Ditto.
16185 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16187         * mml.el (mml-preview): Widen the message buffer before copying
16188         the contents to the preview buffer; sort headers before previewing.
16190         * message.el (message-hidden-headers): Fix the way to avoid a bug
16191         in the `repeat' widget in Emacs 21.3 or earlier.
16193 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16195         * message.el (message-hidden-headers): Default to "^References:".
16196         Improve customization type.  Suggested by Reiner Steib
16197         <Reiner.Steib@gmx.de>.
16199 2004-11-25  Romain Francoise  <romain@orebokech.com>
16201         * message.el (message-strip-forbidden-properties): Remove check for
16202         obsolete `message-hidden' text property, hidden headers are not
16203         accessible in the buffer anymore.
16205 2004-11-22  Romain Francoise  <romain@orebokech.com>
16207         * message.el (message-header-format-alist): Add `From' in list
16208         so that it can be sorted.
16209         (message-fix-before-sending): Widen and sort headers before
16210         sending.
16211         (message-hide-headers): Use narrowing to hide headers by moving
16212         them to the top of the buffer and narrowing to the region
16213         underneath.
16215 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16217         * message.el (message-strip-forbidden-properties):
16218         Bind buffer-read-only (etc) to nil.
16220 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16222         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16223         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16225 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16227         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16229 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16231         * dns.el (query-dns): Use sit-for to time instead of
16232         accept-process-output, since that doesn't seem to work on udp
16233         sockets.
16235 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16237         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16239 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16241         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16242         doc string.  Improve doc string.
16244 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16246         * nntp.el (nntp-request-update-info): Return nil if
16247         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16248         may not call gnus-activate-group which uselessly issues the GROUP
16249         commands for all nntp groups and wastes time.  Reported by Romain
16250         Francoise <romain@orebokech.com>.
16252         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16254 2004-11-15  Simon Josefsson  <jas@extundo.com>
16256         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16257         headers separately.
16258         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16259         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16261 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16263         * gnus-start.el (gnus-convert-old-newsrc):
16264         Assign legacy-gnus-agent to 5.10.7.
16266 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16268         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16269         start of the lines.
16271 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16273         * hashcash.el (hashcash-default-payment): Change default to 20.
16274         (hashcash-default-accept-payment): Change default to 20.
16275         (hashcash-process-alist): New variable.
16276         (hashcash-generate-payment-async): Add.
16277         (hashcash-already-paid-p): Add.
16278         (hashcash-insert-payment): Don't generate payments twice.
16279         (hashcash-insert-payment-async): Add.
16280         (hashcash-insert-payment-async-2): Add.
16281         (hashcash-cancel-async): Add.
16282         (hashcash-wait-async): Add.
16283         (hashcash-processes-running-p): Add.
16284         (hashcash-wait-or-cancel): Add.
16285         (mail-add-payment): New optional argument.  Conditionally start
16286         asynchronous calculation.
16287         (mail-add-payment-async): Add.
16289         * message.el (message-send-mail): Wait for asynchronous hashcash
16290         results.  Don't clobber existing X-Hashcash headers.
16291         (message-setup-1): Call mail-add-payment-async when
16292         message-generate-hashcash is non-nil.
16294 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16296         * message.el (message-use-alternative-email-as-from): Examine the
16297         From header as well; use message-make-from in order to include a
16298         user's full name.
16300 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16302         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16303         default; improve customization type.
16304         (gnus-emphasis-custom-with-format): New macro.
16305         (gnus-emphasis-custom-value-to-external): New function.
16306         (gnus-emphasis-custom-value-to-internal): New function.
16308 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16310         * dns.el (query-dns): Resolve reverse addresses.
16312 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16314         * gnus-group.el (gnus-group-get-new-news): Use it.
16316         * gnus-start.el (gnus-check-reasonable-setup): New function.
16318 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16320         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16321         "Args out of range" error.  Reported by Arnaud Giersch
16322         <arnaud.giersch@free.fr>.
16324 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16326         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16328 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16330         * spam.el (spam group): Add :version.
16332         * pgg-def.el (pgg group): Add :version.
16334 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16336         * gnus-art.el (gnus-article-edit-article): Don't associate the
16337         article buffer with a draft file.  This is a temporary measure
16338         against the 2004-08-22 change to gnus-article-edit-mode.
16340 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16342         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16343         (html2text-format-tags): Remove unused variable `attr'.
16345 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16347         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16349         * tls.el (tls-process-connection-type, tls-success)
16350         (tls-certtool-program): Add :version.
16352         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
16353         (starttls-extra-arguments, starttls-process-connection-type)
16354         (starttls-connect, starttls-failure, starttls-success): Add :version.
16356         * spam-stat.el (spam-stat): Add :version.
16358         * sieve.el (sieve): Add :version.
16360         * sha1.el (sha1): Add :version.
16361         (sha1-use-external): Remove redundant version.
16363         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16364         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16365         (nnmail-split-fancy-match-partial-words)
16366         (nnmail-split-lowercase-expanded): Add :version.
16368         * nndiary.el (nndiary): Add :version.
16370         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16372         * mml-sec.el (mml-default-sign-method)
16373         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16374         Add :version.
16376         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16378         * mm-url.el (mm-url-use-external, mm-url-program)
16379         (mm-url-arguments): Add :version.
16381         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16382         (mm-attachment-file-modes, mm-decrypt-option)
16383         (mm-w3m-safe-url-regexp): Add :version.
16385         * message.el (message-cite-prefix-regexp)
16386         (message-sendmail-envelope-from, message-minibuffer-local-map)
16387         (message-user-fqdn, message-completion-alist): Add :version.
16389         * gnus-win.el (gnus-configure-windows-hook)
16390         (gnus-use-frames-on-any-display): Add :version.
16392         * gnus-art.el (gnus-article-address-banner-alist)
16393         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16394         (gnus-treat-from-picon, gnus-treat-mail-picon)
16395         (gnus-treat-x-pgp-sig): Add :version.
16397         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16398         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16399         (gnus-summary-article-delete-hook)
16400         (gnus-summary-display-while-building): Add :version.
16402         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16403         (gnus-get-top-new-news-hook): Add :version.
16405         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16406         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16408         * gnus-registry.el (gnus-registry): Add :version.
16410         * gnus-spec.el (gnus-use-correct-string-widths)
16411         (gnus-make-format-preserve-properties): Add :version.
16413         * gnus.el (gnus-group-charter-alist)
16414         (gnus-group-fetch-control-use-browse-url)
16415         (gnus-install-group-spam-parameters): Add :version.
16417         * gnus-diary.el (gnus-diary): Add :version.
16419         * gnus-delay.el (gnus-delay): Add :version.
16421         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16422         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16423         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16424         Add :version.
16426         * gnus-agent.el (gnus-agent-max-fetch-size)
16427         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16428         (gnus-agent-prompt-send-queue): Add :version.
16430         * deuglify.el (gnus-outlook-deuglify): Add :version.
16432         * html2text.el: Beautify code.  Improve doc strings.
16433         Some checkdoc cleanup.
16434         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16436 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16438         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16440 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16442         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16443         when package is loaded.
16445         * spam.el (spam-summary-score-preferred-header): Add global preference
16446         for people who want to override the default SpamAssassin over
16447         Bogofilter preference (when both are set).
16448         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16449         (spam-user-format-function-S):
16450         Check spam-summary-score-preferred-header.
16451         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16452         (spam-user-format-function-S): Format the score correctly.
16454 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16456         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16457         signature file.  Suggested by Manoj Srivastava
16458         <srivasta@golden-gryphon.com>.
16460         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16461         iso-2022-jp even in the Japanese language environment.
16462         Suggested by Jason Rumney <jasonr@gnu.org>.
16464 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16466         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16467         use the same characters as the dummy marks; make it free from
16468         getting affected by the language environment.
16469         (gnus-summary-read-group-1): Update mark positions only when the
16470         format spec is updated.
16472         * gnus-spec.el (gnus-update-format-specifications): Return a list
16473         of updated types.
16475 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16477         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16478         of boundp to check if display-warning is available.
16480 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16482         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16484 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16486         * nnspool.el (nnspool-spool-directory): Use news-path if the
16487         news-directory variable is not bound.
16489         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16490         function instead of display-warning if it is not available.
16492 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16494         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16495         v5-10: Use `point-at-bol'.
16497 2004-10-26  Simon Josefsson  <jas@extundo.com>
16499         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16500         <chenggao@gmail.com>.
16502 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16504         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16505         instead.
16507 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16509         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16510         to remove a server from the nnimap-server-buffer-alist.
16511         (nnimap-open-connection, nnimap-close-server): Use it.
16513         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16515 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16517         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16518         running the major-mode function.
16520 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16522         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16523         dummy marks in the right way.
16525 2004-10-18  David Edmondson  <dme@dme.org>
16527         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16528         excessively.
16530 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16532         * gnus-util.el (gnus-split-references): Accept a nil references
16533         string and go on blissfully.
16535         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16536         cases where the references string is non-nil but has no references.
16538         * encrypt.el: Add autoload tags.
16540         * spam.el (spam-resolve-registrations-routine): Remove article
16541         from unregistration list too.  Reported by David Hanak
16542         <dhanak@isis.vanderbilt.edu>
16544 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16546         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16547         nil.  Change custom type.
16549 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16551         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16553         * gnus-sum.el (gnus-summary-move-article): Use it.
16555 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16557         * encrypt.el: Add autoload cookies.
16559         * spam.el (spam-backend-article-list-property)
16560         (spam-backend-get-article-todo-list)
16561         (spam-backend-put-article-todo-list)
16562         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16563         Resolve registrations separately.
16564         (spam-register-routine): Format comments.
16565         (spam-unregister-routine, spam-register-routine): Always call with
16566         specific-articles, no default list.
16567         (spam-summary-prepare-exit): Use the spam-classifications function.
16569         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16570         gnus-encrypt.el.
16572         * encrypt.el: Copied from gnus-encrypt.el.
16574         * gnus-encrypt.el: Commented that it's obsolete.
16576 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16578         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16579         (gnus-score-save): Use it.
16581         * message.el (message-bury): Use `window-dedicated-p'.
16583 2004-10-15  Simon Josefsson  <jas@extundo.com>
16585         * pop3.el (top-level): Don't require nnheader.
16586         (pop3-read-timeout): Add.
16587         (pop3-accept-process-output): Add.
16588         (pop3-read-response, pop3-retr): Use it.
16590 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16592         * spam.el (spam-register-routine): Move comment.
16593         (spam-verify-bogofilter): Use 'unknown for the initial
16594         spam-bogofilter-valid state, not 'never.
16596         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16597         for netrc-machine.
16599         * nnimap.el (nnimap-open-connection):
16600         Use netrc-machine-user-or-password.
16602 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16604         * gnus-registry.el (gnus-registry-unload-hook):
16605         Set as a variable with add-hook.
16607         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16608         of news-path.
16610         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16612         * spam.el: Delete duplicate `provide'.
16613         (spam-unload-hook): Set as a variable with add-hook.
16615 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16617         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16618         in the doc string.
16620         * message.el (message-ignored-news-headers)
16621         (message-ignored-supersedes-headers)
16622         (message-ignored-resent-headers)
16623         (message-forward-ignored-headers): Improve custom type.
16625 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16627         * message.el (message-tokenize-header): Fix 2004-09-06 change
16628         which used point-min in the wrong place.
16630 2004-10-12  Simon Josefsson  <jas@extundo.com>
16632         * tls.el (tls-certtool-program): New variable.
16633         (tls-certificate-information): New function, based on
16634         ssl-certificate-information.
16636 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16638         * compface.el: Move the version of ELisp-based uncompface program
16639         to the contrib directory because of the copyright problem.
16641 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16643         * message.el (message-kill-buffer): Raise the current frame.
16645 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16647         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16649         * gnus.el (message-y-or-n-p): Autoload.
16651         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16652         (pop3-password-required, pop3-authentication-scheme)
16653         (pop3-leave-mail-on-server): Make customizable.
16654         (pop3): New custom group.
16655         (pop3-retr): Remove `sleep-for' statements.
16656         Suggested by Dave Love <fx@gnu.org>.
16658         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16659         Windows/DOS.
16661         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16662         (imap-parse-body): Fix incorrect use of `assert'.
16663         Suggested by Dave Love <fx@gnu.org>.
16665         * mml.el (mml-minibuffer-read-disposition): Require match.
16666         Suggested by Dave Love <fx@gnu.org>.
16668 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16670         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16671         doc string.
16673 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16675         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16677 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16679         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16680         instead of calling `mm-insert-inline', to decode text/* parts
16681         before displaying them.
16683 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16685         * mm-uu.el (mm-uu-text-plain-type): New variable.
16686         (mm-uu-pgp-signed-extract-1): Use it.
16687         (mm-uu-pgp-encrypted-extract-1): Use it.
16688         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16689         bind mm-uu-text-plain-type with that value.
16690         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16691         mm-uu-dissect.
16693 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16695         * gnus-group.el (gnus-update-group-mark-positions):
16696         * gnus-sum.el (gnus-update-summary-mark-positions):
16697         * message.el (message-check-news-body-syntax):
16698         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16699         of string-as-multibyte.
16701 2004-10-05  Juri Linkov  <juri@jurta.org>
16703         * gnus-group.el (gnus-update-group-mark-positions):
16704         * gnus-sum.el (gnus-update-summary-mark-positions):
16705         * message.el (message-check-news-body-syntax):
16706         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16707         8-bit unibyte values to a multibyte string for search functions.
16709 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16711         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16712         (mm-uu-dissect-text-parts): New function.
16714         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16715         dissect text parts.
16717         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16718         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16720         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16722         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16723         Use gnus-current-topics instead of gnus-current-topic.
16725 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16727         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16729 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16731         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16732         where approriate.
16734         * nnml.el (nnml-generate-active-info): do.
16736         * nndiary.el (nndiary-generate-active-info): do.
16738         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16739         (gnus-topic-move): do.
16741         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16742         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16744         * gnus-srvr.el (gnus-server-prepare)
16745         (gnus-server-open-all-servers): do.
16747         * gnus-msg.el (gnus-summary-cancel-article)
16748         (gnus-summary-resend-message)
16749         (gnus-summary-mail-crosspost-complaint): do.
16751         * gnus-move.el (gnus-change-server): do.
16753         * gnus-group.el (gnus-group-unmark-all-groups)
16754         (gnus-group-set-current-level): do.
16756 2004-10-04  Simon Josefsson  <jas@extundo.com>
16758         * message.el (message-generate-hashcash): Doc fix.
16760 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16762         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16763         avoid infinite recursion via gnus-get-function.
16765 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16767         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16769         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16771         * nnmail.el (nnmail-split-history): do.
16773         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16774         (nnml-request-delete-group): do.
16776         * nnslashdot.el (nnslashdot-read-groups): do.
16778         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16779         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16781         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16782         (nnspool-sift-nov-with-sed): Use last.
16783         (nnspool-retrieve-headers-with-nov): Use mapc.
16784         (nnspool-request-newgroups): Use dolist.
16785         (nnspool-request-group): Use last.
16787         * nntp.el (nntp-read-server-type): Use dolist.
16789         * nnvirtual.el (nnvirtual-create-mapping)
16790         (nnvirtual-update-read-and-marked): Use dolist.
16791         (nnvirtual-convert-headers): Simplify.
16793 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16795         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16796         Add support for sync'ing tick marks.
16798 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16800         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16801         there's no visible header.
16803 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16805         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16806         When necessary, pass full group name to gnus-request-set-marks.
16808 2004-10-01  Simon Josefsson  <jas@extundo.com>
16810         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16811         acroread.
16813 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16815         * spam-report.el (spam-report-gmane): Fix interactive.
16817         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16819         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16820         when writing file.
16821         (gnus-agent-synchronize-flags): Don't default to being
16822         interactive.
16824 2004-09-30  Simon Josefsson  <jas@extundo.com>
16826         * message.el (message-generate-hashcash): Add.
16827         (message-send-mail): Use it, call mail-add-payment.
16829 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16831         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16833 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16835         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16836         gnus-requst-update-info with explicit code to sync the in-memory
16837         info read flags with the marks being sync'd to the backend.
16839         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16841 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16843         * spam.el (spam-verify-bogofilter): Add new function.
16844         (spam-check-bogofilter)
16845         (spam-bogofilter-register-with-bogofilter): Use it.
16846         (spam-verify-bogofilter): Add small fixes.
16848 2004-09-28  Simon Josefsson  <jas@extundo.com>
16850         * hashcash.el (hashcash-generate-payment): Revert.
16852 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16854         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16855         Use gnus-extract-references instead of gnus-split-references.
16857         * gnus-util.el (gnus-extract-references): Add new function, analogous
16858         to gnus-split-references but extracts only the message-ID without
16859         anything extra.
16861         * hashcash.el (hashcash-generate-payment)
16862         (hashcash-check-payment): Do the right thing if hashcash-path is
16863         nil (because the hashcash program could not be found).
16865         * spam.el (spam-use-hashcash): Remove comment.
16867 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16869         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16870         (gnus-cache-enter-article, gnus-cache-remove-article)
16871         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16873         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16875         * gnus-art.el (article-hide-boring-headers)
16876         (article-translate-strings, article-display-face)
16877         (gnus-article-mime-match-handle-first)
16878         (gnus-article-highlight-headers)
16879         (gnus-article-add-buttons-to-head): do.
16881 2004-09-27  Simon Josefsson  <jas@extundo.com>
16883         * hashcash.el: New version, from
16884         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16885         ../contrib/.
16887 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16889         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16891 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16893         * gnus-dup.el (gnus-dup-open): Use mapc.
16894         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16896         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16897         Reported by Stefan Wiens <s.wi@gmx.net>.
16899         * gnus.el (gnus-shutdown): Use dolist.
16901         * gnus-undo.el (gnus-undo): Use mapc.
16903         * nnrss.el (nnrss-generate-active): do.
16905         * message.el (message-cite-original-without-signature)
16906         (message-cite-original): Use mapc.
16907         (message-do-actions, message-make-forward-subject): Use dolist.
16909 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16911         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16912         deletion to remove entire duplicate line.  Fixes merged article
16913         number bug.
16915 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16917         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16918         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16919         first ask if you want to open a server and then, even when you
16920         responded with no, asking if you want to synchronize the server's
16921         flags.
16922         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16923         multi-line expressions.
16924         (gnus-agent-synchronize-group-flags): New internal function.
16925         Updates marks in memory (in the info structure) AND in the
16926         backend.
16928         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16930         * nnagent.el (nnagent-request-set-mark):
16931         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16932         method, to ensure that synchronization updates marks in the
16933         backend and in the info (in memory) structure.
16935 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16937         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16938         convention fully; don't miss the root article of a thread; make
16939         the X-Draft-From header with correct article numbers.
16941 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16943         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16944         unless plugged.  Disable the agent so that an open failure causes
16945         an error.
16947         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16948         Revert 2004-09-21 change.  The backend must be opened while
16949         synchronizing flags even when the backend stores the flags
16950         locally.
16952 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16954         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16955         in `header' match.  Reported by Svend Tollak Munkejord.
16957         * message.el (message-cite-original): Fix use of
16958         `message-cite-articles-with-x-no-archive'.
16960 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16962         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16963         (gnus-window-to-buffer): Ditto.
16965         * mml.el (mml-preview-buffer): New variable.
16966         (mml-preview): Manage window layout with gnus-buffer-configuration.
16968         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16969         X-Draft-From header even if those articles aren't quoted.
16971 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16973         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16974         (gnus-request-set-mark, gnus-request-update-mark): Use new
16975         g-s-t-u-l-m to decide to use backend even when unplugged.
16977 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16979         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16980         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16982 2004-09-20  Simon Josefsson  <jas@extundo.com>
16984         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16985         "utf-16-le".
16987 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16989         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16991 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16993         * uudecode.el (uudecode-use-external): Add :version.
16995         * smime.el (smime-CA-file, smime-encrypt-cipher)
16996         (smime-dns-server): Add :version.
16998         * smiley.el (gnus-smiley-file-types): Add :version.
17000         * sha1.el (sha1-use-external): Add :version.
17002         * pgg-def.el (pgg-query-keyserver): Add :version.
17004         * nnmail.el (nnmail-fancy-expiry-targets)
17005         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17006         Add :version.
17008         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17009         (nnimap-retrieve-groups-asynchronous): Add :version.
17010         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17012         * mml.el (mml-content-disposition-parameters)
17013         (mml-insert-mime-headers-always): Add :version.
17015         * mm-util.el (mm-coding-system-priorities): Add :version.
17017         * mm-decode.el (mm-inline-text-html-with-images)
17018         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17019         (mm-verify-option): Add :version.
17020         (mm-text-html-renderer): Change :version.
17022         * message.el (message-fcc-externalize-attachments)
17023         (message-required-headers, message-draft-headers)
17024         (message-subject-trailing-was-query)
17025         (message-subject-trailing-was-ask-regexp)
17026         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17027         (message-mark-insert-end, message-archive-header)
17028         (message-archive-note, message-cross-post-default)
17029         (message-cross-post-note, message-followup-to-note)
17030         (message-cross-post-note-function, message-use-mail-followup-to)
17031         (message-subscribed-address-functions)
17032         (message-subscribed-address-file, message-subscribed-addresses)
17033         (message-subscribed-regexps, message-allow-no-recipients)
17034         (message-yank-cited-prefix, message-signature-insert-empty-line)
17035         (message-hidden-headers, message-hierarchical-addresses)
17036         (message-mail-user-agent, message-use-idna)
17037         (message-valid-fqdn-regexp)
17038         (message-strip-special-text-properties, message-header-synonyms)
17039         (message-beginning-of-line, message-tab-body-function): Add :version.
17040         (message-insert-canlock, message-wide-reply-confirm-recipients):
17041         Change :version.
17043         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17044         and :version.
17045         (mail-source-delete-old-incoming-confirm)
17046         (mail-source-movemail-program): Add :version.
17048         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17049         (gnus-agent-cache, gnus-agent): Change :version.
17051         * gnus-util.el (gnus-use-byte-compile): Change :version.
17053         * gnus-sum.el (gnus-summary-make-false-root-always)
17054         (gnus-summary-default-high-score)
17055         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17056         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17057         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17058         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17059         (gnus-sum-thread-tree-single-indent)
17060         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17061         (gnus-sum-thread-tree-leaf-with-other)
17062         (gnus-sum-thread-tree-single-leaf): Add :version.
17063         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17064         (gnus-article-loose-mime): Change :version.
17066         * gnus-start.el (gnus-backup-startup-file)
17067         (gnus-save-startup-file-via-temp-buffer): Add :version.
17069         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17070         (gnus-server-offline-face): Add :version.
17072         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17074         * gnus-msg.el (gnus-gcc-externalize-attachments)
17075         (gnus-debug-files, gnus-debug-exclude-variables)
17076         (gnus-discouraged-post-methods): Change :version.
17077         (gnus-confirm-mail-reply-to-news)
17078         (gnus-confirm-treat-mail-like-news): Add :version.
17080         * gnus-int.el (gnus-server-unopen-status): Add :version.
17082         * gnus-group.el (gnus-group-jump-to-group-prompt)
17083         (gnus-large-ephemeral-newsgroup)
17084         (gnus-fetch-old-ephemeral-headers): Add :version.
17086         * gnus-fun.el (gnus-x-face-directory)
17087         (gnus-convert-pbm-to-x-face-command)
17088         (gnus-convert-image-to-x-face-command)
17089         (gnus-convert-image-to-face-command): Add :version.
17091         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17093         * gnus-cite.el (gnus-cite-blank-line-after-header)
17094         (gnus-article-boring-faces): Add :version.
17096         * gnus-art.el (gnus-buttonized-mime-types)
17097         (gnus-inhibit-mime-unbuttonizing)
17098         (gnus-treat-display-face)
17099         (gnus-treat-body-boundary): Change :version.
17100         (gnus-body-boundary-delimiter, gnus-picon-databases)
17101         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17102         (gnus-treat-date-english, gnus-treat-fold-headers)
17103         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17104         (gnus-treat-mail-picon, gnus-treat-wash-html)
17105         (gnus-article-encrypt-protocol)
17106         (gnus-use-idna, gnus-article-over-scroll)
17107         (gnus-mime-display-multipart-alternative-as-mixed)
17108         (gnus-mime-display-multipart-related-as-mixed)
17109         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17110         (gnus-ctan-url, gnus-button-ctan-handler)
17111         (gnus-button-handle-ctan-bogus-regexp)
17112         (gnus-button-ctan-directory-regexp)
17113         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17114         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17115         (gnus-button-man-level, gnus-button-emacs-level)
17116         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17118         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17119         (gnus-agent-go-online): Change :version.
17120         (gnus-agent-expire-unagentized-dirs)
17121         (gnus-agent-auto-agentize-methods): Add :version.
17123         * flow-fill.el (fill-flowed-display-column)
17124         (fill-flowed-encode-column): Add :version.
17126         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17127         (gnus-outlook-deuglify-unwrap-max)
17128         (gnus-outlook-deuglify-cite-marks)
17129         (gnus-outlook-deuglify-unwrap-stop-chars)
17130         (gnus-outlook-deuglify-no-wrap-chars)
17131         (gnus-outlook-deuglify-attrib-cut-regexp)
17132         (gnus-outlook-deuglify-attrib-verb-regexp)
17133         (gnus-outlook-deuglify-attrib-end-regexp)
17134         (gnus-outlook-display-hook): Add :version.
17136         * binhex.el (binhex-use-external): Add :version.
17138 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17140         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17141         and `invisible'.
17143 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17145         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17146         in gnus-registry-trim.
17148 2004-09-13  Simon Josefsson  <jas@extundo.com>
17150         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17152         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17154         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17155         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17156         <yamaoka@jpl.org>.
17157         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17158         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17159         <yamaoka@jpl.org>.
17161         * sieve.el (sieve-manage-mode): Ditto.
17163 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17165         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17167 2004-09-11  Simon Josefsson  <jas@extundo.com>
17169         * dns-mode.el: Add.
17171         * mm-view.el (mm-display-dns-inline): Add.
17173         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17174         (mm-automatic-display): Ditto.
17176         * mailcap.el (mailcap-mime-data): Add text/dns.
17177         (mailcap-mime-extensions): Map .soa to text/dns.
17179 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17181         * gnus-art.el (article-decode-mime-words, article-babel)
17182         (gnus-article-highlight-signature, gnus-article-add-buttons)
17183         (gnus-signature-toggle): Remove unnecessary bindings of
17184         `inhibit-read-only' inherited from v5.10 merge.
17186 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17188         * nntp.el (nntp): New customization group.
17189         (nntp-authinfo-file): Add customization group.
17191         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17193         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17195         * gnus.el (to-address, to-list, subscribed)
17196         (large-newsgroup-initial): Ditto.
17198         * flow-fill.el (fill-flowed-display-column)
17199         (fill-flowed-encode-column): Ditto.
17201 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17203         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17204         Use point-min rather than 1.
17205         (message-send-mail): Use buffer-size rather than point-max.
17207         * gnus-sum.el (gnus-summary-search-article-forward):
17208         Signal a specific `search-failed' rather than a generic `error'.
17210         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17211         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17212         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17214 2004-09-10  Simon Josefsson  <jas@extundo.com>
17216         * nndb.el (require): Remove tcp and duplicate cl.
17218 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17220         * gnus-agent.el (directory-files-and-attributes): Move forward.
17222 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17224         * gnus-agent.el (directory-files-and-attributes):
17225         Optionally defined to support XEmacs.
17227 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17229         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17230         to avoid run-time CL dependencies.
17231         (gnus-agent-unfetch-articles): New function.
17232         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17233         article numbers even when local .overview file is missing.
17234         (gnus-agent-read-article-number): New function.  Only accepts
17235         27-bit article numbers.
17236         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17237         Use gnus-agent-read-article-number.
17238         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17239         from backend while recognizing that article numbers in .overview
17240         must be valid.
17241         (gnus-agent-update-files-total-fetched-for):
17242         Use directory-files-and-attributes to improve performance.
17243         * gnus-int.el (gnus-request-move-article):
17244         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17245         improve performance.
17247         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17248         some users confused by references to .newsrc when they only have a
17249         .newsrc.eld file.
17250         (gnus-convert-mark-converter-prompt)
17251         (gnus-convert-converter-needs-prompt): Fix use of property list.
17252         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17253         New function.  Used internally to only display 'gnus converting
17254         files' message when actually necessary.
17256         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17257         methods now autoloaded.
17259 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17261         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17262         identifiers.
17264 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17266         * gnus-picon.el: Fix indentation and closing parenthesis.
17268 2004-09-01  Simon Josefsson  <jas@extundo.com>
17270         * message.el (message-canlock-generate): Require sha1, not
17271         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17272         to require within a function.  Sadly, if sha1.el isn't loaded, the
17273         let binding in m-c-g will hide the defcustom definition, which is
17274         bad.)
17276         * canlock.el: Require sha1, not sha1-el.
17278         * message.el: Don't autoload sha1 (there is a autoload cookie in
17279         sha1.el).
17281         * sha1-el.el: Rename to sha1.el.
17283 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17285         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17287 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17289         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17291 2004-08-30  Kim F. Storm  <storm@cua.dk>
17293         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17295         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17296         Add :group 'nnimap.
17298 2004-08-30  Andreas Schwab  <schwab@suse.de>
17300         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17301         ?* and ?\;.
17303         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17304         and ?\' to symbol instead of whitespace.
17306 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17308         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17310         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17311         instead of re-search-forward.
17313         * gnus-uu.el (gnus-uu-save-article): Ditto.
17314         (gnus-uu-post-encode-uuencode): Ditto.
17316         * html2text.el (html2text-clean-list-items): Ditto.
17317         (html2text-clean-dtdd): Ditto.
17318         (html2text-format-tags): Ditto.
17320         * message.el (message-send-mail-with-sendmail): Fix regexp.
17321         (message-fill-field-general): Use search-forward instead of
17322         re-search-forward.
17323         (unbold-region): Ditto.
17325         * nnrss.el (nnrss-request-article): Ditto.
17327         * nnslashdot.el (nnslashdot-request-article): Ditto.
17329         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17331         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17332         "Unrecognized menu descriptor" error in XEmacs.
17334 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17336         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17337         parent article of a sparse article in the thread hashtb.
17339 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17341         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17342         (nnmail-expand-newtext): Lowercase expanded entries if
17343         nnmail-split-lowercase-expanded is non-nil.
17345 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17347         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17349         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17350         of gnus-tmp-news-method into string under XEmacs.  It will be
17351         passed to gnus-correct-length which takes only a string argument.
17353 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17355         * gnus-util.el (gnus-bind-print-variables): New macro.
17356         (gnus-prin1): Use it.
17357         (gnus-prin1-to-string): Use it.
17358         (gnus-pp): New function.
17359         (gnus-pp-to-string): New function.
17361         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17362         Replace pp-to-string with gnus-pp-to-string.
17363         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17364         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17365         * gnus-msg.el (gnus-debug): Ditto.
17366         * gnus-score.el (gnus-score-save): Ditto.
17367         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17368         gnus-pp-to-string.
17369         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17370         with gnus-pp.
17371         * score-mode.el (gnus-score-pretty-print): Ditto.
17372         * webmail.el (webmail-debug): Ditto.
17374 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17376         * gnus-art.el (article-display-face, article-display-x-face):
17377         Use buffer-read-only.
17379 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17381         * gnus-art.el (article-hide-list-identifiers):
17382         Bind inhibit-read-only as t.
17384 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17386         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17388 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17390         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17391         (gnus-narrow-to-page): Don't assume point-min == 1.
17392         (gnus-article-edit-mode): Derive from message-mode.
17394         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17395         point-min == 1.
17397         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17398         Disable incorrect use of `assert'.
17400         * message.el (message-mode): Set comment-start-skip.
17403 2004-08-22  Sam Steingold  <sds@gnu.org>
17405         * pop3.el (pop3-leave-mail-on-server): New user variable.
17406         (pop3-movemail): Delete mail only when it is nil.
17408 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17410         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17412         * mml.el (mml-preview): Use `pop-to-buffer'.
17414         * message.el (message-goto-mail-followup-to): Insert after "To".
17415         (message-carefully-insert-headers): Add comment.
17417         * gnus.el: Remove unused variable `gnus-article-check-size'.
17419         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17421         * gnus-art.el (gnus-button-alist):
17422         Improve `gnus-button-handle-library' entry.
17424 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17426         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17427         Use downcase, since XEmacs capitalizes error messages differently.
17429 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17431         * nntp.el: Add (require 'gnus) due to reference to
17432         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17434 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17436         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17437         Bind `mm-fill-flowed'.
17439         * mm-decode.el (mm-dissect-singlepart): Check it.
17441 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17443         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17444         'imap' for netrc parsing.
17446 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17448         * mailcap.el (mailcap-mime-data): Mark as risky.
17450 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17452         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17453         may be included in the encoded word.
17454         (rfc2047-encode): Don't append a space if the encoded word
17455         includes close parenthesis.
17457 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17459         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17460         of text within parentheses.
17462 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17464         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17465         (gnus-encrypt-write-file-contents): Make the password key the file
17466         name PLUS the cipher, not just the cipher.  Also remove failed
17467         passwords from the cache.
17469 2004-08-06  Simon Josefsson  <jas@extundo.com>
17471         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17472         Doc fix.
17474 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17476         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17477         LWSP.
17479 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17481         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17482         Try to append in-reply-to: data to the references: header.
17484         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17485         (netrc-parse): Use gnus-encrypt.el functions.
17487         * gnus-encrypt.el: Add new file for encryption support; currently
17488         does only a few GPG ciphers and an internal XOR cipher.
17490         * password.el: Add comments on using password-read-and-add.
17491         (password-read-and-add): Add function to read and add the
17492         password to the cache at once.
17494 2004-07-28  Simon Josefsson  <jas@extundo.com>
17496         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17497         parameter (but don't use it, for now).
17499         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17500         instead of hard coding to nil.
17502 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17504         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17505         as mm-inline-image-xemacs does.
17507 2004-07-26  Simon Josefsson  <jas@extundo.com>
17509         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17510         Revert part of 2004-07-17 change below.
17512 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17514         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17515         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17517 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17519         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17520         quotes that actually start with ">" at the beginning of the
17521         lines.
17523 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17525         * rfc2047.el (rfc2047-encode-region): Fix last change.
17526         (rfc2047-encode-parameter): Remove useless concat.
17528 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17530         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17531         encode special characters; fix some kind of misconfigured headers;
17532         signal a real error if debug-on-quit or debug-on-error is non-nil.
17533         (rfc2047-encode-max-chars): New variable.
17534         (rfc2047-encode-1): Use it.
17535         (rfc2047-encode-parameter): New function.
17537         * mml.el (mml-insert-parameter): Remove an excessive space.
17539 2004-07-17  Simon Josefsson  <jas@extundo.com>
17541         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17542         Kai Grossjohann <kai@emptydomain.de>.
17543         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17544         (gnus-group-make-menu-bar): Ditto.
17546         * gnus-util.el (gnus-group-server): Add.
17548 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17550         * message.el (message-clone-locals): Clone sendmail and smtp
17551         variables.
17553 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17555         * rfc2047.el (rfc2047-encode-region): Fix last change.
17557 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17559         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17560         characters as non-special.
17562 2004-07-09  Simon Josefsson  <jas@extundo.com>
17564         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17565         Users will lose all flag changes made while unplugged with
17566         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17567         good default.  See numerous reports on ding mailing list.
17569 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17571         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17572         add generate-head-function and generate-article-function to the
17573         rfc822-forward entry.
17574         (nndoc-rfc822-forward-generate-article): New function.
17575         (nndoc-rfc822-forward-generate-head): New function.
17577         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17579 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17581         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17582         respect display group parameter and gnus-summary-expunge-below.
17583         (gnus-articles-to-read): Remove unused reference to display group
17584         parameter.
17586 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17588         * nnheader.el (nnheader-uniquify-message-id): New experimental
17589         variable.
17590         (nnheader-nov-read-message-id): Use it.
17592         * spam-report.el (spam-report-gmane): Add interactive.
17594 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17596         * mm-encode.el (mm-content-transfer-encoding-defaults):
17597         Use qp-or-base64 for the application/* types.
17599 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17601         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17603 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17605         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17606         trim value.
17608 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17610         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17611         New macro and function.
17612         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17614 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17616         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17617         after-load-alist.
17619 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17621         * gnus-group.el (gnus-group-get-new-news-this-group):
17622         Don't update info that isn't there.
17624 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
17626         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17627         entry.
17629 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17631         * mm-view.el (mm-inline-render-with-function): Use multibyte
17632         buffer; decode html source by charset.
17634         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17636         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17637         Mule-UCS is loaded under XEmacs.
17638         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17640 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17642         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17644 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17646         * mm-util.el (mm-coding-system-p): Return a coding-system.
17647         (mm-mime-mule-charset-alist): Use shift_jis instead of
17648         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17649         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17650         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17651         instead of japanese-shift-jis and iso-latin-1 respectively in
17652         order to share the default value with both Emacs and XEmacs-mule.
17653         (mm-mule-charset-to-mime-charset):
17654         Make mm-coding-system-priorities effective.
17655         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17656         while predicating of candidates upon the priorities.
17658 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17660         * gnus-sum.el (gnus-summary-make-menu-bar):
17661         Add gnus-uu-invert-processable.
17663         * gnus.el: Autoload gnus-uu-invert-processable.
17665 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17667         * mm-util.el (mm-with-multibyte-buffer): New macro.
17669         * rfc2047.el (rfc2047-encode-string): Use it.
17670         (rfc2047-encode-region): Move point to the end of the region after
17671         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17673 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17675         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17676         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17678 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17680         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17681         (gnus-cite-parse): Ignore quoted envelope From_.
17682         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17684 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17686         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17687         invalid addresses.
17689 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17691         * spam.el: Change section markers, revise TODO list.
17692         (spam-backends): Make new master list of all installed backends.
17693         (spam-summary-exit-behavior): Add new variable to determine how
17694         messages moves are done at summary exit.
17695         (spam-move-spam-nonspam-groups-only)
17696         (spam-process-ham-in-nonham-groups)
17697         (spam-process-ham-in-spam-groups): Remove variables, the
17698         spam-summary-exit-behavior variable should be used to manage this
17699         behavior.
17700         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17701         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17702         and spam-old-spam-articles.
17703         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17704         Add empty variables, placeholders for the backends they represent.
17705         (spam-set-difference): Move, unchanged.
17706         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17707         unless the user has a processor variable.
17708         (spam-classifications, spam-classification-valid-p)
17709         (spam-backend-properties, spam-backend-property-valid-p)
17710         (spam-backend-function-type-valid-p)
17711         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17712         (spam-report-articles-gmane, spam-report-articles-resend):
17713         Remove functions, they are not needed.
17714         (spam-install-backend-super, spam-backend-list)
17715         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17716         (spam-backend-function, spam-backend-ham-registration-function)
17717         (spam-backend-spam-registration-function)
17718         (spam-backend-ham-unregistration-function)
17719         (spam-backend-spam-unregistration-function)
17720         (spam-backend-statistical-p, spam-backend-mover-p)
17721         (spam-install-backend-alias, spam-install-checkonly-backend)
17722         (spam-install-mover-backend, spam-install-nocheck-backend)
17723         (spam-install-backend, spam-install-statistical-backend)
17724         (spam-install-statistical-checkonly-backend): Add backend installation
17725         support.
17726         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17727         (spam-group-processor-p): Use the new backend code and respect the
17728         summary exit behavior.
17729         (spam-mark-spam-as-expired-and-move-routine): Remove.
17730         (spam-summary-prepare): Change to use the new spam-old-articles
17731         variable.
17732         (spam-copy-or-move-routine, spam-copy-spam-routine)
17733         (spam-move-spam-routine, spam-copy-ham-routine)
17734         (spam-move-ham-routine): Add code to copy/move ham or spam.
17735         (spam-fetch-field-fast): Improve doc and code, plus allow the
17736         'number request.
17737         (spam-list-of-checks, spam-list-of-statistical-checks):
17738         Remove variables.
17739         (spam-split, spam-find-spam): Use the new backend code.
17740         (spam-registration-functions): Remove variable.
17741         (spam-unregister-routine): Add convenience wrapper.
17742         (spam-log-undo-registration, spam-register-routine)
17743         (spam-log-processing-to-registry)
17744         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17745         where possible.
17746         (spam-check-gmane-xref, spam-check-regex-headers)
17747         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17748         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17749         (spam-check-bogofilter-headers, spam-check-spamoracle)
17750         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17751         (spam-check-crm114-headers): Use the spam-split-group that
17752         spam-split prepares, no need to determine it every time.
17754         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17755         to the nnheader-parse-naked-head call.
17757         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17759         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17760         the nnheader-nov-read-message-id call.
17762 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17764         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17765         gnus-activate-group twice.  Suggested by Markus Peter
17766         <warp@spin.de>.
17768 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17770         * gnus-art.el (gnus-article-time-format): Exchange the order of
17771         day and month in the default value; fix customization type.
17772         (article-date-ut): Use add-text-properties.
17773         (article-make-date-line): Use message-make-date instead of
17774         current-time-string.
17776         * message.el (message-fetch-field): Don't use set-text-properties.
17777         (message-make-date): Simplify.
17779         * messagexmas.el (message-xmas-make-date): New function.
17780         (message-xmas-redefine): Defalias message-make-date to it.
17782 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17784         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17785         (rfc2047-encode-region): Treat text within parentheses as special;
17786         show the original text when error has occurred.
17788         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17789         already-computed method to gnus-activate-group.
17791         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17792         same select-methods identical Lisp objects.
17794         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17795         object when modifying the info.
17797 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17799         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17800         gnus-opened-servers since it has never been opened with the new
17801         configuration yet.
17803 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17805         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17806         arg to nnheader-generate-fake-message-id.
17808 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17810         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17811         number and build a fake message ID localized to a group and
17812         article number (so it's repeatable from that point on).
17813         (nnheader-fake-message-id-p): Change regex to accomodate new fake
17814         ID format.
17816         * gnus-sum.el (gnus-get-newsgroup-headers):
17817         Call nnheader-generate-fake-message-id with the article number.
17819 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17821         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17822         end-of-buffer.
17824 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17826         * message.el (message-ignored-supersedes-headers): Add Approved.
17828 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17830         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17831         goto-char.
17832         (rfc2047-encode): Fold the line before encoding.
17834 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17836         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17837         folding -- not all headers can be folded, and this should be done
17838         by the message composition mode.  Probably.  I think.
17840 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17842         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17843         fast.
17845         * gnus-ems.el (gnus-remove-image): Don't use
17846         message-text-with-property; remove only the image found first.
17848         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
17849         found first.
17851 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17853         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17855 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17857         * message.el (message-text-with-property): Make it fast and accept
17858         optional arguments.
17859         (message-strip-forbidden-properties): Use it.
17860         (message-fix-before-sending): Follow the m-t-w-p change.
17862         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17864 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17866         * gnus-art.el (article-hide-headers): Don't change the buffer
17867         mistakenly when performing mml-preview even if
17868         gnus-single-article-buffer is nil.
17870 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17872         * message.el (message-expand-name-databases): New user option.
17873         (message-expand-name): Use it.
17875 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17877         * spam.el (spam-report-articles-resend)
17878         (spam-report-resend-register-routine): Allow ham reporting.
17879         (spam-report-resend-register-ham-routine): Add wrapper.
17880         (spam-registration-functions): Add ham resending functions.
17881         (spam-list-of-processors): Add ham resend processor.
17883         * gnus.el (ham-resend-to): Add new group parameter.
17884         (spam-process): Add ham resend option.
17886         * spam-report.el (spam-report-resend): Allow reporting ham.
17887         (spam-report-resend-ham): Add wrapper.
17889 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17891         * message.el (message-cite-articles-with-x-no-archive):
17892         New variable.
17893         (message-cite-original): Use it.
17895 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17897         * message.el (message-cite-original): Respect X-No-Archive.
17899 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17901         * gnus-art.el (article-hide-headers): Refer to the values for
17902         gnus-ignored-headers and gnus-visible-headers in the summary
17903         buffer since a user may have set them as group parameters.
17905 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17907         * assistant.el (assistant-node-name): Add convenience function.
17908         (assistant-render-text, assistant-render-node): Add error handling,
17909         plus handle multiple next nodes.
17910         (assistant-find-next-node): Comment out for now.
17911         (assistant-find-next-nodes): Add function, returns list of next
17912         nodes.
17914 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17916         * mail-source.el (mail-source-directory): Fix doc-string.
17918 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17920         * assistant.el (assistant-render-text, assistant-eval): Add :set
17921         widget type, which is different because it takes and returns a
17922         list.  Much hilarity ensues.
17924 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17926         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17928         * gnus-group.el (gnus-group-get-new-news-this-group):
17929         Add doc-string.
17931         * gnus-start.el (gnus-activate-group): Add doc-string.
17933 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17935         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17937 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17939         * assistant.el (assistant-render-text): Try to add a :set
17940         widget, more to come.
17942         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17943         strings.
17944         (spam-report-articles-resend)
17945         (spam-register-routine): Do registration iff any articles warrant
17946         it.
17947         (spam-summary-prepare-exit): Change log message for nil group
17948         destinations.
17950 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17952         * spam.el (spam-report-resend-register-routine):
17953         Allow spam-report-resend-to to be a group parameter or a global value.
17955 2004-05-26  Simon Josefsson  <jas@extundo.com>
17957         * starttls.el: Merge with my GNUTLS based starttls.el.
17958         (starttls-gnutls-program, starttls-use-gnutls)
17959         (starttls-extra-arguments, starttls-process-connection-type)
17960         (starttls-connect, starttls-failure, starttls-success):
17961         New variables.
17962         (starttls-program, starttls-extra-args): Doc fix.
17963         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17964         New functions.
17965         (starttls-negotiate, starttls-open-stream):
17966         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17967         function if it is set.
17969 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17971         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17972         structured fields.
17974 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17976         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17978 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17980         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17981         Add variable.
17982         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17983         assigning the spam-mark to new messages.
17985 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17987         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17989 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17991         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17993         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17994         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17995         default.
17997 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17999         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18000         correct data.
18002 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18004         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18005         (spam-group-processor-p): Fix function.
18006         (spam-group-processor-multiple-p)
18007         (spam-group-spam-processor-report-gmane-p)
18008         (spam-group-spam-processor-report-resend-p)
18009         (spam-group-spam-processor-bogofilter-p)
18010         (spam-group-spam-processor-blacklist-p)
18011         (spam-group-spam-processor-ifile-p)
18012         (spam-group-ham-processor-ifile-p)
18013         (spam-group-spam-processor-spamoracle-p)
18014         (spam-group-spam-processor-crm114-p)
18015         (spam-group-ham-processor-bogofilter-p)
18016         (spam-group-spam-processor-stat-p)
18017         (spam-group-ham-processor-stat-p)
18018         (spam-group-ham-processor-whitelist-p)
18019         (spam-group-ham-processor-BBDB-p)
18020         (spam-group-ham-processor-spamoracle-p)
18021         (spam-group-ham-processor-copy-p): Remove functions with some
18022         prejudice against unneeded code.
18023         (spam-report-articles-resend)
18024         (spam-report-resend-register-routine): Allow the group/topic
18025         spam-resend-to value to override spam-report-resend-to.
18026         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18027         properly now.
18029         * gnus.el (spam-resend-to): Add group/topic parameter.
18030         (spam-process): Move the OBSOLETE processors to the end of the
18031         choices.
18033 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18035         * spam-report.el (spam-report-resend-to, spam-report-resend):
18036         Start with resend-to set to nil, and then ask the user if necessary.
18037         (spam-report-resend): spam-report-resend takes a list of articles, not
18038         separate article numbers.
18040 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18042         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18043         addition to emacs-w3m.
18045 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18047         * assistant.el (assistant-authinfo-data): New function.
18048         (assistant-eval): Eval for entire assistant.
18050         * netrc.el (netrc-services-file): New variable.
18051         (netrc-parse-services): New function.
18052         (netrc-find-service-name): New function.
18053         (netrc-find-service-number): New function.
18054         (netrc-port-equal): New function.
18055         (netrc-machine): Use it.
18057         * nnimap.el (nnimap-open-connection): Use netrc.
18059         * gnus-util.el (gnus-netrc-get): Remove aliases.
18061         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18063         * assistant.el (wid-edit): Fix compilation.
18065         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18067 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18069         * gnus-util.el (gnus-set-file-modes): New function.  (small
18070         patch).
18072 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18074         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18076         * assistant.el (assistant-render-node): Fix up rendering and
18077         read-only text.
18078         (assistant-render-node): Reset.
18079         (assistant-make-read-only): Not sticky.
18081 2004-05-20  Danny Siu  <dsiu@adobe.com>
18083         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18084         centered even when gnus-auto-center-summary is t.
18086 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18088         * dns.el (dns-get-txt-answer): New function.
18089         (dns-read-txt): Ditto.
18090         (query-dns): Use it.
18092 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18094         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18095         active for foreign groups even if the group level is higher than
18096         the specified value.
18098 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18100         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18101         non-active groups.
18103         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18105 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18107         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18109 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18111         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18112         (spam-crm114-header, spam-crm114-spam-switch)
18113         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18114         (spam-crm114-positive-spam-header)
18115         (spam-crm114-database-directory, spam-list-of-processors)
18116         (spam-group-spam-processor-crm114-p)
18117         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18118         (spam-generic-score, spam-list-of-checks)
18119         (spam-list-of-statistical-checks, spam-registration-functions)
18120         (spam-check-crm114-headers, spam-crm114-score)
18121         (spam-check-crm114, spam-crm114-register-with-crm114)
18122         (spam-crm114-register-spam-routine)
18123         (spam-crm114-unregister-spam-routine)
18124         (spam-crm114-register-ham-routine)
18125         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18126         From asjo@koldfront.dk (Adam Sjøgren).
18128         * gnus.el: Add spam-use-crm114.
18130         * spam.el (spam-list-of-processors, spam-registration-functions):
18131         Add spam-use-resend.
18132         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18133         (spam-report-articles-gmane): Add doc fix.
18134         (spam-report-articles-resend, spam-report-resend-register-routine):
18135         Add wrappers around spam-report-resend-to.
18137         * spam-report.el (spam-report-resend-to, spam-report-resend):
18138         Add support for resending spam.
18139         (spam-report-gmane): Fix line length >80.
18141         * gnus.el (spam-process): Add spam-use-resend.
18143 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18145         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18146         number of processed spam messages.
18147         (spam-ham-copy-or-move-routine): Return the number of processed
18148         ham messages.
18149         (spam-summary-prepare-exit): Use the above values to decide
18150         whether status messages shouled be displayed.
18152 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18154         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18155         `rfc2047-encoding-function-alist' in order to avoid conflicting
18156         with the old version.
18157         (rfc2047-encode-region): Concatenate words containing non-ASCII
18158         characters in structured fields; don't encode space-delimited
18159         ASCII words even in unstructured fields; don't break words at
18160         char-category boundaries.
18161         (rfc2047-encode-1): New function.
18162         (rfc2047-encode): Use it; encode text so that it occupies the
18163         maximum width within 76-column; work correctly on Q encoding for
18164         iso-2022-* charsets.
18165         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18166         sure not to break a line just after the header name.
18167         (rfc2047-b-encode-region): Remove.
18168         (rfc2047-b-encode-string): New function.
18169         (rfc2047-q-encode-region): Remove.
18170         (rfc2047-q-encode-string): New function.
18172         * mm-util.el (mm-replace-in-string): New function.
18174 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18176         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18177         Really get it right.
18178         (gnus-inews-make-draft): Really.
18180 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18182         * nnmh.el (nnmh-request-list-1): Don't check the link count
18183         before descending.  (small patch)
18185 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18187         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18188         stuff.
18190         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18191         Match on real group name.
18193         * gnus-art.el (gnus-signature-limit): Doc fix.
18195         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18197         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18199 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18201         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18202         isn't a string.
18204 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18206         * gnus-draft.el (gnus-draft-send):
18207         Bind rfc2047-encode-encoded-words.
18209         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18210         (rfc2047-encodable-p): Say that =? needs encoding.
18211         (rfc2047-encode-encoded-words): New variable.
18213         * gnus-group.el (gnus-group-select-group): Doc fix.
18215         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18217         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18218         to nil.
18220         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18222         * nnheader.el (nnheader-get-lines-and-char): New function.
18224 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18226         * gnus-msg.el (gnus-summary-followup-with-original):
18227         Document yanking of region when active.
18229 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18231         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18232         groups if the group level is higher than the specified value.
18234 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18236         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18237         (gnus-group-jump-to-group): Add prefix argument using
18238         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18239         non-active group.
18241         * compface.el (uncompface): Be verbose when changing
18242         `uncompface-use-external'.
18244         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18245         handle manual section.
18247 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18249         * gnus-art.el (gnus-button-alist): Revert previous change.
18251 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18253         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18255 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18258         whether backend can accept message.
18260         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18262 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18264         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18265         Avoid creating directory when nntp-marks-is-evil is true.
18266         Reported by Reiner Steib.
18268 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18270         * gnus-picon.el (gnus-picon-style): New variable.
18271         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18272         (gnus-picon-transform-address): Support `gnus-picon-style'.
18273         From Jesper Harder <harder@ifa.au.dk>.
18275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18277         * message.el (message-fill-field): Return point.
18278         (message-generate-headers): Go to end of field.
18280         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18281         stuff for non-living groups.
18283 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18285         * gnus-art.el (gnus-article-followup-with-original)
18286         (gnus-article-reply-with-original): gnus-mark-active-p ->
18287         gnus-region-active-p.
18289 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18291         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18292         only when there is spam or ham to be processed.
18294 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18296         * mail-source.el (mail-source-delete-crash-box): Refactor.
18297         (mail-source-fetch): Use it.
18298         (mail-source-fetch-file): Ditto.
18299         (mail-source-fetch-directory): Run postscript in loop.
18300         (mail-source-fetch-pop): Delete.
18301         (mail-source-fetch-maildir): Ditto.
18302         (mail-source-fetch-imap): Ditto.
18304         * imap.el (imap-authenticators): Comment out sasl.
18306         * message.el (message-skip-to-next-address): New function.
18307         (message-fill-header-address): Refactor.
18308         (message-fill-address): Use it.
18309         (message-delete-address): Use it.
18310         (message-fill-header-general): Refactor.
18311         (message-fill-field-address): Rename.
18312         (message-narrow-to-field): Find the start of the header.
18313         (message-header-format-alist): Don't pre-fill.
18314         (message-fill-header): Remove.
18315         (message-insert-header): New function.
18316         (message-shorten-references): Use it.
18318         * rfc2047.el (rfc2047-field-value): Strip props.
18320         * mail-parse.el (mail-header-make-address): New alias.
18322         * ietf-drums.el (ietf-drums-make-address): New function.
18324         * imap.el: Add compiler directives.
18326         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18328         * gnus-art.el (article-decode-idna-rhs): Don't use
18329         message-idna-inside-rhs-p.
18331 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18333         * message.el (message-idna-inside-rhs-p): Remove.
18334         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18336         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18337         false positives.
18339 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18341         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18343 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18345         * nneething.el (nneething-file-name): Don't create spurious
18346         files.
18348         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18349         (gnus-inews-do-gcc): Remove sleep.
18351         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18352         part under point.
18354         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18355         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18357 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18359         * spam.el (spam-summary-prepare-exit): Fix (length).
18361 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18363         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18364         as expired without moving it" message when there are spam
18365         messages left.
18367 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18369         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18370         header is not nil.
18372 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18374         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18375         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18376         (nntp-marks-changed-p): New arg SERVER.
18377         (nntp-request-update-info): Adjust caller.
18379 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18381         * nntp.el (nntp-save-marks): Pass missing arg.
18383 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18385         * nntp.el: Support marks.
18386         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18387         (nntp-marks-modtime, nntp-marks-directory): New variables.
18388         (nntp-request-set-mark, nntp-request-update-info)
18389         (nntp-possibly-create-directory, nntp-marks-changed-p)
18390         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18391         New functions.
18393 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18395         * gnus-xmas.el (gnus-xmas-select-lowest-window)
18396         (gnus-xmas-redefine): Rename.
18398         * gnus-score.el (gnus-score-insert-help):
18399         Use gnus-select-lowest-window.
18401         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18402         appt-select-lowest-window and rename to gnus-select-lowest-window.
18404         * gnus.el: do.
18406 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18408         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18409         encodings of MIME-encoded words, in order to improve
18410         interoperability with several broken MUAs.
18412 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18414         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18415         tags, only when charsets are not specified in headers.
18416         (mm-inline-text-html-render-with-w3m): Ditto.
18418         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
18419         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
18421 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18423         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18424         instead of MIME-decoded from fields when checking
18425         `gnus-article-address-banner-alist'.
18427 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18429         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18430         description rather than subject.
18432 2004-05-02  Steve Youngs  <steve@youngs.au.com>
18434         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
18436 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18438         * gnus.el (gnus-version-number): Bump.
18440 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18442         * gnus.el: No Gnus v0.2 is released.
18444 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18446         * gnus-agent.el (gnus-agent-read-agentview):
18447         Inline gnus-uncompress-range.
18449 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18451         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18452         `exec-installed-p'.
18454 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18456         * gnus.el (spam-process, spam-autodetect-methods):
18457         Add bsfilter and bsfilter-headers.
18459         * spam.el (spam-bsfilter): New customize group.
18460         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18461         (spam-bsfilter-header, spam-bsfilter-probability-header)
18462         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18463         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18464         (spam-bsfilter-database-directory): New options.
18465         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18466         (spam-list-of-statistical-checks, spam-registration-functions):
18467         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18468         (spam-bsfilter-score): New command.
18469         (spam-check-bsfilter-headers, spam-check-bsfilter)
18470         (spam-bsfilter-register-with-bsfilter)
18471         (spam-bsfilter-register-spam-routine)
18472         (spam-bsfilter-unregister-spam-routine)
18473         (spam-bsfilter-register-ham-routine)
18474         (spam-bsfilter-unregister-ham-routine): New functions.
18475         (spam-generic-score): Support bsfilter; Accept an optional argument
18476         to recalcurate spam score even if scoring header has already been
18477         added.
18478         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18479         optional argument to recalcurate spam score even if scoring header
18480         has already been added.
18482 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18484         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18485         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18486         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18487         link is missing.
18489 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18491         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18492         (html2text-get-attr): Rewrite.
18494         * message.el (message-setup-1): Remove redundant put-text-property
18495         on mail-header-separator.
18497 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18499         * gnus-registry.el (gnus-registry-cache-whitespace)
18500         (gnus-registry-action, gnus-registry-spool-action)
18501         (gnus-registry-split-fancy-with-parent): Change message levels
18502         from 5 to 3 or 7, as needed.
18504         * spam.el (spam-summary-prepare-exit)
18505         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18506         (spam-split, spam-find-spam, spam-log-undo-registration)
18507         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18508         level from 5 to 6.
18510 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18512         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18513         2004-03-04 change).
18515 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18517         * sieve-manage.el (sieve-manage-open):
18518         * nnweb.el (nnweb-insert-html):
18519         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18520         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18521         * nnspool.el (nnspool-request-group):
18522         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18523         * nnml.el (nnml-request-update-info):
18524         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18525         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18526         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18527         (nnimap-request-set-mark):
18528         * nnfolder.el (nnfolder-request-update-info):
18529         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18530         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18531         * gnus-uu.el (gnus-uu-find-articles-matching):
18532         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18533         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18534         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18535         * gnus-nocem.el (gnus-nocem-scan-groups):
18536         * gnus-int.el (gnus-start-news-server):
18537         * gnus-group.el (gnus-group-make-kiboze-group)
18538         (gnus-group-browse-foreign-server):
18539         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18540         Use mapc when appropriate.
18542 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18544         FIXME: Make separate entries for each person.
18546         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18547         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18548         <shields@msrl.com>:
18550         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18551         may need for spam sorting and scoring.
18552         (spam-user-format-function-S): Add user format function suitable for
18553         general use.
18554         (spam-article-sort-by-spam-status): Add sorting function for summary
18555         sorting.
18556         (spam-extra-header-to-number): Add function to get a score from a
18557         header.
18558         (spam-summary-score): Add function to get a numeric score from the
18559         headers.
18560         (spam-generic-score): Fix function doc, was in wrong place.
18561         (spam-initialize): Take symbols when it's run, and install the
18562         extra headers that spam-necessary-extra-headers thinks we need.
18564 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18566         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18567         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18569 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18571         * gnus-sum.el (gnus-set-global-variables)
18572         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18573         (gnus-article-get-xrefs, gnus-summary-best-group)
18574         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18575         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18576         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18577         Use with-current-buffer.
18579 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18581         * spam.el (spam-summary-prepare-exit): Simplify logic.
18582         (spam-fetch-article-header): Read the article header if it's not
18583         available.
18584         (spam-list-articles): Simplify logic.
18585         (spam-filelist-register-routine): Fix bug with unregister-list.
18587         * gnus-registry.el: Fix comments at beginning.
18589 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18591         * message.el (message-cater-to-broken-inn): Remove.
18592         (message-shorten-references): Make sure the total folded length of
18593         References is shorter than 998 characters to cater to a bug in INN
18594         2.3.  Also, don't pretend that references aren't folded -- this
18595         hasn't worked for a while.
18597 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18599         * gnus-agent.el (gnus-agentize):
18600         gnus-agent-send-mail-real-function no longer set to current value
18601         of message-send-mail-function but rather a lambda that calls
18602         message-send-mail-function.  The change makes the agent real-time
18603         responsive to user changes to message-send-mail-function.
18605 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18607         * legacy-gnus-agent.el
18608         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18609         help from Florian Weimer <fw@deneb.enyo.de>
18611 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18613         * nnmail.el (nnmail-cache-insert): Revert last change.
18615 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18617         * nnmail.el (nnmail-cache-insert): Always check whether
18618         nnmail-cache-ignore-groups matches a group name.
18620 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18622         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18623         (spam-find-spam, spam-log-processing-to-registry)
18624         (spam-log-registered-p, spam-log-unregistration-needed-p)
18625         (spam-log-undo-registration): Use gnus-message instead of
18626         gnus-error, none of these errors are fatal.
18628         * gnus-registry.el (gnus-registry-clean-empty-function)
18629         (gnus-registry-clean-empty): Remove only empty entries without
18630         extra data.
18632 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18634         * spam-stat.el (spam-stat-buffer-change-to-spam)
18635         (spam-stat-buffer-change-to-non-spam): Change (error) to
18636         (gnus-message 8) invocation.
18638 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18640         * nntp.el (nntp-via-netcat-command): New variable.
18641         (nntp-via-netcat-switches): New variable.
18642         (nntp-open-via-rlogin-and-netcat): New function.
18643         (nntp-open-connection-function): Doc fix.
18644         (nntp-telnet-command): Doc fix.
18645         (nntp-end-of-line): Doc fix.
18646         (nntp-via-rlogin-command): Doc fix.
18647         (nntp-via-user-name): Doc fix.
18648         (nntp-via-address): Doc fix.
18650 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18652         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18653         error in Emacs 21.1.
18655 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18657         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18659 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18661         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18662         (gnus-agent-with-refreshed-group): New macro.
18663         (gnus-agent-rename-group): New function.
18664         (gnus-agent-delete-group): New function.
18665         (gnus-agent-save-group-info): Use gnus-command-method when
18666         `method' parameter is nil.  Don't write nil entries into the
18667         active file.
18668         (gnus-agent-get-group-info): New function.
18669         (gnus-agent-fetch-articles):
18670         Use gnus-agent-update-files-total-fetched-for to increment disk space
18671         used.
18672         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18673         Use gnus-agent-update-view-total-fetched-for to increment disk space
18674         used.
18675         (gnus-agent-get-local): Add optional parameters to avoid calling
18676         gnus-group-real-name and gnus-find-method-for-group.
18677         (gnus-agent-set-local): Delete stored entry if either min, or max,
18678         are nil.
18679         (gnus-agent-fetch-session): Reworded error/quit messages.
18680         On quit, use gnus-agent-regenerate-group to record existance of any
18681         articles fetched to disk before the quit occurred.
18682         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18683         gnus-agent-update-view-total-fetched-for, and
18684         gnus-agent-update-files-total-fetched-for to decrement disk space
18685         used.
18686         (gnus-agent-retrieve-headers):
18687         Use gnus-agent-update-view-total-fetched-for to increment disk space
18688         used.
18689         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18690         with gnus-agent-update-files-total-fetched-for to decrement disk
18691         space and fresh group buffer.
18692         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18693         (gnus-agent-need-update-total-fetched-for): New variable.
18694         (gnus-agent-update-files-total-fetched-for): New function.
18695         (gnus-agent-update-view-total-fetched-for): New function.
18696         (gnus-agent-total-fetched-for): New function.
18698         * gnus-cache.el (gnus-cache-save-buffers):
18699         Use gnus-cache-update-overview-total-fetched-for to change disk space
18700         used by this group.
18701         (gnus-cache-possibly-enter-article):
18702         Use gnus-cache-update-file-total-fetched-for to increment disk space
18703         used by this group.
18704         (gnus-cache-possibly-remove-article):
18705         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18706         used by this group.
18707         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18708         (gnus-cache-rename-group): New function.
18709         (gnus-cache-delete-group): New function.
18710         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18711         (gnus-cache-need-update-total-fetched-for): New variable.
18712         (gnus-cache-with-refreshed-group): New macro.
18713         (gnus-cache-update-file-total-fetched-for): New function.
18714         (gnus-cache-update-overview-total-fetched-for): New function.
18715         (gnus-cache-rename-group-total-fetched-for): New function.
18716         (gnus-cache-delete-group-total-fetched-for): New function.
18717         (gnus-cache-total-fetched-for): New function.
18719         * gnus-group.el: Require gnus-sum and autoload functions to
18720         resolve warnings when gnus-group.el compiled alone.
18721         (gnus-group-line-format): Documented new %F.
18722         (size of Fetched data) group line format; identifies disk space
18723         used by agent and cache.
18724         (gnus-group-line-format-alist): Defined new F format.
18725         (gnus-total-fetched-for): New function.
18726         (gnus-group-delete-group): No longer update
18727         gnus-cache-active-altered as gnus-request-delete-group now keeps
18728         the cache in sync.
18729         (gnus-group-list-active): Let the agent store a server's active
18730         list if currently plugged.
18732         * gnus-int.el (gnus-request-delete-group):
18733         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18734         local disk in sync with the server.
18735         (gnus-request-rename-group):
18736         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18737         local disk in sync with the server.
18739         * gnus-start.el (gnus-get-unread-articles):
18740         Cosmetic simplification to logic.
18742         * gnus-util.el (gnus-rename-file): New function.
18744 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18746         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18748 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18750         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18751         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18753 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18755         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18756         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18758 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18760         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18762 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18764         * spam.el (spam-set-difference): Add function to replace
18765         gnus-set-difference in spam.el.
18766         (spam-summary-prepare-exit): Use spam-set-difference.
18768 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18770         * gnus-registry.el (gnus-registry-cache-file): Update to use
18771         gnus-dribble-directory OR gnus-home-directory OR ~.
18772         (gnus-registry-split-fancy-with-parent): Fix doc.
18774 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18776         * message.el (message-exchange-point-and-mark):
18777         Use message-mark-active-p.  Suggested by Jesper Harder
18778         <harder@ifa.au.dk>.
18780 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18782         * message.el (message-exchange-point-and-mark): Don't activate
18783         region if it was inactive.  Suggested by Hiroshi Fujishima
18784         <pooh@nature.tsukuba.ac.jp>.
18786 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18788         * gnus-art.el (article-display-face): Display Faces in the same
18789         order as X-Faces.
18791 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18793         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18795 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18797         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18798         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18799         (gnus-article-mime-hierarchy): Remove.
18800         (gnus-article-mime-hierarchy-next): Remove.
18801         (gnus-article-mode): Revert 2004-03-19 change.
18802         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18803         (gnus-insert-mime-button): Revert 2004-03-19 change.
18804         (gnus-mime-accumulate-hierarchy): Remove.
18805         (gnus-mime-enter-multipart): Remove.
18806         (gnus-mime-leave-multipart): Remove.
18807         (gnus-mime-display-part): Revert 2004-03-19 change.
18808         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18810         * mml.el (mml-preview): Revert 2004-03-19 change.
18812 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18814         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18816 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18818         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18819         t while entering a file name using the mm-with-multibyte macro.
18820         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18822         * mm-util.el (mm-with-multibyte): New macro.
18824 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18826         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18827         New user option.
18828         (gnus-mime-multipart-functions): Doc and customization fix.
18829         (gnus-article-mime-hierarchy): New variable.
18830         (gnus-article-mime-hierarchy-next): New variable.
18831         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18832         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18833         gnus-article-mime-hierarchy-next to nil.
18834         (gnus-insert-mime-button): Show hierarchy numbers.
18835         (gnus-mime-accumulate-hierarchy): New function.
18836         (gnus-mime-enter-multipart): New function.
18837         (gnus-mime-leave-multipart): New function.
18838         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18839         (gnus-mime-display-alternative): Show hierarchy numbers.
18841         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18842         gnus-article-mime-hierarchy-next to nil.
18844 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18846         * dns.el: Don't require gnus-xmas.
18848 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18850         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18851         inline PGP.
18852         (mml-menu): Disable mml-quote-region if mark is inactive.
18854 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18856         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18857         when the group's active is not available.
18859 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18861         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18862         error.
18864 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18866         * imap.el (imap-store-password): New variable.
18867         (imap-interactive-login): Use it.
18868         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18870 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18872         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18873         window-start and hscroll to summary window.
18875 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18877         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18878         conversion message to newsrc-dribble when an actual conversion is
18879         performed.
18881 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18883         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18885 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18887         * mm-decode.el (mm-complicated-handles): New function reviving
18888         former definition of mm-multiple-handles.
18890         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18891         (gnus-mime-delete-part): Use it.
18893 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18895         * gnus-agent.el (gnus-agent-read-local):
18896         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18897         avoid the implicit assumption that they will always be equal.
18898         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18899         coding-system-for-write, as the with-temp-file macro first prints
18900         to a buffer then saves the buffer.
18902 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18904         * gnus-art.el (gnus-article-edit-part): New function.
18905         (gnus-mime-save-part-and-strip): Use it; do query instead of
18906         signaling an error; don't use mm-multiple-handles.
18907         (gnus-mime-delete-part): Ditto.
18909 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18911         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18912         old file versions.
18913         (gnus-group-prepare-hook): Remove function that converted list
18914         form of gnus-agent-expire-days to group properties.
18916         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18917         (gnus-request-accept-article): Re-indented.
18919         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18920         converters to handle old agent file formats.  Add logic for a
18921         "backup before upgrading warning".
18922         (gnus-convert-mark-converter-prompt): Developers can mark
18923         functions as needing (default), or not needing,
18924         gnus-convert-old-newsrc's "backup before upgrading warning".
18925         (gnus-convert-converter-needs-prompt): Tests whether the user
18926         should be protected from potentially irreversable changes by the
18927         function.
18929         * legacy-gnus-agent.el: New.  Provides converters that are only
18930         loaded when gnus-convert-old-newsrc needs to call them.
18932 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18934         * mail-source.el (mail-source-touch-pop): Doc fix.
18936         * message.el (message-smtpmail-send-it): Doc fix.
18938 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18940         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18942         * nnmail.el (nnmail-split-fancy): do.
18944         * gnus-kill.el (gnus-kill, gnus-execute): do.
18946 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18948         * gnus-sum.el (gnus-widget-reversible-match)
18949         (gnus-widget-reversible-to-internal)
18950         (gnus-widget-reversible-to-external): New functions.
18951         (gnus-widget-reversible): New widget.
18952         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18954 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18956         * gnus-sum.el (gnus-thread-sort-functions)
18957         (gnus-article-sort-functions): Document `(not F)' items.
18959 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18961         * spam.el (spam-use-gmane-xref): Add new backend.
18962         (spam-gmane-xref-spam-group): Add variable to control the name of the
18963         Gmane spam group.
18964         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18965         (spam-regex-headers-spam, spam-regex-headers-ham)
18966         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18967         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18968         backends and checks.
18969         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18971         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18972         an autodetect method.
18974 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18976         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18977         articles are being added to a group.
18978         (gnus-request-replace-article): Inform the agent that articles
18979         need to be uncached as the cached contents are no longer valid.
18981 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18983         * binhex.el: Don't autoload executable-find.
18985         * canlock.el: Don't autoload mail-fetch-field.
18987         * dgnushack.el: Autoload c-mode for XEmacs.
18989         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18991         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18992         rmail-dont-reply-to and rmail-output.
18994         * gnus-score.el: Don't autoload ffap-string-at-point.
18996         * gnus-setup.el: Don't autoload sc-cite-original.
18998         * imap.el: Don't autoload base64-decode-string,
18999         base64-encode-string and md5.
19001         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19002         and rmail-msg-restore-non-pruned-header.
19004         * mm-decode.el: Don't autoload executable-find.
19006         * mm-url.el: Don't autoload executable-find.
19008         * mm-view.el: Don't autoload diff-mode.
19010         * nndb.el: Don't autoload news-reply-mode, news-setup,
19011         cancel-timer and telnet.
19013         * password.el: Don't autoload run-at-time for Emacs.
19015         * sha1-el.el: Don't autoload executable-find.
19017         * sieve-mode.el: Don't autoload c-mode.
19019         * uudecode.el: Don't autoload executable-find.
19021 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19023         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19024         (gnus-agent-possibly-alter-active): Avoid null in numeric
19025         comparison.
19026         (gnus-agent-set-local): Refuse to save null in local object table.
19027         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19028         list of articles that will be marked as unread.
19030 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19032         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19034 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19036         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19037         language tags.
19039 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19041         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19042         Don't bind "obarray".
19044         * gnus-sum.el (gnus-thread-sort-functions):
19045         Add `gnus-thread-sort-by-most-recent-number' and
19046         `gnus-thread-sort-by-most-recent-date'.
19047         Reported by Kai Grossjohann <kai@emptydomain.de>.
19049 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19051         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19053 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19055         * gnus-cus.el (gnus-agent-customize-category):
19056         Remove ignore-errors macro reference that required cl to be loaded at
19057         run-time.
19059         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19060         single-interval range of the form (min . max).  Previously the
19061         range had to look like ((min . max)).  Likewise, return
19062         (min . max) rather than ((min . max)).
19063         (gnus-range-map): Use gnus-range-normalize to accept
19064         single-interval range.
19066         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19067         the cache, but not the agent, now appear with their usual face.
19069         * dgnushack.el (loaddir): New variable that is bound to the
19070         directory containing the dgnushack.el file. Use loaddir, rather
19071         than srcdir, to update load-path. Change lets dgnushack compile
19072         code in directories other than GNUS/lisp.
19074 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19076         * lpath.el: Don't bind w3m-safe-url-regexp.
19078         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19079         w3m-safe-url-regexp variable buffer-local.
19081         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19083 2004-02-27  Simon Josefsson  <jas@extundo.com>
19085         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19086         gnus-group-real-prefix.
19087         (gnus-summary-move-article): Use it, instead of
19088         gnus-group-real-prefix.
19090 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19092         * lpath.el: Bind w3m-safe-url-regexp.
19094         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19095         w3m-safe-url-regexp variable buffer-local and set it as the value
19096         of mm-w3m-safe-url-regexp.
19098         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19100         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19101         parsing gnus-posting-styles when the message is not for replying.
19103         * dgnushack.el: Autoload sgml-mode for XEmacs.
19105         * nnrss.el (nnrss-opml-export):
19106         Use mm-set-buffer-file-coding-system instead of
19107         set-buffer-file-coding-system.
19109 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19111         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19112         of checkdoc.el).
19113         * nnrss.el: do.
19114         * gnus-mlspl.el: do.
19115         * gnus-ml.el: do.
19116         * gnus-srvr.el: do.
19118         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19120 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19122         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19123         Corrections to custom-manual links.
19125         * gnus-art.el (gnus-article): Ditto.
19127         * mm-decode.el (mime-display, mime-security): Ditto.
19129 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19131         * flow-fill.el: Typo.
19133 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19135         * spam-wash.el: New file.
19137 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19139         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19141 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19143         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19144         to be run with new-articles as LIST1, not LIST2.
19145         (spam-registration-functions): Add spam-use-ham-copy as a nil
19146         registration backend.
19148 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19150         * spam-stat.el (spam-stat-washing-hook): New option.
19151         (spam-stat-buffer-words): Use it.
19152         (spam-stat-process-directory, spam-stat-test-directory):
19153         Use insert-file-contents-literally.
19154         (spam-stat-coding-system): New variable.
19155         (spam-stat-load, spam-stat-save): Use it.
19157 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19159         * spam-report.el (spam-report-plug-agent):
19160         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19162 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19164         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19165         Allow / in mailto URLs.
19167 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19169         * spam-report.el (spam-report-process-queue): Fix interactive use.
19170         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19171         (spam-report-unplug-agent): Doc fixes.
19172         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19173         (spam-report-agentize, spam-report-deagentize): Autoload.
19175 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19177         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19179         * message.el (message-setup-fill-variables): Add mml tags to
19180         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19181         <ajk@iu.edu>.
19182         (message-mode): Don't modify paragraph-separate there.
19184 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19186         * compface.el (uncompface-use-external): Default to undecided.
19187         (uncompface-use-external-threshold): New variable.
19188         (uncompface-float-time): New macro.
19189         (uncompface): Determine whether to use the external decoder if
19190         uncompface-use-external is undecided.
19192 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19194         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19195         after images.
19197         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19199 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19201         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19203         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19205         * gnus-sum.el (gnus-summary-limit-to-age)
19206         (gnus-summary-limit-children): do.
19208         * gnus-int.el (gnus-request-scan): do.
19210         * gnus-group.el (gnus-group-suspend): do.
19212         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19214         * gnus-cite.el (gnus-cite-parse-attributions): do.
19216         * gnus-agent.el (gnus-summary-set-agent-mark)
19217         (gnus-agent-regenerate-group): do.
19219         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19221         * binhex.el (binhex-decode-region-internal): do.
19223 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19225         * gnus-fun.el (gnus-face-properties-alist): New user option.
19226         (gnus-display-x-face-in-from): Use it.
19228         * gnus-art.el (article-display-face): Ditto.
19230         * compface.el (uncompface-use-external): Default to nil.
19232 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19234         * nntp.el (nntp-erase-buffer): New function.
19235         (nntp-retrieve-data, nntp-send-command)
19236         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19237         (nntp-possibly-change-group): Use it.
19239         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19240         Use with-current-buffer.
19242 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19244         * compface.el: Merge the ELisp-based uncompface program.
19245         (compface): New customization group.
19246         (uncompface-use-external): New user option.
19247         (uncompface): Call uncompface-internal if uncompface-use-external
19248         is nil.
19249         (uncompface-internal): New function.  Note that there are also
19250         some other functions and variables added for this function.
19252 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19254         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19255         if necessary.
19257 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19259         * spam-report.el (spam-report-unplug-agent)
19260         (spam-report-plug-agent, spam-report-deagentize)
19261         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19262         Add support for the Agent in spam-report: when unplugged, report to a
19263         file; when plugged, submit all the requests.
19265         * spam.el (spam-register-routine): Fix message about
19266         registration.
19268 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19270         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19271         dependencies.
19272         (rfc2047-encode): Use it.
19274         * gnus-art.el (gnus-button-marker-list): Move before first
19275         reference.
19277         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19278         (imap-parse-body): Fix format string mismatch.
19280         * gnus-score.el (gnus-summary-increase-score): do.
19282         * nnrss.el (nnrss-close): New function.
19284 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19286         * nnrss.el (nnrss-make-filename): New function.
19287         (nnrss-request-delete-group, nnrss-read-server-data)
19288         (nnrss-save-server-data, nnrss-read-group-data)
19289         (nnrss-save-group-data): Use it.
19290         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19291         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19292         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19294 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19296         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19298 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19300         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19301         files.
19303         * message.el (message-generate-headers-first): Don't quote nil
19304         and t in docstrings.
19306         * imap.el (imap-id): do.
19308         * gnus-agent.el (gnus-agent-consider-all-articles)
19309         (gnus-agent-queue-mail): do.
19311 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19313         * spam-report.el (spam-report-process-queue): New function.
19314         Process requests from `spam-report-requests-file'.
19315         (spam-report-process-queue): Doc fix.
19317 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19319         * spam.el (spam-register-routine)
19320         (spam-log-processing-to-registry, spam-log-registered-p)
19321         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19322         Change "check" to "spam-check" for semi-clarity.
19324 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19326         * pop3.el: Require nnheader.
19328         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19330         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19332         * gnus-picon.el: Require cl.
19334         * gnus-fun.el: Require gnus-ems and gnus-util.
19336         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19338         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19340         * gnus-art.el (gnus-article-edit-mode): Define before first
19341         reference.
19343 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19345         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19346         (gnus-uu-post-encoded): Use point-at-bol.
19348         * gnus-topic.el (gnus-group-active-topic-p): do.
19350         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19352         * gnus-group.el (gnus-group-kill-region): do.
19354         * gnus-art.el (article-date-ut): do.
19356         * message.el (message-fetch-field): Remove redundant
19357         case-fold-search binding.
19358         (message-narrow-to-field): Simplify.
19360 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19362         * spam.el (spam-directory): Derive from `gnus-directory'.
19364         * spam-report.el (spam-report-url-to-file)
19365         (spam-report-requests-file): New function and variable for offline
19366         reporting.
19367         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19368         and user defined function.
19369         (spam-report-url-ping-mm-url): Remove doubled slash.
19371 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19373         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19375 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19377         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19378         Fix format string mismatch.
19380         * sieve.el (sieve-deactivate-all): do.
19382         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19384         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19386         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19388         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19390 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19392         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19393         the list of checks.
19395 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19397         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19398         padding.
19400 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19402         * mm-view.el (mm-fill-flowed): New variable.
19403         (mm-inline-text): Use it.
19405 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19407         * spam.el (spam-spamassassin-register-ham-routine)
19408         (spam-spamassassin-register-spam-routine): Fix function names.
19410 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19412         * gnus.el (gnus-tmp-grouplens): Remove.
19413         (gnus-summary-line-format): Remove grouplens.
19415         * gnus-group.el (gnus-group-line-format): Ditto.
19417         * gnus-spec.el (gnus-format-specs): Ditto.
19418         (gnus-update-format-specifications): Flush the group format spec
19419         cache if there's the grouplens stuff.
19420         (gnus-parse-simple-format): Replace %l with the empty string.
19422 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19424         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19425         omission.
19427 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19429         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19430         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19432 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19434         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19435         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19436         New macros and functions.
19437         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19438         Handle > NLINK_MAX messages.
19439         * nnmaildir.el (nnmaildir-request-set-mark):
19440         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19442 2004-01-25  Alex Schroeder  <alex@gnu.org>
19444         * spam-stat.el (spam-stat-process-directory-age): New option.
19445         (spam-stat-process-directory): Use it.
19447 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19449         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19450         (spam-stat-save): Accept prefix argument.
19452 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19454         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19455         links" error.
19457 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19459         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
19460         the rest of the and/or forms.
19462 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19464         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19465         compatibility with old .newsrc.eld files.
19467         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
19469         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19471         * gnus-start.el (gnus-1): do.
19473         * gnus-group.el (gnus-group-line-format-alist): do.
19475         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19477         * gnus-gl.el: Remove.
19479 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19481         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19482         marks consisting of a single range {for example, (3 . 5)} rather
19483         than a list of a single range { ((3 . 5)) }.
19485 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19487         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19488         Use with-current-buffer.
19489         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19490         avoid consing a string.
19492         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19493         Remove obsolete entries for big5 and gb2312.
19495 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19497         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19498         uncompressed list.
19500 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19502         * spam-stat.el (spam-stat-strip-xref): New function.
19503         (spam-stat-process-directory): Use it.
19505         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19506         here -- it's done in message-fetch-field.
19508 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19510         * gnus-agent.el (gnus-agent-queue-mail)
19511         (gnus-agent-prompt-send-queue): New variables.
19512         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19513         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19514         "nndraft:queue" along to gnus-draft-send.
19515         Use gnus-agent-prompt-send-queue.
19516         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19517         is "nndraft:queue".  Suggested by Gaute Strokkenes
19518         <gs234@srcf.ucam.org>
19520         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19521         (agent-enable-undownloaded-faces): Add.
19522         (gnus-agent-cat-groups): Use eval-and-compile, not
19523         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19524         method of gnus-agent-cat-groups even when the buffer has been
19525         evaled.
19526         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19527         delete gnus-agent-save-active-1.
19528         (gnus-agent-save-groups): Delete.  Identical to
19529         gnus-agent-save-active.
19530         (gnus-agent-write-active): No longer adjust agent's copy of active
19531         file as agent's adjustments are now stored in their own
19532         file.  Remove optional parameter.
19533         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19534         servers.  Add use of min/max range limits from server's local
19535         file.
19536         (gnus-agent-save-alist): Remove unused optional argument.
19537         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19538         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19539         (gnus-agent-set-local): A per-server file that keeps min/max range
19540         limits for articles known to the agent.  Provides a fast mechanism
19541         for altering many active ranges.
19542         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19543         active file (local makes it unnecessary).
19544         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19546         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19547         (agent-enable-undownloaded-faces): Add.
19549         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19550         disable it when sending to "nndraft:queue".
19551         (gnus-group-send-queue): Add safety check to avoid sending queue
19552         when unplugged.
19554         * gnus-group.el (gnus-group-catchup): Use new
19555         gnus-sequence-of-unread-articles, not
19556         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19557         numbers of articles.  Use gnus-range-map to avoid having to
19558         uncompress the unread list.
19559         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19560         Fix invalid ange-ftp reference.
19562         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19563         (gnus-sorted-range-intersection): Intersection of two ranges
19564         without requiring that they first be uncompressed.
19566         * gnus-start.el (gnus-activate-group): Unless blocked by the
19567         caller, possibly expand the active range to include both cached
19568         and agentized articles.
19569         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19570         multiple version-dependent converters.
19571         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19572         gnus-agent-save-active.
19573         (gnus-save-newsrc-file): Save dirty agent range limits.
19575         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19576         gnus-agent-possibly-alter-active.
19577         (gnus-adjust-marked-articles): Faster handling of simple lists.
19579 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19581         * spam-stat.el (spam-stat-test-directory): New optional argument
19582         displays a list of files detected.  Suggested by Andrew Cohen
19583         <cohen@andy.bu.edu>.
19584         (spam-stat-buffer-words-with-scores): Don't narrow and change
19585         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19587 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19589         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19590         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19591         (spam-spamassassin-arguments)
19592         (spam-spamassassin-spam-flag-header)
19593         (spam-spamassassin-positive-spam-flag-header)
19594         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19595         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19596         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19597         (spam-list-of-processors, spam-list-of-checks)
19598         (spam-list-of-statistical-checks, spam-registration-functions)
19599         (spam-check-spamassassin-headers, spam-check-spamassassin)
19600         (spam-spamassassin-score)
19601         (spam-spamassassin-register-with-sa-learn)
19602         (spam-spamassassin-register-spam-routine)
19603         (spam-spamassassin-register-ham-routine)
19604         (spam-assassin-register-spam-routine)
19605         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19606         (spam-bogofilter-score): Fix to show article before scoring.
19608 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19610         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19611         default scoring function.
19612         (spam-generic-score): Call spam-spamassassin-score if
19613         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19614         spam-bogofilter-score otherwise.
19616         * gnus.el (spam-process, spam-autodetect-methods):
19617         Add spamassassin and spamassassin-headers.
19619 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19621         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19622         Suppress unnecessary messages.
19624 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19626         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19627         make-hash-table.
19629 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19631         * canlock.el (base64-encode-string): Don't autoload it.
19633 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19635         * run-at-time.el: Remove useless (require 'itimer),
19636         eval-and-compile and (featurep 'xemacs).
19638 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19640         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19641         GROUP is a virtual group.
19643 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19645         * gnus.el: Autoload `message-y-or-n-p'.
19647 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19649         * pgg-parse.el: Remove unnecessary (require 'custom).
19651         * pgg-def.el: do.
19653         * nnmail.el: do.
19655         * gnus-undo.el: do.
19657         * gnus-picon.el: do.
19659         * gnus-util.el: do.
19661 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19663         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19665 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19667         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19668         handle, as well as a list.
19670         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19671         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19672         (mm-w3m-cid-retrieve): Simplify.
19674 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19676         * message.el (message-kill-to-signature): Allow prefix arg to
19677         specify number of lines to keep before signature.
19679 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19681         * message.el (message-kill-to-signature): Change docstring.
19683 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19685         * canlock.el: Always require sha1-el.
19686         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19688         * message.el: Autoload sha1 only when compiling.
19690         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
19691         eudc-expand-inline for XEmacs.
19693 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19695         * message.el (message-canlock-generate): Require sha1-el.
19697 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19699         * message.el (message-expand-name): Silence the byte compiler.
19701         * lpath.el: Add detect-coding-system.
19703         * dgnushack.el (dgnushack-compile): Remove obsolete check for
19704         cus-edit.
19706 2004-01-13  Simon Josefsson  <jas@extundo.com>
19708         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19709         Invoke gnus-score-mode.
19710         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19712         * gnus-range.el (gnus-compress-sequence): Doc fix.
19713         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19715 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19717         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19719 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19721         * spam.el (spam-get-article-as-string): Update to use
19722         gnus-request-article-this-buffer, much simpler.
19723         (spam-get-article-as-buffer): Remove.
19725 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19727         * message.el (message-expand-name): Use EUDC if the user uses that.
19729 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19731         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19732         character for the encoding to avoid consing a string.
19734         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19735         unnecessarily.
19737         * mm-util.el (mm-replace-chars-in-string): Remove.
19739         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19740         of mm-replace-chars-in-string.
19742 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19744         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19746         * mm-util.el (mm-subst-char-in-string): Support inplace.
19748         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19749         a new string in every iteration.  Use shy groups.
19751 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19753         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19754         * gnus-soup.el (gnus-soup-group-brew):
19755         * gnus-msg.el (gnus-put-message):
19756         * gnus-move.el (gnus-group-move-group-to-server):
19757         * gnus-kill.el (gnus-batch-score):
19758         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19759         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19760         (gnus-group-update-group, gnus-group-read-group)
19761         (gnus-group-make-group, gnus-group-make-help-group)
19762         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19763         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19764         (gnus-group-sort-by-unread, gnus-group-catchup)
19765         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19766         (gnus-group-yank-group, gnus-group-set-info)
19767         (gnus-group-list-groups):
19768         * gnus.el (gnus-generate-new-group-name):
19769         * gnus-delay.el (gnus-delay-send-queue):
19770         * nnvirtual.el (nnvirtual-catchup-group):
19771         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19772         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19773         (gnus-group-prepare-topics, gnus-topic-check-topology):
19774         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19775         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19776         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19777         (gnus-group-make-articles-read):
19778         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19779         (gnus-group-change-level, gnus-kill-newsgroup)
19780         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19781         (gnus-get-unread-articles, gnus-make-articles-unread)
19782         (gnus-make-ascending-articles-unread): Use accessor
19783         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19784         to get group information for improved readability.
19787 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19789         * gnus-art.el (article-decode-mime-words, article-babel)
19790         (gnus-article-highlight-signature, gnus-article-add-buttons)
19791         (gnus-signature-toggle): Use gnus-with-article-buffer.
19793         * gnus-art.el (gnus-article-highlight-headers)
19794         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19796         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19797         (gnus-article-set-globals, gnus-request-article-this-buffer)
19798         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19799         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19800         (gnus-mime-display-alternative): Use with-current-buffer.
19802 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19804         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19805         also under 80 char limit, and call gnus-error if needed.
19806         (spam-fetch-article-header): Fix - it was a
19807         buffer-local variable (gnus-newsgroup-data).
19808         (spam-find-spam): Use spam-generate-fake-headers, forget about
19809         spam-insert-fake-headers.
19810         (spam-insert-fake-headers): Remove.
19812 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19814         * deuglify.el (gnus-article-outlook-unwrap-lines)
19815         (gnus-outlook-rearrange-article)
19816         (gnus-outlook-repair-attribution-outlook)
19817         (gnus-outlook-repair-attribution-block)
19818         (gnus-outlook-repair-attribution-other): Remove redundant
19819         save-excursion.
19821 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19823         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19824         (spam-fetch-field-subject-fast)
19825         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19826         (spam-fetch-article-header): Add functions to deal with Gnus
19827         internals for fast retrieval of article header data.
19828         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19830 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19832         * pop3.el (pop3-md5): Remove.
19833         (pop3-apop): Replace pop3-md5 with md5.
19835         * mm-bodies.el: base64 is always built-in.
19837         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19838         Use with-current-buffer.
19840 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19842         * canlock.el (canlock-insert-header): Remove excessive grouping in
19843         regexp.
19845         * gnus-sum.el (gnus-summary-read-document): Ditto.
19847         * gnus-uu.el (gnus-uu-part-number): Ditto.
19849         * html2text.el (html2text-remove-tags): Ditto.
19850         (html2text-format-tags): Ditto.
19851         (html2text-format-single-elements): Ditto.
19853         * mml.el (mml-parse-1): Ditto.
19855 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19857         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19859         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19861         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19863         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19865 2003-11-15  Simon Josefsson  <jas@extundo.com>
19867         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19868         (pgg-gpg-lookup-key): Use regexp match instead of
19869         split-string (split-string is different between emacs 21.2 and
19870         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19872 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19874         * gnus-art.el (gnus-mime-view-all-parts)
19875         (gnus-article-part-wrapper, gnus-article-view-part):
19876         Use with-current-buffer.
19878 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19880         * spam.el (spam-disable-spam-split-during-ham-respool)
19881         (spam-spamoracle-database, spam-cache-lookups)
19882         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19883         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19884         (spam-group-ham-marks, spam-group-spam-marks)
19885         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19886         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19887         also add spam-use-blackholes to the statistical checks.
19888         (spam-fetch-field-fast): Add interface to fetching fields, may
19889         become a macro.
19890         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19891         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19892         (spam-insert-fake-headers): Fake an article when needed.
19893         (spam-find-spam): Fake article when possible.
19894         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19895         (spam-check-bogofilter-headers): Use message-fetch-field instead
19896         of nnmail-fetch-field.
19898 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19900         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19902 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19904         * spam.el (spam-split): Do not require spam-use-CHECK to be
19905         enabled if that check is passed to spam-split explicitly; also
19906         fix so 'spam doesn't get converted to spam-split-group when
19907         spam-split-symbolic-return is t.
19908         (spam-find-spam): Find registrations of the article and use those
19909         instead of re-running spam-split to find the spam/ham
19910         classification of the article.
19911         (spam-log-processing-to-registry, spam-log-registered-p)
19912         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19913         Use gnus-error instead of gnus-message.
19914         (spam-log-registration-type): Add function to determine the
19915         classification of a message based on registry entries; will
19916         return nil if both 'spam and 'ham are found.
19917         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19918         a reasonably fast local cache without the loading errors.
19919         (spam-cache-lookups): Set to t by default.
19920         (spam-find-spam): Don't try to guess spam-cache-lookups.
19921         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19922         spam-caches entry.
19923         (spam-filelist-build-cache, spam-filelist-check-cache):
19924         Fix caching of whitelist/blacklist entries.
19925         (spam-check-whitelist, spam-check-blacklist):
19926         Invoke spam-from-listed-p with a type, not a cache variable.
19927         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19929 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19931         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19933         * nnmail.el (nnmail-split-fancy): do.
19935         * mml.el (mml-parse): do.
19937         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19938         (gnus-score-adaptive): do.
19940 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19942         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19943         (gnus-mime-button-map): Don't set keymap parent.
19944         (gnus-button-ctan-directory-regexp): Use shy grouping.
19945         (gnus-prev-page-map): Don't set keymap parent.
19946         (gnus-prev-page-map): Remove duplicated one.
19947         (gnus-next-page-map): Don't set keymap parent.
19948         (gnus-mime-security-button-map): Ditto.
19950         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19951         version number.
19953         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19955 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19957         * canlock.el (canlock-sha1-function): Remove.
19958         (canlock-sha1-function-for-verify): Remove.
19959         (canlock-openssl-program): Remove.
19960         (canlock-openssl-args): Remove.
19961         (canlock-ignore-errors): Remove.
19962         (canlock-sha1-with-openssl): Remove.
19963         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19964         (canlock-verify): Don't use canlock-ignore-errors.
19966         * sha1-el.el (sha1-string-external): Make it can return a string
19967         in binary form.
19968         (sha1-region-external): Ditto.
19969         (sha1-string-internal): Ditto.
19970         (sha1-region-internal): Ditto.
19971         (sha1-region): Ditto.
19972         (sha1-string): Ditto.
19973         (sha1): Ditto.
19975 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19977         * spam.el (spam-report-articles-gmane): New command.
19979 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19981         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19983         * run-at-time.el (run-at-time-saved): Remove.
19984         (run-at-time): Doc fix.
19986 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19988         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19989         (gnus-summary-limit-map): Add it.
19990         (gnus-summary-make-menu-bar): do.
19992 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19994         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19995         Make attempt at some caching support (done for BBDB only now).
19996         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19997         addresses to be checked.
19998         (spam-clear-cache-BBDB): Add function, to be invoked by
19999         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20000         (spam-check-BBDB): Check and use the caches, if
20001         spam-cache-lookups is on, remove superfluous (provide).
20003 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20005         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20007 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20009         * run-at-time.el (run-at-time-saved): Move to after the definition
20010         of `run-at-time'.
20012         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20014 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20016         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20017         mm-w3m-local-map-property.
20019         * mm-view.el (mm-w3m-mode-map): Remove.
20020         (mm-w3m-local-map-property): Remove.
20021         (mm-inline-text-html-render-with-w3m): Don't use
20022         mm-w3m-local-map-property.
20024 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20026         * run-at-time.el: New file.
20028         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20029         under Emacs.
20031         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20032         of gnus-set-text-properties.
20034         * gnus-uu.el (gnus-uu-save-article): Ditto.
20036         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20038         * gnus-cite.el (gnus-cite-parse): Ditto.
20040         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20041         of gnus-.
20043         * gnus-xmas.el (run-at-time): Require run-at-time.
20045         * gnus.el: Change calls to nnheader-run-at-time and
20046         password-run-at-time throughout to use run-at-time directly.
20048         * password.el: Remove definition of run-at-time.
20050         * nnheaderxm.el: Remove definition of run-at-time.
20052 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20054         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20055         in prompt.
20057 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20059         * messagexmas.el (message-xmas-redefine): Alias
20060         `message-make-caesar-translation-table' to
20061         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20062         version.
20064         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20065         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20066         `gnus-xmas-set-text-properties'.
20067         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20068         `gnus-xmas-completing-read'.
20069         (gnus-xmas-completing-read): Removed.
20070         (gnus-xmas-open-network-stream): Removed.
20072         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20073         XEmacs version.
20075         * dns.el (dns-make-network-process): Use `open-network-stream'
20076         instead of `gnus-xmas-open-network-stream'.
20078         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20080         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20082 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20084         * gnus-art.el (gnus-mime-display-alternative)
20085         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20086         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20087         Don't use gnus-local-map-property.
20089         * gnus-util.el (gnus-local-map-property): Remove.
20091         * mm-view.el (mm-view-pkcs7-decrypt):
20092         Replace gnus-completing-read-maybe-default with completing-read.
20094         * gnus-util.el (gnus-completing-read): do.
20095         (gnus-completing-read-maybe-default): Remove.
20097 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20099         * password.el: Only autoload `run-at-time' if not XEmacs.
20100         Only autoload the itimer functions if XEmacs.
20102 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20104         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20105         XEmacsen.
20107         * dgnushack.el: Autoload executable-find for XEmacs.
20109 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20111         * gnus-art.el (gnus-read-string): Remove.
20112         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20113         read-string.
20115 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20117         * netrc.el: Autoload password-read.
20118         (netrc): Add configuration group.
20119         (netrc-encoding-method, netrc-openssl-path):
20120         Add variables for encoding and decoding of files with symmetric
20121         ciphers.
20122         (netrc-encode): Add assistant function to encode a file with
20123         netrc-encoding-method.
20124         (netrc-parse): Add interactive parameter, added optional
20125         decoding if netrc-encoding-method is non-nil but otherwise
20126         behavior is standard.
20127         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20128         Do s/encode/encrypt/ everywhere.
20130         * spam.el: Remove executable-find autoload.
20132 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20134         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20136         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20138 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20140         * gnus-art.el (gnus-treat-ansi-sequences)
20141         (article-treat-ansi-sequences): New variable and function.
20142         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20144         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20145         Use it.
20147 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20149         * mm-util.el (mm-quote-arg): Remove.
20151         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20152         shell-quote-argument.
20154         * gnus-uu.el (gnus-uu-command): do.
20156         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20158         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20159         with make-char.
20161         * mm-util.el (mm-make-char): Remove.
20163         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20164         add-minor-mode.
20166         * gnus-undo.el (gnus-undo-mode): do.
20168         * gnus-topic.el (gnus-topic-mode): do.
20170         * gnus-sum.el (gnus-dead-summary-mode): do.
20172         * gnus-start.el (gnus-slave-mode): do.
20174         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20176         * gnus-ml.el (gnus-mailing-list-mode): do.
20178         * gnus-gl.el (gnus-grouplens-mode): do.
20180         * gnus-draft.el (gnus-draft-mode): do.
20182         * gnus-dired.el (gnus-dired-mode): do.
20184         * gnus-ems.el (gnus-add-minor-mode): Remove.
20186         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20187         Replace gnus-char-width with char-width.
20189         * gnus-ems.el (gnus-char-width): Remove.
20191         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20192         Replace gnus-char-width with char-width.
20194         * gnus-ems.el (gnus-char-width): Remove.
20196         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20197         definition.
20198         Remove Emacs 20 hash table compatibility code.
20200         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20201         20 compatibility code.
20203         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20205         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20207         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20208         Replace with point-at-{eol,bol}.
20210         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20212         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20214         * flow-fill.el (fill-flowed-point-at-bol)
20215         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20217         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20218         Replace with point-at-{eol,bol} throughout all files.
20220 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20222         * ntlm.el (ntlm-string-as-unibyte): New macro.
20223         (ntlm-build-auth-response): Use it.
20225         Remove Emacs 20 stuff:
20226         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20227         (butlast, mapc, remove): Remove the compiler macros.
20228         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20229         of delq and copy-sequence.
20230         * gnus-art.el (popup-menu): Remove the compiler macro.
20231         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20232         Emacs 20.
20234 2004-01-05  Simon Josefsson  <jas@extundo.com>
20236         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20237         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20238         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20239         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20240         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20241         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20242         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20243         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20244         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20245         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20246         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20247         string-xor into ntlm-string-xor.
20248         Suggested by Jesper Harder <harder@myrealbox.com>.
20250         * ntlm.el: Don't include poem.
20252         * md4.el (print-int32, print-string-hexa): Remove.
20253         Suggested by Jesper Harder <harder@myrealbox.com>.
20255         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20257         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20258         probably breaks emacs with DL patch, but do we care? Is anyone
20259         still using the DL stuff?)
20261         * sieve-manage.el: Use the password package.
20262         (sieve-manage-read-passwd): Remove.
20263         (sieve-manage-interactive-login): Use password.  Re-add
20264         condition-case around loop.
20266         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20267         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20268         Use the password package.
20270 2003-02-19  Simon Josefsson  <jas@extundo.com>
20272         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20273         token.
20275 2002-08-07  Simon Josefsson  <jas@extundo.com>
20277         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20278         (sieve-manage-authenticators):
20279         (sieve-manage-authenticator-alist): Add some SASL mechs.
20280         (sieve-sasl-auth): New function.
20281         (sieve-manage-cram-md5-auth):
20282         (sieve-manage-plain-auth): Rewrite using SASL library.
20283         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20284         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20285         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20286         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20288 2004-01-05  Simon Josefsson  <jas@extundo.com>
20290         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20291         New files.
20293 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20295         * gnus-group.el (gnus-no-groups-message): Update.
20297         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20299 2003-11-09  Simon Josefsson  <jas@extundo.com>
20301         * imap.el: Support for ID IMAP extension (RFC 2971).
20302         (imap-local-variables): Add imap-id.
20303         (imap-id): New variable.
20304         (imap-id): New function.
20305         (imap-parse-response): Parse untagged ID response.
20306         * nnimap.el (nnimap-id): New variable.
20307         (nnimap-open-connection): Use it.
20309 2003-12-28  Simon Josefsson  <jas@extundo.com>
20311         * gnus-score.el (gnus-score-edit-all-score): New.
20312         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20314 2004-01-04  Simon Josefsson  <jas@extundo.com>
20316         * password.el: Add.
20318 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20320         * dns.el (dns-query-types): Fix typo.
20321         (dns-query-types): New function.
20322         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20323         PTR and SOA replies, see RFC 1035.
20325 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20327         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20329         * Move to Changelog.2.
20331 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20333         * gnus.el (gnus-version-number): Bump version.
20335 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20337         * gnus.el: No Gnus v0.1 is released.
20339 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20341         * gnus.el: No Gnus v0.0 is released.
20343 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20345         * gnus.el (gnus-version-number): Bump.
20346         (gnus-version): No.
20348 See ChangeLog.2 for earlier changes.
20350         Copyright (C) 2004-2011
20351     Free Software Foundation, Inc.
20353   This file is part of GNU Emacs.
20355   GNU Emacs is free software: you can redistribute it and/or modify
20356   it under the terms of the GNU General Public License as published by
20357   the Free Software Foundation, either version 3 of the License, or
20358   (at your option) any later version.
20360   GNU Emacs is distributed in the hope that it will be useful,
20361   but WITHOUT ANY WARRANTY; without even the implied warranty of
20362   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20363   GNU General Public License for more details.
20365   You should have received a copy of the GNU General Public License
20366   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20368 ;; Local Variables:
20369 ;; coding: utf-8
20370 ;; fill-column: 79
20371 ;; add-log-time-zone-rule: t
20372 ;; End: