* lisp/gnus/message.el (message-bury): Revert 2013-03-18 change.
[emacs.git] / lisp / gnus / ChangeLog
blob1384df85ca377192e288ac9639ab9a8a6afc254f
1 2013-04-26  Glenn Morris  <rgm@gnu.org>
3         * message.el (message-bury): Revert 2013-03-18 change.  (Bug#14117)
5 2013-04-25  Andrew Cohen  <cohen@bu.edu>
7         * gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
8         string values of 'gcc-self.  Thanks to Saroj Thirumalai.
10 2013-04-24  Andrew Cohen  <cohen@bu.edu>
12         * nnir.el (nnir-close-group): Make sure we are in the right group.
14         * gnus-sum.el (gnus-summary-insert-articles): Force updates to the
15         dependency table from all newly retrieved headers.
17 2013-04-16  David Edmondson  <dme@dme.org>
19         Support <img src="data:...">.
21         * shr.el (shr-image-from-data): New function.
22         (shr-tag-img): Use it.
24 2013-04-14  Andrew Cohen  <cohen@bu.edu>
26         * nnir.el (nnir-request-set-mark): Make sure we are in the right
27         group.
29 2013-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
31         * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
32         corresponding to any existing group (Bug#14166).
34 2013-04-10  Andrew Cohen  <cohen@bu.edu>
36         * nnir.el (number-sequence): No longer used.
37         (nnir-request-set-mark): New function.
38         (nnir-request-update-info): Improve marks updating.
39         (nnir-request-scan): Don't duplicate marks updating.
40         (gnus-group-make-nnir-group, nnir-run-imap, nnir-request-create-group):
41         Use 'assq rather than 'assoc. Quote anonymous function.
42         (nnir-request-group, nnir-close-group, gnus-summary-create-nnir-group):
43         Use 'gnus-group-prefixed-p.
44         (gnus-summary-create-nnir-group): Make sure server for method is open.
46 2013-04-04  Andrew Cohen  <cohen@bu.edu>
48         * nnir.el (gnus-nnir-group-p): New function.
49         (nnir-possibly-change-group): Use it.
51         * gnus-msg.el (gnus-setup-message): Use it.
53 2013-04-04  Katsumi Yamaoka  <yamaoka@jpl.org>
55         * mml.el (mml-minibuffer-read-description): Use `default' insted of
56         `initial-input' for the argument name.
57         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
59 2013-04-03  Kevin Layer  <layer@known.net>  (tiny change)
61         * mml.el (mml-minibuffer-read-description): Allow passing in a prefix
62         (used by MH-E).
64 2013-04-01  Andrew Cohen  <cohen@bu.edu>
66         * nnir.el (nnir-request-update-mark): Improve mark updating in original
67         group.
69         * gnus-msg.el (nnir-article-number, nnir-article-group): Autoload to
70         fix compilation.
72 2013-03-31  Andrew Cohen  <cohen@bu.edu>
74         * nnir.el (nnir-method-default-engines): And another typo.
76 2013-03-30  Andrew Cohen  <cohen@bu.edu>
78         * nnir.el (nnir-method-default-engines): Fix typo.
80 2013-03-29  Andrew Cohen  <cohen@bu.edu>
82         * nnir.el: Define 'number-sequence for xemacs.
83         (gnus-summary-create-nnir-group): New function to create an nnir group
84         from an nnir summary buffer based on the current query.
85         (nnir-request-create-group): Update to allow nnir group creation based
86         on the current query.
88 2013-03-28  Katsumi Yamaoka  <yamaoka@jpl.org>
90         * nndraft.el (nndraft-request-expire-articles):
91         Make expiry target always `delete'.
93 2013-03-27  Andrew Cohen  <cohen@bu.edu>
95         * gnus-msg.el (gnus-setup-message): When replying from an nnir summary
96         buffer use the posting-style and gcc of the original article group.
97         (gnus-inews-insert-gcc): Don't set gcc-self for virtual groups.
99         * nnir.el: Fix byte-compile warning. nnoo-define-skeleton should come
100         after other deffoos.
102 2013-03-26  Andrew Cohen  <cohen@bu.edu>
104         * nnir.el: Major rewrite. Cleaner separation between searches and group
105         management. Marks are now shown in nnir summary buffers. Rudimentary
106         support for real (i.e. not ephemeral) nnir groups.
107         (gnus-summary-make-nnir-group): New function for initiating searches
108         from a summary buffer.
110 2013-03-18  Sam Steingold  <sds@gnu.org>
112         * message.el (message-bury): Minor cleanup.
114 2013-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
116         * nndir.el (nndir-request-list): Remove 2nd argument passed to
117         nnml-request-list.  (Bug#13873)
118         (nndir-request-newsgroups): Remove, unused.
120         * nndraft.el (nndraft-request-newsgroups): Remove, unused.
122 2013-03-03  Ted Phelps  <phelps@gnusto.com>
124         * shr.el: Make all the overlays set the `evaporate' property so that
125         they're removed properly.
127 2013-02-25  Adam Sjøgren  <asjo@koldfront.dk>
129         * mml2015-el (mml2015-epg-key-image): Wrap epg-gpg-program in
130         shell-quote-argument.
132 2013-02-22  David Engster  <deng@randomsample.de>
134         * gnus-registry.el (gnus-registry-save): Provide class name when
135         calling `eieio-persistent-read' to avoid "unsafe call" warning.  Use
136         `condition-case' to stay compatible with older EIEIO versions which
137         only accept one argument.
139 2013-02-17  Daiki Ueno  <ueno@gnu.org>
141         * mml2015.el (epg-key-user-id-list, epg-user-id-string)
142         (epg-user-id-validity): Autoload.
143         (mml2015-epg-check-user-id): New function.
144         (mml2015-epg-check-sub-key): New function split from
145         mml2015-epg-find-usable-key.
146         (mml2015-epg-find-usable-key): Accept context, name, usage, and
147         optional name-is-key-id, to handle the case when user-id is unusable.
148         Reported by Łukasz Stelmach <stlman@poczta.fm>.
150 2013-02-17  Glenn Morris  <rgm@gnu.org>
152         * shr.el (shr-put-image): Use image-multi-frame-p if available.
154 2013-02-16  Glenn Morris  <rgm@gnu.org>
156         * shr.el (shr-put-image): Only animate images that specify a delay.
157         This is consistent with the old image-animated-p behavior.
159 2013-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
161         * gnus-util.el (gnus-define-keys): Convert [?\S-\ ] to [(shift space)]
162         for XEmacs.
164 2013-02-13  Juri Linkov  <juri@jurta.org>
166         * gnus-art.el (gnus-article-mode-map):
167         * gnus-sum.el (gnus-summary-mode-map, gnus-summary-article-map):
168         Make S-SPC scroll in the opposite sense to SPC.  (Bug#2145)
170 2013-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
172         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.  (This was
173         done in 2012-07-22 by Andrew Cohen, but I reverted it mistakenly.)
175 2013-02-07  Gábor Vida  <gabor.v.vida@ericsson.com>  (tiny change)
177         * auth-source.el (auth-source-format-prompt): Don't get confused by
178         any "\" in replacement text.  (Bug#13637)
180 2013-01-30  Christopher Schmidt  <christopher@ch.ristopher.com>
182         * gnus-int.el (gnus-backend-trace-elapsed): New variable.
183         (gnus-backend-trace): Honor gnus-backend-trace.
185         * mml.el (mml-insert-part): Insert closing tag.
187         * mm-decode.el (mm-save-part): Handle invalid read-file-name results.
189 2013-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191         * gnus-sum.el (gnus-summary-read-group-1): Protect against not being
192         able to find the article, which can happen in debbugs groups,
193         apparently.
195 2013-01-16  Glenn Morris  <rgm@gnu.org>
197         * smiley.el (smiley-style): Make the file loadable in batch mode.
199 2013-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
201         * nnimap.el (nnimap-keepalive): Don't throw an error if there's no more
202         imap process running.
204 2013-01-14  Julien Danjou  <julien@danjou.info>
206         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
207         Compare addresses against addresses, not against the full From field.
209 2013-01-13  Richard Stallman  <rms@gnu.org>
211         * message.el (message-forward-make-body-mime): New args BEG, END
212         specify what part of FORWARD-BUFFER to use.  Do the work directly
213         instead of calling `mml-insert-buffer'.
215 2013-01-11  Aaron S. Hawley  <Aaron.Hawley@vtinfo.com>
217         * gnus-start.el (gnus-check-new-newsgroups): Fix ambiguous doc string
218         cross-reference(s).
220         * gnus-sum.el (gnus-summary-newsgroup-prefix): Fix ambiguous doc string
221         cross-reference(s).
223 2013-01-11  Dmitry Antipov  <dmantipov@yandex.ru>
225         * gnus-art.el (gnus-mime-display-security): Use point-min-marker
226         and point-max-marker.
227         * gnus-async.el (gnus-async-article-callback): Use point-max-marker.
229 2013-01-10  Uwe Brauer  <oub@mat.ucm.es>  (tiny change)
231         * mml-smime.el (mml-smime-encrypt-to-self): New user option analogous
232         to mml2015-encrypt-to-self.
233         (mml-smime-epg-encrypt): Respect mml-smime-encrypt-to-self.
235 2013-01-09  Daiki Ueno  <ueno@gnu.org>
237         * mml-smime.el (epg-sub-key-fingerprint): Autoload for
238         mml-smime-epg-find-usable-secret-key.
240 2013-01-08  Glenn Morris  <rgm@gnu.org>
242         * mml-smime.el (mml-smime-sign-with-sender): Add :version.
244 2013-01-07  Daiki Ueno  <ueno@gnu.org>
246         * mml-smime.el: Support signing by sender.
247         Requested by Uwe Brauer.
248         (mml-smime-sign-with-sender): New user option analogous
249         to mml2015-sign-with-sender.
250         (mml-smime-epg-sign): Respect mml-smime-sign-with-sender.
251         (mml-smime-epg-find-usable-secret-key): New helper function copied from
252         mml2015.el.
254 2012-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256         * gnus-msg.el (gnus-inews-insert-gcc): Don't insert Gcc headers if Gnus
257         isn't running, because Gnus will probably not know how to handle the
258         Gcc header (bug#11941).
260         * nnimap.el (nnimap-update-info): Treat \Deleted articles as \Read
261         articles.
263 2012-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265         * nnfolder.el (nnfolder-recursive-directory-files): New function.
266         (nnfolder-generate-active-file): Make this function work with recursive
267         folder names.
269 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
271         * nntp.el (nntp-open-connection): Use HELP as the capability command
272         instead of CAPABILITY because Typhoon v2.2.2.503 chokes completely on
273         unknown commands.  And CAPABILITY is an unknown command (bug#12763).
275 2012-12-27  Wolfgang Jenkner  <wjenkner@inode.at>
277         * gnus-spec.el (gnus-face-face-function): Don't use nil as no-op face
278         place holder since this gives `Invalid face reference: nil' messages.
279         Use the `default' face instead.  It has the same effect here, even
280         though it is not no-op.
282         * gnus-util.el
283         (gnus-put-text-property-excluding-characters-with-faces): Similarly.
285 2012-12-27  Lars Ingebrigtsen  <larsi@gnus.org>
287         * gnus-msg.el (gnus-summary-resend-message): Don't bug out on
288         non-string posting styles (bug#13285).
290 2012-12-27  Glenn Morris  <rgm@gnu.org>
292         * plstore.el (plstore-passphrase-callback-function):
293         Use plstore-get-file.
295 2012-12-27  Andreas Schwab  <schwab@linux-m68k.org>
297         * mml2015.el (mml2015-epg-key-image): Separate attribute stream from
298         stderr.
300         * nnimap.el (nnimap-find-article-by-message-id): Don't error out if
301         group is nil.
303         * shr.el (shr-tag-em): Render as italic, not bold.
305 2012-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
307         * mml2015.el (mml2015-epg-key-image): Use mm-set-buffer-multibyte.
309 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
311         * mml2015.el (mml2015-epg-key-image): use --attribute-fd rather than
312         temporary file to get PGP key image. Pass no-show-photos when extracting
313         image to avoid having it pop up twice.
315 2012-12-26  Lars Ingebrigtsen  <larsi@gnus.org>
317         * gnus-art.el (gnus-article-treat-types): Include text/html as parts
318         eligible for treatment.
320         * gnus-util.el (gnus-goto-colon): Move to the beginning of the visual
321         lines.  This makes summary commands with hidden threads work more
322         reliably.
324         * gnus-cite.el (gnus-article-hide-citation-maybe): Leave an expansion
325         button to mark the hidden citations (bug#9395).
327 2012-12-26  Daiki Ueno  <ueno@gnu.org>
329         * mml2015.el (mml2015-epg-signature-to-string): New function.
330         (mml2015-epg-verify-result-to-string): New function.
331         (mml2015-epg-decrypt, mml2015-epg-clear-decrypt, mml2015-epg-verify)
332         (mml2015-epg-clear-verify): Use mml2015-epg-verify-result-to-string
333         instead of epg-verify-result-to-string.
334         (epg-signature-key-id, epg-signature-to-string): Autoload.
335         (epg-verify-result-to-string): Remove autoload.
337 2012-12-25  Adam Sjøgren  <asjo@koldfront.dk>
339         * mml2015.el (mml2015-epg-key-image): New function, to retrieve photo
340         ID image from GPG public key.
341         (mml2015-epg-key-image-to-string): New function.
343 2012-12-25  Leo Liu  <sdl.web@gmail.com>
345         * plstore.el (plstore-passphrase-callback-function): Fix error when
346         error when plstore-cache-passphrase-for-symmetric-encryption is set
347         (bug#13264).
349 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
351         * gnus-sum.el (gnus-set-global-variables): Don't copy over the summary
352         buffer to the article buffer here, because that clobbers multiple
353         article buffers.
355         * gnus-art.el (gnus-article-setup-buffer): Make sure that the article
356         buffer always points to the right summary buffer.
358 2012-12-25  John Wiegley  <jwiegley@gmail.com>
360         * auth-source.el (auth-source-netrc-parse): Allow using "password" as
361         the password (bug#12097).
363 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
365         * shr.el (shr-tag-a): Don't tagify <A> elements that don't have HREFs
366         (bug#13263).
368         * gnus-salt.el (gnus-highlight-selected-tree): Check whether the Tree
369         buffer exists before using it (bug#12475).
371         * gnus-agent.el (gnus-agent-fetch-articles): Don't fetch articles from
372         offline groups (bug#11937).
374         * message.el (message-yank-original): When using customize to set the
375         value of `message-cite-style', the variable it set to a symbol that's
376         the name of the variable, which must then be dereferenced (bug#12616).
378 2012-12-25  Wolfgang Jenkner  <wjenkner@inode.at>
380         * lisp/gnus-spec.el (gnus-face-face-function): Initialize the value of
381         the `face' property with a list whose car is the face specified in the
382         format string and whose cdr is (nil).
383         * lisp/gnus-util.el
384         (gnus-put-text-property-excluding-characters-with-faces):
385         Change accordingly.
386         (gnus-get-text-property-excluding-characters-with-faces): New function.
387         * lisp/gnus-sum.el (gnus-summary-highlight-line):
388         * lisp/gnus-salt.el (gnus-tree-highlight-node):
389         * lisp/gnus-group.el (gnus-group-highlight-line): Use it.
391 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
393         * nnimap.el (nnimap-authenticator): Expand to allow specifying the
394         login methods.
395         (nnimap-login): Respect the `nnimap-authenticator' variable.
397         * gnus-sum.el (gnus-summary-push-marks-to-backend): Push the complete
398         mark state when moving articles.  Otherwise unticked articles will get
399         their ticks back after moving.
401 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
403         * gnus-srvr.el (gnus-browse-delete-group): Fix syntax error.
405         * message.el (message-ignored-news-headers): Always remove
406         X-Message-SMTP-Method to avoid information leakage if the user
407         mistakenly inserts the header into news messages.
409         * gnus-srvr.el (gnus-browse-delete-group): New command and keystroke.
411         * gnus-sum.el (gnus-summary-hide-thread): If point were further to the
412         right than four characters, this command would move point to
413         `point-max'.  Don't do that.
415         * gnus-group.el (gnus-group-read-ephemeral-group): Set the active data
416         to nil to allow re-selecting groups that gain articles.
417         (gnus-bug-group-download-format-alist): Update the URL.
419 2012-12-23  Andreas Schwab  <schwab@suse.de>
421         * shr.el (shr-tag-em): Render em as italic, not bold.
423 2012-12-23  Lars Ingebrigtsen  <larsi@gnus.org>
425         * gnus-int.el (gnus-backend-trace): Factor out into its own function
426         for reuse.
427         (gnus-open-server): Use it to add more tracing.
428         (gnus-finish-retrieve-group-infos): Add backend tracing.
429         (gnus-backend-trace): Also note the elapsed seconds.
431 2012-12-22  Philipp Haselwarter  <philipp@haselwarter.org>
433         * gnus-sync.el (gnus-sync-file-encrypt-to, gnus-sync-save):
434         Set epa-file-encrypt-to from variable to avoid querying.
436 2012-12-14  Akinori MUSHA  <knu@iDaemons.org>  (tiny change)
438         * sieve-mode.el (sieve-font-lock-keywords):
439         Keywords should be word delimited.  (Bug#13173)
441 2012-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
443         * gnus-art.el (gnus-article-browse-html-parts): Use <div align="left">
444         instead of <pre> to align message header.
446 2012-12-12  Sam Steingold  <sds@gnu.org>
448         * gnus.el (gnus-other-frame-resume-function): Add user option.
449         (gnus-other-frame): Call `gnus-other-frame-resume-function' on resume.
451 2012-12-06  Sam Steingold  <sds@gnu.org>
453         * gnus-start.el (gnus-before-resume-hook): Add.
454         (gnus-1): Run it when Gnus is alive.
456 2012-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
458         * gmm-utils.el (gmm-called-interactively-p): Restore as a macro.
459         * gnus-art.el (article-unsplit-urls)
460         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
461         * gnus-registry.el (gnus-registry-get-article-marks)
462         * message.el (message-goto-body): Use it.
463         (message-called-interactively-p): Remove.
465         * spam-stat.el (spam-stat-called-interactively-p): New macro.
466         (spam-stat-score-buffer): Use it.
468         * spam.el: Silence the warnings against BBDB functions when compiling.
470         * gnus-score.el (gnus-score-decode-text-parts):
471         Use append+mapcar instead of the cl function mapcan.
473         * gmm-utils.el (gmm-flet): Remove.
475         * gnus-sync.el (gnus-sync-lesync-call):
476         Avoid overriding json-alist-p.
478         * message.el (message-read-from-minibuffer):
479         Avoid overriding mail-abbrev-in-expansion-header-p.
481 2012-12-05  Sam Steingold  <sds@gnu.org>
483         * gnus.el (gnus-delete-gnus-frame): Extract from `gnus-other-frame'.
484         (gnus-other-frame): Add `gnus-delete-gnus-frame' to
485         `gnus-suspend-gnus-hook' in addition to `gnus-exit-gnus-hook'.
487 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
489         * gmm-utils.el (gmm-called-interactively-p): Revert.
490         This seems to cause Emacs to get stuck!
491         * gnus-art.el (article-unsplit-urls)
492         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
493         * gnus-registry.el (gnus-registry-get-article-marks)
494         * message.el (message-goto-body)
495         (message-called-interactively-p): Revert.
497         * gmm-utils.el (gmm-called-interactively-p): New function.
498         * gnus-art.el (article-unsplit-urls)
499         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
500         * gnus-registry.el (gnus-registry-get-article-marks)
501         * message.el (message-goto-body): Use it.
502         (message-called-interactively-p): Remove.
504         * gmm-utils.el (gmm-flet): Restore it using cl-letf.
505         * gnus-sync.el (gnus-sync-lesync-call)
506         * message.el (message-read-from-minibuffer): Use it.
508 2012-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
510         * gmm-utils.el (gmm-flet): Remove.
511         * gnus-sync.el (gnus-sync-lesync-call)
512         * message.el (message-read-from-minibuffer): Don't use it.
514 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
516         * gmm-utils.el (gmm-labels): Use cl-labels if available.
518 2012-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
520         * gmm-utils.el (gmm-flet, gmm-labels): New macros.
522         * gnus-sync.el (gnus-sync-lesync-call)
523         * message.el (message-read-from-minibuffer): Use gmm-flet.
525         * gnus-score.el (gnus-score-decode-text-parts): Use gmm-labels.
527         * gnus-util.el (gnus-macroexpand-all): Remove.
529 2012-12-03  Andreas Schwab  <schwab@linux-m68k.org>
531         * gnus-sum.el (gnus-summary-mode-map): Bind gnus-summary-widget-forward
532         to TAB, not [tab].
533         (gnus-summary-article-map): Likewise.
535         * gnus-sync.el (gnus-sync-newsrc-offsets): Restore definition.
536         (gnus-sync-save): Use correct format for gnus-sync-newsrc-loader.
538 2012-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
540         * message.el (message-get-reply-headers):
541         Make sure the reply goes to the author if it is a wide reply.
543 2012-11-16  Jan Tatarik  <jan.tatarik@gmail.com>
545         * gnus-score.el (gnus-score-body):
546         * gnus-logic.el (gnus-advanced-body): Don't score by headers when
547         scoring by body.
549 2012-11-16  Glenn Morris  <rgm@gnu.org>
551         * gnus-diary.el (nndiary-request-create-group-functions)
552         (nndiary-request-update-info-functions)
553         (gnus-subscribe-newsgroup-functions)
554         (nndiary-request-accept-article-functions):
555         Use new names for hooks rather than obsolete aliases.
557 2012-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
559         * gnus-art.el (gnus-article-browse-html-parts): Always replace charset
560         in meta tag with the one the part specifies in its header.
562 2012-11-02  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
564         * gnus-dired.el (gnus-dired-attach): Attach to last used message buffer
565         by default.
567 2012-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
569         New UIDL implementation.
571         * mail-source.el (mail-sources, mail-source-keyword-map):
572         Add :leave as a pop3 keyword.
573         (mail-source-fetch-pop): Bind pop3-leave-mail-on-server.
575         * pop3.el (pop3-leave-mail-on-server): Allow number.
576         (pop3-uidl-file, pop3-uidl-file-backup): New user options.
577         (pop3-movemail): Add UIDL support.
578         (pop3-send-streaming-command): Take a list of mail numbers instead of
579         the number of mails.
580         (pop3-write-to-file): Add X-UIDL header.
581         (pop3-uidl-stat, pop3-uidl-dele, pop3-uidl-load, pop3-uidl-save)
582         (pop3-uidl-add-xheader): New functions.
584         * message.el (message-ignored-resent-headers):
585         Add X-Content-Length and X-UIDL headers.
587 2012-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
589         * nndiary.el (nndiary-request-create-group-functions)
590         (nndiary-request-update-info-functions)
591         (nndiary-request-accept-article-functions):
592         * gnus-start.el (gnus-subscribe-newsgroup-functions): Don't use
593         "-hooks" suffix.
595 2012-10-17  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
597         * starttls.el (starttls-extra-arguments): Doc fix.
599 2012-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
601         * shr.el (shr-insert): \r is also not inserted, so don't try to delete
602         it.
604 2012-10-06  Glenn Morris  <rgm@gnu.org>
606         * gnus-notifications.el (gnus-notifications):
607         Add missing group :version tag.
608         * gnus-msg.el (gnus-gcc-pre-body-encode-hook)
609         (gnus-gcc-post-body-encode-hook):
610         * gnus-sync.el (gnus-sync-lesync-name)
611         (gnus-sync-lesync-install-topics): Add missing custom :version tags.
613 2012-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
615         * gnus-art.el (gnus-article-browse-delete-temp-files): Never ask again
616         a user about whether to delete temp files if once a user answered as n.
618 2012-09-17  Richard Stallman  <rms@gnu.org>
620         * message.el (message-in-body-p): Don't set mark or modify buffer.
622         * mml.el (mml-attach-file): Doc fix.
623         (mml-attach-external, mml-attach-buffer, mml-attach-file):
624         Set mail-encode-mml when in Mail mode.
625         Simplify code to set HEAD and move back to HEAD.
626         (mml-insert-multipart, mml-insert-part):
627         Set mail-encode-mml when in Mail mode.
629 2012-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
631         * gnus-util.el (gnus-timer--function): New function.
633         * gnus-art.el (gnus-article-stop-animations): Use it.
635 2012-09-13  Paul Eggert  <eggert@cs.ucla.edu>
637         Fix glitches caused by addition of psec to timers.
638         * gnus-art.el (gnus-article-stop-animations): Use timer--function
639         rather than raw access to timer vector.
641 2012-09-11  Julien Danjou  <julien@danjou.info>
643         * gnus-notifications.el (gnus-notifications): Check for nil values in
644         ignored addresses check.
646 2012-09-10  Stefan Monnier  <monnier@iro.umontreal.ca>
648         * qp.el (quoted-printable-decode-region): Inline+CSE+strength-reduction.
650 2012-09-07  Chong Yidong  <cyd@gnu.org>
652         * gnus-util.el
653         (gnus-put-text-property-excluding-characters-with-faces): Restore.
655         * gnus-salt.el (gnus-tree-highlight-node):
656         * gnus-sum.el (gnus-summary-highlight-line):
657         * gnus-group.el (gnus-group-highlight-line): Revert use of add-face.
659 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
661         * gnus-util.el: Fix compilation error on XEmacs 21.4.
663 2012-09-06  Juri Linkov  <juri@jurta.org>
665         * gnus-group.el (gnus-read-ephemeral-gmane-group): Change the naming
666         scheme for buffer names to be more consistent with other group and
667         article buffer names in Gnus.
669 2012-09-06  Lars Ingebrigtsen  <larsi@gnus.org>
671         * gnus-util.el
672         (gnus-put-text-property-excluding-characters-with-faces): Remove.
674         * gnus-compat.el: Define compat function `add-face' from Wolfgang
675         Jenkner.
677         * gnus-group.el (gnus-group-highlight-line): Use combining faces.
679         * gnus-sum.el (gnus-summary-highlight-line): Ditto.
681         * gnus-salt.el (gnus-tree-highlight-node): Ditto.
683 2012-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
685         * gnus-score.el (gnus-score-decode-text-parts): Use #' for
686         mm-text-parts used in labels macro to make it work with XEmacs 21.5.
688         * gnus-util.el (gnus-string-prefix-p): New function, an alias to
689         string-prefix-p in Emacs >=23.2.
691         * nnmaildir.el (nnmaildir--ensure-suffix, nnmaildir--add-flag)
692         (nnmaildir--remove-flag, nnmaildir--scan): Use gnus-string-match-p
693         instead of string-match-p.
694         (nnmaildir--scan): Use gnus-string-prefix-p instead of string-prefix-p.
696 2012-09-06  Kenichi Handa  <handa@gnu.org>
698         * qp.el (quoted-printable-decode-region): Fix previous change; handle
699         lowercase a..f.
701 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
703         * nnmaildir.el (nnmaildir--article-set-flags): Fix compilation error.
705 2012-09-05  Martin Stjernholm  <mast@lysator.liu.se>
707         * gnus-demon.el (gnus-demon-init): Fix regression when IDLE is t and
708         TIME is set.
710 2012-09-05  Juri Linkov  <juri@jurta.org>
712         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow opening more
713         than one group at a time (bug#11961).
715 2012-09-05  Julien Danjou  <julien@danjou.info>
717         * gnus-srvr.el (gnus-server-open-server): Don't message on failure:
718         this hide the real reason with a message giving absolutely no hint.
720 2012-09-05  Lars Ingebrigtsen  <larsi@gnus.org>
722         * gnus-group.el (gnus-group-mark-article-read): Propagate the read mark
723         to the backend (bug#11804).
725         * message.el (message-insert-newsgroups): Don't insert newsgroup
726         duplicates (bug#12275).
728 2012-09-05  John Wiegley  <johnw@newartisans.com>
730         * gnus.el (gnus-expand-group-parameters): Allow regexp substitutions in
731         sieve rules.
733 2012-09-05  Jan Tatarik  <jan.tatarik@gmail.com>
735         * gnus-score.el (gnus-score-decode-text-parts): Use #' for the local
736         function.
738         * gnus-logic.el (gnus-advanced-body): Allow scoring on decoded bodies.
740         * gnus-score.el (gnus-score-decode-text-parts): Ditto.
742 2012-09-05  Magnus Henoch  <magnus.henoch@gmail.com>
744         * nnmaildir.el: Make nnmaildir understand and write maildir flags.
745         That is, rename files from "unique:2," to "unique:2,S" for "seen", etc.
746         This should make nnmaildir more usable with offlineimap.
748 2012-09-03  Lars Ingebrigtsen  <larsi@gnus.org>
750         * gnus-notifications.el (gnus-notifications-notify): Use it.
752         * gnus-fun.el (gnus-funcall-no-warning): New function to silence
753         warnings on XEmacs.
755 2012-09-01  Paul Eggert  <eggert@cs.ucla.edu>
757         Better seeds for (random).
758         * gnus-sync.el (gnus-sync-lesync-setup):
759         * message.el (message-canlock-generate, message-unique-id):
760         Change (random t) to (random), now that the latter is more random.
762 2012-08-31  Dave Abrahams  <dave@boostpro.com>
764         * auth-source.el (auth-sources): Fix macos keychain access.
766         * gnus-int.el (gnus-request-head): When gnus-override-method is set,
767         allow the backend `request-head' function to determine the group
768         name on its own.
769         (gnus-request-expire-articles): Filter out negative article numbers
770         during expiry (Bug#11980).
772         * gnus-range.el (gnus-set-difference): Change gnus-set-difference from
773         O(N^2) to O(N).  This makes warping into huge groups tolerable.
775         * gnus-registry.el (gnus-try-warping-via-registry): Don't act as though
776         you've found the article when you haven't.
778 2012-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
780         * gnus-notifications.el (gnus-notifications-action): Avoid CL-ism.
782 2012-08-30  Julien Danjou  <julien@danjou.info>
784         * gnus-notifications.el (gnus-notifications-notify): Use timeout from
785         `gnus-notifications-timeout'.
786         (gnus-notifications-timeout): Add.
787         (gnus-notifications-action): New function.
788         (gnus-notifications-notify): Add :action using
789         `gnus-notifications-action'.
790         (gnus-notifications-id-to-msg): New variable.
791         (gnus-notifications): Use `gnus-notifications-id-to-msg' to map
792         notifications id to messages.
794 2012-08-30  Kenichi Handa  <handa@gnu.org>
796         * qp.el (quoted-printable-decode-region): Decode multiple bytes at
797         once.
799 2012-08-29  Julien Danjou  <julien@danjou.info>
801         * gnus-notifications.el: New file.
802         (gnus-notifications-notify): New function.
803         (gnus-notifications): Use `gnus-notifications-notify'.
805 2012-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
807         * gnus-sum.el (gnus-summary-enter-digest-group): Decode content
808         transfer encoding first; bind gnus-newsgroup-charset to the charset
809         that the article specifies (Bug#12209).
811 2012-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
813         * gnus-cus.el (gnus-group-customize): Decode values posting-style holds.
814         (gnus-group-customize-done): Encode values posting-style holds.
816         * gnus-msg.el (gnus-summary-resend-message)
817         (gnus-configure-posting-styles): Decode values posting-style group
818         parameter holds.
820 2012-08-21  Katsumi Yamaoka  <yamaoka@jpl.org>
822         * gnus-msg.el (gnus-summary-resend-message): Honor posting-style for
823         `name' and `address' in Resent-From header.
825 2012-08-14  Chong Yidong  <cyd@gnu.org>
827         * gnus-art.el (article-display-face): Handle failure in
828         gnus-create-image (Bug#11802).
830 2012-08-10  Stefan Monnier  <monnier@iro.umontreal.ca>
832         * gnus-agent.el (gnus-agent-cat-defaccessor, gnus-agent-cat-groups):
833         Use defsetf.
835 2012-08-10  Daiki Ueno  <ueno@unixuser.org>
837         * auth-source.el: (auth-source-plstore-search)
838         (auth-source-secrets-search): Ignore :require and :type in search spec.
840 2012-08-06  Julien Danjou  <julien@danjou.info>
842         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
843         Remove autoload, already handled by gnus.el.
845 2012-08-05  Julien Danjou  <julien@danjou.info>
847         * gnus-demon.el (gnus-demon-add-handler, gnus-demon-remove-handler):
848         Add autoload.
850 2012-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
852         * gnus.el (gnus-valid-select-methods): Fix custom type.
854 2012-07-29  Teodor Zlatanov  <tzz@lifelogs.com>
856         * auth-source.el (auth-sources, auth-source-backend-parse)
857         (auth-source-macos-keychain-search)
858         (auth-source-macos-keychain-search-items)
859         (auth-source-macos-keychain-result-append)
860         (auth-source-macos-keychain-create): Support Mac OS X Keychains in
861         auth-source.el through the /usr/bin/security utility.
862         (auth-sources): Fix syntax error.
863         (auth-source-macos-keychain-result-append): Fix variable name.
864         (auth-sources, auth-source-macos-keychain-result-append): More fixes.
866 2012-07-27  Julien Danjou  <julien@danjou.info>
868         * message.el (fboundp): Add a defalias on `mail-dont-reply-to' for
869         Emacs < 24.1
871 2012-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
873         * message.el (message-kill-address): Don't kill last newline.
874         (message-skip-to-next-address): Don't move to the next header.
875         (message-fill-field-address): Work properly.
877 2012-07-25  Julien Danjou  <julien@danjou.info>
879         * gnus-art.el (gnus-kill-sticky-article-buffers): Reintroduce.
881 2012-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
883         * nnimap.el (nnimap-get-responses): Don't remove, still used.
885 2012-07-24  Julien Danjou  <julien@danjou.info>
887         * mail-source.el (mail-source-movemail-and-remove): Remove, unused.
889         * nntp.el (nntp-send-nosy-authinfo, nntp-send-authinfo-from-file)
890         (nntp-async-timer-handler): Remove, unused.
892         * nnimap.el (nnimap-get-responses): Remove, unused.
894         * nnheader.el (mail-header-set-extra): Remove, unused.
896         * mm-view.el (mm-view-sound-file): Remove, unused.
898         * mm-url.el (mm-url-fetch-simple, mm-url-fetch-form)
899         (mm-url-encode-multipart-form-data): Remove, unused.
901         * message.el (message-remove-signature, message-make-host-name)
902         (message-fill-address): Remove, unused.
904         * gnus.el (gnus-writable-groups, gnus-group-guess-prefixed-name)
905         (gnus-group-guess-full-name, gnus-group-guess-prefixed-name): Remove,
906         unused.
908         * gnus-uu.el (gnus-uu-find-name-in-shar): Remove, unused.
910         * gnus-util.el (gnus-extract-address-component-name)
911         (gnus-extract-address-component-email, gnus-sortable-date)
912         (gnus-alist-to-hashtable, gnus-hashtable-to-alist)
913         (gnus-process-live-p): Remove, unused.
915         * gnus-topic.el (gnus-group-parent-topic): Remove, unused.
917         * gnus-sum.el (gnus-score-set-default, gnus-article-parent-p)
918         (gnus-article-read-p, gnus-uncompress-marks): Remove, unused.
919         (gnus-summary-set-current-mark): Remove obsolete, empty and unused
920         function.
922         * gnus-start.el (gnus-kill-newsgroup): Remove unused obsolete function.
924         * gnus-score.el (gnus-summary-score-crossposting)
925         (gnus-score-regexp-bad-p): Remove, unused.
927         * gnus-salt.el (gnus-tree-goto-article): Remove, unused.
929         * gnus-range.el (gnus-sublist-p): Remove, unused.
931         * gnus-msg.el (gnus-mail-parse-comma-list, gnus-put-message): Remove,
932         unused.
934         * gnus-kill.el (gnus-Newsgroup-kill-file): Remove, unused.
936         * gnus-int.el (gnus-list-active-group, gnus-request-group-articles)
937         (gnus-request-associate-buffer): Remove, unused.
939         * gnus-group.el (gnus-group-set-method-info)
940         (gnus-group-set-params-info): Remove, unused.
942         * gnus-fun.el (gnus-shell-command-to-string)
943         (gnus-shell-command-on-region): Remove, unused.
945         * gnus-cite.el (gnus-cited-line-p): Remove, unused.
947         * gnus-art.el (gnus-article-text-type-exists-p)
948         (article-translate-characters, gnus-article-hide-text-of-type)
949         (gnus-kill-sticky-article-buffers, gnus-article-maybe-highlight):
950         Remove, unused.
952 2012-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
954         * nnir.el ("nnir"): Revert last change, that's premature to merge from
955         Gnus master.
957 2012-07-22  Andrew Cohen  <cohen@bu.edu>
959         * nnir.el ("nnir"): Add 'virtual ability to nnir backend.
961 2012-07-21  Julien Danjou  <julien@danjou.info>
963         * message.el (message-dont-reply-to-names): Replace deprecated
964         `rmail-dont-reply-to-names' with `mail-dont-reply-to-names'.
965         (message-get-reply-headers): Ditto.
967 2012-07-18  Julien Danjou  <julien@danjou.info>
969         * sieve-mode.el (sieve-mode-map): Bind C-c C-c to
970         `sieve-upload-and-kill'.
972         * sieve.el (sieve-bury-buffer): Remove function.
973         (sieve-manage-mode-map): Map "q" to `kill-buffer'.
974         (sieve-upload-and-kill): New function, mapped to C-c C-c.
976 2012-07-17  Andreas Schwab  <schwab@linux-m68k.org>
978         * shr.el (shr-expand-url): Handle URL starting with `//'.
980 2012-07-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
981 2012-07-13  Chong Yidong  <cyd@gnu.org>
983         * smime.el (smime-certificate-info): Set buffer-read-only directly,
984         instead of calling toggle-read-only with a (bogus) argument.
986 2012-07-09  Tassilo Horn  <tassilo@member.fsf.org>
988         * gnus-sum.el (gnus-summary-limit-to-author): Use default value instead
989         of initial input when reading the author to restrict the summary to.
991 2012-07-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993         * gnus-sum.el (gnus-select-newsgroup): Don't assume that the group
994         buffer exists, which it doesn't if we haven't started Gnus.
996 2012-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
998         * mm-decode.el (mm-shr):
999         Allow overriding charset by mm-charset-override-alist.
1001 2012-07-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1003         * gnus-art.el (gnus-article-view-part):
1004         Toggle subparts of multipart/alternative part.
1006 2012-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1008         * gnus-sync.el: Simply require json.
1010         * registry.el: Simply require eieio and eieio-base.
1012 2012-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1014         * tests/gnustest-nntp.el, tests/gnustest-registry.el, tests/: Remove.
1016 2012-06-27  Stefan Monnier  <monnier@iro.umontreal.ca>
1018         * shr.el (shr-render-buffer): New command.
1019         (shr-visit-file): Use it.
1021 2012-06-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1023         * tests/gnustest-nntp.el, tests/gnustest-registry.el:
1024         Set no-byte-compile and no-update-autoloads.
1026 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1028         * mm-decode.el: Add coding cookie for a soft hyphen that mm-shr uses.
1030 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1032         * gnus-art.el (gnus-article-read-summary-keys): Protect against the key
1033         being bound to a lambda form.
1035 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1037         * gnus-picon.el (gnus-picon-properties): New defcustom.
1038         (gnus-picon-create-glyph): Use it.
1040 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1042         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1043         locales.
1045         * mm-decode.el (mm-display-part): Dissect archives when hitting `RET'
1046         on a handle.
1048         * gnus-sum.el (gnus-summary-limit-to-author): Use the current From
1049         address as the default.
1051         * nnfolder.el (nnfolder-save-buffer): Delete old versions silently.
1052         It makes no sense to query the user about internal files.
1054         * gnus-spec.el: Remove all the byte-compilation stuff, since
1055         benchmarking shows that it doesn't help when entering large summary
1056         buffers.
1058         * gnus-util.el (gnus-byte-code): Remove.
1060         * gnus-spec.el (gnus-update-format-specifications): Remove outdated
1061         grouplens stuff.
1063 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1066         (bug#11514).
1068 2012-06-26  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>
1070         * message.el (message-buffers): Return all buffers derived from Message
1071         to make `gnus-dired-attach' work with mu4e.
1073 2012-06-26  Daiki Ueno  <ueno@unixuser.org>
1075         * mm-decode.el (mm-inhibit-auto-detect-attachment): New variable.
1076         (mm-dissect-singlepart): Don't guess the MIME type of
1077         application/octet-stream parts if mm-inhibit-auto-detect-attachment is
1078         set.
1079         (mm-dissect-multipart): Bind mm-inhibit-auto-detect-attachment if the
1080         toplevel MIME type is multipart/encrypted.
1082 2012-06-26  Wolfgang Jenkner  <wjenkner@inode.at>
1084         * gnus-agent.el (gnus-agent-save-active): Deal with the "groups" format.
1085         In particular, add an optional argument and a docstring.
1087         * gnus-start.el (gnus-groups-to-gnus-format): Use it.
1089         * nntp.el (nntp-finish-retrieve-group-infos): Make `nntp-server-buffer'
1090         current before calling `gnus-groups-to-gnus-format'.
1091         Note that this was already the case for `gnus-active-to-gnus-format'.
1093 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1095         * pop3.el (pop3-wait-for-messages): Fix retrieved data size calculation.
1097 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1099         * mm-decode.el (mm-dissect-buffer): Doc fix.
1101         * gnus-sum.el (gnus-handle-ephemeral-exit):
1102         Avoid creating the group buffer if it doesn't exist.
1104         * gnus-group.el (gnus-group-read-ephemeral-group): If no quit-config
1105         is given, mark the group as ephemeral with the current window conf.
1107         * gnus-sum.el (gnus-set-global-variables): Don't assume that the group
1108         buffer exists, which it doesn't if we haven't started Gnus.
1109         (gnus-summary-exit): Allow quitting when we don't have a group buffer.
1111 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113         * mml.el (mml-generate-mime):
1114         Allow specifying what the top-level part type is.
1116         * gnus-sum.el (gnus-auto-center-summary):
1117         `scroll-margin' isn't defined on XEmacs.
1119 2012-06-26  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1121         * gnus-sum.el (gnus-auto-center-summary):
1122         Set default to respect `scroll-margin'.
1124 2012-06-26  Elias Oltmanns  <eo@nebensachen.de>  (tiny change)
1126         * gnus-cite.el (gnus-dissect-cited-text): A single line without
1127         citation prefix within a block of cited text should be considered
1128         part of that block *only* if it is a blank line.
1130 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1132         * shr.el (shr-find-fill-point): Remove unused code; don't break a line
1133         before kinsoku-bol characters nor within kinsoku-eol characters.
1135 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1137         * gnus-sync.el (gnus-topic-alist, gnus-group-topic)
1138         (gnus-topic-create-topic, gnus-topic-enter-dribble):
1139         Silence compiler.
1140         (gnus-sync-read): Use mapc instead of mapcar.
1142         * mm-archive.el: Require mm-decode for some macros.
1143         (gnus-recursive-directory-files, mailcap-extension-to-mime):
1144         Silence the byte compiler.
1145         (mm-archive-decoders): New function that returns the value of
1146         the mm-archive-decoders variable.
1148         * mm-decode.el:
1149         Don't require mm-archive; autoload mm-archive functions instead.
1150         (mm-dissect-singlepart): Use the function mm-archive-decoders.
1152         * nnmail.el (mail-send-and-exit): Silence the byte compiler.
1154 2012-06-26  Peter Munster  <pmrb@free.fr>
1156         * gnus-demon.el (gnus-demon-timers): Now a plist (function -> timer).
1157         (gnus-demon-cancel): Ditto.
1158         (gnus-demon-run-callback): When function cannot be called due to low
1159         idleness, call it when idleness reaches the expected value, instead
1160         of waiting another timer period.
1161         (gnus-demon-init): Add `time' to arguments of call-back.
1163 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165         * gnus.el: Register gnus-registry functions.
1167         * gnus-registry.el (gnus-try-warping-via-registry):
1168         Move here and indent.
1170         * gnus-int.el (gnus-warp-to-article):
1171         Check whether the registry is enabled before warping.
1173 2012-06-26  Dave Abrahams  <dave@boostpro.com>
1175         * gnus-sum.el (gnus-summary-insert-subject): Record information
1176         in the registry about each article retrieved.
1178         * gnus-int.el (gnus-select-group-with-message-id): New function.
1179         (gnus-try-warping-via-registry): Ditto.
1180         (gnus-warp-to-article): Fall back on the registry.
1182 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184         * nnimap.el (nnimap-fetch-partial-articles): Minor doc string fixup.
1186 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1188         * gnus-msg.el (gnus-summary-resend-message-insert-gcc): Assume that
1189         gnus-gcc-self-resent-messages may be a group parameter.
1190         (gnus-summary-resend-message):
1191         Don't encode encoded words in header when Gcc'ing resent message.
1193 2012-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1195         * shr.el (shr-insert): Treat non-breaking space just like normal
1196         space.  This seems to produce more pleasing results.
1197         (shr-insert):
1198         Only insert a blank line if we're starting from an image.
1199         (shr-tag-br):
1200         Allow <br> to end lines or to make a single blank line.
1201         (shr-ensure-paragraph): Consider lines with white space to be blank.
1203 2012-06-26  Christopher Schmidt  <christopher@ch.ristopher.com>
1205         * gnus-msg.el (gnus-inews-do-gcc): Add gnus-gcc-pre-body-encode-hook
1206         and gnus-gcc-post-body-encode-hook.
1208 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1210         * mm-decode.el (mm-dissect-singlepart):
1211         Guess what the type of application/octet-stream parts really is.
1213         * gnus-sum.el (gnus-propagate-marks): Remove.
1215 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1217         * nntp.el (nntp-coding-system-for-read): Remove.
1218         (nntp-coding-system-for-write): Ditto.
1219         (nntp-open-connection): Just use `binary' directly.
1221 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1223         * registry.el (registry-usage-test, registry-persistence-test):
1224         Move to tests/gnustest-registry.el.
1225         (registry-make-testable-db, registry-match-test)
1226         (registry-instantiation-test): Move to tests/gnustest-registry.el.
1228         * gnus-registry.el (gnus-registry-misc-test)
1229         (gnus-registry-usage-test): Move to tests/gnustest-registry.el.
1231         * tests/gnustest-registry.el:
1232         New file with the registry and gnus-registry ERT tests.
1234 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1236         * gnus-msg.el (gnus-summary-resend-message):
1237         Make gnus-summary-resend-message-insert-gcc be last item in
1238         message-header-setup-hook.
1240 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1242         * nnfolder.el (nnfolder-marks-directory, nnfolder-marks-is-evil)
1243         (nnfolder-marks, nnfolder-marks-file-suffix)
1244         (nnfolder-marks-modtime): Remove.
1245         (nnfolder-open-server): Don't use marks.
1246         (nnfolder-request-delete-group): Ditto.
1247         (nnfolder-request-rename-group): Ditto.
1248         (nnfolder-request-set-mark, nnfolder-request-marks)
1249         (nnfolder-group-marks-pathname, nnfolder-marks-changed-p)
1250         (nnfolder-save-marks, nnfolder-open-marks): Remove.
1252         * nnml.el (nnml-marks-is-evil, nnml-marks-file-name, nnml-marks)
1253         (nnml-marks-modtime): Remove.
1254         (nnml-request-delete-group): Don't use marks.
1255         (nnml-request-rename-group): Ditto.
1256         (nnml-request-set-mark, nnml-request-marks, nnml-marks-changed-p)
1257         (nnml-save-marks, nnml-open-marks): Remove.
1259         * nntp.el (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
1260         (nntp-marks-modtime, nntp-marks-directory, nntp-request-set-mark)
1261         (nntp-request-marks, nntp-marks-directory, nntp-marks-changed-p)
1262         (nntp-save-marks, nntp-open-marks, nntp-possibly-create-directory)
1263         (nntp-server-to-method-cache): Remove.
1265         * shr.el (shr-rescale-image): Fix wrong merge.
1267 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1269         * shr.el (shr-remove-trailing-whitespace):
1270         Really delete the padding on too-wide lines.
1272 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1274         * mm-archive.el (mm-archive-dissect-and-inline): New function.
1275         (mm-archive-dissect-and-inline): Fix up the undisplayer.
1277         * mm-decode.el (mm-display-external): Output the text from
1278         the command in the buffer after the command finished.
1279         This makes text-based commands behave better.
1281 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1283         * message.el (smtpmail-smtp-user): Silence compiler warning.
1285 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1287         * message.el (message-multi-smtp-send-mail): Also allow specifying
1288         the SMTP user name.
1290 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1292         * gnus-sum.el (gnus-summary-article-map): Fix typo.
1294 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1296         * message.el (message-multi-smtp-send-mail): New function.
1297         (message-multi-smtp-send-mail): Respect the X-Message-SMTP-Method
1298         header to implement multi-SMTP functionality.
1300         * gnus-agent.el (gnus-agent-send-mail-function): Remove.
1301         (gnus-agentize): Don't set it.
1302         (gnus-agent-send-mail): Don't use it.
1304         * gnus-sum.el (gnus-summary-widget-backward):
1305         New function and keystroke.
1307         * shr.el (shr-put-image): Remove underlines from sliced images.
1308         (shr-zoom-image): Compute the region to be replaced more correctly.
1310 2012-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1312         * gnus-msg.el (gnus-gcc-self-resent-messages): New user option.
1313         (gnus-summary-resend-message-insert-gcc): New function.
1314         (gnus-summary-resend-message): Modify message-header-setup-hook and
1315         message-sent-hook to make it work for Gcc.
1316         (gnus-inews-do-gcc): Update the number of unread articles of groups
1317         that messages are Gcc'd to.
1319         * message.el (message-resend): Run message-sent-hook to do Gcc.
1321 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1323         * gnus-registry.el (gnus-registry-fixup-registry):
1324         Move the message to a higher level to silence compilation.
1326         * gnus-art.el (gnus-shr-put-image): Take and pass on a `flags'
1327         parameter to allow controlling the scaling.
1329         * shr.el (shr-zoom-image): New command and keystroke.
1330         (shr-put-image): Take a `size' flag to say how to scale the image.
1332         * mm-archive.el (mm-dissect-archive): Use it to get all file names.
1333         Use recursive deletion.
1334         (mm-dissect-archive): Add support for zip files.
1336         * gnus-util.el (gnus-recursive-directory-files): New function.
1338         * mm-archive.el (mm-archive-list-files): Inline text and image parts.
1339         (mm-archive-decoders): Add tgz support.
1341         * mm-decode.el (mm-shr): Make sure that the HTML ends with a newline.
1342         Otherwise inserting text into the Gnus buffer can look odd.
1344         * gnus-art.el (gnus-mime-inline-part): Slight clean-up.
1346         * mm-archive.el (mm-archive-decoders): Add support for tar.
1348         * gnus.el (gnus-logo-color-alist): Change the colours for Ma Gnus.
1350         * nnmail.el (nnmail-extra-headers): Add Cc to the default.
1352 2012-06-26  Lars Ingebrigtsen  <larsi@gnus.org>
1354         * mm-decode.el (mm-dissect-singlepart): Check that the decoder exists.
1356         * mm-archive.el: New file.
1358         * mm-decode.el (mm-dissect-singlepart):
1359         Use it to decode ms-tnef files.
1361         * mm-util.el (mm-find-buffer-file-coding-system): Comment fix.
1363         * message.el (message-goto-*): Make all the `message-goto-*' commands
1364         push the mark before moving point.  This makes it easier to go back
1365         to where you came from after editing whatever you jumped to.
1367 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1369         * gnus-sync.el (gnus-sync-newsrc-groups): Quote normally.
1370         (gnus-sync-lesync-pre-save-group-entry): Remove invalid invlists.
1371         (gnus-sync-lesync-normalize-group-entry): Ignore a few more keys.
1373 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1375         * spam.el: Move BBDB autoloads.
1376         (spam-exists-in-BBDB-p):
1377         New function to do the BBDB search directly in BBDB 2 and 3.
1378         (spam-check-BBDB): Use it.
1379         (spam-enter-ham-BBDB): Use it.
1381 2012-06-26  Peter Munster  <pmrb@free.fr>  (tiny change)
1383         * gnus-group.el (gnus-group-get-new-news):
1384         New parameter `one-level' for scanning exactly one level.
1386         * gnus-start.el (gnus-get-unread-articles): Ditto.
1388 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1390         * gnus-sync.el: More commentary about setup.
1392 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1394         * gnus-sync.el: More commentary about `gnus-sync-read' issues.
1396 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1398         * gnus-sync.el: Improve docs about CouchDB admins.
1400 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1402         * gnus-sync.el (gnus-sync-lesync-setup): Fix salt when user setup is
1403         not needed.  Provide xmlplistread list function to produce XML plist
1404         output for non-Gnus LeSync clients.
1406 2012-06-26  Teodor Zlatanov  <tzz@lifelogs.com>
1408         * gnus-sync.el: Add LeSync synchronization backend and logic to read
1409         and save against it.  Group subscriptions, read marks, other marks,
1410         subscription levels, topic names, and topic offsets (the group's
1411         position within the topic) are saved.  This is an experimental
1412         backend and may change significantly.  Load json.el from
1413         the gnus-fallback-lib if it's not available otherwise.
1414         (gnus-sync-save): Don't use `apply-partially' because of XEmacs.
1416 2012-06-26  David Engster  <dengste@eml.cc>
1418         * tests/gnustest-nntp.el: New file for simple NNTP testing.
1420 2012-06-18  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
1422         * gnus-win.el (gnus-configure-frame): Pass an arg to window-dedicated-p.
1424 2012-06-17  Toke Høiland-Jørgensen  <toke@toke.dk>  (tiny change)
1426         * nnmaildir.el (nnmaildir-request-expire-articles): Ensure that `time'
1427         is an integer to avoid later problems.
1429 2012-06-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1431         * shr.el: Add a iso-8859-1 cookie to make stuff work under other
1432         locales.
1434 2012-04-14  Wolfgang Jenkner  <wjenkner@inode.at>
1436         * gnus-agent.el (gnus-agent-retrieve-headers): Recalculate the range of
1437         articles when fetch-old is non-nil (bug#11370).
1439 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1441         * gnus-group.el (gnus-group-get-new-news):
1442         Respect `gnus-group-use-permanent-levels', as documented (bug#11638).
1444 2012-06-10  Dave Abrahams  <dave@boostpro.com>
1446         * gnus-int.el (gnus-warp-to-article): Limit registry warping to real
1447         groups (bug#11641).
1449 2012-06-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1451         * gnus-msg.el (gnus-msg-mail): Warn the user about Gnus not running
1452         (bug#11514).
1454 2012-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1456         * nntp.el: Stop the `letf' madness.
1457         (nntp--report-1): New var.
1458         (nntp-report): Merge nntp-report-1 into it.
1459         (nntp-with-open-group-function): Set nntp--report-1 instead of modifying
1460         the nntp-report function.
1462         * auth-source.el: Fix comment-style to follow the convention.
1464 2012-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1466         * gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
1467         a string so that Gcc works (bug#11514).
1469 2012-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
1471         * legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
1472         * gnus-demon.el (gnus-demon-init): Don't bother with type-of.
1474 2012-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
1476         * gnus-win.el (gnus-configure-frame): Don't signal an error when
1477         jumping to *Server* from a dedicated *Group* window.
1478         (gnus-configure-frame): CSE.
1480         * gnus-registry.el: Minor style cleanup.
1481         (gnus-registry--set/remove-mark): New function, extracted from
1482         gnus-registry-install-shortcuts.
1483         (gnus-registry-install-shortcuts): Use it.
1485 2012-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1487         * nnspool.el (news-path): Use eval-and-compile.
1489 2012-05-24  Glenn Morris  <rgm@gnu.org>
1491         * nnspool.el (news-directory, news-path, news-inews-program):
1492         Move here from paths.el.  Don't see a need for these to be autoloaded.
1494         * gnus.el (gnus-default-nntp-server): Make it a defcustom.
1495         Merge in doc from paths.el version.  Don't see any need for this to be
1496         autoloaded, or for the warning about users not setting it.
1498 2012-05-04  Paul Eggert  <eggert@cs.ucla.edu>
1500         Fix minor Y10k bug.
1501         * nnweb.el (nnweb-google-parse-1): Don't assume years have 4 digits.
1503 2012-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
1505         * nnimap.el (nnimap-open-connection-1): Don't leave an "opening..."
1506         message once it's actually open.
1508 2012-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
1510         * auth-source.el (auth-source--aput-1, auth-source--aput)
1511         (auth-source--aget): New functions and macros.
1512         Use them instead of aput/aget.
1514 2012-04-27  Andreas Schwab  <schwab@linux-m68k.org>
1516         * gnus.el (debbugs-gnu): Don't override existing autoload definition.
1518 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1520         * plstore.el (plstore-called-interactively-p): New compat macro copied
1521         from message.el.
1522         (plstore-mode): Use it.
1524 2012-04-26  Daiki Ueno  <ueno@unixuser.org>
1526         * plstore.el: Revive the editing feature.
1527         (plstore-mode): New mode to edit plstore file.
1528         (plstore-mode-toggle-display, plstore-mode-original)
1529         (plstore-mode-decoded): New command.
1530         (plstore--encode, plstore--decode, plstore--write-contents-functions)
1531         (plstore--insert-buffer, plstore--make): New function.
1532         (plstore-open, plstore-save): Simplify by using them.
1534 2012-04-16  Glenn Morris  <rgm@gnu.org>
1536         * nndraft.el (nndraft-request-list): Fix declaration.
1538 2012-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1540         * gnus-msg.el (gnus-inews-insert-gcc): Don't do the alist stuff when we
1541         don't have a current group.
1543         * gnus-msg.el (gnus-inews-insert-gcc): Protect against when we don't
1544         have a group name.
1546         * gnus-art.el (article-wash-html): Ensure that we insert the HTML into
1547         a multibyte buffer (bug#7410).
1548         (article-wash-html): Parse the original article buffer to get the
1549         unencoded data (bug#7410).
1551         * gnus-start.el (gnus-read-newsrc-el-file): Protect against broken
1552         .newsrc.el files.
1554 2012-04-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556         * gnus-msg.el (gnus-summary-cancel-article): See what From header we
1557         would have gotten if we posted to the group, and use that to compare
1558         against the message we want to cancel (bug#10808).
1560 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562         * auth-source.el (auth-source-netrc-create): Quote tokens that contain
1563         "#" to avoid having them interpreted as comments.
1565 2012-03-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567         * shr.el (shr-insert): Update the text state properly to avoid
1568         inserting spurious paragraph starts.
1570 2012-03-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572         * gnus-sum.el (gnus-update-marks): Don't propagate marks unless
1573         requested (bug#10961).
1575         * shr.el (shr-table-widths): Divide the extra width more fairly over
1576         the TDs (bug#10973).
1577         (shr-render-td): Don't delete too much padding.
1578         (shr-natural-width): Compute the natural width more correctly.
1579         (shr-insert): Allow the natural width to be computed for tables again.
1580         (shr-tag-table-1): Rework how the natural widths are computed by
1581         rendering the table a third time.
1582         (shr-natural-width): Remove.
1583         (shr-buffer-width): New function.
1584         (shr-expand-newlines): Use it.
1586         * gnus-msg.el (gnus-bug): Don't delete the other windows.  We may be
1587         using a `gnus-use-full-window' setup (bug#11013).
1589 2012-03-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1591         * gnus-int.el (gnus-backend-trace): Flip default to nil before Emacs
1592         24.1 release.
1594 2012-03-10  David Edmondson  <dme@dme.org>
1596         * mm-uu.el (mm-uu-forward-extract): Allow for blank lines between the
1597         'Forwarded Message' header and the start of the message.
1599 2012-03-04  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
1601         * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus
1602         isn't running (bug#10897).
1604 2012-02-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606         * shr.el (shr-column-specs): Protect against TDs with "width: 0%".
1608 2012-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1610         * nntp.el (nntp-send-authinfo): Work for secure nntp entry in authinfo.
1612 2012-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
1614         * mm-decode.el (mm-shr): Remove "soft hyphens".
1616         * nnimap.el (nnimap-request-list): Return the group names encoded as
1617         utf8.  Otherwise non-European group names don't work.
1618         (nnimap-request-newgroups): Ditto.
1620         * gnus-sum.el (gnus-summary-insert-old-articles): Fix the syntax for
1621         the default in `read-string' (bug#10757).
1623         * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
1624         topics (bug#10843).
1626         * nnimap.el (nnimap-log-command): Add the IMAP address to the log
1627         buffer.  Suggested by Herbert Valerio Riedel.
1628         (nnimap-request-move-article): Delete the message from the correct IMAP
1629         server.
1631 2012-02-19  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1633         * gnus-demon.el (gnus-demon-init): Don't multiply time twice.
1634         Reported by Peter Münster.
1636 2012-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
1638         * shr.el (shr-image-fetched): Make sure we really kill the right
1639         buffer.
1641 2012-02-16  Leo Liu  <sdl.web@gmail.com>
1643         * gnus-start.el (gnus-1): Avoid duplicate entries.
1645 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
1647         * shr.el (shr-remove-trailing-whitespace): Really delete the padding on
1648         too-wide lines.
1650 2012-02-15  Paul Eggert  <eggert@cs.ucla.edu>
1652         * shr.el (shr-rescale-image): Undo previous change; see
1653         <http://lists.gnu.org/archive/html/emacs-devel/2012-02/msg00540.html>.
1655 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
1657         * nnimap.el (nnimap-record-commands): New variable.
1658         (nnimap-log-command): Use it.
1659         (nnimap-make-process-buffer): Add a space to the process buffer.
1660         (nnimap-transform-headers): Don't bug out on header lines containing
1661         stuff that look like IMAP length encodings.
1663         * shr.el (shr-rescale-image): Allow viewing large images.
1665 2012-02-12  Lars Ingebrigtsen  <larsi@gnus.org>
1667         * nnml.el (nnml-request-compact-group): Delete the marks file after
1668         compaction (bug#10800).
1670         * gnus-art.el (gnus-stop-downloads): Stop `url-queue' downloads on
1671         group exit.
1673         * nnimap.el (nnimap-parse-flags): Parse correctly when we have mixed
1674         QRESYNC/FETCH output.
1676 2012-02-11  Glenn Morris  <rgm@gnu.org>
1678         * sieve-manage.el (sieve-manage-default-stream):
1679         * shr.el (shr):
1680         * nnir.el (nnir-ignored-newsgroups, nnir-summary-line-format)
1681         (nnir-retrieve-headers-override-function)
1682         (nnir-imap-default-search-key, nnir-notmuch-program)
1683         (nnir-notmuch-additional-switches, nnir-notmuch-remove-prefix)
1684         (nnir-method-default-engines):
1685         * message.el (message-cite-reply-position):
1686         * gssapi.el (gssapi-program):
1687         * gravatar.el (gravatar):
1688         * gnus-sum.el (gnus-refer-thread-use-nnir):
1689         * gnus-registry.el (gnus-registry-unfollowed-addresses)
1690         (gnus-registry-max-pruned-entries):
1691         * gnus-picon.el (gnus-picon-inhibit-top-level-domains):
1692         * gnus-int.el (gnus-after-set-mark-hook)
1693         (gnus-before-update-mark-hook):
1694         * gnus-async.el (gnus-async-post-fetch-function):
1695         * auth-source.el (auth-source-cache-expiry):
1696         Add missing :version tags to new defcustoms and defgroups.
1698 2012-02-10  Lars Ingebrigtsen  <larsi@gnus.org>
1700         * message.el (message-default-send-mail-function): Made into own
1701         function for reuse by emacsbug.el.
1703 2012-02-09  Juanma Barranquero  <lekktu@gmail.com>
1705         * gnus.el (gnus-method-ephemeral-p): Move after declaration of defsubst
1706         `gnus-sloppily-equal-method-parameters' to avoid a warning.
1708 2012-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
1710         * gnus-msg.el (gnus-msg-mail): Use `message-mail' if Gnus isn't
1711         running.
1713         * nnimap.el (nnimap-wait-for-response): Minor fixup of message string.
1715         * gnus.el (gnus-server-extend-method): Don't add an -address component
1716         if the method already has one (bug#9676).
1718 2012-02-08  Lars Ingebrigtsen  <larsi@gnus.org>
1720         * gnus-sum.el (gnus-summary-insert-old-articles): Use a default instead
1721         of an initial-input for consistency (bug#10757).
1723         * shr.el: Inhibit getting and sending cookies when fetching pictures.
1725         * gnus-html.el (gnus-html-schedule-image-fetching): Ditto.
1727 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1729         * shr.el (shr-remove-trailing-whitespace): Don't strip whitespace from
1730         lines that are narrower than the window width.  Otherwise background
1731         "blocks" will look less readable.
1733 2012-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1735         * gnus-sum.el (gnus-summary-show-thread): Revert last two changes.
1737 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
1739         * nnimap.el (nnimap-transform-headers): Remove unused variable.
1740         (nnimap-transform-headers): Fix parsing BODYSTRUCTURE elements that
1741         have newlines within the strings, and where the UID comes after the
1742         BODYSTRUCTURE element (bug#10537).
1744         * shr-color.el (shr-color-set-minimum-interval): Rename to add prefix
1745         (bug#10732).
1747         * shr.el (shr-insert-document): Add doc string.
1748         (shr-visit-file): Ditto.
1749         (shr-remove-trailing-whitespace): New function.
1750         (shr-insert-document): Use it to clean up trailing whitespace as the
1751         final step (bug#10714).
1753 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1755         * gnus-sum.el (gnus-summary-exit-no-update): Really deaden the summary
1756         buffer if `gnus-kill-summary-on-exit' is nil.
1758 2012-02-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1760         * gnus-sum.el (gnus-summary-show-thread):
1761         next-single-char-property-change may return nil in XEmacs.
1763 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
1765         * gnus-sum.el (gnus-handle-ephemeral-exit): Allow exiting from Gnus
1766         when just reading a single group from "without" Gnus.
1768 2012-02-06  Chong Yidong  <cyd@gnu.org>
1770         * gnus-sum.el (gnus-summary-show-thread):
1771         next-single-char-property-change never returns nil (Bug#8657).
1773 2012-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
1775         * nnimap.el (nnimap-open-server): Allow switching the nnoo server
1776         without reconnecting.
1777         (nnimap-possibly-change-group): Ditto.
1778         (nnimap-finish-retrieve-group-infos): Don't reconnect if the server
1779         connection has died before being called.
1781 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
1783         * nnimap.el (nnimap-retrieve-group-data-early): Don't say we're doing
1784         an initial sync unless we're really doing one.
1786         * gnus-group.el (gnus-group-read-ephemeral-group): Don't add a new
1787         address parameter if one already exists (bug#9676).
1789         * gnus-msg.el (gnus-summary-mail-forward): Respect the process marks,
1790         not the prefix, as documented (bug#10689).
1792 2012-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
1794         * gnus.el (gnus-valid-select-methods): nnmaildir also saves marks in
1795         the "server".
1797         * gnus-group.el (gnus-group-get-new-news-this-group): Don't overwrite
1798         the real error message with the useless "previously known to be down".
1799         Which isn't even correct.
1801         * nntp.el (nntp-open-connection): Report the error message if the nntp
1802         server can't be reached.
1804         * nnimap.el (nnimap-retrieve-group-data-early): Keep track of how many
1805         groups we do a total scan for.
1806         (nnimap-wait-for-response): Say that we're doing a total scan, if we're
1807         doing that.
1809 2012-01-31  Jim Meyering  <jim@meyering.net>
1811         * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
1812         Correct a comment (insert "not") and hide nominally-doubled "to".
1814 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
1816         * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
1817         section in the manual.
1819 2012-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1821         * rfc2047.el (rfc2047-encode-region): Allow not folding the encoded
1822         words.
1823         (rfc2047-encode-string): Ditto.
1824         (rfc2047-encode-parameter): Don't fold parameters.  Some MUAs do not
1825         understand folded filename="..." parameters, for instance.
1827         * nnimap.el (nnimap-wait-for-response): Include the imap server name in
1828         the message for greater debuggability.
1830 2012-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1832         * mm-view.el (mm-display-inline-fontify): Bind `font-lock-support-mode'
1833         instead of setting it locally, since the latter doesn't seem to have
1834         any effect (most of the time).
1836 2012-01-27  Elias Pipping  <pipping@lavabit.com>  (tiny change)
1838         * shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
1839         function call.
1841 2012-01-27  Gábor Vida  <vidagabor@gmail.com>  (tiny change)
1843         * gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
1844         seconds, and make the repeat clause with HH:MM specs work as
1845         documented.
1847 2012-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1849         * gnus-start.el (gnus-get-unread-articles): Clear out "early" methods
1850         so that previous errors don't prohibit getting new news.
1852         * nnimap.el (nnimap-retrieve-group-data-early): Ditto.
1854         * nntp.el (nntp-retrieve-group-data-early): Ditto.
1856 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1858         * gnus-sum.el (gnus-summary-mode): Don't make bidi-paragraph-direction
1859         bound globally in old Emacsen and XEmacsen.
1861 2012-01-26  Nick Alcock  <nick.alcock@oracle.com>  (tiny change)
1863         * gnus.el (gnus-group-find-parameter): Check for liveness of the
1864         buffer, not of the string which is its name.
1866 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1868         * gnus-sum.el (gnus-summary-move-article): Don't propagate marks to
1869         non-server-marks groups.
1870         (gnus-group-make-articles-read): Ditto.
1872         * gnus-srvr.el (gnus-server-prepare): Use it to avoid showing ephemeral
1873         methods (bug#9676).
1875         * gnus.el (gnus-method-ephemeral-p): New function.
1877 2012-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1879         * gnus-sum.el (gnus-summary-mode): Force paragraph direction to be
1880         left-to-right.
1882 2012-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1884         * nnimap.el (nnir-search-thread): Autoload to avoid a compilation
1885         warning.
1887 2012-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1889         * gnus-sum.el (gnus-summary-line-format-alist): Don't try to
1890         macroexpand the nnir things, since they haven't been defined yet, and
1891         nnir requires gnus-sum.
1893 2012-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1895         * mm-decode.el (mm-interactively-view-part): Fix prompt.
1897 2012-01-10  Teodor Zlatanov  <tzz@lifelogs.com>
1899         * nntp.el (nntp-send-authinfo): Query `auth-source-search' with the
1900         logical server name in addition to the actual machine address.
1902         * auth-source.el (auth-source-user-and-password): Add convenience
1903         wrapper to search by just host and optionally user.
1905 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1907         * shr.el (shr-visit-file): Move point to the beginning of the buffer
1908         after rendering.
1910 2012-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1912         * gnus-sum.el (gnus-summary-read-group): Document more parameters
1913         (bug#9693).
1914         (gnus-summary-setup-buffer): Document return value (bug#9697).
1916         * mm-decode.el (mm-interactively-view-part): Use `completing-read',
1917         since ido doesn't work on symbols (bug#9632).
1919         * gnus.el (gnus-group-fast-parameter): Use the same precedence rules
1920         when getting a single value as when getting all the values.  This means
1921         that atoms like `gcc-self' work cumulatively, like variable settings,
1922         instead of getting the value from the last matching clause.
1923         (gnus-group-find-parameter): Protect against the group buffer not
1924         existing (bug#9585).
1926 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1928         * gnus-start.el (gnus-activate-group): Document more parameters
1929         (bug#9694).
1931         * gnus-group.el (gnus-group-read-ephemeral-group): Doc clarification
1932         (bug#9692).
1934         * gnus-agent.el (gnus-agent-store-article): Tell the Agent when the
1935         article was fetched, so that it can be expired later (bug#9958).
1936         (gnus-agent-summary-fetch-series): Add doc string.
1937         (gnus-agent-summary-fetch-group): Don't remove tick and dormant marks
1938         (bug#9517).
1940         * nntp.el (nntp-retrieve-groups): Refuse to do retrieval when an async
1941         retrieval is happening.
1943         * gnus.el (gnus-parameters): Doc fix.
1945 2012-01-06  Dave Abrahams  <dave@boostpro.com>
1947         * gnus-sum.el (gnus-summary-refer-thread): If the subtree is hidden,
1948         show the thread after expansion.
1950 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1952         * gnus-art.el (article-narrow-to-head): If the head is completely
1953         empty, narrow to the empty region (bug#9764).
1955         * gnus-sum.el (gnus-summary-mark-article-as-unread): Mark articles as
1956         read, and then mark them as unread only when the unread mark is used.
1957         This makes `C-- T k' actually work, even though it's confusing.
1959         * gnus-win.el (gnus-all-windows-visible-p): Ensure that the buffer is
1960         alive before we try to find its window.
1962 2012-01-06  Brian Sniffen  <bsniffen@akamai.com>  (tiny change)
1964         * mm-decode.el (mm-display-external): Use a longer timeout for the
1965         deletion to allow slow programs to display the file.
1967 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1969         * gnus-art.el (gnus-article-browse-delete-temp-files): Fix up the
1970         prompt to be less confusing.
1972         * gnus-msg.el (gnus-summary-reply): Do not give a `switch-to-buffer'
1973         argument to `message-reply'.  This broke `special-display-*' frame
1974         pop-uping (bug#10238).
1976 2012-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978         * starttls.el (starttls-available-p): Return nil on Windows/MS-DOS
1979         systems, since these allegedly don't work there.
1981 2012-01-04  Chris Gray  <chrismgray@gmail.com>  (tiny change)
1983         * mm-decode.el (mm-shr): Check that `gnus-summary-buffer' really is a
1984         live buffer.
1986 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1988         * nnir.el (nnir-retrieve-headers): Protect against the article not
1989         existing on the server (bug#10335).
1991 2012-01-04  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
1993         * gnus-agent.el (gnus-agent-load-local):
1994         Recompute gnus-agent-article-local on changing method.
1996 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * gnus.el (gnus-parameters): Note precedence.
2000 2012-01-04  Leo Liu  <sdl.web@gmail.com>
2002         * nndraft.el (nndraft-update-unread-articles): Don't move point around
2003         in the group buffer.
2005 2012-01-04  Julien Danjou  <julien@danjou.info>
2007         * nnimap.el (nnimap-update-info): Fix an error when all articles UIDs
2008         change.
2010 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2012         * shr.el (shr-rescale-image): Add :ascent 100 to the rescaled picture,
2013         too.
2015         * nntp.el (nntp-retrieve-group-data-early): Use it.
2017 2012-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019         * nntp.el (nntp-retrieval-in-progress): New variable.
2020         (nntp-make-process-buffer): Make it buffer-local.
2022         * gnus-demon.el (gnus-demon-time-to-step): Resurrect function lost in
2023         2010.
2024         (gnus-demon-init): Use it to compute the time if time is on the form
2025         "04:23".
2027         * gnus-topic.el (gnus-topic-history): Define `gnus-topic-history'.
2029         * nnimap.el (nnimap-finish-retrieve-group-infos): Check the connection
2030         status in the correct buffer.
2032 2012-01-03  Leo Liu  <sdl.web@gmail.com>
2034         * gnus-topic.el (gnus-topic-goto-next-group): Don't move point around
2035         when opening topics (bug#10407).
2037 2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2039         * mm-view.el (mm-display-inline-fontify): Add comment.
2041 2011-12-15  Juri Linkov  <juri@jurta.org>
2043         * mm-decode.el (mm-inline-media-tests): Add missing
2044         `mm-handle-media-subtype'.
2046 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
2048         * message.el (message-valid-fqdn-regexp): Update with newly approved
2049         top-level domain names ".tel" and ".asia".
2051 2011-12-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2053         * gnus-sum.el (gnus-summary-show-article): Don't load shr
2054         unconditionally.
2056 2011-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2058         * message.el (message-pop-to-buffer): Use pop-to-buffer instead of
2059         pop-to-buffer-same-window for old Emacsen.
2061 2011-12-04  Chong Yidong  <cyd@gnu.org>
2063         * message.el (message-pop-to-buffer): Partially revert 2011-11-30
2064         change (Bug#10200).
2066 2011-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2068         * compface.el (uncompface):
2069         * gnus-art.el (gnus-article-x-face-command): Update the header format
2070         of icon data for the most recent icontopbm program.
2072 2011-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2074         * gnus-msg.el (gnus-inews-do-gcc):
2075         * message.el (message-send-mail):
2076         * mml.el (mml-generate-mime): Share the value of the buffer-local
2077         `message-options' variable between a draft buffer and temprary working
2078         buffers.
2080 2011-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
2082         * message.el (message-pop-to-buffer): Revert 2011-09-11 change.
2084 2011-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2086         * gnus-art.el (gnus-article-browse-html-parts): Convert link file names
2087         for Cygwin.
2089 2011-11-24  Glenn Morris  <rgm@gnu.org>
2091         * starttls.el: Fix case of "GnuTLS".
2093 2011-11-24  Juanma Barranquero  <lekktu@gmail.com>
2095         * gnus-group.el (gnus-group-highlight): Fix typo.
2097 2011-11-24  Adam W  <adam_w67@yahoo.com>  (tiny change)
2099         * mail-source.el (mail-source-fetch-maildir): Don't expect the return
2100         value of `delete-file', that returns nil for a local file but returns t
2101         for a remote file using ssh.
2103 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2105         * shr.el (shr-table-horizontal-line): Use "?\s" instead of "? " to
2106         avoid later breakage.
2108 2011-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * gnus-art.el (gnus-article-setup-buffer): Decode group name used for
2111         article buffers' name.
2113 2011-11-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2115         * shr.el (shr-table-horizontal-line): Revert infinite loops introduced
2116         by Paul Eggert's spellfixes two days ago.
2118 2011-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2120         * mm-view.el (mm-display-inline-fontify): Make the font-lock variables
2121         buffer-local instead of binding them to avoid warnings.  Also demote
2122         errors (bug#10063).
2123         (font-lock-mode-hook): Shut up byte compiler.
2125 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
2127         * mm-util.el (mm-charset-after): Fix typo.
2129 2011-11-16  Juanma Barranquero  <lekktu@gmail.com>
2131         * gnus-sum.el (gnus-summary-make-menu-bar):
2132         * gnus-uu.el (gnus-uu-decode-postscript)
2133         (gnus-uu-decode-postscript-and-save):
2134         * mailcap.el (mailcap-print-command):
2135         * registry.el (registry-lookup, registry-lookup-breaks-before-lexbind):
2136         Fix typos.
2138 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
2140         * gnus-art.el (gnus-article-part-wrapper):
2141         * shr-color.el (shr-color-visible-distance-min)
2142         (shr-color-relative-to-absolute, set-minimum-interval)
2143         (shr-color-visible): Fix typos.
2145 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147         * gnus-sum.el (gnus-articles-to-read): Change wording in prompt to be
2148         slightly clearer.
2150 2011-11-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152         * message.el (message-send-and-exit): Document `arg'.
2154 2011-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
2156         * nnimap.el (nnimap-open-connection-1): Use tcp-keealive if possible.
2158 2011-11-02  Teodor Zlatanov  <tzz@lifelogs.com>
2160         * gnus-util.el (gnus-bound-and-true-p): Another comment to explain why
2161         we don't use `bound-and-true-p'.
2163 2011-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
2165         * gnus-util.el (gnus-bound-and-true-p): Remove.
2166         (gnus-bound-and-true-dumber-p): Rename to `gnus-bound-and-true-p'.
2167         * nnir.el: Use it.
2168         * nnmairix.el: Use it.
2170 2011-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
2172         * gnus-util.el (gnus-bound-and-true-dumber-p): Define new, slower, dumb
2173         function because `gnus-bound-and-true-p' doesn't work well in XEmacs
2174         for reasons unknown.
2175         * nnir.el: Use it.
2176         * nnmairix.el: Use it.
2178         * nnregistry.el: Remove unnecessary `gnus-registry-enabled' defvar.
2179         * nnir.el: Ditto.
2180         * nnmairix.el: Ditto.
2182         * gnus-registry.el (gnus-registry-enabled): Default to nil.
2184 2011-10-26  Stefan Monnier  <monnier@iro.umontreal.ca>
2186         * message.el (message-completion-function): Make sure
2187         message-tab-body-function is not attempted if one of
2188         message-completion-alist fails to find a completion (bug#9158).
2190 2011-10-26  Daiki Ueno  <ueno@unixuser.org>
2192         * mml.el (mml-quote-region): Quote <#secure> tag.
2193         (mml-generate-mime-1): Unquote <#secure> tag.
2195 2011-10-20  Chong Yidong  <cyd@gnu.org>
2197         * gnus-cite.el (gnus-message-citation-mode): Doc fix (in Emacs 24,
2198         calling a minor mode from Lisp with nil arg enables it, so we have to
2199         make the wording a bit ambiguous here).
2201 2011-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
2203         * gnus-util.el (gnus-bound-and-true-p): Macro for XEmacs compatibility.
2204         * nnir.el (nnir-mode): Use it.
2205         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2206         Use it.
2208         * nnir.el (gnus-registry-enabled): Defvar to keep the compiler happy.
2209         * nnmairix.el (gnus-registry-enabled): Ditto.
2211 2011-10-17  Dave Abrahams  <dave@boostpro.com>
2213         * gnus-registry.el (gnus-registry-enabled): Add new variable (bug#9691).
2214         (gnus-registry-install-shortcuts): Set `gnus-registry-install' to 'ask
2215         only while we need to find out if it should be t or nil.
2216         (gnus-registry-initialize): Don't set `gnus-registry-install' to t.
2217         (gnus-registry-install-hooks): Set `gnus-registry-enabled' to t when
2218         the registry is installed.  Set it to nil when it's unloaded.
2219         (gnus-registry-install-p): Provide user guidance for the initial value
2220         of `gnus-registry-install' when it's 'ask, otherwise return its value.
2221         * nnregistry.el (nnregistry-open-server, nnregistry-server-opened):
2222         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2223         * nnmairix.el (nnmairix-determine-original-group-from-registry):
2224         Use `gnus-registry-enabled' instead of `gnus-registry-install'.
2225         * nnir.el (nnir-mode): Use `gnus-registry-enabled' instead of
2226         `gnus-registry-install'.
2228 2011-10-17  Daiki Ueno  <ueno@unixuser.org>
2230         * mml2015.el (mml2015-epg-find-usable-key): Add comment about the
2231         previous change.
2232         * mml1991.el (mml1991-epg-find-usable-key): Skip the whole key if the
2233         primary key is marked as disabled.
2235 2011-10-17  Christian von Roques  <roques@mti.ag>  (tiny change)
2237         * mml2015.el (mml2015-epg-find-usable-key): Skip the whole key if the
2238         primary key is marked as disabled.
2240 2011-10-11  Andreas Schwab  <schwab@linux-m68k.org>
2242         * html2text.el (html2text-clean-anchor): Check for quotes around
2243         `href' value.
2245 2011-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2247         * spam.el (spam-check-BBDB): Simplify and support BBDB 3.x when
2248         searching.  Drop `bbdb-cache'.
2250 2011-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2252         * message.el (message-signed-or-encrypted-p): Exclude header when
2253         checking if there is signed or encrypted body in text/plain message.
2255 2011-10-09  Andreas Schwab  <schwab@linux-m68k.org>
2257         * html2text.el (html2text-get-attr): Correctly handle attribute values
2258         containing "=".
2260 2011-09-22  Kan-Ru Chen  <kanru@kanru.info>
2262         * ecomplete.el (ecomplete-display-matches): Use a local keymap to
2263         handle bindings.
2265 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2267         * gnus-win.el (gnus-configure-windows): Protect against reading
2268         ephemeral groups outside of Gnus.
2270 2011-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2272         * shr.el (shr-tag-img): Don't get images displayed in tables.
2274 2011-10-03  Glenn Morris  <rgm@gnu.org>
2276         * gnus-group.el (gnus-bug-group-download-format-alist): Once again get
2277         the "maintainer" version of debbugs.gnu.org reports.
2279 2011-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281         * shr.el (shr-tag-img): Add a space at the end of an ALT image text to
2282         make asynchronous adjacent image insertion work better.
2284 2011-09-27  Daiki Ueno  <ueno@unixuser.org>
2286         * plstore.el (plstore-select-keys, plstore-encrypt-to):
2287         Clarify documentation.
2289 2011-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291         * gnus-uu.el (gnus-uu-grab-articles): Require gnus-async so that
2292         `gnus-asynchronous' isn't shadowed.
2294 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2296         * nnimap.el (nnimap-wait-for-response): Message less (bug#9540).
2297         (nnimap-insert-partial-structure): The charset parameter isn't
2298         case-sensitive.
2300         * nnheader.el (nnheader-message-maybe): New function.
2302         * shr.el (shr-tag-table): Render totally broken tables better.
2304         * mml.el (mml-generate-mime-1): Don't alter the contents if we're
2305         computing the boundary.
2307 2011-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309         * pop3.el (pop3-number-of-responses): Remove.
2310         (pop3-wait-for-messages): Rewrite to take linear time instead of
2311         exponential time.
2313 2011-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2315         * gnus-sum.el (gnus-summary-show-article): Bind `shr-ignore-cache' to
2316         re-fetch images.
2318         * shr.el (shr-tag-img): Support a new variable `shr-ignore-cache' to
2319         re-fetch images when hitting `g' in Gnus.
2321 2011-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2323         * mml.el (mml-inhibit-compute-boundary): New internal variable.
2324         (mml-compute-boundary): Don't check collision if it is non-nil.
2325         (mml-compute-boundary-1): Use mml-generate-mime-1 to encode part
2326         before checking collision.
2328 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2330         * message.el (message-indent-citation): Really make sure there's a
2331         newline at the end.
2333         * nnimap.el (nnimap-parse-flags): Make regexp less prone to overflows.
2334         Fix suggested by John Wiegley.
2336         * pop3.el (pop3-open-server): Fix +OK end-of-command regexp.
2338         * gnus-art.el (gnus-treat-hide-citation): Add doc.
2340         * message.el (message-default-send-rename-function): Break out into its
2341         own function.
2343         * ecomplete.el (ecomplete-display-matches): Revert patch since it
2344         doesn't work under XEmacs.
2346         * nnimap.el (nnimap-map-port): New function to connect to 993 instead
2347         of "imaps" to word around Windows problems.
2348         (nnimap-open-connection-1): Use it.
2350         * message.el (message-indent-citation): Revert last change which made
2351         `F' not work.
2353 2011-09-13  Kan-Ru Chen  <kanru@kanru.info>
2355         * ecomplete.el (ecomplete-display-matches): Intercept key sequence from
2356         terminal as well.
2358 2011-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2360         * mm-view.el (mm-display-inline-fontify): Don't run doc-view-mode
2361         because it displays images using overlays that aren't easy to copy to
2362         the article buffer.
2364 2011-09-20  Łukasz Stelmach  <lukasz.stelmach@iem.pw.edu.pl>  (tiny change)
2366         * message.el (message-indent-citation): Fix empty line removal at the
2367         end of the citation.
2369 2011-09-20  Julien Danjou  <julien@danjou.info>
2371         * auth-source.el (auth-source-netrc-create): Use default value for
2372         password if specified.  Evaluate default.
2373         (auth-source-plstore-create): Ditto.
2374         (auth-source-plstore-create, auth-source-netrc-create): Fix default
2375         value evaluation.
2376         (auth-source-netrc-create): Typo fix.
2377         (auth-source-plstore-create): Ditto.
2379         * auth-source.el (auth-source-format-cache-entry): New function.
2381 2011-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2383         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
2385 2011-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387         * mm-decode.el (mm-inline-media-tests): Fix typo in regexp.
2389 2011-09-19  Julien Danjou  <julien@danjou.info>
2391         * auth-source.el (auth-source-netrc-parse): Use an obfuscation method
2392         which work with things that are not ASCII.
2394 2011-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2396         * mm-decode.el (mm-inline-media-tests): Support imagemagick images.
2398 2011-09-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2400         * gnus-sum.el (gnus-summary-read-group-1): Bump the "Retrieving"
2401         message level.
2403 2011-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2405         * message.el (message-read-from-minibuffer): Make abbrev expansion work.
2407 2011-09-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2409         * gnus.el (gnus-interactive-exit): Update defcustom spec.
2411 2011-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
2413         * gnus.el (gnus-nntp-server): Move to gnus-int.el to silence bytecomp.
2414         * gnus-int.el (gnus-nntp-server): Move from gnus.el.
2416 2011-09-12  Andrew Cohen  <cohen@andy.bu.edu>
2418         * gnus-group.el (gnus-group-list-limit-map, gnus-group-list-flush-map)
2419         (gnus-group-list-plus-map): Allow limiting, flushing and plusing ticked
2420         articles.
2422 2011-09-11  Chong Yidong  <cyd@stupidchicken.com>
2424         * message.el (message-pop-to-buffer): Default to switch-to-buffer.
2425         (message-mail-other-window, message-mail-other-frame)
2426         (message-news-other-window, message-news-other-frame):
2427         Use switch-to-buffer-other-frame and switch-to-buffer-other-window
2428         instead of setting buffer display variables.
2430 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432         * gnus-group.el (gnus-group-list-limit): Explain what the command does.
2434         * gnus-sum.el (gnus-fetch-headers): Bump message level.
2436 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2438         * gnus-dup.el (gnus-dup-suppress-articles): Move "Suppressing
2439         duplicates" to a higher level.
2441         * gnus-util.el (gnus-verbose): Lower default to 6 to get rid of the
2442         most egregious messages.
2444 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2446         * gnus-msg.el (gnus-summary-mail-forward): Minuscule doc fix.
2448 2011-09-10  Tetsuo Tsukamoto  <tt.tetsuo.tsukamoto@gmail.com>  (tiny change)
2450         * nnrss.el (nnrss-retrieve-groups): Decode the charset before looking
2451         up the file (bug#9351).
2453 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455         * nnimap.el: Redo the charset handling.  Let Gnus encode the names, as
2456         it does with all other backends, but decode the names immediately after
2457         getting them.
2459         * gnus-group.el (gnus-group-name-charset): Always return `utf-7' when
2460         decoding nnimap groups.
2462         * gnus.el (gnus-variable-list): Don't save `gnus-format-specs' in the
2463         newsrc file.  It doesn't seem like an important optimization any more.
2465 2011-09-10  Dave Abrahams  <dave@boostpro.com>
2467         * nnimap.el (nnimap-transform-headers): Fix regexp to be less prone to
2468         overflows.
2470 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472         * gnus.el (gnus-article-mark-lists): Remove `recent'.
2473         (gnus-interactive-exit): Extend to `quiet'.
2475         * gnus-sum.el (gnus-offer-save-summaries): Use it.
2477         * gnus-art.el (gnus-treat-hide-citation-maybe): Add more doc to the
2478         string.
2480         * plstore.el (plstore--get-buffer): Silence compiler warnings by
2481         renaming function arguments from `this'.
2483         * gnus-sum.el (gnus-newsgroup-recent): Remove.
2485         * gnus-spec.el (gnus-lrm-string-p): `bidi-string-mark-left-to-right'
2486         has been renamed.
2487         (gnus-lrm-string-p): Include RLM and PDF, too.
2489         * gnus-int.el (gnus-open-server): Make the "denied" message clearer
2490         (bug#9225).
2492 2011-09-10  Eli Zaretskii  <eliz@gnu.org>
2494         Add autoload cookies for functions used by sendmail.el.
2495         * mm-encode.el (mm-default-file-encoding): Add autoload cookie.
2497         * mml.el (mml-to-mime, mml-attach-file): Add autoload cookies.
2499 2011-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2501         * gnus-art.el (article-date-ut): Work properly even when there are
2502         things like Date header in the body; work for forwarded parts.
2504 2011-09-05  Andrew Cohen  <cohen@andy.bu.edu>
2506         * gnus-sum.el (gnus-summary-exit): Ensure we kill the proper
2507         original-article-buffer.
2509 2011-09-05  Kan-Ru Chen  <kanru@kanru.info>
2511         * nnir.el (nnir-compose-result): Fix matching of server type.
2512         (nnir-run-swish++): Ditto.
2513         (nnir-run-namazu): Ditto.
2514         (nnir-run-notmuch): Ditto.
2516 2011-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2518         * gnus.el (gnus-home-directory): Add warning about setting in .gnus.el
2519         (bug#9405).
2521         * gnus-score.el (gnus-summary-increase-score): Doc clarification
2522         (bug#9421).
2524         * gnus-spec.el (gnus-face-0): Make all the face specs into defcustoms
2525         (bug#9425).
2527         * gnus-art.el (gnus-treatment-function-alist): Remove CRs as the first
2528         thing (bug#9426).
2530 2011-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2532         * nnimap.el (nnimap-open-connection-1): Use the correct port number in
2533         the error message.
2535 2011-09-02  Eli Zaretskii  <eliz@gnu.org>
2537         * message.el (message-setup-1): Return t (Bug#9392).
2539 2011-09-01  Andrew Cohen  <cohen@andy.bu.edu>
2541         * gnus-sum.el: When adding article headers to a summary buffer also
2542         update gnus-newsgroup-articles (bug#9386).
2544 2011-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2546         * auth-source.el: Autoload help-mode.
2548 2011-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2550         * gnus-group.el (gnus-group-name-charset): Don't bug out on server
2551         names.
2553 2011-08-27  Daiki Ueno  <ueno@unixuser.org>
2555         * mml-smime.el (mml-smime-epg-verify): Don't use the 4th arg of
2556         mm-replace-in-string for compatibility issues.
2557         * mml2015.el (mml2015-epg-verify): Ditto.
2559 2011-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2561         * mailcap.el (mailcap-mime-data): Regexp-quote MIME subtype.
2563         * gnus-msg.el (gnus-setup-message): Remove extra apostrophe.
2565 2011-08-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2567         * nnmail.el (nnmail-get-new-mail-1): If one mail source bugs out,
2568         continue on and do the clean-up phase (bug#9188).
2570         * gnus-sum.el (gnus-summary-expire-articles): When expiring articles,
2571         just ignore groups that can't be opened instead of erroring out
2572         (bug#9225).
2574         * gnus-art.el (gnus-article-update-date-headers): Flip the default to
2575         nil since some many people are fuddy-duddies.
2577         * gnus-html.el (gnus-html-image-fetched): Don't cache zero-length
2578         images.
2580         * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source
2581         instead.
2583         * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here.
2585         * gnus-util.el (gnus-process-live-p): Copy over compat function.
2587         * pop3.el (pop3-wait-for-messages): If the pop3 process dies, stop
2588         processing.
2590         * nntp.el (nntp-kill-buffer): Kill the process before killing the
2591         buffer to avoid warnings.
2593 2011-08-20  Simon Josefsson  <simon@josefsson.org>
2595         * gnus-agent.el (gnus-agent-expire-done-message): Use %.f as format
2596         specified to reduce precision.
2598 2011-08-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600         * nnimap.el (nnimap-transform-headers): Protect against (NIL ...)
2601         bodystructures (bug#9314).
2603 2011-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2605         * gnus-art.el (gnus-insert-mime-button, gnus-mime-display-alternative):
2606         Make button keymap non-sticky after buttons.
2608 2011-08-18  David Engster  <dengste@eml.cc>
2610         * nnmairix.el (nnmairix-request-set-mark)
2611         (nnmairix-goto-original-article): Remove adding of article to registry,
2612         since `gnus-registry-add-group' isn't available anymore.
2613         (nnmairix-determine-original-group-from-registry):
2614         Use `gnus-registry-get-id-key' since `gnus-registry-fetch-groups' isn't
2615         available anymore.
2617 2011-08-12  Simon Josefsson  <simon@josefsson.org>
2619         * starttls.el (starttls-any-program-available): Define as obsolete
2620         function.
2622 2011-08-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2624         * gnus-util.el (gnus-y-or-n-p): Reinstate the message-clearing y-or-n-p
2625         versions which Gnus use when appropriate.
2627         * gnus-group.el (gnus-group-clear-data): Add a y-or-n query, since it's
2628         a pretty destructive command.
2630         * nnmail.el (nnmail-extra-headers): Clarify slightly (bug#9302).
2632 2011-08-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2634         * message.el (message-fix-before-sending): Make a different warning
2635         about NUL characters (bug#9270).
2637         * gnus-sum.el (gnus-auto-select-subject): Allow specifying a function
2638         from custom (bug#9260).
2640         * gnus-spec.el (gnus-lrm-string): Use 8206 instead of ?\x200e to make
2641         things work in Emacs 22 and XEmacs, too.
2643         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): LRM-ify the
2644         default From.
2646         * gnus-spec.el (gnus-lrm-string-p): New macro.
2647         (gnus-lrm-string): New constant.
2648         (gnus-summary-line-format-spec): LRM-ify the from.
2649         (gnus-tilde-max-form): LRM-ify string chopping.
2651         * gnus-ems.el (gnus-string-mark-left-to-right): New function.
2653         * message.el (message-is-yours-p): Allow disabling canlock checking
2654         (bug#9295).
2655         (message-shoot-gnksa-feet): Add `canlock-verify'.
2656         (message-auto-save-directory): Use ~/ as the auto-save directory if the
2657         message directory isn't writable (bug#9304).
2659         * auth-source.el (auth-source-netrc-saver): Make the .authinfo file
2660         non-world-readable.
2662 2011-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2664         * nndraft.el (nndraft-update-unread-articles): Don't send delayed
2665         articles.
2667 2011-08-13  Andreas Schwab  <schwab@linux-m68k.org>
2669         * gnus-score.el (gnus-all-score-files): Use copy-sequence instead of
2670         copy-list.
2672 2011-08-12  Sam Steingold  <sds@gnu.org>
2674         * gnus-score.el (gnus-score-find-alist): Keep the score files already
2675         in the reverse order to avoid modifying the cache with `nreverse'.
2676         (gnus-all-score-files): Do not modify the value returned by
2677         `gnus-score-find-alist' because it lives in a cache variable.
2678         (gnus-current-home-score-file): No need to `nreverse' the return value
2679         of `gnus-score-find-alist', it is already in the correct order.
2681 2011-08-11  Andrew Cohen  <cohen@andy.bu.edu>
2683         * nnimap.el (nnimap-transform-headers): BODYSTRUCTURE for messages of
2684         type MESSAGE and subtype RFC822 is slightly different from those of
2685         type TEXT.
2687 2011-08-05  Andrew Cohen  <cohen@andy.bu.edu>
2689         * gnus-sum.el (gnus-summary-refer-article): Warp to article.
2690         This allows article-referral to work from an nnir group.
2692 2011-08-04  Andrew Cohen  <cohen@andy.bu.edu>
2694         * gnus.el (registry-ignore): Add nnir groups to the ignore-list.
2696 2011-08-04  Daiki Ueno  <ueno@unixuser.org>
2698         * mml1991.el (mml1991-epg-find-usable-key)
2699         (mml1991-epg-find-usable-secret-key): New function.
2700         (mml1991-epg-sign): Check if signing key is usable.
2701         (mml1991-epg-encrypt): Check if encrypting key is usable (bug#8955).
2703 2011-08-03  Andrew Cohen  <cohen@andy.bu.edu>
2705         * nnir.el (nnir-read-server-parm): Add an argument to restrict to
2706         server-variables only.  This should fix a bug introduced with commit
2707         e1889675b7f4adf057833c5513c9374134c4e053.
2708         (nnir-run-query): 'nnir-search-engine should not be set from the global
2709         environment.
2711 2011-08-02  Andrew Cohen  <cohen@andy.bu.edu>
2713         * nnir.el (nnir-search-thread): Position point on referring article
2714         line.
2715         (nnir-warp-to-article): Clean up summary buffers.
2717         * nnimap.el (nnimap-request-thread): Whitespace fix.
2719 2011-08-02  Steve Purcell  <steve@sanityinc.com>  (tiny change)
2721         * nnimap.el (nnimap-get-groups): Decode "&" correctly.
2723 2011-08-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2725         * starttls.el (starttls-available-p): Rename from
2726         `starttls-any-program-available' and changed return convention.
2728 2011-07-31  Lars Ingebrigtsen  <larsi@gnus.org>
2730         * nnmaildir.el (nnmaildir-request-accept-article): Don't call
2731         `unix-sync' unless it's defined.
2733 2011-07-31  Marcus Harnisch  <marcus.harnisch@gmx.net>  (tiny change)
2735         * gnus-art.el (gnus-article-stop-animations): Use `elt' instead of
2736         `aref' for XEmacs compatibiltiy.
2738 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740         * spam.el (spam-fetch-field-fast): Rewrite slightly for clarity.
2742 2011-07-31  Dave Abrahams  <dave@boostpro.com>
2744         * gnus-sum.el (gnus-summary-refer-thread): Since lambdas aren't
2745         closures, quote the form properly (bug#9194).
2747 2011-07-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749         * gnus-sum.el (gnus-summary-insert-new-articles): Clean up slightly.
2750         (gnus-summary-insert-new-articles): Protect against servers that are
2751         down.
2753 2011-07-29  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2755         * mm-decode.el (mm-dissect-buffer): Add a default content-disposition
2756         in mm handle if none is specified.
2758 2011-07-24  Andrew Cohen  <cohen@andy.bu.edu>
2760         * nnimap.el (nnimap-make-thread-query): Quote message-ids for gmail.
2762 2011-07-23  Andrew Cohen  <cohen@andy.bu.edu>
2764         * nnir.el (nnir-search-thread): New function to make an nnir group
2765         based on a thread query.
2767         * gnus-sum.el (gnus-refer-thread-use-nnir): New variable to control use
2768         of nnir in thread referral.
2769         (gnus-summary-refer-thread): Use it.
2771         * nnimap.el (nnimap-request-thread): Use it.
2773 2011-07-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2775         * shr.el (shr-tag-comment): Ignore HTML comments.
2777 2011-07-20  Andrew Cohen  <cohen@andy.bu.edu>
2779         * nnir.el (gnus-group-make-nnir-group): Allow optional search query
2780         argument.
2781         (gnus-group-make-nnir-group, nnir-request-group, nnir-run-query):
2782         Use `nnir-address' to handle server info rather than passing an arg.
2784         * nnimap.el (nnimap-make-thread-query): New utility function to format
2785         an imap thread search query.
2786         (nnimap-request-thread): Use it.
2788         * gnus-sum.el (gnus-handle-ephemeral-exit): Ensure we are setting the
2789         right select-method if we are not going back to the group buffer.
2791 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793         * gnus-group.el (gnus-group-read-ephemeral-group): Make sure we don't
2794         enter invalid buffer configurations into the quit form (bug#9107).
2795         (gnus-group-tool-bar-gnome): Replace connect/disconnect with
2796         unplugged/plugged.
2798         * gnus-sum.el (gnus-summary-refer-thread): When inserting new headers,
2799         keep track of which ones are unread (bug#9061).
2801         * gnus.el (gnus-refer-article-method): Allow entering any sexp
2802         (bug#9055).
2804         * gnus-art.el (gnus-article-show-images): Allow working if using w3m
2805         (bug#9041).
2807         * gnus-html.el (mm-util): Require (bug#9073).
2809         * gnus-sum.el (gnus-delete-duplicate-headers): New function.
2810         (gnus-summary-refer-thread): Use it to remove duplicates in the
2811         un-threaded view (bug#9053).
2812         (gnus-summary-insert-subject): Document USE-OLD-HEADER (bug#9070).
2814 2011-07-07  Kan-Ru Chen  <kanru@kanru.info>
2816         * nnir.el (nnir-read-server-parm): Use default value from global
2817         variable.  Without this the default search engine parameters aren't
2818         used at all.
2820 2011-07-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2822         * message.el (message-unique-id): Don't use the undocumented return
2823         value from (random t) (bug#9118).
2825 2011-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2827         * message.el (message-auto-save-directory): If the ~/Mail directory
2828         doesn't exist, use ~ as the auto-save directory (bug#4432).
2830         * gnus-group.el (gnus-group-read-ephemeral-group): Start Gnus if it
2831         hasn't already been started.
2833 2011-07-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835         * gnus.el (debbugs-gnu): Rename from debbugs-emacs.
2837         * message.el (message-reply): Work around mysterious bug where
2838         `message-mode' seems to overwrite the locally bound `subject' variable.
2840 2011-07-14  Andrew Cohen  <cohen@andy.bu.edu>
2842         * nnimap.el (nnimap-request-thread): Ensure search is performed in
2843         correct group.
2845         * gnus-int.el (gnus-request-thread): Add group argument.
2847         * gnus-sum.el (gnus-summary-refer-thread): Use it.
2849 2011-07-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2851         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): `debbugs-*'
2852         renamed to `debbugs-gnu-*'.
2854 2011-07-08  Daiki Ueno  <ueno@unixuser.org>
2856         * plstore.el: Revert the editing feature since it is not urgent.
2857         (plstore-mode, plstore-mode-toggle-display, plstore-mode-original)
2858         (plstore-mode-decoded): Remove.
2860 2011-07-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862         * gnus-msg.el (gnus-bug): Don't insert user variables.  It usually
2863         isn't very interesting any more, and it leaks potentially secret data.
2864         (gnus-debug): Remove.
2866         * gnus-art.el (gnus-ignored-headers): Remove obsolete and non-working
2867         use of :custom-show.
2869 2011-07-07  Daiki Ueno  <ueno@unixuser.org>
2871         * plstore.el: Add documentation.
2872         (plstore-mode): New mode to edit plstore file.
2873         (plstore-mode-toggle-display, plstore-mode-original)
2874         (plstore-mode-decoded): New command.
2875         (plstore--encode, plstore--decode, plstore--write-contents-functions)
2876         (plstore--insert-buffer, plstore--make): New function.
2877         (plstore-open, plstore-save): Simplify by using them.
2879 2011-07-06  Glenn Morris  <rgm@gnu.org>
2881         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Silence compiler.
2883 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2885         * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
2886         no longer is much used.
2887         (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
2888         Articles".
2890 2011-04-03  Kan-Ru Chen  <kanru@kanru.info>
2892         * nnir.el (nnir-notmuch-program, nnir-notmuch-additional-switches)
2893         (nnir-notmuch-remove-prefix, nnir-engines, nnir-run-notmuch): New nnir
2894         `notmuch' backend.
2896 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898         * mm-decode.el (mm-text-html-renderer): Doc fix.
2900         * gnus-msg.el (gnus-bug): Fix the MML tag.
2902         * pop3.el (pop3-open-server): -ERR is a valid response to CAPA.
2904 2011-07-05  Daiki Ueno  <ueno@unixuser.org>
2906         * gnus-start.el (gnus-get-unread-articles): Don't connect to the
2907         secondary methods if started with `gnus-no-server'.
2909 2011-07-05  Juanma Barranquero  <lekktu@gmail.com>
2911         * message.el (message-return-action): Fix typo in docstring.
2913 2011-07-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2915         * gnus-group.el (gnus-read-ephemeral-bug-group): Allow fetching several
2916         bug reports at once.
2918         * nnimap.el (nnimap-request-scan): Say that splitting has finished.
2920 2011-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2922         * nndraft.el: Require gnus-group.
2923         (nndraft-request-list): Declare.
2925         * nndraft.el (nndraft-update-unread-articles): Don't show group having
2926         no unread article unless it matches gnus-permanently-visible-groups.
2928         * nndraft.el (nndraft-update-unread-articles): New function.
2929         (nndraft-request-associate-buffer): Use it to update the number of
2930         unread articles for the nndraft groups in the group buffer when saving
2931         or killing a draft message.
2933 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935         * gnus-group.el (gnus-read-ephemeral-bug-group): Bind the coding
2936         systems to binary before writing and reading the mbox files.
2938         * gnus.el (gnus-summary-line-format): Link to the info node for %U
2939         instead of trying to list them all (bug#8978).
2941 2011-07-03  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
2943         * pop3.el (pop3-open-server): Use :end-of-capability.
2945 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2947         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Make sure that
2948         the id is always a number.
2950         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Hook into
2951         debbugs mode, if possible.
2953 2011-07-02  Daiki Ueno  <ueno@unixuser.org>
2955         * auth-source.el (auth-source-token-passphrase-callback-function):
2956         Reindent.
2957         (epg-context-operation): Remove unnecessary autoload.
2959 2011-07-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961         * gnus.el (gnus-list-debbugs): New command.
2963         * gnus-group.el (gnus-bug-group-download-format-alist): Get the
2964         mboxstat instead of the maintbox, since the stat seems to be fuller.
2966         * gnus-msg.el (gnus-configure-posting-styles): Don't try to select dead
2967         summary buffers.
2969         * message.el (message-get-reply-headers): Delete all duplicates,
2970         instead of the first.
2971         (message-get-reply-headers): Ensure that we have progress while
2972         deleting duplicates.
2974         * gnus-msg.el (gnus-configure-posting-styles): Get the local
2975         gnus-posting-style value from the summary buffer to make it easier to
2976         make that a per-buffer conf.
2978 2011-07-02  Andrew Cohen  <cohen@andy.bu.edu>
2980         * nnir.el (nnir-run-imap): Allow halting a search when an article is
2981         found by setting `shortcut' in 'query.
2982         (nnir-request-article): Use `shortcut' setting when requesting article
2983         by Message-ID.
2985 2011-07-02  Teodor Zlatanov  <tzz@lifelogs.com>
2987         * gnus-msg.el (gnus-bug): Give the Version and Package headers to
2988         debbugs with the X-Debbugs-Package and X-Debbugs-Version headers.
2989         Bring the pseudo-headers back too.
2991 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
2993         * auth-source.el (auth-source-token-passphrase-callback-function):
2994         Simplify and remove EPA dependency.
2996 2011-07-01  Andrew Cohen  <cohen@andy.bu.edu>
2998         * nnir.el (nnir-request-article): Fix error message text.
3000 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3002         * auth-source.el (plstore-delete): Autoload.
3003         (auth-source-plstore-search): Support delete operation.
3004         * plstore.el (plstore-delete): New function.
3006 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3008         * gnus-draft.el (gnus-draft-clear-marks): Revert last change;
3009         mark actually existing articles as unread rather than the ones that
3010         active asserts.
3012 2011-07-01  Paul Eggert  <eggert@cs.ucla.edu>
3014         * nntp.el (nntp-record-command):
3015         * gnus-util.el (gnus-message-with-timestamp-1):
3016         Use format-time-string rather than decoding time stamps by hand.
3017         This is simpler and insulates the code from potential changes to
3018         current-time format.
3020 2011-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3022         * gnus-draft.el (gnus-draft-clear-marks): Mark deleted articles as read.
3024 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3026         * plstore.el (plstore-select-keys, plstore-encrypt-to): New variable.
3027         (plstore-save): Support public key encryption.
3028         (plstore--init-from-buffer): New function.
3029         (plstore-open): Use it; fix error when opening a non-existent file.
3030         (plstore-revert): Use plstore--init-from-buffer.
3032 2011-07-01  Daiki Ueno  <ueno@unixuser.org>
3034         * auth-source.el (auth-source-backend): Fix :initarg for data slot.
3036 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3038         * mml2015.el (mml2015-use): Replace string-match-p with string-match
3039         for old Emacsen.
3041 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3043         * mml2015.el (mml2015-use): Don't try to load PGG on Emacs 24, when EPG
3044         is not fully working.
3046 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048         * gnus-group.el (gnus-read-ephemeral-emacs-bug-group): Take an optional
3049         quit window configuration.
3051         * auth-source.el (epg-context-set-passphrase-callback):
3052         Remove duplicate autoload.
3054 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3056         * nnir.el (nnir-request-article): Allow requesting articles by
3057         Message-ID with nnimap.
3059         * gnus-sum.el (gnus-refer-article-methods): Allow (nnir) entry to use
3060         current server.
3062 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3064         * auth-source.el: Autoload EPA/EPG functions.
3065         (auth-source-netrc-use-gpg-tokens): Clarify that it should not be
3066         changed when EPA/EPG is not available.
3067         (auth-source-backend): Rename "arg" member to "data".
3068         (auth-source-backend-parse, auth-source-plstore-search)
3069         (auth-source-plstore-create): Use it.
3071 2011-06-30  Andrew Cohen  <cohen@andy.bu.edu>
3073         * gnus-art.el (gnus-request-article-this-buffer): Use existing function
3074         `gnus-refer-article-methods'.
3076 2011-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
3078         * auth-source.el: Require EPA and EPG.
3079         (auth-source-passphrase-alist): New variable.
3080         (auth-source-passphrase-callback-function)
3081         (auth-source-token-passphrase-callback-function): Callbacks for the
3082         netrc field encryption (GPG tokens).
3083         (auth-source-epa-extract-gpg-token, auth-source-epa-make-gpg-token):
3084         Symmetric encryption and decryption of the netrc GPG tokens.
3085         (auth-source-netrc-normalize): Use them, simplifying the closure.
3087 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089         * nnimap.el (nnimap-split-incoming-mail): If `nnimap-split-fancy' is
3090         non-nil, and `nnimap-split-methods' is nil, use the former.
3092 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3094         * plstore.el (plstore-revert): New function.
3095         (plstore-open): Use it; hide the buffer from user.
3097 2011-06-30  Daiki Ueno  <ueno@unixuser.org>
3099         * auth-source.el (auth-source-backend): New member "arg".
3100         (auth-source-backend-parse): Handle new backend 'plstore.
3101         * plstore.el: New file.
3103 2011-06-30  Glenn Morris  <rgm@gnu.org>
3105         * gnus-fun.el (gnus-convert-image-to-x-face-command): Doc fix.
3107         * mm-util.el (mm-charset-synonym-alist): Move definition before use.
3109 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111         * nnimap.el (nnimap-process-expiry-targets): Say what target we're
3112         expiring articles to.
3114         * mm-util.el (mm-charset-to-coding-system): Recognize all ANSI.x3.4
3115         variations as ASCII (bug#5458).
3117 2011-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3119         * nnmh.el (nnmh-request-list-1): Work on MS Windows.
3121 2011-06-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123         * message.el (message-point-in-header-p): Tweak the function to default
3124         to saying that we're not in the headers if there is no separator at
3125         all.  This makes it possible to use the Message version of `M-q' in
3126         buffers with no headers (bug#7987).
3127         (message-point-in-header-p): Fix last checkin to work with an empty
3128         mail-header-separator, too.
3130         * auth-source.el (auth-source-netrc-saver): If the user says "don't ask
3131         again, save the choice via customize.
3133 2011-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3135         * message.el (message-send-mail-function): Add `sendmail-query-once'.
3137         * nnimap.el (nnimap-finish-retrieve-group-infos): If the server has
3138         ended the connection, bail out before waiting infinitely on a new
3139         connection.
3141 2011-06-28  Teodor Zlatanov  <tzz@lifelogs.com>
3143         * gnus-msg.el (gnus-bug): Add Package and Version pseudo-headers to bug
3144         reports.
3146         * gnus.el (gnus-bug-package): Use "gnus."
3147         (gnus-maintainer): Direct bug reports to submit@debbugs.gnu.org.
3149 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151         * gnus-art.el (gnus-article-stop-animations): New function to stop any
3152         animations going on at article exit time.
3154         * gnus-registry.el (gnus-registry-user-format-function-M): Reinstate,
3155         since removing it breaks people upgrading.
3157         * shr.el (shr-put-image): Use the new interface for animating images.
3158         (shr-put-image): Animate for 60 seconds.
3160         * auth-source.el (with-auth-source-epa-overrides): Fix compilation
3161         error with `find-file-hooks' on Emacs 22.
3162         (with-auth-source-epa-overrides): Ugly hack to Wrap the
3163         `find-file-hook' things in `symbol-value' to avoid compilation warnings
3164         on all architectures.
3166         * spam.el (spam-stat): Require in a normal fashion without binding
3167         `spam-stat-install-hooks' to avoid compilation warnings.
3169         * spam-stat.el (spam-stat-install-hooks): Remove.
3170         (spam-stat-install-hooks): Don't run automatically.
3172 2011-06-26  Timo Juhani Lindfors  <timo.lindfors@iki.fi>  (tiny change)
3174         * gnus-msg.el (gnus-summary-reply-to-list-with-original): New command
3175         and keystroke.
3177 2011-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3179         * auth-source.el (auth-source-netrc-cache): Move forward.
3181 2011-06-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183         * auth-source.el (auth-source-netrc-create): Don't query the bits that
3184         we already know.
3185         (auth-source-forget-all-cached): Clear auth-source-netrc-cache, too.
3186         (auth-source-netrc-create): Don't prompt for the stuff we already know.
3188 2011-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3190         * auth-source.el (auth-source-netrc-create): Don't print all tokens in
3191         %S format, since that looks odd.
3192         (auth-sources): Prefer the ~/.authinfo file over the ~/.authinfo.gpg
3193         file, especially when saving.
3195 2011-06-21  Andrew Cohen  <cohen@andy.bu.edu>
3197         * nnimap.el (nnimap-find-article-by-message-id): Return nil when no
3198         article found.
3200 2011-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
3202         * auth-source.el (auth-source-netrc-use-gpg-tokens): Replace
3203         `auth-source-save-secrets' with a more sensitive alist that can be
3204         configured per file.  Experimental, so defaults to 'never.
3205         (auth-source-netrc-create): Use it.  Still experimental code.
3206         (with-auth-source-epa-overrides): Use `find-file-hooks' if
3207         `find-file-hook' is unbound (XEmacs fix).  Fix backquoting bug.
3209 2011-06-16  Teodor Zlatanov  <tzz@lifelogs.com>
3211         * auth-source.el (auth-source-save-secrets): New variable to control if
3212         secret tokens should be saved encrypted.
3213         (auth-source-netrc-parse, auth-source-netrc-search): Pass the file name
3214         to `auth-source-netrc-normalize'.
3215         (with-auth-source-epa-overrides): Add convenience macro.  Don't depend
3216         on the EPA variables being defined.
3217         (auth-source-epa-make-gpg-token): Convert text to a "gpg:" token.
3218         (auth-source-netrc-normalize): Convert "gpg:" tokens back to text in
3219         the lexical-let closure.
3220         (auth-source-netrc-create): Create "gpg:" tokens according to
3221         `auth-source-save-secrets'.
3223 2011-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3225         * gnus-group.el (gnus-group-update-group): Add new argument
3226         `info-unchanged' that stops updating dribble buffer.
3228         * gnus-start.el (gnus-dribble-enter): Add new argument `regexp' that
3229         deletes lines matching to it in dribble buffer.
3231         * gnus-agent.el (gnus-agent-fetch-group-1):
3232         * gnus-group.el (gnus-group-update-group-line, gnus-group-make-group):
3233         * gnus-srvr.el (gnus-server-update-server, gnus-server-set-info):
3234         * gnus-start.el (gnus-group-change-level):
3235         * gnus-sum.el (gnus-summary-move-article): Delete old dribble entry.
3237         * gnus-sum.el (gnus-summary-update-info): Don't update dribble buffer
3238         if newsgroup info is not changed.
3240         * gnus-group.el (gnus-group-get-new-news-this-group):
3241         * gnus-sum.el (gnus-summary-read-group-1, gnus-summary-exit-no-update):
3242         Don't update dribble buffer.
3244 2011-06-01  Teodor Zlatanov  <tzz@lifelogs.com>
3246         * gnus-registry.el (gnus-registry-remove-ignored): New function to
3247         remove entries with groups we ignore.
3249 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251         * shr.el (shr-rescale-image): Add an :ascent of 100 to images so that
3252         the underline comes at the bottom.
3254 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
3256         * gnus-registry.el (gnus-registry-article-marks-to-chars): Rename from
3257         `gnus-registry-user-format-function-M' and declare the latter obsolete.
3258         (gnus-registry-article-marks-to-names): Rename from
3259         `gnus-registry-user-format-function-M2'.
3261 2011-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3263         * gnus-sum.el (gnus-summary-exit): Make sure to kill article buffer in
3264         ephemeral group.
3266 2011-05-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3268         * shr.el (shr-browse-image): Copy the URL if called interactively.
3270 2011-05-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272         * gnus-group.el (gnus-group-mark-article-read): It's possible that we
3273         want to have `gnus-newsgroup-unselected' kept sorted.  If this isn't
3274         done, then unselected articles may be marked as read.
3276         * pop3.el (pop3-open-server): Erase the buffer after the greeting,
3277         since not doing this seems to lead to a race condition in pop3-logon.
3279         * nnvirtual.el (nnvirtual-request-article): Bind `gnus-command-method'
3280         so that the call chain it correct when we call "upwards".
3282         * gnus-sum.el (gnus-select-newsgroup): Auto-expiry doesn't make sense
3283         in read-only groups.
3285         * gnus-group.el (gnus-group-mark-article-read): Ditto.
3287         * message.el (message-cite-reply-position): Doc string fix.
3289         * nnimap.el (nnimap-transform-headers): Simplify regexp to hopefully
3290         avoid regexp overflow.
3291         (nnimap-transform-split-mail): Ditto.
3293         * pop3.el (pop3-retr): Error out if the server closes the connection.
3295 2011-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
3297         * mml1991.el (mml1991-mailcrypt-encrypt): Remove use of ill-designed
3298         mm-with-unibyte-current-buffer.  The buffer should not contain any
3299         multibyte chars anyway at this stage.
3301 2011-05-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3303         * shr.el (shr-urlify): Use shr-add-font to make underlines be less ugly
3304         at the end of lines.
3306 2011-05-29  Julien Danjou  <julien@danjou.info>
3308         * smiley.el (gnus-smiley-file-types): Add gif as supported file type.
3310 2011-05-27  Glenn Morris  <rgm@gnu.org>
3312         * gnus-group.el (gnus-bug-group-download-format-alist):
3313         Use the "maintainer" version of debian reports as well.
3315 2011-05-26  Glenn Morris  <rgm@gnu.org>
3317         * gnus-group.el (gnus-bug-group-download-format-alist):
3318         Use the "maintainer" version of debbugs.gnu.org reports.
3320 2011-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3322         * gnus-art.el (gnus-mime-delete-part): Fix mm-handle-filename usage.
3324 2011-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
3326         * gnus-sum.el (gnus-summary-hide-thread): Fix bug where moving to hide
3327         the thread moves us backwards and so we loop forever.
3329 2011-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3331         * mm-bodies.el (mm-decode-content-transfer-encoding): Allow leading
3332         whitespace in base64 data lines.
3334 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
3336         * gnus-registry.el (gnus-registry-user-format-function-M):
3337         Use `mapconcat'.
3338         (gnus-registry-user-format-function-M2): Use to see the full text of
3339         the marks.  Make "," the mark text separator.
3341         * nntp.el (nntp-send-authinfo): Use the "force" token for NNTP
3342         authentication with auth-source.
3344 2011-05-17  Glenn Morris  <rgm@gnu.org>
3346         * gnus-group.el (gnus-import-other-newsrc-file):
3347         Use insert-file-contents.
3349 2011-05-16  Teodor Zlatanov  <tzz@lifelogs.com>
3351         * gnus-sum.el (gnus-summary-hide-all-threads): Add update message every
3352         1000 iterations.
3354 2011-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
3356         * nntp.el (nntp-open-connection): Check if process-type is available.
3358 2011-05-16  Julien Danjou  <julien@danjou.info>
3360         * shr.el (shr-tag-del): Add support for del tag.
3362 2011-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3364         * gnus-html.el (gnus-html-put-image): Register a displayer.
3366         * shr.el (shr-image-displayer): Don't remove text props from alt text.
3368 2011-05-13  Teodor Zlatanov  <tzz@lifelogs.com>
3370         * registry.el (prune-factor): New initialization parameter defaulting
3371         to 0.1.
3372         (registry-prune-hard): Use it.
3374         * gnus-registry.el (gnus-registry-fixup-registry): Set prune-factor to
3375         0.1 expicitly.
3377 2011-05-13  Glenn Morris  <rgm@gnu.org>
3379         * message.el (message-send-mail-with-sendmail): Assume sendmail-program
3380         is bound, since this function requires sendmail.
3382 2011-05-11  Teodor Zlatanov  <tzz@lifelogs.com>
3384         * registry.el (registry-usage-test): Disable pruning test.
3386 2011-05-10  Teodor Zlatanov  <tzz@lifelogs.com>
3388         * registry.el (registry-prune-hard-candidates)
3389         (registry-prune-soft-candidates): Helper methods for registry pruning.
3390         (registry-prune): Use them.  Make the sort function optional.
3392 2011-05-10  Jim Meyering  <meyering@redhat.com>
3394         * shr.el (shr-colorize-region): Fix typo "on on -> on".
3396 2011-05-10  Julien Danjou  <julien@danjou.info>
3398         * shr.el (shr-put-color-1): Do not bug out when old-props is a face
3399         symbol and not a list.
3401 2011-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3403         * gnus-art.el (gnus-article-mode): Move binding of
3404         shr-put-image-function here from gnus-article-prepare-display.
3406         * shr.el (shr-put-image-function): New variable.
3407         (shr-image-fetched, shr-image-displayer, shr-tag-img): Funcall it.
3408         (shr-put-image): Return scaled image.
3410         * gnus-art.el (gnus-shr-put-image): New function.
3411         (gnus-article-prepare-display): Bind shr-put-image-function to it.
3413         * gnus-html.el (gnus-html-wash-images): Register scaled images, not
3414         original ones, as deletable.
3416 2011-05-09  Stefan Monnier  <monnier@iro.umontreal.ca>
3418         * nntp.el (nntp-open-connection): Set TCP keepalive option.
3420 2011-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
3422         * registry.el (registry-full): Add convenience method.  Fix logic.
3423         (registry-insert): Use it.  Fix logic here too.
3425         * gnus-registry.el (gnus-registry-insert): Add wrapper that calls
3426         `registry-prune' if `registry-full' returns t.
3427         (gnus-registry-handle-action)
3428         (gnus-registry-get-or-make-entry, gnus-registry-set-id-key)
3429         (gnus-registry-usage-test): Use it.
3431 2011-05-07  Julien Danjou  <julien@danjou.info>
3433         * shr.el (shr-link): Make shr-link inherit from link by default.
3435 2011-05-06  Teodor Zlatanov  <tzz@lifelogs.com>
3437         * shr.el (shr-urlify, shr-link): Fix shr-link face.
3439 2011-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
3441         * shr.el (shr-urlify, shr-link): Still broken but at least doesn't
3442         error out because the face is not a list.
3444 2011-05-05  Glenn Morris  <rgm@gnu.org>
3446         * gnus-start.el (gnus-propagate-marks): Declare.
3448 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
3450         * registry.el (registry-reindex): Fix percentage message.
3452 2011-05-03  Teodor Zlatanov  <tzz@lifelogs.com>
3454         * shr.el: Add shr-link face for links.
3455         (shr-urlify): Use it.
3457         * registry.el (registry-insert): Make error message more helpful.
3459 2011-05-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3461         * gnus-html.el (gnus-html-schedule-image-fetching):
3462         Use url-queue-retrieve, if it exists.
3464         * shr.el (shr-tag-img): Ditto.
3466         * gnus.el: Autoload more gnus-agent functions.
3468         * gnus-art.el (gnus-request-article-this-buffer): Store articles in the
3469         agent if we haven't already (bug#8502).
3471         * gnus-async.el (gnus-async-article-callback): Put prefetched articles
3472         into the Agent, too.
3474         * gnus-agent.el (gnus-agent-store-article): New function.
3476         * nnheader.el (nnheader-insert-buffer-substring): Rename from nntp-
3477         and moved from that file for reuse.
3479         * pop3.el (pop3-open-server): Error messages are "-ERR".
3481 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3483         * pop3.el (pop3-open-server): Upgrade opportunistically to STARTTLS.
3484         (open-tls-stream): Remove superfluous tls/starttls autoloads.
3486 2011-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3488         * gnus-sum.el (gnus-summary-next-article): Don't bug out if the summary
3489         buffer has moved to a different frame.
3491 2011-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3493         * nnimap.el (nnimap-request-article): Use nntp-insert-buffer-substring
3494         to get the conversion from unibyte to multibyte buffers to work on
3495         Emacs 22.
3497         * nntp.el (nntp-request-article): Slight clean-up.
3499 2011-04-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3501         * shr.el (shr-strike-through): New face.
3502         (shr-tag-s): Use it to provide <s> support.
3503         (shr-tag-s): Remove duplicate definition.
3505 2011-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
3507         * gnus-registry.el (gnus-registry-ignore-group-p): Don't call
3508         `gnus-parameter-registry-ignore' if the *Group* buffer doesn't exist.
3510 2011-04-23  Glenn Morris  <rgm@gnu.org>
3512         * gnus-sum.el (gnus-extra-headers): Bump :version.
3514 2011-04-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3516         * shr.el (shr-tag-sup): New function.
3517         (shr-tag-sub): Ditto.
3519 2011-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
3521         * gnus-registry.el (gnus-registry-ignore-group-p): Test specifically
3522         for the case where `gnus-registry-ignored-groups' is a list of lists,
3523         and don't call `gnus-parameter-registry-ignore' otherwise.
3525 2011-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
3527         * nnimap.el (nnimap-user): New backend variable.
3528         (nnimap-open-connection-1): Use it.
3529         (nnimap-credentials): Accept user parameter so it's explicit what user
3530         name is desired.
3532         * gnus-sum.el (gnus-extra-headers): Add Keywords, Cc, and Gcc to
3533         default.
3535         * gnus.el (gnus-registry-ignored-groups): Provide default in gnus.el,
3536         not gnus-registry.el.
3538         * gnus-registry.el: Mention in comments how to modify
3539         `gnus-extra-headers' for proper recipient tracking and that it may
3540         already have To and Cc recently, which it does as of this commit.
3541         (gnus-registry-ignored-groups): Remove defcustom.
3542         Explain why in comments.
3543         (gnus-registry-action): Fix data-header reference to use the extra
3544         headers.  Explain in package commentary how to add To and Cc headers to
3545         the gnus-extra-headers.
3546         (gnus-registry-ignored-groups): Adjust defaults to match the parameter.
3547         (gnus-registry-ignore-group-p): Adjust to take either a group/topic
3548         parameter list or a string list in `gnus-registry-ignored-groups'.
3549         Fix logic error.
3551 2011-04-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3553         * shr.el (shr-expand-url): Protect against null urls.
3555 2011-04-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557         * shr.el (shr-base): New binding.
3558         (shr-tag-base): Keep track of <base>.
3559         (shr-expand-url): New function used throughout.
3561 2011-04-20  Teodor Zlatanov  <tzz@lifelogs.com>
3563         * gnus-registry.el
3564         (gnus-registry--split-fancy-with-parent-internal): Fix loop bugs.
3565         (gnus-registry-ignored-groups): New variable.
3566         (gnus-registry-ignore-group-p): Use it.
3567         (gnus-registry-handle-action): Use `gnus-registry-ignore-group-p' and
3568         set the destination group to nil (same as delete) if it's ignored.
3570 2011-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3572         * gnus-registry.el (gnus-registry-action)
3573         (gnus-registry-fetch-header-fast):
3574         Don't use mail-header that looks an internal function of mailheader.el.
3576 2011-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3578         * gnus-registry.el: Eliminate cl functions.
3579         (gnus-registry-sort-addresses): New function that replaces mapcan.
3580         (gnus-registry-action, gnus-registry-spool-action)
3581         (gnus-registry-split-fancy-with-parent)
3582         (gnus-registry-fetch-recipients-fast): Use it.
3583         (gnus-registry-import-eld): Replace delete* with dolist + delq.
3585         * registry.el (initialize-instance, registry-lookup)
3586         (registry-lookup-breaks-before-lexbind, registry-lookup-secondary)
3587         (registry-lookup-secondary-value, registry-search, registry-delete)
3588         (registry-insert, registry-reindex, registry-size, registry-prune):
3589         Use eval-and-compile.
3591 2011-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
3593         * registry.el (registry-reindex): New method to recreate the secondary
3594         registry indices.
3596         * gnus-registry.el (gnus-registry-fixup-registry): Use it if the
3597         tracked field changes.
3598         (gnus-registry-unfollowed-addresses, gnus-registry-track-extra)
3599         (gnus-registry-action, gnus-registry-spool-action)
3600         (gnus-registry-handle-action)
3601         (gnus-registry--split-fancy-with-parent-internal)
3602         (gnus-registry-split-fancy-with-parent)
3603         (gnus-registry-register-message-ids): Add recipient tracking on spool,
3604         move, and delete actions, and for fancy splitting with parent.
3605         (gnus-registry-extract-addresses)
3606         (gnus-registry-fetch-recipients-fast)
3607         (gnus-registry-fetch-header-fast): Convenience functions.
3608         (gnus-registry-misc-test): ERT test of
3609         `gnus-registry-extract-addresses'.
3611 2011-04-15  Teodor Zlatanov  <tzz@lifelogs.com>
3613         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3614         Track by subject first, then sender.
3616 2011-04-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3618         * message.el (message-bogus-system-names): Replace ^...$ => \`...\'.
3620         * gnus.el (gnus-splash-svg-color-symbols): Don't use insert-file from
3621         Lisp.
3623         * gnus-draft.el (gnus-draft-setup): New arg `dont-pop'.
3624         (gnus-draft-send): Use it to avoid popping
3625         up frames from gnus-group-send-queue.
3627 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
3629         * gnus-registry.el: Updated gnus-registry docs.
3631 2011-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
3633         * gnus-registry.el (gnus-registry--split-fancy-with-parent-internal):
3634         Fix logic bug.
3635         (gnus-registry-post-process-groups): Fix logging of no results and
3636         quote sender and subject.
3638 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640         * gnus-start.el (gnus-get-unread-articles): Slight cleanup.
3641         (gnus-read-active-for-groups): Don't try to finish getting stuff where
3642         we had no early-data returned.
3643         (gnus-get-unread-articles): Add a sanity check so that we don't issue
3644         two async commands to the same server at the same time.
3646 2011-04-12  Stig Sandbeck Mathisen  <ssm@fnord.no>  (tiny change)
3648         * gnus-sum.el (gnus-summary-select-article-buffer): Doc fix.
3650 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3652         * gnus-registry.el (gnus-registry-remake-db): Put the warning on a
3653         "warning" level.
3655         * mm-url.el (mm-url-package-name): Remove to ease third-party reuse.
3656         (mm-url-insert-file-contents): Don't set the package names.
3658 2011-04-11  Teodor Zlatanov  <tzz@lifelogs.com>
3660         * gnus-registry.el (gnus-registry-action): Remove properties and
3661         simplify subject in `gnus-registry-handle-action'.
3662         (gnus-registry-spool-action): Get subject and sender from message if
3663         they are not passed in.
3664         (gnus-registry-handle-action): Remove properties and simplify subject
3665         consistently.
3667 2011-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
3669         * registry.el: Require CL before using defmacro*.
3671 2011-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3673         * gnus-art.el (article-treat-date): Assume that
3674         gnus-article-date-headers may be a group parameter.
3676 2011-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3678         * gnus-registry.el (gnus-registry-handle-action): More debugging.
3680         * gnus-start.el (gnus-gnus-to-newsrc-format): Add a way to run
3681         interactively so the newsrc file can contain foreign groups too.
3682         Useful for debugging but not much for users.
3684 2011-04-07  David Engster  <dengste@eml.cc>
3686         * registry.el (registry-usage-test): Only do
3687         `registry-lookup-breaks-before-lexbind' testing for Emacs24 with
3688         lexical binding.
3690 2011-04-06  David Engster  <dengste@eml.cc>
3692         * registry.el, gnus-registry.el: Use `ignore-errors' instead of third
3693         argument NOERROR for `require', since XEmacs 21.4 does not support it.
3695 2011-04-06  David Engster  <dengste@eml.cc>
3697         * registry.el (initialize-instance): Change :after to :AFTER to be
3698         compatible with old EIEIO version in XEmacs.
3700 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3702         * gnus-registry.el (gnus-registry-post-process-groups)
3703         (gnus-registry--split-fancy-with-parent-internal): Fix splitting bugs
3704         and provide better messaging.
3706 2011-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
3708         * gnus-registry.el: Don't use ERT if it's not available.  Load it
3709         unconditionally anyway, discarding errors.
3710         (gnus-registry-delete-entries): New convenience function.
3711         (gnus-registry-import-eld): Import from old .eld registry.
3713         * registry.el: Don't use ERT if it's not available.  Load it
3714         unconditionally anyway, discarding errors.
3716         * proto-stream.el (gnutls-negotiate): Revert inadvertent commit of the
3717         version from the Claudio Bley GnuTLS patch (extra optional parameters
3718         and host name).
3720 2011-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
3722         * gnus-registry.el (gnus-registry-fixup-registry): New function to
3723         fixup the parameters that can be customized by the user between
3724         save/read cycles.
3725         (gnus-registry-read): Use it.
3726         (gnus-registry-make-db): Use it.
3727         (gnus-registry-spool-action, gnus-registry-handle-action):
3728         Fix messaging.
3729         (gnus-registry--split-fancy-with-parent-internal): Fix loop.
3730         Map references to actual group names with sender and subject tracking.
3731         (gnus-registry-post-process-groups): Use `cond' for better messaging.
3732         (gnus-registry-usage-test): Add subject lookup test.
3734         * registry.el (registry-db, initialize-instance): Set up constructor
3735         instead of :initform arguments for the sake of older Emacsen.
3736         (registry-lookup-breaks-before-lexbind): New method to demonstrate
3737         pre-lexbind merge bug.
3738         (registry-usage-test): Use it.
3739         (initialize-instance, registry-db): Move the non-function initforms
3740         back to the class definition.
3742 2011-04-03  Teodor Zlatanov  <tzz@lifelogs.com>
3744         * registry.el: New library to manage gnus-registry-style data.
3746         * gnus-registry.el: Use it (major rewrite).
3748         * nnregistry.el: Use it.
3750         * spam.el: Use it.
3752 2011-04-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754         * gnus-sum.el (gnus-update-marks): Reinstate the code to not alter
3755         marks on non-selected articles.
3757 2011-04-02  Chong Yidong  <cyd@stupidchicken.com>
3759         * proto-stream.el: Move to Emacs core, at net/network-stream.el.
3761         * nnimap.el (nnimap-open-connection-1): Pass explicit :end-of-command
3762         parameter to open-protocol-stream.
3764 2011-04-01  Julien Danjou  <julien@danjou.info>
3766         * mm-view.el (mm-display-inline-fontify): Do not fontify with
3767         fundamental-mode.
3769 2011-04-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771         * gnus-start.el (gnus-get-unread-articles): Don't try to contact denied
3772         servers.
3774 2011-03-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776         * gnus-sum.el (gnus-update-marks): Revert intersection change, which
3777         made marks not propagate, again.
3779 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3781         * proto-stream.el (open-protocol-stream): Bring back `network' type.
3782         Make this the default type.
3783         (proto-stream-open-plain): Rename from proto-stream-open-default.
3784         (open-protocol-stream, proto-stream-open-starttls)
3785         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
3786         with `plain'.
3788         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
3789         value.
3791         * nntp.el (nntp-open-connection-function): Document the fact that some
3792         values are not functions but are instead handled specially.
3793         Recognize nntp-open-plain-stream value.
3794         (nntp-open-connection): Recognize that value.
3796 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3798         * gssapi.el (open-gssapi-stream): Remove the last mentions of the IMAP
3799         stuff.
3801         * gnus-score.el (gnus-score-string): Fix calling convention of
3802         `gnus-simplify-buffer-fuzzy' after last patches.
3804         * gnus-sum.el (gnus-update-marks): Don't send any marks updates to the
3805         server for articles we didn't get any headers for.  This is a sanity
3806         check.
3808 2011-03-29  Michael Welsh Duggan  <md5i@md5i.com>
3810         * nnimap.el (nnimap-open-connection-1): Is the login responds with a
3811         new CAPABILITY, use it.
3813 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3815         * gnus-agent.el (gnus-agent-fetch-headers): Don't message if we're not
3816         downloading anything.
3818         * gnus.el (gnus-splash-svg-color-symbols): Remove superfluous `and'.
3820 2011-03-29  Adam Sjøgren  <asjo@koldfront.dk>
3822         * gnus.el (gnus-group-startup-message): Prefer svg file and replace
3823         colors.
3824         (gnus-splash-svg-color-symbols): New function.
3826 2011-03-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3828         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Take the regexp explicitly
3829         instead of using the global gnus-simplify-subject-fuzzy-regexp.
3830         (gnus-simplify-subject-fuzzy): Use the local
3831         gnus-simplify-subject-fuzzy-regex instead of the global one.
3832         This makes using this variable in group parameters work.
3834 2011-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3836         * gnus-registry.el (gnus-registry-unfollowed-groups):
3837         Add "archive:sent" to the unfollowed group regex (for the recent Gnus
3838         archive:sent-YYYY-MM-DD groups).
3839         (gnus-registry-split-fancy-with-parent): Bail out early in sender
3840         tracking if there are more than `gnus-registry-max-track-groups'
3841         matches.
3843 2011-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3845         * message.el (message--yank-original-internal): New function to do the
3846         insertion cleanly inside eval in `message-yank-original'.
3847         (message-yank-original): Use it.
3849 2011-03-29  Julien Danjou  <julien@danjou.info>
3851         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
3852         local variables disabled rather than `normal-mode'.
3854 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
3856         * proto-stream.el: Changes preparatory to merging open-protocol-stream
3857         with open-network-stream.
3858         (proto-stream-always-use-starttls): Option removed.
3859         (open-protocol-stream): Return a process object by default.  Provide a
3860         new parameter :return-list specifying a list-type return value, which
3861         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
3862         :type `network' to `try-starttls', and `network-only' to `default'.
3863         Make `default' the default, for compatibility with open-network-stream.
3864         Handle the no-parameter case exactly as open-network-stream, with no
3865         additional stream processing.  Search plists using plist-get.
3866         Explicitly add :end-of-commend parameter if it is missing.
3867         (proto-stream-open-default): Rename from
3868         proto-stream-open-network-only.  Return 'default as the type.
3869         (proto-stream-open-starttls): Rename from proto-stream-open-network.
3870         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
3871         failed.  Always return a list with a (possibly dead) process as the
3872         first element, for compatibility with open-network-stream.
3873         (proto-stream-open-tls): Use plist-get.  Always return a list.
3874         (proto-stream-open-shell): Return `default' as connection type.
3875         (proto-stream-capability-open): Use plist-get.
3876         (proto-stream-eoc): Function deleted.
3878         * nnimap.el (nnimap-stream, nnimap-open-connection)
3879         (nnimap-open-connection-1): Handle renaming of :type parameter for
3880         open-protocol-stream.
3881         (nnimap-open-connection-1): Pass a :return-list parameter
3882         open-protocol-stream to obtain a list return value.  Parse this list
3883         using plist-get.
3885         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
3886         for open-protocol-stream.  Accept open-protocol-stream return value
3887         that is a subprocess object instead of a list.  Handle the case of a
3888         dead returned process.
3890 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
3892         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
3894         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
3896 2011-03-21  Julien Danjou  <julien@danjou.info>
3898         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
3899         normal-mode if not set.  Set temp buffer unmodified to avoid kill-buffer
3900         query.
3901         (mm-inline-text): Render normal text with fontification whenever
3902         possible.
3904         * gnus-sum.el (gnus-summary-save-parts-1):
3905         * gnus-art.el (gnus-article-browse-html-save-cid-content)
3906         (gnus-article-browse-html-parts, gnus-mime-delete-part)
3907         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
3908         Use `mm-handle-filename'.
3910         * mm-util.el (mm-handle-filename): New function, return the filename of
3911         an handle.
3913 2011-03-18  Julien Danjou  <julien@danjou.info>
3915         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
3916         (gnus-buffer-live-p): Check that buffer is not nil.
3918 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3920         * gnus-art.el: Require mouse, which the build bot seems to say is
3921         needed.
3923         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
3924         XEmacs, since it doesn't have url-retrieve-synchronously.
3926 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
3928         * gnus-group.el (gnus-group-list-ticked): New function.
3929         (gnus-group-make-menu-bar): Provide a menu entry for it.
3930         (gnus-group-list-map): Provide a binding for it.
3932 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3934         * shr.el (shr-visit-file): New command.
3936         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
3938 2011-03-17  Bjørn Mork  <bjorn@mork.no>
3940         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
3941         servers.
3943 2011-03-16  Julien Danjou  <julien@danjou.info>
3945         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
3946         inline.
3948         * gnus-art.el (article-hide-list-identifiers):
3949         Use gnus-group-get-list-identifiers.
3951         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
3952         (gnus-summary-remove-list-identifiers):
3953         Use gnus-group-get-list-identifiers to get regexp.
3954         (gnus-select-newsgroup, gnus-summary-insert-subject)
3955         (gnus-summary-insert-articles):
3956         Call gnus-summary-remove-list-identifiers unconditionally.
3958 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960         * gnus-sum.el (gnus-articles-to-read): Revert back to old behavior if
3961         we're selecting a group with unread articles.
3963         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
3965         * gssapi.el: New file separated out from imap.el to provide a general
3966         Kerberos 5 connection facility for Emacs.
3968         * message.el (message-elide-ellipsis): Document the format spec
3969         ellipsis.
3971 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
3973         * message.el (message-elide-region): Allow the ellipsis to say how many
3974         lines were removed.
3976 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3978         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
3979         window configurations containing buffers that are now dead.
3981         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
3982         parsing to avoid integer overflows.
3983         (nnimap-parse-flags): Simplify the last change.
3984         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
3985         too large for 32-bit Emacsen.
3987 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
3989         * auth-source.el (auth-source-netrc-create):
3990         * message.el (message-yank-original): Fix use of `case'.
3992 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
3994         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
3995         XEmacs, which was one character too wide.
3997 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
3999         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
4000         default number of articles to display.
4001         (gnus-articles-to-read): Use pretty names for prompt.
4003 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005         * gnus-int.el (gnus-open-server): Ditto.
4007         * gnus-start.el (gnus-activate-group): Give a backtrace if
4008         debug-on-quit is set and the user hits `C-g'.
4009         (gnus-read-active-file): Ditto.
4011         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
4013 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
4015         * message.el (message-yank-original): Use cond instead of CL case.
4017 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4019         * auth-source.el (auth-source-netrc-create): Use usual format for the
4020         default in prompts.
4022 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
4024         * auth-source.el (auth-source-netrc-create): Show the default in the
4025         prompt when prompting for token creation.
4027 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
4029         * auth-source.el (auth-source-format-prompt): Always convert the value
4030         to a string to avoid evaluating non-string arguments.
4031         (auth-source-netrc-create): Offer default properly, not as initial
4032         content in `read-string'.
4033         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
4034         of line to determine if we've been run before.  If so, don't run again,
4035         but print a trivial message to indicate the cache was hit instead.
4037 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
4039         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
4040         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
4041         The user will have to run `gnus-sync-read' manually and wait for Cloudy
4042         Gnus.
4044 2011-03-11  Julien Danjou  <julien@danjou.info>
4046         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
4047         modified file".
4049 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
4051         * auth-source.el (auth-source-read-char-choice): New function to read a
4052         character choice using `dropdown-list', `read-char-choice', or
4053         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
4054         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
4055         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
4056         (auth-source-netrc-saver): Use it.
4057         (auth-source-pick-first-password): New convenience function.
4059 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
4061         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
4062         parameter in the credentials.
4063         (nnimap-open-connection-1): Use it after a successful login.
4064         (nnimap-credentials): Add IMAP-specific user and password prompt.
4066         * auth-source.el (auth-source-search): Add :require parameter, taking a
4067         list.  Document it and the :save-function return token.  Pass :require
4068         down.  Change the CREATED message from a warning to a debug statement.
4069         (auth-source-search-backends): Pass :require down.
4070         (auth-source-netrc-search): Pass :require down.
4071         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
4072         Change save prompt to indicate all modifications saved here are
4073         deletions.
4074         (auth-source-netrc-create): Take user login name as default in user
4075         prompt.  Move all the save functionality to a lexically bound function
4076         under the :save-function token in the returned list.  Set up clearer
4077         default prompts for user, host, port, and secret.
4078         (auth-source-netrc-saver): New function, intended to be wrapped for
4079         :save-function.
4081 2011-03-07  Chong Yidong  <cyd@stupidchicken.com>
4083         * Version 23.3 released.
4085 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4087         * shr.el (shr-table-horizontal-line): Change the defaults for the table
4088         lines to be spaces instead.
4090 2011-03-07  Julien Danjou  <julien@danjou.info>
4092         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
4093         (sieve-sasl-auth): Check that auth-source-search did return something,
4094         or just return an empty string.
4096 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4098         * gnus.el (gnus-interactive): Use read-directory-name.
4100         * gnus-uu.el (gnus-uu-decode-uu-and-save)
4101         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
4102         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
4103         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
4104         Likewise.
4106         * gnus-group.el (gnus-group-make-directory-group): Likewise.
4108 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4110         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
4111         onto the list of killed groups, too.  This makes killed nnimap groups,
4112         for instance, more reliably not reappear.
4114         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
4115         the parent.
4117         * gnus-sum.el (gnus-update-read-articles): Fix typo.
4119         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
4120         really have server-side marks.
4122         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
4123         since most backends do not usefully have server-side marks.
4124         (gnus-update-read-articles): Propagate marks to all backends that
4125         really have server-side marks.
4127 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
4129         * message.el (message-cite-reply-position, message-cite-style):
4130         New variables.
4131         (message-yank-original): Use the new citation styles.
4133 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
4135         * message.el (message-options): Revert the change that's a workaround
4136         for XEmacs buffer-local issue; don't mark it buffer-local when running
4137         under XEmacs.
4139 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
4141         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
4142         numbers too big to be `read'.
4144 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
4146         * message.el (message-options): Make buffer-local two ways to attempt
4147         to fix a XEmacs bug.
4149 2011-03-02  Julien Danjou  <julien@danjou.info>
4151         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4153 2011-03-01  Julien Danjou  <julien@danjou.info>
4155         * gnus-art.el (list-identifier): Add list-identifier as a parameter
4156         group.
4157         (article-hide-list-identifiers): Use list-identifier group parameter.
4159 2011-02-28  Julien Danjou  <julien@danjou.info>
4161         * sieve.el (sieve-buffer-script-name): New local variable to store
4162         sieve script name.
4163         (sieve-edit-script): Store sieve script name.
4164         (sieve-upload): Use sieve script name when uploading.
4165         (sieve-upload): Use substitute-command-keys.
4166         (sieve-edit-script): Use substitute-command-keys.
4167         (sieve-refresh-scriptlist): Use substitute-command-keys.
4168         (sieve-manage-mode-map): Define keymap properly.
4169         (sieve-manage-mode): Do not set mode name manually, change mode-name to
4170         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
4171         Remove commented code about cvs.
4172         (sieve-manage-quit): New function.
4173         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
4175 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * gnus-group.el (gnus-import-other-newsrc-file): New function.
4179 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
4181         * auth-source.el (auth-source-search): Cache empty result sets.
4183         * auth-source.el (auth-source-save-behavior): New variable to replace
4184         `auth-source-never-create'.
4185         (auth-source-netrc-create): Use it.
4186         (auth-source-never-save): Remove.
4188 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
4190         * nnimap.el (nnimap-stream): Doc fix.
4191         (nnimap-open-connection-1): Reverse the order of the ports to that the
4192         prompted-for port is first.
4194         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
4195         retrieval by the no-group selection.
4197         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
4198         numerical parameters.
4200 2011-02-25  Julien Danjou  <julien@danjou.info>
4202         * gnus-gravatar.el: Use gnus-with-article-buffer.
4204         * gnus-art.el (gnus-with-article-buffer): Check that the
4205         gnus-article-buffer is alive.
4207 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
4209         * auth-source.el (auth-source-creation-prompts): New variable to manage
4210         creation-time prompts.
4211         (auth-source-search): Document it.
4212         (auth-source-format-prompt): Add utility function.
4213         (auth-source-netrc-create): Don't default the user name to
4214         user-login-name.  Use `auth-source-creation-prompts' and some default
4215         prompts for user, host, port, and password (the default generic prompt
4216         remains ugly).
4217         (auth-source-never-save): Add customizable option to never save info.
4218         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
4219         mode excursion.
4221 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4223         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
4224         argument that XEmacs doesn't support.
4226 2011-02-23  Julien Danjou  <julien@danjou.info>
4228         * gnus-art.el (article-make-date-line): Ignore errors if time is
4229         invalid and not convertible.
4230         (article-make-date-line): Only add lapsed time if time is not nil.
4232 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
4234         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
4235         `read-char-choice' for backwards compatibility.
4236         (auth-source-netrc-element-or-first): New function to DTRT for
4237         parameter extraction.
4238         (auth-source-netrc-create): Use it and fix multiple parameter print
4239         bug.  Use the default passed from above (given-default) or the
4240         built-in (user-login-name for :user).
4242 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
4244         * gnus-start.el (gnus-dribble-read-file):
4245         Set buffer-save-without-query, since we always want to save the dribble
4246         file, probably.
4248         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
4249         nnimap.
4251         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
4252         -summary- since it's a user-visible variable.
4254         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4255         first time you use the new Gnus.
4257 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
4259         * auth-source.el: Don't load netrc.el.
4260         (auth-sources): Search ~/.netrc as well by default.
4261         (auth-source-debug): Add 'trivia option for extra output.
4262         (auth-source-do-trivia): Use it.
4263         (auth-source-search): Simplify logic to use
4264         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
4265         appropriate.  Don't keep a running count at this level.  Layer :create
4266         and :delete options appropriately on the first and second passes.
4267         Don't track the backend with the search results.
4268         (auth-source-search-backends): New function to search a list of
4269         backends for a processed spec.
4270         (auth-source-netrc-parse): Cache all netrc files, making
4271         auth-source-netrc-cache an alist keyed by the file name and using the
4272         file mtime as the caching criterion.  Keep the obfuscated data secret
4273         with a lexical bind.
4274         (auth-source-netrc-search): Don't calculate the length of the results
4275         unnecessarily.
4276         (auth-source-search-backends): Fix bug.
4277         (auth-source-netrc-create): Rework prompts.
4279 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
4281         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
4282         Lower case names of search constraints.
4283         (nnir-run-query): Cache and reuse search constraints for all imap
4284         servers.
4286 2011-02-22  Sam Steingold  <sds@gnu.org>
4288         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
4290 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
4292         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
4293         after exit.
4294         (gnus-setup-message): Define missing variable from last checkin.
4296         * gnus-sum.el (gnus-summary-show-article): When called with t as the
4297         value, show the raw article.
4299 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4301         * nnimap.el (nnimap-open-connection-1): Revert last change, since
4302         auth-source now accepts numbers.
4304         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
4305         spec, too.
4306         (auth-source-ensure-strings): New function.
4308         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
4309         (gnus-article-setup-buffer): Always restart the date timer so that user
4310         changes to the frequency is respected.
4312         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
4313         port numbers, so make sure it gets that if nnimap-server-port is
4314         explicit.
4316 2011-02-21  Simon Josefsson  <simon@josefsson.org>
4318         * nnimap.el (nnimap-inbox): Doc fix.
4320 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
4322         * shr-color.el (shr-color->hexadecimal): Use renamed function names
4323         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
4324         color-lab-to-srgb.
4326 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4328         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
4329         given method as in the group name if we're using an extended method.
4330         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
4331         command, if we're using that, instead of waiting for the beginning.
4333         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
4334         we're sure to get unique server names, and we don't output two async
4335         commands in the same buffer.  This fixes an NNTP hang for some users.
4337 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
4339         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
4340         summary buffer before reading going to the next buffer.  This avoids
4341         putting the point in the group buffer if you `C-g' the command.
4343         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
4344         cache (for now) to make ~/.authinfo.gpg files usable.
4346         * nnfolder.el (copyright-update): Define for the compiler.
4348         * auth-source.el (auth-source-search): Fix unbound variable.
4350 2011-02-19  Glenn Morris  <rgm@gnu.org>
4352         * gnus.el (gnus-meta): Doc fix.
4354 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
4356         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
4357         in case it's not yet loaded.
4359 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
4361         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
4362         line we're waiting for.
4364 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
4366         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
4367         face with line-width greater than zero will cause RET in gnus summary
4368         buffer to scroll down article page-wise because auto vscroll happens,
4369         it should be temporally disabled when doing a scroll-up.
4371 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
4373         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
4374         outputs from the server.
4376 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4378         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
4379         later so that bbdb can hook in easier.
4381 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
4383         * auth-source.el (auth-source-search): Don't try to create credentials
4384         if the caller doesn't want that.
4385         (auth-source-search): If we don't find a match, don't bug out on
4386         non-bound variables.
4387         (auth-source-search): Only ask a single backend to create the
4388         credentials.
4390         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
4391         logging.
4392         (nnimap-credentials): Protect against auth-source-search returning nil.
4393         (nnimap-request-list): Protect against not being able to open the
4394         server.
4396 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
4398         * auth-source.el (auth-source-search): Do a two-phase search, one with
4399         no :create to get the responses from all backends.
4401         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
4402         when getting credentials.
4404         * gnus-util.el (gnus-delete-duplicates): New function.
4406 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
4408         * nnimap.el (nnimap-credentials): Instead of picking the first port as
4409         a creation default, pass the whole port list down.  It will be
4410         completed.
4412         * auth-source.el (auth-source-search): Updated docs to talk about
4413         multiple creation choices.
4414         (auth-source-netrc-create): Accept a list as a value (from the search
4415         parameters) and do completion on that list.  Keep a separate netrc line
4416         with the password obscured for showing the user.
4418         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
4419         first choice to `auth-source-search' so it will be used for entry
4420         creation instead of the server's Gnus-specific name.
4421         (nnimap-credentials): Rely on the auth-source library to select which
4422         port is actually wanted in the new netrc entry, so don't override
4423         `auth-source-creation-defaults'.
4425         * auth-source.el (auth-source-netrc-parse): Use :port instead of
4426         :protocol and accept a missing user, host, or port as a wildcard match.
4427         (auth-source-debug): Default to off.
4429         (auth-source-netrc-search, auth-source-netrc-create)
4430         (auth-source-secrets-search, auth-source-secrets-create)
4431         (auth-source-user-or-password, auth-source-backend, auth-sources)
4432         (auth-source-backend-parse-parameters, auth-source-search): Use :port
4433         instead of :protocol.
4435         * nnimap.el (nnimap-credentials): Pass a port default to
4436         `auth-source-search' in case an entry needs to be created.
4437         (nnimap-open-connection-1): Use :port instead of :protocol.
4439 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4441         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4442         instead of delete-dups that is not available in XEmacs 21.4.
4444 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
4446         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
4447         nil means that nnimap doesn't get updated.
4449 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
4451         * auth-source.el (auth-source-netrc-create): Return a synthetic search
4452         result when the user doesn't want to write to the file.
4453         (auth-source-netrc-search): Expect a synthetic result and proceed
4454         accordingly.
4455         (auth-source-cache-expiry): New variable to override
4456         `password-cache-expiry'.
4457         (auth-source-remember): Use it.
4459         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
4460         parameter.  Create entry if necessary by using :create t.
4461         (nnimap-open-connection-1): Don't pass `inhibit-create'.
4463 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
4465         * auth-source.el (auth-source-debug): Enable by default and don't
4466         mention the obsolete `auth-source-hide-passwords'.
4467         (auth-source-do-warn): New function to debug unconditionally.
4468         (auth-source-do-debug): Use it.
4469         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
4470         and for Secrets API entries when the secrets.el library is not
4471         available.
4473 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4475         * gnus-sum.el (gnus-propagate-marks): Default to nil.
4476         (gnus-summary-exit): Kill the correct article buffer on exit from a
4477         `C-d' group.
4479         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
4480         gnus-propagate-marks.
4482         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
4483         before killing the buffers so that a non-full window conf gets handled
4484         correctly.
4485         (gnus-summary-exit): Ditto.
4486         (gnus-summary-read-group-1): Ditto.
4488         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
4489         async code again so that we can debug it properly.
4491         * message.el (message-reply): Take an optional switch-buffer parameter
4492         so that Gnus window confs are respected better.
4494 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
4496         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
4497         `plist-get' to accept non-list parameters (XEmacs issue).
4498         Fix docstring.
4499         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
4500         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
4501         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
4502         Login collection is "Login" and not "login".
4504 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
4506         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
4507         multiple headers.
4509         * nnimap.el (nnimap-inhibit-logging): New variable.
4510         (nnimap-log-command): Don't log login commands.
4512         * auth-source.el (auth-source-netrc-search): The asserts seem to want
4513         to have more parameters.
4515         * nnimap.el (nnimap-send-command): Mark the command time for each
4516         command, so that we don't get NOOPs stepping on our toes.
4518         * gnus-art.el (article-date-ut): Get the date from the Date header on
4519         `t'.
4521 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4523         * auth-source.el (auth-source-search): Use copy-sequence instead of
4524         the cl.el copy-list.
4526 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
4528         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
4529         Improve prompt.
4531 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
4533         * gnus-art.el (gnus-article-mode-line-format): Remove the article
4534         washing status from the default format.  It isn't very informative.
4536 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
4538         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
4539         Fix Gcc processing on imap.
4541 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4543         * message.el (message-bury): Don't pop up a new window when selected
4544         window is dedicated.
4546 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
4548         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
4550 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
4552         * sieve-manage.el: Autoload `auth-source-search'.
4553         (sieve-sasl-auth): Use it.
4555 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
4557         * nnimap.el: Autoload `auth-source-forget+'.
4558         (nnimap-open-connection-1): Use it if the connection fails.
4560         * auth-source.el: Require `password-cache'.
4561         (auth-source-hide-passwords, auth-source-cache): Remove and mark
4562         obsolete.
4563         (auth-source-magic): Marker for `password-cache' keys.
4564         (auth-source-do-cache): Update docstring.
4565         (auth-source-search): Use and check cache.
4566         (auth-source-forget-all-cached, auth-source-remember)
4567         (auth-source-recall, auth-source-forget, auth-source-forget+)
4568         (auth-source-specmatchp): Caching support functions.
4569         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
4570         Remove and obsolete.
4571         (auth-source-user-or-password): Remove caching to further discourage
4572         using it.  Always hide passwords.
4574 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
4576         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
4577         code for now, since it doesn't work for all users.
4579 2011-02-09  Julien Danjou  <julien@danjou.info>
4581         * message.el (message-options): Make message-options really buffer
4582         local.
4584 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
4586         * mail-source.el: Autoload `auth-source-search'.
4587         (mail-source-keyword-map): Note order matters.
4588         (mail-source-set-1): Get all the mail-source source values and
4589         defaults and search auth-source on those if needed.  This can all
4590         probably be simplified.
4592         * nnimap.el: Autoload `auth-source-search'.
4593         (nnimap-credentials): Use it.
4594         (nnimap-open-connection-1): Ask for the virtual server and physical
4595         address in one shot.
4597         * nntp.el: Autoload `auth-source-search'.
4598         (nntp-send-authinfo): Use it.  Note TODO.
4600 2011-02-08  Julien Danjou  <julien@danjou.info>
4602         * shr.el (shr-tag-body): Add support for text attribute in body
4603         markups.
4605         * message.el (message-options): Make message-options a local variable.
4607 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4609         * auth-source.el (auth-source-secrets-search)
4610         (auth-source-user-or-password): Use `append' instead of `nconc'.
4611         (auth-source-user-or-password): Build return list better and protect
4612         against nil :secret.
4614 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
4616         * nnimap.el (nnimap-update-info): Refactor slightly.
4617         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
4618         (nnimap-update-info): Clean up slightly.
4619         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
4620         characters.
4621         (nnimap-process-quirk): Rename function to avoid collision.
4622         (nnimap-update-info): Fix macrology bug-out.
4623         (nnimap-update-info): Simplify split history test.
4625 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
4627         * auth-source.el (top): Require 'eieio unconditionally.
4628         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
4629         (auth-source-secrets-search): Limit search when `max' is greater than
4630         number of results.
4632 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
4634         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
4635         part not returning any data.
4637         * proto-stream.el (open-protocol-stream): Document the return value.
4639 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4641         * auth-source.el (auth-source-secrets-search): Add examples.
4643 2011-02-06  Julien Danjou  <julien@danjou.info>
4645         * message.el (message-setup-1): Handle message-generate-headers-first
4646         set to t.
4648 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
4650         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
4651         API with a string "secrets:collection-name" and with 'default.
4652         (auth-source-backend-parse): Parse "secrets:collection-name" and
4653         'default.  Recurse on parses instead of repeating code.  Use the
4654         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
4655         message when ignoring a source.
4656         (auth-source-search): List ignored search keys at the top level.
4657         (auth-source-netrc-create): Use `case' instead of `cond'.
4658         (auth-source-secrets-search): Created with TODOs.
4659         (auth-source-secrets-create): Created with TODOs.
4660         (auth-source-retrieve, auth-source-create, auth-source-delete)
4661         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
4662         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
4663         (auth-source-user-or-password-sftp)
4664         (auth-source-user-or-password-smtp): Remove.
4665         (auth-source-user-or-password): Deprecated and modified to be a wrapper
4666         around `auth-source-search'.  Not tested thoroughly.
4668 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
4670         * auth-source.el: Bring in assoc and eioeio libraries.
4671         (secrets-enabled): New variable to track the status of the Secrets API.
4672         (auth-source-backend): New EIOEIO class to represent a backend.
4673         (auth-source-creation-defaults): New variable to set prompt defaults
4674         during token creation (see the `auth-source-search' docstring for
4675         details).
4676         (auth-sources): Simplify to allow a simple string as a netrc backend
4677         spec.
4678         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
4679         (auth-source-backend-parse-parameters): Fill in the backend parameters.
4680         (auth-source-search): Main auth-source API entry point.
4681         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
4682         (auth-source-search-collection): Helper function for searching.
4683         (auth-source-netrc-parse, auth-source-netrc-normalize)
4684         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
4685         Supports search, create, and delete.
4686         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
4687         backend stubs.
4688         (auth-source-user-or-password): Call `auth-source-search' but it's not
4689         ready yet.
4691 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
4693         * message.el (message-setup-1): Remove the read-only stuff, since it
4694         doesn't work under XEmacs, for some reason.
4696         * gnus-sum.el (gnus-user-date): Rename back from
4697         gnus-summary-user-date since user code refers to it.
4699         * shr.el (shr-render-td): Store the actual background color used.
4701         * message.el (message-setup-1): Don't bind the constant
4702         -forbidden-properties.
4703         (message-setup-1): Revert previous change, since it needs to bind the
4704         props to insert them.
4705         (message-resend): Allow removing the read-only separator line.
4707 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4709         * nnimap.el (nnimap-request-accept-article): Give an error message if
4710         the APPEND wasn't successful.
4712 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
4714         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
4715         that have no groups.
4717 2011-02-03  Julien Danjou  <julien@danjou.info>
4719         * gnus-draft.el: Remove progn around gnus-draft-setup.
4721 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4723         * gnus-start.el (gnus-read-active-for-groups): This function is never
4724         called with a nil `infos', so clean that up.
4725         (gnus-get-unread-articles): Request active files from primary/secondary
4726         methods that have no groups (yet).
4728 2011-02-03  Julien Danjou  <julien@danjou.info>
4730         * message.el (message-setup-1): Always generate References first.
4731         (message-mail): Return the return value of message-setup, not always t.
4732         (message-setup-1): Insert mail-header-separator with read-only and
4733         intangible properties set.
4735         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
4736         user-date in docstring.
4738         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
4740         * gnus.el (gnus-summary-line-format): Mention &user-date format in
4741         docstring.
4743         * gnus.el (gnus-user-date-format-alist): Change default value.
4744         Use defcustom, with type and group.  Move from gnus-util.el.
4745         Rename to gnus-summary-user-date-format-alist.
4747 2011-02-03  Glenn Morris  <rgm@gnu.org>
4749         * nnimap.el (gnus-fetch-headers): Declare.
4751         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
4753 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
4755         * message.el (message-forward-make-body-digest-plain)
4756         (message-followup, message-reply): Clean up things noted by Stefan.
4758         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
4759         gnus-article-update-date-headers is nil.
4760         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
4761         it didn't really work with defcustom.
4762         (article-update-date-lapsed): Make sure the window start doesn't move,
4763         either.
4765 2011-02-01  Julien Danjou  <julien@danjou.info>
4767         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
4768         format.
4770         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
4771         standard in Emacs nowadays.
4773 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
4775         * message.el (message-expand-name): Don't trust the return value of
4776         bbdb-complete-name.
4777         (message-check-news-header-syntax): Remove unused var `start'.
4778         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
4779         (message-inhibit-body-encoding): Move to before first use.
4780         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
4781         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
4782         (Organization, Message-ID, Date, mh-previous-window-config):
4783         Defvar the vars using dynamic scoping.
4785 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
4787         * shr.el (shr-render-td): Only do colors at the final rendering.
4788         Should be slightly faster.
4789         (shr-insert-table): Fix up TD background colors when doing the
4790         vertical padding.
4792         * gnus-art.el (article-date-ut): Protect against articles with no Date
4793         header.
4794         (article-update-date-lapsed): Don't use current-column to find the
4795         horizontal position.  It's fragile in the presence of \003 characters.
4797         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
4799 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4801         * gnus-art.el (article-transform-date): Rewrite to still work when
4802         there are several rfc2822 parts.
4803         (article-transform-date): Fix infinite recursion.
4804         (article-date-ut): Replace infinitely many Date headers with a single
4805         one when called interactively.
4807         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
4808         secure manner.
4810         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
4811         move around by not using save-window-excursion.  It seems to work...
4813 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4815         * gnus-art.el (article-make-date-line): Work for user-defined format.
4817 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
4819         * nntp.el (nntp-retrieve-group-data-early)
4820         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
4821         fetching functions.
4823         * gnus-start.el (gnus-read-active-for-groups): Read the active files
4824         thoroughly for all backends that have no known groups.  This should
4825         allow new nnml methods to retrieve mail.
4827         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
4828         that Gnus doesn't know exists again.
4830         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
4831         (gnus-treat-date-ut): Ditto.
4832         (gnus-article-update-date-header): Rename.
4833         (gnus-treat-date-local): Remove.
4834         (gnus-treat-date-english): Remove.
4835         (gnus-treat-date-lapsed): Remove.
4836         (gnus-treat-date-combined-lapsed): Remove.
4837         (gnus-treat-date-original): Remove.
4838         (gnus-treat-date-iso8601): Remove.
4839         (gnus-treat-date-user-defined): Remove.
4840         (gnus-article-date-headers): New variable to control all the date
4841         header options.
4842         (article-date-ut): Rewrite to allow using the new way to format date
4843         headers(s).
4845 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
4847         * nnmail.el (nnmail-article-group): Check for a direct fancy split
4848         method.
4849         (nnmail-article-group): A better test for fanciness.
4851         * nnimap.el (nnimap-request-head): Protect against not finding the
4852         article by Message-ID.
4854 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
4856         * gnus-art.el (article-update-date-lapsed): Try a better way to really
4857         keep point at the "same place".
4859 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4861         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
4862         data if the group is inactive.
4864 2011-01-28  Julien Danjou  <julien@danjou.info>
4866         * gnus-win.el: Remove dead function gnus-window-configuration-element.
4867         (gnus-all-windows-visible-p): Remove old compatibility code.
4868         (gnus-window-top-edge): Add docstring.
4870         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
4872 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
4874         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
4875         older request-update-info.
4877         * gnus-art.el (article-make-date-line): Limit the length a bit more.
4879 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
4881         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
4882         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
4884 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4886         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
4887         groups.  This makes the nndraft:queue group pop up if it's not already
4888         there.
4890         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
4891         messages" logic, which was reversed.
4893         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
4894         the "same place" even if point is on the line being replaced.
4895         (article-update-date-lapsed): Allow updating both the combined lapsed
4896         and the lapsed headers.
4897         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
4898         (article-make-date-line): Limit the number of segments dynamically to
4899         avoid too-long lines.
4901 2011-01-27  Julien Danjou  <julien@danjou.info>
4903         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
4904         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
4906 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4908         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
4909         Use plist-get instead of the cl function getf.
4911 2011-01-27  Glenn Morris  <rgm@gnu.org>
4913         * gnus-util.el (float-time): Get rid of compiler warning, again.
4915 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
4917         * shr.el (shr-put-color): Special-case background colors: Do put them
4918         at the blank parts at the front of the lines.
4920         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
4921         exit hook to nix out all data on readedness on group exit.
4923         * gnus-util.el (float-time): If float-time is bound, always use it on
4924         all Emacsen.  It's unclear why the subrp check was there.
4925         (time-date): Require to make some autoload issues on XEmacs go away.
4927         * shr.el (shr-put-color): Don't do the box padding in tables, since
4928         they're already padded.
4930 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
4932         * gnus-art.el (gnus-article-next-page): When the last line of the
4933         article is displayed, scroll down once more instead of going to the
4934         next article at once.
4935         (article-lapsed-string): Refactor out and allow specifying how many
4936         segments you want.
4937         (gnus-article-setup-buffer): Start updating the lapsed header directly.
4938         (gnus-article-update-lapsed-header): New variable.
4940         * shr.el: Revert change that made headings use different-sized faces.
4941         The Emacs display engine isn't advanced enough that, for instance,
4942         tables can comfortably use differently-sized faces.
4944 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4946         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
4947         used.
4948         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
4949         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
4950         we're using an encrypted connection.
4952         * proto-stream.el: Alter the interface functions to also return the
4953         actual stream type used: network or TLS.
4955 2011-01-25  Julien Danjou  <julien@danjou.info>
4957         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
4958         (mm-display-javascript-inline): New function.
4960         * mm-decode.el (mm-inline-media-tests): Add application/javascript
4961         viewing function.
4963 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
4965         * shr.el (shr-expand-newlines): Fix variable name.
4967 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
4969         * shr.el (shr-expand-newlines): Make nested boxes work.
4971 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4973         * shr.el (shr-expand-newlines): Proof of concept implementation of boxy
4974         backgrounds.
4975         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
4976         in a more sensible manner.
4978 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
4980         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
4981         if EPG is loaded.
4983 2011-01-24  Julien Danjou  <julien@danjou.info>
4985         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
4986         tags.
4988 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
4990         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
4991         commands.
4993         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
4994         in the article buffer.
4995         (gnus-gravatar-insert): Use blank space from the current buffer to
4996         avoid breaking text properties.  This makes X-Sent updating work again.
4998         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
5000 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
5002         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
5003         fix the bug in url-http.el instead.
5005         * shr.el (shr-image-fetched): Ditto.
5007         * shr.el (shr-image-fetched): Avoid having point move in the article
5008         buffer.
5010         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
5011         buffer after being called.  It's apparently being killed by url.el, and
5012         killing it made point move to end-of-buffer in a random buffer.
5014         * shr.el (shr-image-fetched): Ditto.
5016 2011-01-23  Julien Danjou  <julien@danjou.info>
5018         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
5020         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
5021         text/x-org.
5023 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5025         * gnus-sum.el (gnus-summary-move-article): Protect against backends
5026         (i.e., nnimap) returning nil as the article number.
5028 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
5030         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
5031         "DelSp" parameter in RFC3676.
5033 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5035         * message.el (message-check-recipients): Display the encoded version of
5036         the bogus address if they differ.
5038         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
5039         after sending.
5041         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5043         * gnus-group.el (gnus-group-refresh-group): New convenience function.
5045         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
5046         group buffer after sending the queue.
5048         * gnus-agent.el (gnus-agent-send-mail): Ditto.
5050 2011-01-22  Julien Danjou  <julien@danjou.info>
5052         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
5054 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
5056         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
5057         nested related parts.
5059         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
5060         unexpired articles.  This fixes the regression that led expiry marks to
5061         disappear from nnfolder groups.
5063 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5065         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
5066         Don't confuse the "ret" of "retrograde" with RET.
5068 2011-01-21  Julien Danjou  <julien@danjou.info>
5070         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
5071         than mm-insert-inline.
5073 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5075         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
5076         Widen article buffer.
5078 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5080         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
5081         the temp buffer.
5082         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
5084 2011-01-20  Julien Danjou  <julien@danjou.info>
5086         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
5088         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
5089         than mm-insert-inline to insert inline part: this respect
5090         mm-inline-media-tests displayers.
5092         * mm-view.el (mm-display-shell-script-inline): New function.
5094         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
5096         * mm-uu.el (mm-uu-type-alist): Add org block.
5097         (mm-uu-org-src-code-block-extract): New function.
5099         * mm-view.el (mm-display-org-inline): New function.
5101         * mm-decode.el (mm-automatic-display): Add text/org.
5103         * mailcap.el (mailcap-mime-extensions): Add .org.
5105 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
5107         * gnus-art.el (gnus-article-highlight): Remove argument passed to
5108         gnus-article-add-buttons.
5110 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
5112         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
5113         From header with a date and "nobody" as the sender.
5115 2011-01-19  Julien Danjou  <julien@danjou.info>
5117         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
5118         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
5119         if you have the same regexp several times.
5120         (gnus-button-push): Fix matching when regexp is symbol.
5122 2011-01-15  Glenn Morris  <rgm@gnu.org>
5124         * message.el (message-mail): A compose-mail function should
5125         accept headers as strings.
5127 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
5129         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
5130         Add :vert-only tags.
5131         (message-mail): New arg RETURN-ACTION.
5132         (message-return-action): New var.
5133         (message-bury): Use it.
5134         (message-mode): Make it buffer-local.
5135         (message-send-and-exit): Always call message-bury.
5137         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
5138         message-mail.
5140 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5142         * nnimap.el (nnimap-convert-partial-article): Protect against
5143         zero-length body parts.
5145         * mm-decode.el (mm-preferred-alternative-precedence):
5146         Discourage showing empty parts.
5148         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
5149         and stuff if the backend didn't return the article number.  This fixes
5150         an Exchange-related nnimap bug.
5152         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
5153         group window, because it does the wrong thing when a separate frame
5154         displays the group buffer.
5156         * proto-stream.el (open-protocol-stream): Protect against the low-level
5157         transport functions returning nil.
5159 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
5161         * mml2015.el (epg-sub-key-fingerprint): Autoload.
5162         (mml2015-epg-find-usable-secret-key): New function.
5163         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
5164         mml2015-epg-find-usable-key (Bug#7797).
5165         (mml2015-epg-encrypt): Ditto.
5167 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5169         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
5171 2011-01-03  Glenn Morris  <rgm@gnu.org>
5173         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
5175         * sieve.el (sieve-open-server): Give a more explicit error if
5176         sieve-manage-open returns nil.  (Bug#7720)
5178 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
5180         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
5182 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5184         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
5185         This avoids sending passwords in plain text over non-encrypted
5186         channels.
5188         * shr.el (shr-rescale-image): Display all GIF images as animated images.
5190         * nnimap.el (nnimap-login): Refactored out into own function, and
5191         implement CRAM-MD5.
5192         (nnimap-wait-for-line): Refactored out.
5194         * mm-view.el (mml-smime): Require.
5196 2010-12-20  David Engster  <deng@eml.cc>
5198         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
5199         use EPG to decrypt S/MIME messages instead of openssl.
5201 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
5205         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
5206         status is the group clearly is unreachable.
5208         * auth-source.el (auth-source-create): Add the optional second
5209         parameter to `local-variable-p' to be compatible with XEmacs.
5211 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
5213         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
5214         work when using a compressed nnml folder.
5216 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5218         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
5219         backends after sanitising on entry, because this never makes sense:
5220         If the articles have gone missing, then the data no longer exists on
5221         the backend, and if they haven't, then Gnus is wrong, and shouldn't
5222         overwrite anything anyway.
5224         * shr.el (shr-insert-document): Bind shr-width dynamically to
5225         window-width if it's nil.
5227 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
5229         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
5230         with the meaning of using the full emacs window width for rendering.
5232 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
5234         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
5235         case when sender is not given.
5237 2010-12-23  Julien Danjou  <julien@danjou.info>
5239         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
5240         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
5241         the addresses, otherwise we might misplaced the gravatar.
5243 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
5245         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
5246         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
5247         obsolete in Emacs.
5249 2010-12-20  Julien Danjou  <julien@danjou.info>
5251         * gnus-util.el (gnus-rescale-image): Revert last change.
5253 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255         * gnus-group.el (gnus-group-delete-articles): New command.
5257 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5259         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
5261 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5263         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
5264         here, since it's up to the backends to do CRLF removal if their
5265         protocol has it.
5267         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
5269 2010-12-17  Julien Danjou  <julien@danjou.info>
5271         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
5272         they are from file.  Can also scale up.
5274 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
5276         * gnus-sum.el (gnus-summary-refer-thread): Simplify code.
5277         Restore gnus-use-agent.
5278         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
5280         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
5282 2010-12-17  Julien Danjou  <julien@danjou.info>
5284         * gravatar.el (gravatar-retrieve-synchronously): New function.
5285         (gravatar-get-data): Make more robust.
5287 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
5290         to really consider the last line.
5292 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
5294         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
5295         list of recipient keys, or use symmetric encryption if not a list.
5296         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
5297         EPA override, replacing the call to `netrc-store-data'.
5299 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
5301         * gnus-srvr.el: Avoid passing nil regexp argument to
5302         delete-matching-lines.
5304 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5306         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
5307         fetching stops when Gnus exits.
5309         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
5310         function.
5311         (nnfolder-request-expire-articles): Save all the buffers after doing
5312         expiry.
5314         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
5315         the last article", since that led to serious performance regressions
5316         when expiring nnml groups.
5318 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
5320         * nnir.el: Improve customizations.
5322 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5324         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
5326         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
5327         group has been killed.
5328         (gnus-group-yank-group): Ditto.
5330         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
5332         * nnimap.el (nnimap-request-update-group-status): New function.
5334         * gnus-int.el (gnus-request-update-group-status): New interface
5335         function.
5337         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
5338         copying read-ness to the backends.
5340         * nnimap.el (nnimap-quirk): New function.
5341         (nnimap-retrieve-group-data-early): Use it.
5342         (nnimap-quirks): New alist.
5344 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5346         * shr.el (shr-insert): Set shr-start after deleting trailing space;
5347         don't delete it within indentation.
5349 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
5352         previous line.
5354 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5356         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
5357         QRESYNC command by deleting a superfluous space which broke Cyrus
5358         servers.  This change will break other servers that are buggy the other
5359         way around.
5361 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
5363         * spam.el: Reindent and fix long lines.
5364         (spam-copy-or-move-routine): Exclude invalid move destinations.
5366 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
5368         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
5369         installed the registry.
5371 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5373         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
5374         groupname doesn't contain "gmane".
5376 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5378         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
5379         (gnus-1): Don't create the nndrafts group twice.
5380         (gnus-setup-news): There's no need to read the active file here, since
5381         that's done again later on a per-backend basis.
5382         (gnus-start-draft-setup): Make sure that the new group is started out
5383         empty.
5385         * gnus-agent.el (gnus-agentize): Don't create the queue group
5386         automatically on startup.  It'll be created later, if needed.
5388         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
5389         of automatically subscribed groups.
5390         (gnus-auto-subscribed-categories): New variable.
5391         (gnus-matches-options-n): Use it.
5392         (gnus-default-subscribed-newsgroups): Remove unused variable.
5393         (gnus-start-draft-setup): Message a bit less.
5395 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
5397         * nnir.el (nnir-run-imap): Return article list in order of increasing
5398         UID.
5400 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5402         * gnus-sum.el (gnus-summary-enter-digest-group):
5403         Mention gnus-auto-select-on-ephemeral-exit.
5405         * proto-stream.el (proto-stream-open-network-only): Fix the calling
5406         convention of the network-only option.
5408 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5410         * proto-stream.el (proto-stream-open-network-only): New function to
5411         have a way to specify non-STARTTLS upgrade connections.
5413 2010-12-10  Julien Danjou  <julien@danjou.info>
5415         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
5416         email address is nil.
5418         * message.el (message-bogus-recipient-p): Set address to "" if nil.
5420 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
5422         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
5423         deletion.
5424         (nnir-run-imap): Only need to parse list once.
5426 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5428         * shr.el (shr-tag-script): Ignore <script>.
5429         (shr-tag-label): Add <label> support.
5431 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5433         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
5435         * shr.el (shr-image-displayer): Work for images lined side by side.
5437 2010-12-08  Robert Pluim  <rpluim@gmail.com>
5439         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
5440         parameter, since XEmacs doesn't accept t as a parameter.
5442 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
5444         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
5445         ids.
5446         (nnir-run-gmane): Simplify groupspec formatting.
5447         (nnir-request-expire-articles): New function.
5449 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5451         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
5452         overflow, possibly.
5454         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
5455         (shr-render-td): Handle td style="" better.
5456         (shr-tag-table): Use the color from the style sheet.
5457         (shr-render-td): Make sure we copy over all the overlays, too.
5459 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
5461         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
5462         (nnir-request-article): Improve article retrieval.
5464 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5466         * mm-util.el (mm-extra-numeric-entities): New variable.
5468         * mm-url.el (mm-url-decode-entities):
5469         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
5471 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5473         * message.el: Use completion-at-point.
5474         (message-completion-function): New fun, extracted from message-tab.
5475         (message-mode): Use it for completion-at-point-functions.
5476         (message-tab): Use it and completion-at-point.
5478 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5480         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
5481         character if a non-breakable character follows.
5483 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
5486         any stream.
5488         * shr.el (shr-tag-font): Colorize the region.
5489         (shr-tag-body): Ditto.
5490         (shr-tag-font): Actually let the styles be inherited instead of
5491         overwriting them.
5492         (shr-tag-font): Get the background color right.
5493         (shr-tag-style): Ignore all <style> tags for the moment.
5495         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
5496         a Message-ID to avoid having nnimap depend on gnus-sum.
5498         * shr.el (shr-descend): Only colorize something if we have a node that
5499         sets colors.
5501 2010-12-06  Julien Danjou  <julien@danjou.info>
5503         * shr.el (shr-render-td): Render td content with shr-descend, so style
5504         will be applied to <td> too.
5505         (shr-colorize-region): Colorize region even if we only have a background.
5506         (shr-tag-body): Fix color and background color inheritance.
5507         Do not recolorize after shr-generic.
5508         (shr-tag-font): Let shr-generic colorize via inheritance.
5510 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5512         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
5514 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
5516         * nnir.el (nnir-request-move-article): Remove obsolete code.
5518 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5520         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
5522 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5524         * gnus-sum.el (gnus-summary-respool-article): The completion function
5525         expects a list instead of an alist.
5527         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
5528         string as the parameter.
5530         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
5532         * shr.el (shr-stylesheet): New dynamic variable for cascading the
5533         styles.
5534         (shr-colorize-region): New function.
5535         (shr-insert-background-overlay): Remove.
5536         (shr-render-td): Background setting should be taken care of on a higher
5537         level.
5538         (shr-tag-body): Use post-hoc colorizations.
5539         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
5540         (shr-put-color-1): Don't overwrite old colors.
5541         (shr-colorize-region): When the background color isn't explicit, use
5542         a fixed background.
5544         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
5545         nnmail variables.
5547 2010-12-05  Bjørn Mork  <bjorn@mork.no>
5549         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
5550         unless necessary.
5552 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
5554         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
5555         server.
5557 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5559         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
5560         so that TAB works.
5562         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
5563         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
5565         * shr.el (shr-urlify): Show the URL before the title to avoid
5566         misleading URLs.
5568 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
5570         * shr.el (shr-urlify): Display the title in <a> tags.
5572 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
5574         * nnir.el (nnir-categorize): Replace mapcar with mapc.
5576 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
5578         * nnir.el: Rearrange code to allow macros to be autoloaded by
5579         gnus-sum.el.
5580         (nnir-retrieve-headers-override-function): Make this variable
5581         customizable.
5582         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
5584         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
5585         from nnir.el.
5587 2010-12-03  Julien Danjou  <julien@danjou.info>
5589         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
5591 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5593         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
5594         allow optional argument `environment'.
5596 2010-12-03  Glenn Morris  <rgm@gnu.org>
5598         * mm-extern.el (message-goto-body): Update declaration.
5600 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5602         * gnus-util.el (gnus-macroexpand-all): New function.
5604         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
5605         instead of macroexpand-all that is unavailable in XEmacs.
5607 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
5609         * nnir.el (nnir-summary-line-format): New variable.
5610         (nnir-mode): Use it.
5611         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
5612         (nnir-article-ids): Reimplement as defsubst.
5613         (nnir-retrieve-headers): Don't mangle the subject header.
5614         (nnir-run-imap): Use 100 as RSV score.
5615         (nnir-run-find-grep): Fix for full server searching.
5616         (nnir-run-gmane): Better restriction to gmane groups.
5618         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
5619         summary buffers.
5621 2010-12-02  Julien Danjou  <julien@danjou.info>
5623         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
5625         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
5627         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
5628         support.
5630 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
5632         * nnir.el: Update to handle the registry better.
5633         (autoload): Silence byte-compiler.
5634         (nnir-open-server): Add a hook for nnir groups.
5635         (nnir-request-move-article): Don't mangle the header.  Better to use
5636         formatting variables (which will be added in the future).
5637         (nnir-registry-action): Update the registry using the original article
5638         group name.
5639         (nnir-mode): Install nnir-specific hooks for updating the registry.
5641         * gnus-sum.el
5642         (gnus-article-original-subject,gnus-newsgroup-original-name):
5643         Remove obsolete variables.
5644         (gnus-summary-move-article): Remove use of obsolete variables.
5645         (gnus-summary-local-variables): Make move and delete hooks local to
5646         summary buffers.
5648 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5650         * rtree.el: New file.
5652 2010-12-01  Julien Danjou  <julien@danjou.info>
5654         * message.el (message-user-organization): Do not use
5655         gnus-local-organization.
5657         * gnus.el: Remove gnus-local-organization.
5659         * gnus-msg.el: Remove nastygram thing.
5661 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
5663         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
5664         funcall.
5666 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5668         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
5669         names.
5671         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
5672         characters.
5674         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
5675         to t of inhibit-read-only since it is inside gnus-with-article-headers.
5676         Suggested by Štěpán Němec <stepnem@gmail.com>.
5677         (gnus-gravatar-transform-address): Use mail-extract-address-components
5678         that supports non-ASCII names rather than mail-header-parse-addresses.
5680 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5682         * proto-stream.el (open-protocol-stream): All STARTTLS connections are
5683         handled by the network handler.
5685 2010-11-30  Julien Danjou  <julien@danjou.info>
5687         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
5688         (nnimap-open-connection-1): Fix PREAUTH.
5690         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
5692 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5694         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
5695         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
5696         (shr-insert): Use them.
5697         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
5699 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5701         * nnir.el (nnir-request-move-article): Bail out if original group
5702         doesn't support article moves.
5703         (nnir-get-active): Improve active list retrieval.
5705 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707         * shr.el (shr-find-fill-point): Don't break before apostrophes.
5709 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
5711         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
5712         seem to accept strings-with-numbers as port numbers.
5714 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
5716         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
5717         change the registry.
5719 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5721         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
5722         delete-dups that is not available in XEmacs 21.4.
5724         * mm-util.el (mm-delete-duplicates): Add comment.
5726 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
5728         * nnir.el (nnir-ignored-newsgroups): New variable.
5729         (nnir-get-active): Use it.
5731 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5733         * proto-stream.el (proto-stream-open-network): Add some comments.
5735         * nntp.el (nntp-open-connection): Provide a :success condition.
5737         * nnimap.el (nnimap-open-connection-1): Ditto.
5739         * proto-stream.el (proto-stream-open-network): See what the response to
5740         the STARTTLS command is.
5742         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
5743         backwards compatibility).
5744         (nnimap-open-connection-1): Really respect nnimap-server-port.
5746         * proto-stream.el (proto-stream-open-network): When doing opportunistic
5747         TLS upgrades we don't really care about the identity of the peer.
5748         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
5749         that what we've checked for.
5750         (proto-stream-always-use-starttls): Only default to t if
5751         open-gnutls-stream exists.
5752         (proto-stream-open-network): If STARTTLS failed, then just open a
5753         normal connection.
5754         (proto-stream-open-network): Wait until the greeting before doing
5755         STARTTLS.
5757         * nntp.el (nntp-open-connection): Report what the connection error is.
5759         * proto-stream.el (open-protocol-stream): Rename from
5760         open-proto-stream.
5762 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5764         * nnimap.el (nnimap-stream): Change default to `undecided'.
5765         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
5766         first, and then network.
5767         (nnimap-open-connection-1): Respect nnimap-server-port.
5768         (nnimap-open-connection): Be more backwards-compatible.
5770         * proto-stream.el (proto-stream-always-use-starttls): New variable.
5771         (proto-stream-open-starttls): De-duplicate the STARTTLS code.
5772         (proto-stream-open-starttls): Folded back into the main function.
5773         (proto-stream-open-network): Fix typo in the GnuTLS path.
5774         (proto-stream-command): Refactor out.
5776         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
5778         * proto-stream.el (proto-stream-open-starttls): Actually implement the
5779         starttls.el STARTTLS.
5781         * color.el (color-lab->srgb): Fix function call name.
5783         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
5784         if we're using tls.el.
5785         (proto-stream-open-network): If we don't have gnutls-cli or GnuTLS
5786         built in, then don't try to establish a STARTTLS connection.
5788         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
5789         servers.
5791         * proto-stream.el (open-proto-stream): Use network, not stream.
5792         (open-proto-stream): Add a way to specify what the end of a command is.
5794         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
5795         connections types.
5796         (nntp-open-network-stream): Remove.
5797         (nntp-open-ssl-stream): Remove.
5798         (nntp-open-tls-stream): Remove.
5799         (nntp-ssl-program): Remove.
5801         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
5803 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
5805         * nnir.el: Fix typos.
5806         (nnir-retrieve-headers-override-function): Rename variable to reflect
5807         new semantics.
5808         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
5809         macros.
5810         (nnir-request-article, nnir-request-move-article): Use them.
5811         (nnir-categorize): New function.
5812         (nnir-run-query): Use it.
5813         (nnir-retrieve-headers): Rewrite to batch header retrieval.
5814         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
5815         sorted.
5816         (nnir-group-full-name): Use gnus-group-full-name instead.
5817         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
5818         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
5820 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5822         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
5824         * proto-stream.el: New library to provide protocol-specific
5825         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
5826         protocols.
5827         (open-proto-stream): Complete the documentation.
5828         (proto-stream-open-network): Fix some typos.
5830         * nnimap.el (nnimap-open-connection): Use it.
5832 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
5834         * pop3.el (pop3-open-server): Read server greeting before starting TLS
5835         negotiation.
5837 2010-11-26  Julien Danjou  <julien@danjou.info>
5839         * color.el: Rename various rgb functions to srgb.
5841 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5843         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
5844         names.
5846 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5848         * shr.el (shr-insert): Revert last change.
5849         (shr-find-fill-point): Never leave point being at bol;
5850         relax the kinsoku limitation when rendering tables.
5852 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5854         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
5855         results from -accept-article.
5857         * shr-color.el: Require cl when compiling.
5859         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
5860         checkin.
5862         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
5864         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
5866         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
5867         'add and 'delete to set backend marks.
5869         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
5871         * nnheader.el (nnheader-update-marks-actions): Refactor out.
5873         * nntp.el (nntp-request-set-mark): Use it.
5875         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5877         * nnml.el (nnml-request-set-mark): Ditto.
5879         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
5880         introduces regressions in article selection.
5881         (nnimap-find-uid-response): New function.
5882         (nnimap-request-accept-article): Use the UID returned, if any.
5883         (nnimap-request-move-article): Use the UID returned, if any.
5884         (nnimap-get-groups): Reimplement to work with folded lines.
5885         (nnimap-find-uid-response): The UID is the last element in the list.
5886         (nnimap-request-set-mark): Extend syntax with 'set.
5888         * nnml.el (nnml-request-set-mark): Ditto.
5890         * nnfolder.el (nnfolder-request-set-mark): Ditto.
5892         * nntp.el (nntp-request-set-mark): Ditto.
5894 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5896         * message.el (message-called-interactively-p): A temporary macro.
5897         (message-goto-body): Use it temporarily.
5899 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5901         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
5902         (nnimap-last-response-string): Unfold quoted lines, if they exist.
5903         (nnimap-last-response-string): Fix last unfolding fix.
5905 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5907         * shr.el (shr-insert): Fix the way to fold lines.
5909 2010-11-25  Julien Danjou  <julien@danjou.info>
5911         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex.
5913         * color.el: Rename from color-lab.el
5914         (color-rgb->hex): Add.
5915         (color-complement): Add.
5916         (color-complement-hex): Add.
5918         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
5920 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5922         * shr-color.el (shr-color-visible): Don't bug out if the color names
5923         don't exist.
5925 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5927         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
5928         assuming that article displaying or another mml-preview may be
5929         interrupted for an error or for the like.
5931         * shr.el (shr-get-background): Fix argument name.
5933 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5935         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
5937         * gnus-sum.el (gnus-summary-include-articles): New function.
5939         * message.el (message-goto-body): called-interactively-p needs a
5940         parameter, so use `any'.
5942         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
5943         clear marks before moving, since they're synced from the Gnus side
5944         first.
5946         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
5947         (gnus-summary-move-article): Copy over all marks before moving, so that
5948         IMAP doesn't think a new article has arrived.
5950 2010-11-24  Julien Danjou  <julien@danjou.info>
5952         * shr.el (shr-insert-background-overlay): Fix typo.
5953         (shr-render-td): Copy the background before rendering.
5955         * shr-color.el (shr-color-visible): Fix docstring.
5957         * shr.el (shr-tag-table): Add bgcolor support.
5958         (shr-render-td): Add bgcolor support.
5959         (shr-get-background): Add.
5960         (shr-insert-foreground-overlay): Use shr-get-background.
5962         * message.el (message-goto-body): Use called-interactively-p.
5963         (message-in-body-p): message-goto-body returns point.
5965 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5967         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
5968         Fixes something or other in Emacs 23, and is backwards compatible.
5970         * message.el (message-goto-body): Remove the <#secure special-casing,
5971         which is too special.
5973         * shr.el (shr-parse-style): Drop !important from styles.
5975 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
5977         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
5978         this function to return incorrect results when calling it with an
5979         explicit article argument different from
5980         (gnus-summary-article-number).
5982 2010-11-24  Julien Danjou  <julien@danjou.info>
5984         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
5985         (shr-tag-body): Add background support.
5986         (shr-descend): Add background support.
5987         (shr-tag-title): Add.
5989         * shr-color.el (shr-color-visible): Really return original background
5990         if fixed.
5992 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5994         * shr.el (shr-color-check): Protect against non-existent color names.
5996 2010-11-24  Julien Danjou  <julien@danjou.info>
5998         * color-lab.el: Require 'cl when compiling.
6000         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
6002         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
6003         matched part.
6005         * color-lab.el: Fix all expt calls to use float type.
6007 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6009         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
6010         expression to shr-color-check as is.
6012         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
6014         * color-lab.el: Add coding cookie.
6015         (float-pi): Use eval-and-compile.
6017 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6019         * shr.el (shr-insert-color-overlay): Split stuff like
6020         "#444444 !important" to find the real color.
6021         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
6022         parse <font color="red"> entries.
6024 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
6026         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
6027         point when parsing headers.
6029         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
6030         is positioned properly when parsing headers.
6032 2010-11-23  Julien Danjou  <julien@danjou.info>
6034         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
6036         * shr-color.el (shr-color->hexadecimal): Add support for color names.
6038         * shr.el (shr-parse-style): Replace \n with space in style parsing.
6040         * shr-color.el (shr-color-hsl-to-rgb-fractions):
6041         Use shr-color-hue-to-rgb.
6042         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
6044 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046         * shr.el (shr-color->hexadecimal): Autoload.
6047         (shr-descend): Add color to all tags.
6049 2010-11-22  Julien Danjou  <julien@danjou.info>
6051         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
6052         shr-color->hexadecimal.
6054         * shr-color.el (shr-color->hexadecimal): Add converting functions for
6055         RGB() or HSL() color representation.
6057         * shr.el (shr-tag-font): Add.
6058         (shr-tag-color-check): New function to get better colors.
6059         (shr-tag-insert-color-overlay): Factorize code between tag-font and
6060         tag-span.
6062         * shr-color.el: New file.
6064         * color-lab.el: New file.
6066         * gnus-art.el (gnus-url-mailto): Do not downcase args.
6068 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
6070         * nnir.el: Fix typo in comments.
6071         (nnir-run-imap): Simplify code.  No need to reverse artlist.
6072         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
6074 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6076         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
6078         * nnimap.el (nnimap-get-capabilities): Refactor out.
6079         (nnimap-open-connection): Re-request capabilities after STARTTLS.
6081 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
6083         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
6084         appearing when `mm-uu-hide-markers' is nil.
6086 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6088         * nnimap.el (nnimap-unselect-group): Make into its own function.
6089         (nnimap-request-rename-group): Unselect group before renaming.
6090         This had gotten lost somewhere.
6091         (nnimap-request-accept-article): Keep track of examined groups, and
6092         unselect the group before APPENDing to read-only groups.
6093         (nnimap-request-move-article): Clear flags before moving so that they
6094         can be re-set later.
6096 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
6099         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
6101 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6103         * gnus-art.el (gnus-mime-display-single):
6104         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images):
6105         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
6106         parameter.
6108 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6110         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
6111         (shr-table-vertical-line): New variable.
6112         (shr-insert-table): Use it.
6114 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6116         * gnus-html.el (gnus-html-wash-images): Don't display images if
6117         gnus-inhibit-images is non-nil; register displayer for cid images.
6118         (gnus-html-display-image): Work for cid image.
6119         (gnus-html-insert-image): Allow arguments.
6120         (gnus-html-put-image): Inhibit read-only.
6121         (gnus-html-prefetch-images): Don't prefetch images if
6122         gnus-inhibit-images is non-nil.
6124 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6126         * shr.el (shr-put-image): Break lines when inserting big pictures.
6128 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6130         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
6131         sender, thanks Katsumi Yamaoka.
6133 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
6135         * nnir.el (nnir-run-imap): Reverse the article list for each group
6136         rather than the whole list.
6138 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6140         * shr.el (shr-image-displayer): Protect function against non-existent
6141         image source.
6143         * gnus-art.el (gnus-inhibit-images): New user option.
6144         (gnus-mime-display-single): Don't display image if it is non-nil.
6146         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
6147         gnus-inhibit-images.
6149         * shr.el (shr-image-displayer): New function.
6150         (shr-tag-img): Use it.
6152 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6154         * mml2015.el (mml2015-epg-sign): Use From header.
6156 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6158         * gnus-html.el (gnus-html-wash-images): Register a displayer.
6160         * gnus-util.el (gnus-find-text-property-region): Return markers.
6162         * shr.el (shr-tag-img): Put a displayer in the text property.
6164         * gnus-util.el (gnus-find-text-property-region): New utility function.
6166         * gnus-html.el (gnus-html-display-image): Make the alt optional.
6167         (gnus-html-show-images): Remove.
6169         * gnus-art.el (gnus-article-show-images): New, more general function.
6171         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
6172         image url text properties.
6174         * shr.el: Ditto.
6176         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
6177         gnus-agent-auto-agentize-methods is set.  Which it isn't.
6179 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6181         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
6182         work for two or more articles.
6184 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6186         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
6187         divide an image that's in an html article to two or more when washing
6188         non-ASCII characters in alt text of it.
6190 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6192         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
6193         smime-decrypt-region using function argument.
6194         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
6196         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
6198         * smime.el (smime-decrypt-region): Catch it.
6200 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
6202         * smime.el (smime-mode-map): Move initialization into declaration.
6203         (gnus-run-mode-hooks): Don't autoload.
6204         (smime-mode): Use define-derived-mode.
6206 2010-11-11  Glenn Morris  <rgm@gnu.org>
6208         * smime.el (from): Restrict declaration to XEmacs.
6210         * nnir.el (gnus-group-topic-name): Autoload.
6212 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6214         * shr.el (shr-insert): Don't break long line if it is because of
6215         kinsoku-bol characters in the line end.
6217 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
6219         * nnir.el (nnir-request-move-article): Fix to provide original group
6220         and subject.
6221         (nnir-warp-to-article): Don't fail on articles whose headers haven't
6222         been retrieved.
6224         * gnus-sum.el (gnus-summary-move-article): Use original group and
6225         subject for virtual articles such as those in an nnir summary buffer.
6227 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6229         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
6230         least 21.5).
6232         * smime.el (from): Declare it again for XEmacs.
6234 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6236         * message.el (message-resend): Don't disable encoding unless it's
6237         already encoded.
6239         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
6240         low-numbered articles.
6242 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6244         * rfc2047.el (rfc2047-syntax-table): Simplify.
6246         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
6247         set-char-table-range for XEmacs.
6249 2010-11-10  Glenn Morris  <rgm@gnu.org>
6251         * smime.el (from): Remove unused declaration.
6253         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
6254         (gnus-float-time): On Emacs, always an alias.
6256         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
6257         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
6259 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6261         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
6263 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6265         * shr.el (browse-url-mailto): Autoload.
6267         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
6269         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
6270         regexp doesn't need quoting.
6272 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
6274         * message.el (message-subject-trailing-was-ask-regexp)
6275         (message-subject-trailing-was-regexp): Match was: in addition to was.
6277 2010-11-09  Glenn Morris  <rgm@gnu.org>
6279         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
6280         (nnbabyl-check-mbox): Use point-at-bol.
6282 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6284         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
6286         * message.el (message-mailto): New function.
6287         (message-mailto): Should accept other parameters.
6288         (message-mailto): Remove since it duplicates browse-url-mailto
6289         functionality.
6291 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6293         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
6294         methods.
6295         (gnus-read-active-file): Ditto.
6297         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
6298         ": " from the prompt.
6299         (gnus-group-make-group): Ditto.
6301 2010-11-07  Glenn Morris  <rgm@gnu.org>
6303         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
6304         (gnus-bookmark-kill-line): Use point-at-eol.
6306 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6308         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
6309         asterisks in From header.
6311 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6313         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
6314         string to avoid making the From headers syntactically invalid.
6316         * message.el (message-send-mail): Don't insert courtesy messages if the
6317         message already has List-Post and List-ID messages.
6319 2010-11-06  Glenn Morris  <rgm@gnu.org>
6321         * gnus-art.el (gnus-treat-article): Give dynamic local variables
6322         `condition', `type', `length' a prefix.
6323         (gnus-treat-predicate): Update for above name changes.
6325 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
6327         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
6328         binding.  Handled by `gnus-summary-refer-thread' instead.
6329         (nnir-warp-to-article): New backend function.
6331         * nnimap.el (nnimap-request-thread): Force dependency updating.
6333         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
6334         (gnus-summary-refer-thread): Rework to improve thread-referral.
6336         * gnus-int.el (gnus-warp-to-article): New function.
6338         * gnus-sum.el (gnus-summary-article-map): Bind it.
6340 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
6342         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
6343         gnus-summary-refer-thread.
6345         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
6346         headers.
6347         (gnus-summary-limit-include-thread): Prevent articles in thread from
6348         being cut in gnus-cut-threads.
6349         (gnus-summary-refer-thread): Limit retrieved headers to those in
6350         thread.
6352 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6354         * message.el (message-send-mail): Use the value of
6355         message-courtesy-message from the message buffer.
6357         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
6359         * shr.el (shr-browse-url): Implement mailto: URLs.
6361         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
6362         "raw".
6364         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
6365         if it's already selected.
6367         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
6369 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6371         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
6372         to measure the length and truncate alt text.
6374 2010-11-03  Glenn Morris  <rgm@gnu.org>
6376         * nndiary.el (nndiary-generate-nov-databases-1)
6377         (nndiary-generate-active-info): Rename dynamic variable `files' to
6378         something less generic.
6380 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
6382         * nnir.el (nnir-request-move-article): Call the underlying backend to
6383         move articles from nnir.
6385 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6387         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
6389 2010-11-02  Julien Danjou  <julien@danjou.info>
6391         * nnir.el: Remove wais support.
6393 2010-11-02  Glenn Morris  <rgm@gnu.org>
6395         * gnus-html.el: Reorder requirements to quieten compiler.
6397 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6399         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
6400         properly for XEmacs as well.
6401         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
6402         (gnus-article-natural-long-line-p): Use window-width rather than
6403         frame-width.
6405 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
6407         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
6408         (nnir-read-parms): Don't modify query.
6409         (nnir-run-query): Add ability to search topic on current line.
6410         (nnir-get-active): Clean up.
6412 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6414         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
6415         degenerate articles.
6417         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
6418         (gnus-print-buffer): Just print the buffer as is, without any copying
6419         to a buffer and then re-highlighting.
6421         * nnimap.el (nnimap-request-group): Store the new updated info.
6422         (nnimap-request-group): Select the group when we don't know whether it
6423         exists or not.
6425         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
6426         groups.
6428         * gnus-group.el (gnus-group-find-new-groups): Display all the new
6429         groups.
6431         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
6432         groups.
6434         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
6435         long-lines case by only filling the long lines.
6437         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
6438         (bug #7311).
6440 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6442         * shr.el: No need to declare `declare-function' since shr.el is for
6443         only Emacsen that provide `libxml-parse-html-region'.
6445 2010-11-01  Glenn Morris  <rgm@gnu.org>
6447         * mm-util.el (gnus-completing-read): Autoload.
6448         (mm-read-coding-system): Simplify Emacs definition.
6450         * nnmail.el (gnus-activate-group):
6451         * nnimap.el (gnutls-negotiate):
6452         * nntp.el (netrc-parse): Fix declarations.
6454 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6456         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
6457         string-match-p in Emacs >=23.
6459         * gnus-msg.el (gnus-configure-posting-styles):
6460         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
6462 2010-11-01  Glenn Morris  <rgm@gnu.org>
6464         * nnir.el (declare-function): Add compat stub.
6465         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
6466         (nnir-run-gmane): Require 'mm-url.
6468         * mm-util.el (mm-string-to-multibyte): Simplify.
6470         * shr.el (declare-function): Add compat stub.
6471         (url-cache-create-filename): Declare.
6472         (mm-disable-multibyte, widget-convert-button): Autoload.
6474         * smime.el (ldap-search): Declare.
6475         (smime-cert-by-ldap-1): Require ldap on Emacs.
6477         * nnimap.el: Require nnmail, and gnus-sum when compiling.
6478         (nnimap-keepalive): Use gnus-float-time.
6480         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
6481         (mail-source-delete-crash-box): Use gnus-float-time.
6483         * gnus-dired.el (gnus-completing-read): Autoload.
6485         * mm-view.el (gnus-rescale-image): Autoload.
6487         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
6489         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
6491         * sieve-manage.el: Require 'cl when compiling.
6493         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
6494         (gnus-iswitchb-completing-read): Require iswitchb.
6495         (gnus-select-frame-set-input-focus): Silence compiler.
6497 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6499         * message.el (message-subject-trailing-was-query): Change default to t,
6500         since I think that's what most people want.
6502         * nnimap.el (nnimap-request-accept-article): Erase buffer before
6503         appending for easier debugging.
6504         (nnimap-wait-for-connection): Take a regexp.
6505         (nnimap-request-accept-article): Wait for the continuation line before
6506         sending anything unless we're streaming.
6508         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
6509         leave the header washing to take place.
6511 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
6513         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
6514         regular expression match and replace in posting styles.
6516 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
6518         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
6519         an entire server.
6520         (nnir-get-active): New function.
6521         (nnir-run-imap): Use it.
6522         (nnir-run-gmane): Who knew, gmane search returns an article score!
6524         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
6525         server on the current line with nnir.
6527 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6529         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
6530         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
6531         left edge.
6532         (gnus-article-foldable-buffer): Skip past the prefix when determining
6533         raggedness.
6535         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
6536         the raw article, and change `C-u g' to show the article without doing
6537         treatments.
6539         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
6540         on to `gnus-treat-article'.
6541         (gnus-inhibit-article-treatments): New variable.
6543         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
6545         * gnus-art.el (gnus-treatment-function-alist): Have
6546         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
6547         (gnus-treat-fill-long-lines): Change default to fill all text/plain
6548         sections.
6550         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
6551         parameter.
6552         (gnus-article-fill-cited-long-lines): New function.
6553         (gnus-article-fill-cited-article): Allow filling only long sections.
6555         * shr.el (shr-find-fill-point): Don't break lines between punctuation
6556         and non-punctuation (like after the apostrophe in "'We").
6558         * gnus-sum.el (gnus-summary-select-article): Make sure
6559         gnus-original-article-buffer is alive.
6561         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
6562         reflect the order they are in the digest.
6564         * gnus.el (gnus-group-startup-message): Move point to the start of the
6565         buffer.
6567         * nnimap.el (nnimap-capability): New function.
6568         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
6569         is set.
6571 2010-10-31  David Engster  <dengste@eml.cc>
6573         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
6574         conform with changes to gnus-completing-read.
6576 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578         * shr.el (shr-tag-img): Output "*" instead of "[img]".
6580 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6582         * nnir.el: Move defvar, defcustom around to keep file organized
6583         and keep byte-compiler quiet.
6584         (nnir-read-parms): Accept search-engine as arg.
6585         (nnir-run-query): Pass search-engine as arg.
6586         (nnir-search-engine): Remove.
6588 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6590         * shr.el (shr-generic): The text nodes should be text, not :text.
6592         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
6593         later in the file.
6595 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
6597         * nnir.el: General clean up.  Allow searching with multiple engines.
6598         Allow separate extra-parameters for each engine.
6599         Batch queries when possible.
6600         (nnir-imap-default-search-key,nnir-method-default-engines):
6601         Add customize interface.
6602         (nnir-run-gmane): New engine.
6603         (nnir-engines): Use it.  Qualify all prompts with engine name.
6604         (nnir-search-engine): Remove global variable.
6605         (nnir-run-hyrex): Restore for now.
6606         (nnir-extra-parms,nnir-search-history): New variables.
6607         (gnus-group-make-nnir-group): Use them.
6608         (nnir-group-server): Remove in favor of gnus-group-server.
6609         (nnir-request-group): Avoid searching twice.
6610         (nnir-sort-groups-by-server): New function.
6612 2010-10-30  Julien Danjou  <julien@danjou.info>
6614         * gnus-group.el: Remove gnus-group-fetch-control.
6616         * gnus-start.el (gnus-find-new-newsgroups):
6617         Remove gnus-check-first-time-used.
6619         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
6621 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6623         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
6624         set on groups that don't have \* permanentflags.
6626 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6628         * shr.el (shr-tag-span): Drop colorization of regions since we don't
6629         control the background color.
6630         (shr-tag-img): Ignore very small web bug type images.
6631         (shr-put-image): Add help-echo alt texts to the images.
6632         (shr-tag-video): Show the video poster image.
6634 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6636         * shr.el (shr-table-depth): New variable.
6637         (shr-tag-table-1): Only insert the images after the top-level table.
6639         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
6641         * gnus-util.el (gnus-list-memq-of-list): New function.
6643         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
6644         selected.
6645         (nnimap-unsplittable-articles): New slot.
6646         (nnimap-new-articles): Use it.
6648 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
6650         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
6651         move to the previous line on `M-g'.
6653 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6655         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
6656         *-request-group, which seems unnecessary.
6658         * nnimap.el (nnimap-quote-specials): Function copied over from
6659         imap.el.
6660         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
6661         they support that.  Suggested by Tom Regner.
6663 2010-10-29  Julien Danjou  <julien@danjou.info>
6665         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
6666         defalias.
6667         (gnus-summary-delete-marked-with): Remove obsolete defalias.
6669         * gnus.el: Remove `gnus-nntp-service' variable.
6670         (gnus-secondary-servers): Make obsolete.
6671         (gnus-nntp-server): Make obsolete.
6673         * gnus-start.el (gnus-1): Remove x-splash calls.
6675         * gnus-ems.el (gnus-x-splash): Remove.
6677         * gnus.el (gnus-group-startup-message): Simplify/update code.
6679         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
6680         capability before doing anything.
6681         (gnus-group-insert-group-line): Remove useless
6682         gnus-group-remove-excess-properties.
6684 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6686         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
6688 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6690         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
6691         config after reselecting.
6693 2010-10-28  Julien Danjou  <julien@danjou.info>
6695         * shr.el (shr-put-image): Use point even if only inserting text.
6696         (shr-put-image): Save excursion when inserting alt text on non-graphic
6697         display, so the behavior is the same when we are on a graphic display.
6699         * nnir.el (nnir-run-swish-e): Remove hyrex support.
6701 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6703         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
6704         (gnus-mime-copy-part): Check coding system, not charset.
6705         (gnus-mime-view-part-externally): Never remove part.
6706         (gnus-mime-view-part-internally): Don't remove part here.
6707         (gnus-article-part-wrapper): Make sure MIME tag is visible.
6708         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
6709         multipart/alternative.
6711         * mm-decode.el (mm-display-part): Take optional arg `force'.
6713 2010-10-26  Julien Danjou  <julien@danjou.info>
6715         * gnus-group.el (gnus-group-default-list-level): Add this function to
6716         compute the default list level.
6717         (gnus-group-default-list-level): Add possibility to use a function.
6719 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6721         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
6723         * gnus-group.el (gnus-group-completing-read)
6724         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
6725         gnus-replace-in-string.
6727 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6729         * shr.el (shr-tag-div): Add.
6731 2010-10-25  Julien Danjou  <julien@danjou.info>
6733         * gnus-util.el: Remove `gnus-with-local-quit'.
6735         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
6737 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6739         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
6740         the original article buffer.
6742 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6744         * nnimap.el (nnimap-request-head): New function.
6745         (nnimap-request-move-article): Try to be slightly faster by not
6746         requesting the entire message when moving.
6747         (nnimap-transform-headers): Don't bug out on bodiless articles.
6748         (nnimap-send-command): Have no outstanding messages if the IMAP server
6749         doesn't support streaming.
6750         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
6752 2010-10-24  Julien Danjou  <julien@danjou.info>
6754         * message.el (message-default-headers): Fix type.
6756 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6758         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
6759         prefetching images.
6761         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
6762         backend for unknown groups.  This is mainly useful for nnimap groups.
6764         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
6765         group isn't covered by the agent.
6767 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
6769         * nnir.el (nnir-method-default-engines): New variable.
6770         (nnir-run-query): Use it.
6771         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
6772         (gnus-summary-nnir-goto-thread): Change group if needed.
6774         * gnus-group.el (gnus-group-group-map): Add key binding for
6775         gnus-group-make-nnir-group.
6777 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6779         * shr.el (shr-tag-object): Add.
6781         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
6782         original article buffer live.
6783         (gnus-summary-select-article-buffer):
6784         Mention gnus-widen-article-buffer.
6786 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6788         * shr.el (shr-tag-strong): Add.
6790 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6792         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
6793         group names.  They mess up the group buffer badly.
6795         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
6797         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
6798         instead of the summary one.
6800 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6802         * mml.el (mml-preview): Work properly when editing article.
6804         * gnus-start.el (gnus-read-active-file-1): Don't add method to
6805         gnus-have-read-active-file if it's already been in.
6807 2010-10-22  Tom Tromey  <tromey@redhat.com>
6809         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
6810         gnus-group-completing-read.
6812 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6814         * message.el (message-mode-map): Don't bind M-; to comment region, to
6815         allow the global comment-dwim to work.
6817 2010-10-21  Julien Danjou  <julien@danjou.info>
6819         * message.el (message-setup-1): Allow message-default-headers to be a
6820         function.
6822 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6824         * shr.el (shr-tag-table): Simplify.
6826 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6828         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
6829         to avoid trying to snarf invalid stuff.
6831         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
6833         * gnus.el (gnus-message-archive-group): Quote value.
6834         (gnus-message-archive-group): Mark as changed.
6836         * shr.el (shr-add-font): Don't put the font properties on the newline
6837         or the indentation.
6839         * message.el (message-fix-before-sending): Change options when sending
6840         non-printable characters.
6842         * gnus.el (gnus-message-archive-method): Change the default to
6843         monthly outgoing groups.
6845         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
6846         that have gotten new numbers.
6848         * nnimap.el (nnimap-request-replace-article): New function.
6850 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
6853         (nnrss-request-article): Don't use special html washing code.
6855 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6857         * shr.el (shr-tag-table): Remove useless nconc.
6859 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6861         * gnus-art.el (article-wash-html): Simplify and remove the charset
6862         stuff.  Use the normal html rendering code instead of the special html
6863         washing code.
6865         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
6866         `gnus-w3m' symbols.
6867         (mm-text-html-washer-alist): Remove.
6869         * mm-decode.el (mm-inline-text-html-renderer): Remove.
6870         (mm-inline-media-tests): Remove use.
6871         (mm-text-html-renderer): Change default to the `shr' symbol.
6873         * mm-view.el (mm-inline-text-html): Remove use.
6875         * gnus-art.el (gnus-blocked-images): New function.  Allow the
6876         `gnus-blocked-images' to be a function.
6877         (gnus-article-wash-function): Remove.
6879 2010-10-20  Julien Danjou  <julien@danjou.info>
6881         * spam.el (spam-list-of-processors): Mark as obsolete.
6883         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
6884         (nnimap-insert-partial-structure): Fix boundary detection.
6886 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
6888         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
6889         run file-truename on remote files.  This can be expensive and even
6890         prevent one from editing drafts if some unrelated buffer has a stale
6891         connection.
6893 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6895         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
6896         kinsoku-eol regardless of shr-kinsoku-shorten.
6897         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
6898         (shr-tag-table): Support caption, thead, and tfoot.
6900 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6902         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
6903         lines.
6904         (shr-save-contents): New command and keystroke.
6906         * nndoc.el (nndoc-type-alist): Add git support.
6907         (nndoc-git-type-p): New function.
6908         (nndoc-transform-git-article): Ditto.
6909         (nndoc-transform-git-headers): Ditto.
6910         (nndoc-transform-git-headers): Generate Subject headers.
6912         * shr.el (shr-parse-style): New function.
6913         (shr-tag-span): Ditto.
6915         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
6916         to `G G' to avoid collisions.
6918 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6920         * shr.el: Load kinsoku if necessary.
6921         (shr-kinsoku-shorten): New internal variable.
6922         (shr-find-fill-point): Make kinsoku shorten text line if
6923         shr-kinsoku-shorten is bound to non-nil.
6924         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
6925         shr-indentation too when testing if table is wider than frame width.
6926         (shr-insert-table): Use `string-width' instead of `length' to measure
6927         text width.
6928         (shr-insert-table-ruler): Make sure indentation is done at bol.
6930 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
6932         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
6933         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
6934         undecoded network data.
6936 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
6939         name in the mode line spec so that the mode line menu works
6940         (bug #2431).
6942         * message.el (message-get-reply-headers): If we're fed `to-address',
6943         then always use that.
6945         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
6946         aren't so wide as to need to switch off the edit menu.
6948         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
6949         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
6951         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
6952         `M-g'.
6953         (nnimap-update-info): Update flags/read marks even if \* isn't part of
6954         the permanent marks.
6956 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
6958         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6959         Splitting according to references/in-reply-to obeys the ignore-groups
6960         variable, while splitting by sender and subject do not.
6962 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6964         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
6965         alist, so that we can look for non-Unicode chars.
6966         (article-translate-strings): Allow both character and string maps.
6968 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6970         * shr.el (shr-insert): Don't insert space behind a wide character
6971         categorized as kinsoku-bol, or between characters both categorized as
6972         nospace.
6974 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
6976         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
6977         headers to gnus-newsgroup-headers.
6979 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981         * shr.el (shr-tag-img): Don't align images -- since we're not
6982         rescaling, this often leads to ugly displays.
6984 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
6986         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
6987         duplicates.
6989 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
6991         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
6992         call.
6994 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6996         * gnus.el: Autoload gnus-html-show-images.
6998         * nnimap.el: Use nnheader-message throughout.
7000         * shr.el (shr-tag-img): Ignore images with no data.
7002 2010-10-15  Julien Danjou  <julien@danjou.info>
7004         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
7005         a possibility to disable format=flow encoding when using hard newlines.
7007 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7009         * shr.el (shr-insert): Remove space inserted before or after a
7010         breakable character or at the beginning or the end of a line.
7011         (shr-find-fill-point): Do kinsoku; find the second best point or give
7012         it up if there's no breakable point.
7014 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7016         * nnimap.el (nnimap-open-connection): Message when opening connection
7017         for debugging purposes.
7019         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
7020         on every setup buffer call to allow this to change from article to
7021         article.
7023         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
7024         buffers where we have a wide table.
7026 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
7028         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
7029         uses *-request-thread.
7031 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7033         * nnimap.el (nnimap-open-connection): Remove %s from openssl
7034         incantation, which is no longer valid.
7036 2010-10-14  Julien Danjou  <julien@danjou.info>
7038         * shr.el: Fix defcustom type (char -> character).
7040 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042         * nnimap.el (nnimap-open-connection): tls-program should be a list of
7043         programs.
7045 2010-10-14  Julien Danjou  <julien@danjou.info>
7047         * shr.el (shr-tag-a): Use url-link as widget type.
7049         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
7050         `gnus-group-get-icon'.
7052 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7054         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
7055         This should make server editing work better.
7057         * shr.el (shr-find-fill-point): Don't inloop on indented text.
7059         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
7060         (nnimap-parse-flags): Fix regexp.
7062         * shr.el (shr-find-fill-point): Use a filling algorithm that should
7063         probably work for CJVK text, too.
7065         * nnimap.el (nnimap-extend-tls-programs): Remove.
7066         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
7068 2010-10-13  Julien Danjou  <julien@danjou.info>
7070         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
7071         responses.
7073 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7075         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
7077         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
7078         anything in Emacs.
7080         * shr.el (shr-current-column): Remove buggy and unnecessary function.
7082 2010-10-13  Julien Danjou  <julien@danjou.info>
7084         * shr.el (shr-width): Make shr-width a defcustom with default to
7085         fill-column.
7086         (shr-tag-img): Use shr-width rather than fill-column.
7088 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7090         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
7092         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
7093         position when (X-)Faces exist.
7094         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
7095         avatars when called interactively.
7097 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7099         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
7100         gnus-article-x-face-too-ugly is bound.
7102 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
7106         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
7107         mailbox that doesn't exist.
7109 2010-10-12  Julien Danjou  <julien@danjou.info>
7111         * shr.el (shr-tag-img): Encode URL properly when retrieving.
7112         (shr-get-image-data): Encode URL properly when fetching from cache.
7113         (shr-tag-img): Use aligned-to spaces to align correctly images.
7115         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
7116         before inserting the Gravatar.
7118         * shr.el (shr-tag-img): Add align attribute support for <img>.
7120 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7122         * gnus-gravatar.el (gnus-art): Require.
7124         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
7125         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7126         Remove long obsoleted functions.
7128 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7130         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
7132         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
7133         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
7134         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
7135         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
7136         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
7137         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
7138         Fix comment for declare-function.
7140 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7142         * nnimap.el (nnimap-request-rename-group): Select group read-only
7143         before renaming it.
7145         * shr.el (shr-insert): Fix up the white space only regexp.
7147         * nnimap.el (nnimap-transform-split-mail): Not all articles have
7148         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
7150         * shr.el (shr-current-column): New function.
7151         (shr-find-fill-point): New function.
7153 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7155         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
7156         numbers.
7158 2010-10-11  Julien Danjou  <julien@danjou.info>
7160         * shr.el (shr-hr-line): Add.
7161         (shr-tag-hr): Use shr-hr-line to specify which character to use to
7162         display hr lines.
7163         (shr-max-columns): Do not change state to nil if we just inserting
7164         spaces.
7166 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7168         * gnus-topic.el (gnus-topic-read-group): If after the last group,
7169         select the last group.
7171 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
7173         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
7175 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7177         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
7178         for Gnus.
7179         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
7180         (nnimap-update-qresync-info): Mark \Seen articles as read.
7182         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
7183         non-variable, too.
7185         * nnimap.el (nnimap-open-connection): Use GnuTLS STARTTLS, if
7186         available.
7187         (nnimap-update-info): Rely more on the current active than the param
7188         active to avoid marking articles as read too much.
7190         * auth-source.el (auth-source-create): Use (user-login-name) for the
7191         user name default.
7193         * nnimap.el (nnimap-update-info): If the server doesn't return any
7194         useful info, just use the previous info.
7195         (nnimap-update-info): Prefer old info over start-article.
7196         (nnimap-update-qresync-info): Finish implementing QRESYNC.
7198 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
7200         * nnir.el (autoload): Clean up autoloads.
7201         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
7202         Use key rather than value.
7203         (nnir-imap-search-other): New variable.
7204         (nnir-read-parm): Use it.
7205         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
7206         (gnus-summary-nnir-goto-thread): Modify to work with imap.
7208 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7210         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
7211         the process, too.
7213 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7215         * spam.el (gnus-summary-mode-map): Bind to "$".
7216         Suggested by Russ Allbery.
7218         * shr.el: Rework the way things are indented by <li> slightly.
7220         * gnus.el (gnus-group-set-parameter): Fix typo.
7222         * nnimap.el: Start implementing QRESYNC support.
7224 2010-10-09  Julien Danjou  <julien@danjou.info>
7226         * nnir.el (nnir-engines): Fix too many arguments.
7228 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7230         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
7231         group is the "last", so that the backends like nnfolder actually save
7232         their folders.
7234         * nnimap.el (nnimap-open-connection): If we have GnuTLS loaded, then
7235         try to use that for the TLS stream.
7236         (nnimap-retrieve-group-data-early): Rework the marks code to heed
7237         UIDVALIDITY and find out which groups are read-only and not.
7238         (nnimap-get-flags): Use the same marks parsing code as the rest of
7239         nnimap.
7241 2010-10-09  Julien Danjou  <julien@danjou.info>
7243         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
7245         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
7246         retrieving gravatars.
7248         * shr.el (shr-table-corner): Add.
7249         (shr-table-line): Add.
7250         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
7252 2010-10-08  Julien Danjou  <julien@danjou.info>
7254         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
7256 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
7258         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
7260         * gnus-sum.el (gnus-mark-article-as-unread)
7261         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
7262         (gnus-summary-set-bookmark): Use it.
7264         * gnus-msg.el (gnus-setup-message): Use it.
7266         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7268         * gnus.el (gnus-group-remove-parameter): Use it.
7270         * gnus-group.el (gnus-group-make-web-group): Use it.
7272         * gnus-demon.el (gnus-demon-remove-handler): Use it.
7274         * nnregistry.el: Update docs to mention manual.
7276         * gnus-registry.el: Update docs to mention nnregistry.el.
7277         (gnus-registry-initialize): Don't install nnregistry refer method
7278         automatically.
7279         (gnus-registry-install-nnregistry): Remove it.
7281 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283         * shr.el (shr-insert): Don't insert double spaces.
7285 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7287         * gnus-gravatar.el (gnus-treat-from-gravatar)
7288         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
7289         called interactively.
7291         * gnus-art.el (gnus-mime-view-part-externally)
7292         (gnus-mime-view-part-internally): Make predicate function passed to
7293         gnus-mime-view-part-as-type assume argument is a mime type, not a list
7294         of a mime type.
7296         * shr.el (shr-table-widths): Don't use cl function `reduce'.
7298 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300         * shr.el (require): Require cl when compiling.
7301         (shr-tag-hr): New function.
7303         * nnimap.el (nnimap-update-info): Remove double setting of high.
7304         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
7305         This makes nnimap work properly on Courier again.
7307         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
7308         the variable for backwards compatibility.
7310         * mm-decode.el (mm-save-part): If given a non-directory result, expand
7311         the file name before using to avoid setting mm-default-directory to
7312         nil.
7314         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
7315         bidning gnus-agent variables.
7317         * shr.el (shr-render-td): Use a cache for the table rendering function
7318         to avoid getting an exponential rendering behavior in nested tables.
7319         (shr-insert): Rework the line-breaking algorithm.
7320         (shr-insert): Don't leave trailing spaces.
7321         (shr-insert-table): Also insert empty TDs.
7322         (shr-tag-blockquote): Ensure paragraphs after </ul>.
7324 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7326         * gnus-sum.el (gnus-number): Rename from `number'.
7327         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
7328         (gnus-summary-limit-children): Update uses correspondingly.
7330 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7332         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
7333         (gnus-gravatar-transform-address): Don't show avatars of people of
7334         which mail addresses match gnus-gravatar-too-ugly.
7336 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7338         * shr.el (shr-table-widths): Expand TD elements to fill available
7339         space.
7341 2010-10-07  Julien Danjou  <julien@danjou.info>
7343         * nnimap.el (nnimap-request-rename-group): Add this method.
7345 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7347         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
7348         name from XEmacs' function-arglist.
7350         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
7351         gravatar under XEmacs.
7353 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
7355         * auth-source.el: Update docs with TODO items.
7357         * gnus-sync.el: Update docs to explain state and plans.
7359         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
7360         Hooks for mark updates.
7361         (gnus-request-set-mark, gnus-request-update-mark): Use them.
7363         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
7364         hooks with arguments, which is needed for mark update hooks.
7366 2010-10-06  Julien Danjou  <julien@danjou.info>
7368         * gnus.el (gnus-expand-group-parameter): Only return and act on what
7369         was matched.
7371         * sieve-manage.el: Update example in `Commentary'.
7373         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
7375         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
7376         not 2000.
7377         (sieve-manage-authenticate): Re-add function.
7379 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7381         * shr.el (shr-insert): Get 'space transition right.
7382         (shr-render-td): Only delete space at the end of the TD.
7384         * nnimap.el (nnimap-open-connection): Prepare to support
7385         open-gnutls-stream.
7387         * shr.el: Rearrange function order to be more logical.
7389 2010-10-06  Julien Danjou  <julien@danjou.info>
7391         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
7392         (nnrss-discover-feed): Remove 404 URL in docstring.
7394         * nnir.el: Fix Swish-E URL.
7395         Fix Namazu URL.
7397         * message.el (message-change-subject): Remove 404 URL in a comment.
7399 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7401         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
7402         called interactively.
7404         * gnus-util.el (gnus-remove-if): Allow hash table.
7405         (gnus-remove-if-not): New function.
7407         * gnus-art.el (gnus-mime-view-part-as-type):
7408         * gnus-score.el (gnus-summary-score-effect):
7409         * gnus-sum.el (gnus-read-move-group-name):
7410         Replace remove-if-not with gnus-remove-if-not.
7412         * gnus-group.el (gnus-group-completing-read):
7413         Regard collection as a hash table if it is not a list.
7415 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417         * shr.el (shr-render-td): Allow blank/missing <TD>s.
7419         * shr.el: Document the table-rendering algorithm.
7421         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
7422         invalid URLs.
7424         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
7425         line-broken.
7426         (shr-tag-img): Ignore image fetching errors.
7427         (shr-overlays-in-region): Compute overlay positions correctly.
7429         * mm-decode.el (mm-shr): Require shr.
7431         * gnus-art.el (gnus-blocked-images): Move variable here.
7433         * shr.el (shr-insert-table): Bind free variable.
7435         * mm-decode.el (mm-shr): Bind shr-content-function.
7437         * shr.el (shr-content-function): New variable.
7439         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
7440         added for symmetry.
7442         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
7444         * gnus-group.el (gnus-group-make-group): Doc fix.
7446         * nnimap.el (nnimap-request-newgroups): Return success.
7448         * shr.el (shr-find-elements): New function.
7449         (shr-tag-table): Put all the images after the table.
7450         (shr-tag-table): Really inhibit images inside the table.
7451         (shr-collect-overlays): Copy over overlays from the TD elements to the
7452         main document.
7454         * mm-decode.el (mm-shr): Bind shr-blocked-images to
7455         gnus-blocked-images.
7457 2010-10-05  Julien Danjou  <julien@danjou.info>
7459         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
7461         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
7462         (gnus-html-maximum-image-size): Add this function.
7463         (gnus-html-put-image): Use gnus-html-maximum-image-size.
7465         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
7466         server-value of the capability is nil.
7468 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470         * shr.el (shr-tag-em): Add <EM> tag.
7472 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
7474         * sieve-manage.el (sieve-manage-default-stream): Make default stream
7475         customizable.
7477         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
7478         handing broken links to browse-url.
7480 2010-10-05  Julien Danjou  <julien@danjou.info>
7482         * gnus-util.el (gnus-emacs-completing-read)
7483         (gnus-iswitchb-completing-read): Use autoload rather than require.
7485 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7487         * gnus-util.el (gnus-completing-read-function): Exclude
7488         gnus-icompleting-read and gnus-ido-completing-read from candidates for
7489         XEmacs since iswitchb.el is very old and ido.el is unavailable in
7490         XEmacs.
7492         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
7493         not to use `delete-dups' that is unavailable in XEmacs 21.4.
7495         * gnus-html.el: Don't require help-fns under XEmacs.
7496         (gnus-html-schedule-image-fetching): Work for XEmacs.
7498         * mm-decode.el (mm-shr): Decode contents by charset.
7500 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7502         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
7503         unknown.
7505         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
7506         (shr-get-image-data): Ensure against the cache file missing.
7508         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
7509         for data.
7511         * spam-report.el (spam-report-url-ping-plain): Don't query about
7512         killing the process.
7514         * shr.el (shr-render-td): Protect against too-wide text.
7516 2010-10-04  Julien Danjou  <julien@danjou.info>
7518         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
7519         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
7521         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
7522         retrieved.
7524 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7526         * shr.el (browse-url): Require.
7527         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
7528         lines.
7529         (shr-show-alt-text, shr-browse-image): New commands.
7530         (shr-browse-url, shr-copy-url): New commands.
7532         * gnus-sum.el (gnus-widen-article-window): New variable.
7533         (gnus-summary-select-article-buffer): Use it.
7535         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
7536         without @ signs.
7538 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
7540         * nnir.el (nnir-run-imap): Remove spurious space in search string.
7542 2010-10-04  Julien Danjou  <julien@danjou.info>
7544         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
7545         for XEmacs.
7547 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7549         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
7551         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
7552         (nnimap-close-server): Implement.
7554         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
7555         (shr-insert): Tweak line breaking.
7556         (shr-insert): Handle <pre> better.
7557         (shr-tag-li): Get <li> indentation right.
7558         (shr-tag-li): Get <li> indentation even righter.
7559         (shr-tag-blockquote): Ensure paragraph start.
7560         (shr-make-table): Tweak table generation.
7561         (shr-make-table): Fix typo.
7563         * shr.el: Implement table rendering.
7565 2010-10-04  Julien Danjou  <julien@danjou.info>
7567         * gnus-html.el (gnus-html-put-image): Fix resize image code.
7569 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7571         * shr.el (shr-insert): Use string anchors instead of line anchors.
7573 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7575         * shr.el: Add headings.
7576         (shr-ensure-paragraph): Actually work.
7577         (shr-tag-li): Make <ul> prettier.
7578         (shr-insert): Get white space at the beginning/end of elements right.
7579         (shr-tag-p): Collapse subsequent <p>s.
7580         (shr-ensure-paragraph): Don't insert double line feeds after blank
7581         lines.
7582         (shr-insert): \t is also space.
7583         (shr-tag-s): Fix "s" tag name function.
7584         (shr-tag-s): Fix face prop name.
7586 2010-10-03  Julien Danjou  <julien@danjou.info>
7588         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
7590         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
7591         gnus-window-inside-pixel-edges.
7593         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
7594         gnus-ems.
7596         * mm-view.el (mm-inline-image-emacs): Support image resizing.
7598         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
7599         function.
7601         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
7602         resize choice.
7604 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7606         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
7607         beginning of the buffer.
7609         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
7610         article buffer again.
7612         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
7614         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
7615         when it's at the start of the buffer.
7617         * shr.el (shr-tag-blockquote): Convert name.
7618         (shr-rescale-image): Use the right image-size variant.
7620         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
7621         buffer isn't shown, then select the current article first instead of
7622         bugging out.
7623         (gnus-summary-select-article-buffer): Show both the article and summary
7624         buffers again.
7626         * shr.el (shr-fontize-cont): Protect against regions with no text.
7627         Rename tag functions to shr-tag-* for enhanced security.
7628         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
7630 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
7632         * shr.el (shr-insert):
7633         * pop3.el (pop3-movemail):
7634         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
7635         loaded.
7637 2010-10-03  Glenn Morris  <rgm@gnu.org>
7639         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
7641         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
7643         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
7645         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
7647         * gnus-util.el (gnus-make-local-hook): Simplify.
7649 2010-10-02  Julien Danjou  <julien@danjou.info>
7651         * gnus-util.el (gnus-iswitchb-completing-read): New function.
7652         (gnus-ido-completing-read): New function.
7653         (gnus-emacs-completing-read): New function.
7654         (gnus-completing-read): Use gnus-completing-read-function.
7655         Add gnus-completing-read-function.
7657 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7659         * shr.el (shr-insert-document): Autoload.
7660         (shr-img): Be silent.
7661         (shr-insert): Add a newline after every picture before text.
7662         (shr-add-font): Use overlays for combining faces.
7663         (shr-insert): Pass upwards the text start point.
7665         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
7666         possible.
7667         (mm-shr): New function.
7669 2010-10-02  Julien Danjou  <julien@danjou.info>
7671         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
7672         should go backward.
7674 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
7676         * shr.el (shr): Fix typo in provide call.
7678 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7680         * shr.el: New file.
7682         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
7684         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
7685         completing read.
7687 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7689         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
7690         we're being queried about.  Suggested by Dan Jacobson.
7692         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
7693         Suggested by Jason Eisner.
7695         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
7696         table, too.  Suggested by Stefan Wiens.
7697         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
7698         the table unnecessary.  Suggested by Stefan Wiens.
7700         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
7701         longer needed, and probably doesn't work either, as pointed out by
7702         Stefan Wiens.
7703         (gnus-summary-exit): Remove call to the clearing function.
7704         (gnus-summary-exit-no-update): Ditto.
7706         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
7707         instead of gnus-eval-in-buffer-window to avoid popping up frames.
7708         Reported by Stefan Monnier.
7709         (gnus-summary-save-in-rmail): Ditto.
7711         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
7712         article buffer, instead of both the article buffer and the summary
7713         buffer.  Sort of suggested by Dan Jacobson.
7715         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
7717         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
7718         Suggested by Dan Jacobson.
7720         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
7721         documentation clearer.
7723         * message.el (message-shorten-references): Comment on the number "21".
7724         Suggested by Stefan Monnier.
7726         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
7727         Suggested by Dan Jacobson.
7729         * gnus.el (gnus-large-newsgroup):
7730         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
7732         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
7733         externalize attachments.  Bug reported by Steve Wen.
7735         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
7736         really message anything to the user.
7738         * nnmail.el (nnmail-article-group): Allow using the fancy split method
7739         directly.
7741         * nnimap.el (nnimap-request-group): Low higher than high to signal no
7742         messages in empty groups.
7744 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
7746         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
7747         non-UIDNEXT group.
7749 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7751         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
7752         not the value from the collection.
7754         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
7755         values.  This sometimes happens on some groups that have no info.
7756         (nnimap-request-newgroups): New function.
7758 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
7760         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
7761         check into `gnus-registry-initialize'.
7762         (gnus-registry-initialize): Ditto.
7763         Fix and extend header docs.
7765 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7767         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
7768         regexp backtrace overflows.
7770         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
7771         for starttls that tls.el implements; i.e. openssl.
7773 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7775         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
7776         (gravatar-create-image): New function that's an alias to
7777         gnus-xmas-create-image, gnus-create-image, or create-image.
7778         (gravatar-data->image): Use it.
7780 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
7782         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
7783         install the nnregistry refer method.
7784         (gnus-registry-install-hooks): Use it.
7785         (gnus-registry-unfollowed-groups): Add nnmairix to the default
7786         unfollowed groups.
7788 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
7790         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
7791         expanding threads.
7793 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7795         * nnir.el: Use the server names without suffixes (bug #7009).
7797         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
7798         unencrypted to STARTTLS, if possible.
7800 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
7802         * message.el (message-ignored-supersedes-headers): Strip Injection-*
7803         headers before superseding.
7805 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7807         * nnrss.el (nnrss-use-local): Add documentation.
7809         * nnimap.el (nnimap-extend-tls-programs): New function.
7810         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
7811         (nnimap-wait-for-connection): Accept the greeting from the stupid
7812         output from openssl s_client -starttls, too.
7814         * nnimap.el (nnimap-find-article-by-message-id): Really return the
7815         article number.
7816         (nnimap-split-fancy): New variable.
7817         (nnimap-split-incoming-mail): Use it.
7819         * nntp.el (nntp-server-list-active-group): Document.
7821         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
7822         SELECT to get the message-id.
7824         * mail-source.el (mail-sources): Remove webmail support.
7825         (defvar): Ditto.
7826         (mail-source-fetcher-alist): Ditto.
7827         (mail-source-fetch-webmail): Remove.
7829         * webmail.el: Remove -- doesn't seem relevant any more.
7831         * gnus.el: Fix up make-obsolete-variable declarations throughout.
7833         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
7834         the \r.
7836 2010-09-30  Julien Danjou  <julien@danjou.info>
7838         * gnus-agent.el (gnus-agent-add-group): Fix call to
7839         gnus-completing-read.
7841 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7843         * nndoc.el (nndoc-retrieve-groups): New function.
7845         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
7846         `default', use nnmail-split-methods.
7847         (nnimap-request-article): Downcase the NILs so that they are nil.
7849         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
7850         symbol.
7852         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
7853         code, since if the user has requested network, that's what they ought
7854         to get.
7855         (nnimap-request-set-mark): Erase the buffer before issuing commands.
7856         (nnimap-split-rule): Mark as obsolete.
7858         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
7859         New variable.
7861         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
7862         correct slot, too.
7864 2010-09-29  Julien Danjou  <julien@danjou.info>
7866         * gnus.el (gnus-local-domain): Declare variable obsolete.
7868         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
7869         Fix history computing.
7870         (gnus-ido-completing-read): Require ido.
7872 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7874         * gnus-registry.el: Don't prompt on load, which makes it impossible to
7875         build Gnus.
7877         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
7878         when interpreting the structures.
7879         (nnimap-request-accept-article): Add \r\n to the lines to make this
7880         work with Cyrus.
7882         * nndraft.el (nndraft-request-expire-articles): Use the group name
7883         instead if "nndraft".  Fix found by Nils Ackermann.
7885 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
7887         * nnregistry.el: Add.
7889 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7891         * nnmail.el (group, group-art-list, group-art):
7892         Remove unneeded directives.
7894 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7896         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
7897         (mm-mime-charset):
7898         * rfc2047.el (rfc2047-syntax-table):
7899         * utf7.el (utf7-utf-16-coding-system): Comment fix.
7901         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
7902         rather than `insert-file-contents' and `eval-region'.
7904 2010-09-29  Julien Danjou  <julien@danjou.info>
7906         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
7907         replacement of `gnus-gravatar-relief' to mimic
7908         `gnus-faces-properties-alist'.
7909         Add :version property.
7911 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7913         * mail-source.el (mail-source-report-new-mail):
7914         * message.el (message-default-mail-headers):
7915         * mm-decode.el (mm-valid-image-format-p): Comment fix.
7917         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
7919 2010-09-28  Julien Danjou  <julien@danjou.info>
7921         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
7922         mail-address contains the same string as real-name.
7924         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
7925         non-blank in header, otherwise it'll get stripped.
7927         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
7928         real-name, and then for mail address rather than doing : or , search.
7930 2010-09-27  Julien Danjou  <julien@danjou.info>
7932         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
7933         right completing-read function.
7934         (gnus-use-ido): New variable
7935         (gnus-completing-read-with-default): Remove.
7936         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
7937         (gnus-agent-add-group):
7938         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
7939         * mm-view.el (mm-view-pkcs7-decrypt):
7940         * mm-util.el (mm-codepage-setup):
7941         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
7942         * mml-smime.el (mml-smime-openssl-sign-query):
7943         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
7944         (mml-insert-multipart):
7945         * gnus-msg.el (gnus-summary-yank-message):
7946         * gnus-int.el (gnus-start-news-server):
7947         * mm-decode.el (mm-interactively-view-part):
7948         * gnus-dired.el (gnus-dired-attach):
7949         * gnus.el (gnus-read-method):
7950         * gnus-bookmark.el (gnus-bookmark-jump):
7951         * gnus-art.el (gnus-mime-view-part-as-type)
7952         (gnus-mime-action-on-part, gnus-article-encrypt-body):
7953         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
7954         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
7955         * nnmairix.el (nnmairix-create-server-and-default-group)
7956         (nnmairix-update-groups, nnmairix-get-server)
7957         (nnmairix-backend-to-server, nnmairix-goto-original-article)
7958         (nnmairix-get-group-from-file-path):
7959         * nnrss.el (nnrss-find-rss-via-syndic8):
7960         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
7961         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
7962         (gnus-group-browse-foreign-server):
7963         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
7964         (gnus-summary-execute-command, gnus-summary-respool-article)
7965         (gnus-read-move-group-name):
7966         * gnus-score.el (gnus-summary-increase-score)
7967         (gnus-summary-score-effect):
7968         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
7970 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7972         * nnimap.el (auth-source-forget-user-or-password)
7973         (auth-source-user-or-password): Autoload.
7975         * message.el (message-from-style, message-interactive)
7976         (message-signature): Remove comment.
7977         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
7978         always.
7979         (message-sendmail-envelope-from): Comment fix.
7980         (message-yank-prefix): Default to mail-yank-prefix always.
7981         (message-indentation-spaces):
7982         Default to mail-indentation-spaces always.
7983         (message-signature-file): Default to mail-signature-file always.
7985 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7987         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
7988         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
7989         new articles.
7991         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
7992         parts.
7993         (nnimap-request-article): Work with the t setting, too.
7995         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
7996         that you don't get flashes of other buffers.
7997         (gnus-summary-show-complete-article): Intern before setting.
7999 2010-09-27  David Engster  <dengste@eml.cc>
8001         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
8002         well as HEADERS.
8003         (nnmairix-retrieve-headers): Provide new argument for the above.
8005 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8007         * gnus-sum.el (gnus-summary-move-article): Don't alter
8008         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
8009         group.
8011         * nnimap.el (nnimap-update-info): Don't destructively alter active.
8013         * message.el (message-cite-prefix-regexp): Revert my last edit.
8015         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
8016         variable instead of the Gnus variable.
8018         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
8020         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
8022         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
8023         since some servers don't like it.
8024         (nnimap-open-connection): Forget credentials if the server says the
8025         password was wrong.
8026         (nnimap-parse-line): Protect against invalid data.
8028         * gnus-sum.el (gnus-summary-move-article): Add comment.
8029         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
8030         nothing alters it while scanning for new messages.
8032         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
8033         which may or may not help.
8034         (nnimap-open-connection): If we're doing a stream connection, and then
8035         discover we're on a STARTTLS-capable server, then open a STARTTLS
8036         connection instead.
8038 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8040         * nnimap.el (utf7): Require.
8042         * message.el (message-cite-prefix-regexp): Remove "}" from citation
8043         prefix.
8045 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
8047         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
8049 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8051         * nnimap.el (nnimap-request-accept-article): Message the error on
8052         error.
8054 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8056         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
8058 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8060         * nndoc.el (nndoc-request-list): Return success always.
8062         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
8063         `fetch-old' -- we only want to fetch the articles we've requested.
8064         The rest are in the agent, probably.
8065         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
8066         disappeared server" to something low.  It's not important.
8068         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
8069         arrived before the FETCH data.
8071         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
8072         target here, because we don't know the Gnus name of the group.
8074         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
8075         for the correct group.
8077         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
8079         * gnus.el (gnus): Give a final warning after startup.
8081         * gnus-util.el (gnus-action-message-log): New variable.
8082         (gnus-message): Use it.
8083         (gnus-final-warning): New function.
8085         * nnimap.el (nnimap-open-connection): Record the greeting.
8086         (nnimap): Add greeting.
8088 2010-09-26  Julien Danjou  <julien@danjou.info>
8090         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
8091         arguments.
8092         (gnus-html-wash-images): Fix spec computing to include start/end.
8094         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
8096 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8098         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
8099         deletion.
8100         (nnimap-retrieve-headers): Don't select the group, because that's
8101         already done by nnimap-possibly-change-group.
8103         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
8104         (gnus-picon-transform-address): Use it.
8106         * mail-source.el (mail-source-value): Revert previous patch.
8108         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
8109         on failure.
8110         (nnimap-open-connection): Look up both virtual and physical server name
8111         credentials.
8113         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
8115 2009-02-08  Dave Love  <fx@gnu.org>
8117         * gnus-win.el (gnus-window-to-buffer-helper)
8118         (gnus-all-windows-visible-p): Function needn't be a symbol.
8120         * mail-source.el (mail-source-value): Function needn't be a symbol.
8122 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8124         * message.el (message-cite-prefix-regexp): Remove } from the cite
8125         prefix.
8127         * gnus-art.el (gnus-treatment-function-alist): Do picons before
8128         highlight again, so that the highlight is correct.
8130         * gnus-picon.el (gnus-picon): Remove again.
8131         (gnus-picon-create-glyph): Set the background XPM color explicitly.
8133         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
8134         doing the header highlightling, so that the background color of the
8135         picon is correct.
8137         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
8138         (gnus-picon): Ditto.
8139         (gnus-picon): Reinstate.  The background color for picons is white.
8140         (gnus-picon-insert-glyph): Make the background white.
8142         * nnml.el (nnml-open-nov): Don't return dead buffers.
8144         * auth-source.el (auth-source-create): Query the user for whether to
8145         store the credentials.
8147         * auth-source.el (auth-source-user-or-password): Use the existing auth
8148         sources, if any, for creation.
8150         * gnus.el (gnus-group-fast-parameter): Return the last matching
8151         parameter instead of the first matching parameter.
8153 2010-09-26  Julien Danjou  <julien@danjou.info>
8155         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
8157 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8159         * mml2015.el (mml2015-use): Remove gpg support.
8161         * mml1991.el (mml1991-function-alist): Remove gpg function.
8162         (mml1991-gpg-sign): Remove.
8164 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
8166         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
8167         (gnus-browse-unsubscribe-current-group): Document it.
8168         (gnus-browse-unsubscribe-group): Use it.
8170 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8172         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
8173         address to the To list for easier response.
8175         * gnus.el (gnus-play-startup-jingle): Remove.
8176         (gnus-splash): Don't play jingle.
8177         (gnus): Silence gnus-load message.
8179         * gnus-art.el (gnus-treat-play-sounds): Remove.
8181         * gnus.el (gnus-play-jingle): Remove audio support.
8183         * gnus-cus.el (gnus-score-customize): Remove audio reference.
8185         * earcon.el: Remove -- no users.
8187         * gnus-audio.el: Remove -- no users of this package.
8189         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
8191         * gnus-start.el (gnus-setup-news): Remove nocem support.
8193         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
8195         * gnus.el (gnus-use-nocem): Remove.
8197         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
8198         Remove.
8200         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
8201         uses NoCeM any more.
8203         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
8204         (gnus-button-ctan-handler): Ditto.
8205         (gnus-button-handle-ctan-bogus-regexp): Ditto.
8206         (gnus-button-ctan-directory-regexp): Ditto.
8207         (gnus-button-handle-ctan): Ditto.
8208         (gnus-button-tex-level): Ditto.
8209         (gnus-button-alist): Remove CTAN stuff.
8211 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8213         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
8214         nnimap-streaming test.
8216         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
8217         servers twice.
8219         * nnimap.el (nnimap-open-connection): Add more error reporting when
8220         nnimap fails early.
8222         * nnheader.el (nnheader-get-report-string): New function.
8223         (nnheader-get-report): Use it.
8225         * gnus-int.el (gnus-check-server): Say what the error was when opening
8226         failed.
8228         * nnimap.el (nnimap-wait-for-response): Search further when we're not
8229         using streaming.
8231 2010-09-25  Julien Danjou  <julien@danjou.info>
8233         * gnus-html.el (gnus-html-rescale-image): Use our defalias
8234         gnus-window-inside-pixel-edges.
8236 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8238         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
8240         * mm-decode.el (mm-save-part): Allow saving to other directories the
8241         normal Emacs way.
8243         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
8244         Suggested by Jay Berkenbilt.
8246         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
8247         there isn't a single byte.
8249         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
8250         just do it.  It doesn't really seem to matter what the user responds
8251         here, I think, so it's just a confusing question.
8253         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
8254         non-streaming case.
8256         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
8257         (gnus-article-encrypt-body): Use it.
8259         * gnus-sum.el (gnus-summary-show-complete-article): New command and
8260         keystroke.
8262         * nnimap.el (nnimap-find-wanted-parts-1):
8263         Use gnus-fetch-partial-articles.
8265         * gnus-art.el (gnus-fetch-partial-articles): New variable.
8267         * nnimap.el (nnimap-insert-partial-structure): New function.
8268         (nnimap-get-partial-article): New function.
8269         (nnimap-request-article): Use it.
8270         (nnimap-wait-for-response): Return whether the wait was successful.
8271         (nnimap-finish-retrieve-group-infos): Don't do anything if the
8272         retrieval wasn't successful.
8273         (nnimap-retrieve-group-data-early): Allow throttling servers.
8274         (nnimap-streaming): New variable.
8275         (nnimap-fetch-partial-articles): Remove.
8277         * mm-decode.el (mm-with-part): Protect against killed buffers.
8279         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
8280         for prettier summary display.
8282 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
8284         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
8286 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8288         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
8289         apparently third-party libraries depend on it.
8291         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
8292         before starting negotiation.
8294         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
8295         privacy reasons.
8296         (gnus-treat-mail-gravatar): Ditto.
8298         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
8299         buffer when inserting images.  Inserting text into the headers, for
8300         instance, can make them invalid.
8302 2010-09-25  Julien Danjou  <julien@danjou.info>
8304         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
8305         variables.
8307         * nnheader.el: Remove useless variables news-reply-yank-from and
8308         news-reply-yank-message-id.
8310         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
8311         variables.
8313         * mml1991.el: Remove useless mml1991-verbose.
8315         * gnus.el: Remove useless variable gnus-use-generic-from.
8316         Remove obsolete variable gnus-topic-indentation.
8318         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
8320         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
8322         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
8324         * gnus-group.el: Remove useless gnus-group-icon-cache.
8325         Remove useless gnus-ephemeral-group-server.
8327         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
8329         * mml2015.el: Remove useless mml2015-verbose.
8331         * mml-smime.el: Remove useless mml-smime-verbose.
8333         * gnus.el: Remove useless gnus-local-domain.
8335         * gnus-gravatar.el (gnus-gravatar-transform-address):
8336         Use gnus-gravatar-size.
8338         * gnus-art.el: Remove useless gnus-treat-translate.
8340 2010-09-24  Julien Danjou  <julien@danjou.info>
8342         * gnus-sum.el: Add support for Gravatars.
8344         * gnus-art.el: Add support for Gravatars.
8346         * gnus-gravatar.el: Add this file.
8348         * gravatar.el: Add this file.
8350 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8352         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
8354         * gnus-group.el (gnus-group-fetch-faq): Remove.
8356         * gnus.el (gnus-group-faq-directory): Remove.
8358         * gnus-group.el (gnus-group-fetch-charter): Remove.
8360         * gnus.el (gnus-group-charter-alist): Remove.
8362         * gnus-group.el (gnus-group-archive-directory): Remove.
8363         (gnus-group-recent-archive-directory): Ditto.
8364         (gnus-group-make-archive-group): Remove.
8366         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
8368         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
8369         use the same article number for all the cached articles.
8371         * nnimap.el (nnimap-command): Register the last command time so
8372         that we can use it for idling NOOPs.
8373         (nnimap-open-connection): Start the keeplive timer.
8374         (nnimap-make-process-buffer): Store all the process buffers.
8375         (nnimap-keepalive): New function.
8377         * starttls.el (starttls-open-stream): Add autoload cookie.
8379 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
8381         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
8382         handling.
8384 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8386         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
8387         its data structures.
8389         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
8390         instead of the cl.el copy-list.
8391         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
8392         equalp.
8394 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8396         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
8397         and tool-bar-local-item-from-menu.
8399         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
8400         mode-line-highlight face for Emacs.
8402         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
8403         loading gnus-sum.elc; fix comment for canlock-verify.
8404         (gnus-article-jump-to-part): Use read-number.
8405         (gnus-insert-mime-button, gnus-insert-mime-security-button):
8406         Remove Emacs pre-21 compatible code for help-echo.
8407         (gnus-article-next-page-1): No need to adjust the number of lines.
8408         (gnus-article-describe-bindings): Always use help-buffer.
8410         * gnus-audio.el (gnus-audio-inline-sound):
8411         * gnus-cus.el (gnus-custom-mode):
8412         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
8414         * gnus-sum.el (gnus-remove-overlays): Doc fix.
8416         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
8417         compatible code.
8419 2010-09-24  Glenn Morris  <rgm@gnu.org>
8421         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
8422         visiting the fcc file in rmail-mode.
8424 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8426         * nnir.el: Silence the byte compiler.
8428         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
8429         alias to browse-url-url-encode-chars if any.
8430         (gnus-html-encode-url): Use it.
8432 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8434         * gnus-start.el (gnus-use-backend-marks): New variable.
8435         (gnus-get-unread-articles-in-group): Use it.
8437         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
8438         makeover.
8440 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8442         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
8444 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8446         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
8447         Remove.
8448         (gnus-setup-news-hook):
8449         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
8451         * gnus-int.el (gnus-request-update-info): Protect against backends not
8452         having the function.
8454         * nnimap.el (nnimap-stream): Mention STARTTLS.
8455         (nnimap-open-connection): Add STARTTLS support.
8457 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
8459         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
8461 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8463         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
8464         BODYSTRUCTUREs.
8465         (nnimap-transform-headers): Unfold quoted {42} headers.
8467         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
8468         the info.
8469         (gnus-get-unread-articles): Only call updatep on backends that support
8470         it.
8472         * nnweb.el (nnweb-request-update-info): NOOP.
8474         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
8476         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
8477         since it only deals with marks.
8479         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
8480         gnus-request-marks, and make a new gnus-request-update-info.
8482         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
8483         the active instead of the high number, which is usually too low.
8485 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
8487         * encrypt.el: Remove.
8489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8491         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
8492         server in symbolic form.
8494         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
8496 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8498         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
8499         (nnimap-update-info): Fix up code slightly.
8501         * gnus-int.el (gnus-open-server): Add tracing for performance
8502         debugging.
8504         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
8505         (gnus-group-insert-group-line): Pass the real group name so that it
8506         gets the right data.
8508         * gnus-start.el (gnus-get-unread-articles): Don't have
8509         `gnus-get-unread-articles-in-group' update info, since that can be
8510         really slow and doesn't seem to be needed?
8512 2010-09-22  Julien Danjou  <julien@danjou.info>
8514         * gnus-group.el (gnus-group-insert-group-line):
8515         Call gnus-group-highlight-line.
8516         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
8517         default hook list.
8518         (gnus-group-update-eval-form): Add new function.
8519         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
8520         (gnus-group-get-icon): Use gnus-group-update-eval-form.
8522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8524         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
8525         immediate, then expire all articles.
8526         (nnimap-update-info): Fix off-by-one errors.
8527         (nnimap-flags-to-marks): Would return no marks lists for group with no
8528         flags.  Instead return the other data.
8530 2010-09-22  Julien Danjou  <julien@danjou.info>
8532         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
8533         Only return an icon.
8534         (gnus-group-insert-group-line): Compute icon to return.
8536         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
8537         (gnus-html-image-fetched): Only cache if
8538         gnus-html-image-automatic-caching is set.
8539         (gnus-html-image-fetched): Check for errors.
8541 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8543         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
8544         once per method on `g'.  This ensures that backends like nnfolder don't
8545         open all their folders.
8547         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
8548         (nnimap-request-list): Nix out group in the correct buffer.
8549         (nnimap-parse-flags): Implement by using `read' instead of
8550         hand-parsing.
8551         (nnimap-flags-to-marks): Pass on permanent-flags.
8552         (nnimap-make-process-buffer): Record the server name.
8553         (nnimap-parse-flags): Fix typo.
8554         (nnimap-request-scan): Run split on the server in general, not just a
8555         single group.
8557         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
8558         parameter, and propagate this downwards.
8560         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
8561         since EXAMINE changes it on the server.
8563         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
8564         this command might take a while.
8566 2010-09-22  Julien Danjou  <julien@danjou.info>
8568         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
8569         harmful if you have 2 images side-by-side, they can't be properly
8570         update on text deletion.  Using text-property is safer here.
8571         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
8572         data.
8574 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8576         * nnimap.el (nnimap-expunge-inbox): Remove.
8577         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
8578         (nnimap-expunge): Flip default to t.
8580         * gnus.el (gnus-method-to-server): Don't push things to the cache
8581         unless it's unique.
8582         (gnus-server-to-method): Ditto.
8584 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
8586         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
8588 2010-09-22  Julien Danjou  <julien@danjou.info>
8590         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
8591         get the start of data.
8592         (gnus-html-encode-url): Add this function to encode special chars in
8593         URL.
8594         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
8595         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
8597         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
8598         default.
8599         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
8601         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
8602         images alt-text.
8603         (gnus-html-put-image): Put alt-text as help-echo.
8605 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8607         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes):
8608         * mm-util.el (mm-decompress-buffer):
8609         * nnir.el (nnir-run-find-grep):
8610         * pop3.el (pop3-list): Use 3rd arg of split-string.
8612 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8614         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
8615         outside the active range.  Suggested by Dan Christensen.
8617         * gnus-start.el (gnus-get-unread-articles): Get the extended method
8618         slightly later to avoid double-getting it.
8620         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
8621         previous patch.
8623         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
8625 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
8627         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
8629 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8631         * gnus-int.el (gnus-open-server): Give a better error message in the
8632         "go offline" case.
8634         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
8635         marks for nnimap, which is seldom the right thing to do.
8637         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
8638         (gnus-same-method-different-name): New function.
8640         * nnimap.el (parse-time): Require.
8642         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
8643         method in the presence of many similar methods.
8645         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
8647         * nnimap.el (nnimap-find-expired-articles): Don't refer to
8648         nnml-inhibit-expiry.
8650         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
8651         find out whether methods are equal.
8653         * nnimap.el (nnimap-find-expired-articles): New function.
8654         (nnimap-process-expiry-targets): New function.
8655         (nnimap-request-move-article): Request the article before looking at
8656         what the Message-ID is.  Fix found by Andrew Cohen.
8657         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
8659         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
8660         for oldness in addition to being a predicate.
8662         * nnimap.el (nnimap-request-group): When we have zero articles, return
8663         the right data to Gnus.
8664         (nnimap-request-expire-articles): Only delete articles immediately if
8665         the target is 'delete.
8667         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
8668         method, this would bug out.
8670         * gnus-group.el (gnus-group-expunge-group): Rename from
8671         gnus-group-nnimap-expunge, and implemented as a normal interface
8672         function.
8674         * gnus-int.el (gnus-request-expunge-group): New function.
8676         * nnimap.el (nnimap-request-create-group): Implement.
8677         (nnimap-request-expunge-group): New function.
8679 2010-09-21  Julien Danjou  <julien@danjou.info>
8681         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
8682         (gnus-html-cache-expired): Add new function.
8683         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
8684         wethever we should display image for fetch it.
8685         Compute alt-text earlier to pass it to the fetching function too.
8686         (gnus-html-schedule-image-fetching): Change function argument to only
8687         get one image at a time, not a list.
8688         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
8689         cache.
8690         (gnus-html-get-image-data): New function to retrieve image data from
8691         cache.
8692         (gnus-html-put-image): Change buffer argument to use image data rather
8693         than file, and place image above region rather than inserting a new
8694         one.  Do not take alt-text as argument, since it's useless now: we place
8695         the image above alt-text.
8696         (gnus-html-prune-cache): Remove.
8697         (gnus-html-show-images): Start to fetch image when we find one, do not
8698         push into a temporary list.
8699         (gnus-html-prefetch-images): Only fetch image if they have expired.
8700         (gnus-html-browse-image): Fix, use 'gnus-image-url.
8701         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
8703 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8705         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
8707 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8709         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
8710         spec inser "*" if the group isn't active instead of 0.
8712         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
8713         opening the server.
8714         (nnimap-request-delete-group): Implement group deletion.
8715         (nnimap-transform-headers): Return the size of the entire message in
8716         the Bytes header, not just the size of the first part.
8717         (nnimap-request-move-article): When moving an article from nnimap,
8718         request the article first so the accepting form has an article to
8719         accept.  Reported by Dan Christensen.
8720         (nnimap-command): Make sure that the error message doesn't error out.
8722 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
8724         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
8725         we haven't requested anything.
8727 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8729         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
8730         "".  Fix found by Andrew Cohen.
8732         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
8733         instead of -encode-string.
8735 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8737         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
8739         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
8740         by mm-subst-char-in-string.
8742 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8744         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
8745         waiting for the connection string.
8747         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
8748         arriving.
8750         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
8751         bogus characters.  This allows selecting certain Gmail groups.
8753         * nnimap.el (nnimap-find-wanted-parts-1): New function.
8754         (nnimap-fetch-partial-articles): New variable.
8755         (nnimap-open-connection): When looking for credentials, also use the
8756         nnimap-server-port.
8757         (nnimap-request-article): Return the group/article number, so that Gnus
8758         `^' works as expected.
8759         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
8761         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
8762         comments.
8763         (gnus-methods-sloppily-equal): New function.
8764         (gnus): When using the development version of Gnus, load the gnus-load
8765         file.
8767         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
8768         `gnus-open-server' on each method before trying to scan them etc.
8769         This ensures that all the backend parameters are set correctly.
8771         * nnimap.el (nnimap-authenticator): New variable.
8772         (nnimap-open-connection): Allow anonymous login.
8773         (nnimap-transform-headers): The chars header is called Chars not Bytes.
8774         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
8776         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
8777         patch, found by Knut Anders Hatlen.
8779 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
8781         * gnus-agent.el (gnus-agent-batch-confirmation)
8782         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
8783         to gnus-message.
8784         * gnus-art.el (gnus-article-describe-briefly): Likewise.
8785         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
8786         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
8787         * gnus-int.el (gnus-open-server): Likewise.
8788         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
8789         (gnus-score-check-syntax): Likewise.
8790         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
8791         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
8792         Likewise.
8793         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
8795 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8797         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
8798         calling conventions so that prefetch doesn't bug out.
8800 2010-09-19  Julien Danjou  <julien@danjou.info>
8802         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
8803         rather than `subst-char-in-region' in order to be able to replace ASCII
8804         char by UTF-8 ones.
8806         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
8807         than curl.
8808         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
8809         the right URL and ALT text on images.
8810         (gnus-html-wash-tags): Fix tag case.
8811         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
8812         (gnus-article-html): Add -o display_ins_del=2 option.
8813         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
8815 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8817         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
8818         the extra mail headers, which sometimes seem to happen for unknown
8819         reasons.
8821         * mail-parse.el (mail-header-encode-parameter): Define as
8822         rfc2045-encode-string instead of as rfc2231-encode-string, since some
8823         (or most, perhaps?) mail readers don't understand the latter, but do
8824         understand the former.
8826         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
8827         to nil, so that no methods are automatically agentized.  I think this
8828         is probably what most users want.
8830         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
8831         from url-retrieve, for instance about invalid URLs.
8833         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
8834         groups that have no articles.
8835         (nnimap-request-article): Check that we really got an article when we
8836         requested one.
8838         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
8839         doesn't exist.
8841         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
8842         nntp buffer so the agent can save it.
8843         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
8844         that CRLF doesn't get translated to \n.
8845         (nnimap-open-connection): Don't make 'shell commands only send \n.
8847 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
8849         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
8850         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
8851         Update var name.
8852         (nnml-generate-nov-file): Use dolist.
8853         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
8854         Use with-current-buffer.
8856 2010-09-18  Julien Danjou  <julien@danjou.info>
8858         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
8859         parallel.
8861 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8863         * nnimap.el (nnimap-update-info): When doing partial marks update, get
8864         the range update right.
8865         (nnimap-request-group): Don't make `M-g' bug out on group with no
8866         marks.
8867         (nnoo): Require, so that other packages can require nnimap.
8868         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
8869         command we're looking for.  This helps when the server sends more
8870         responses after we've gotten everything we expected.
8871         (nnimap): Add a `newlinep' field to keep track of end-of-line
8872         conventions.
8873         Don't send CRLF to things that don't want it.
8874         (nnimap-request-accept-article): Ditto.
8876 2010-09-18  Julien Danjou  <julien@danjou.info>
8878         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
8879         than curl to retrieve images.
8881 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8883         * nnimap.el (nnimap-update-info): Extend the info so that we can set
8884         the marks.
8885         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
8886         (nnimap-wait-for-connection): New function.
8887         (nnimap-open-connection): If we have PREAUTH, don't query for login
8888         credentials.
8889         (nnimap-update-info): Fix off-by-one error when concatenating ranges
8890         when doing a partial update.
8892 2010-09-18  Julien Danjou  <julien@danjou.info>
8894         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
8895         tags.
8897 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899         * nnimap.el (nnimap-credentials): New function.
8900         (nnimap-open-connection): Use the new function to look for credentials
8901         also on the numeric equivalents of "imap" and "imaps".
8903         * gnus-start.el (gnus-activate-group): Send the info to
8904         gnus-request-group.
8906         * nnimap.el (nnimap-request-group): Have the "check" version of the
8907         function parse flags and update the info, so that a `M-g' get a total
8908         resync of all flags from the group.
8910         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
8911         to allow backends to alter the info on group selection.  Also alter all
8912         the backend -request-group functions to take the parameter.
8914         * nnimap.el (nnimap-store-info): New function.
8915         (nnimap-update-info): Store the info for later usage.
8916         (nnimap-request-group): Use the stored info for the dont-check case, so
8917         that we don't retrieve all marks when we enter a group.
8919         * nnimap.el: Use deffoo instead of defun for interface functions.
8921         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
8922         update the group info.  This makes the nndraft groups, for instance, go
8923         back to their old behavior.
8925         * gnus-sum.el (gnus-select-newsgroup): Indent.
8927         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
8928         in.
8929         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
8930         nothing.
8932         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
8933         from methods that are denied.
8935         * gnus-int.el (gnus-method-denied-p): New function.
8937         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
8938         store the password instead of netrc.
8939         (nnimap-open-connection): Don't error out when we can't make a
8940         connections.
8942         * auth-source.el (auth-source-create): In the password prompt, say what
8943         we're querying for.  Also prompt for user name if that hasn't been
8944         given.
8946         * nnimap.el (nnimap-with-process-buffer): Remove.
8948 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8950         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
8951         method when we're reading from the agent.
8953         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
8955         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
8956         that's probably most useful for users.
8958         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
8959         "failed" all the time.
8961         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
8962         ...)) with (with-current-buffer ...).
8964         * nntp.el (nntp-open-server): Return whether the open was successful or
8965         not.
8967         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
8968         select an unread unseen article first.
8970         * nnimap.el (nnimap-open-connection): If the user doesn't have a
8971         /etc/services, supply some sensible port defaults.
8973 2010-09-17  Julien Danjou  <julien@danjou.info>
8975         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
8977 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8979         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
8980         doesn't have any parameters.
8982 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8984         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
8985         only upcased checks.
8987         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
8989         * nnimap.el (nnimap-open-shell-stream): New function.
8990         (nnimap-open-connection): Use it.
8991         (nnimap-transform-headers): Get the number of lines in each message.
8992         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
8993         number of lines.
8994         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
8995         problem.
8997         * utf7.el (utf7-encode): Autoload.
8999         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
9000         to allow the mail splitting to not return a default group.  This is
9001         useful for nnimap, which will leave unmatched mail in the inbox.
9003         * nnimap.el: Rewritten.
9005         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
9006         nnimap usage.
9008         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
9009         if the move is internal, so that nnimap can do fast internal moves.
9011         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
9012         data.
9013         (gnus-read-active-for-groups): Support finishing the early retrieval of
9014         data.
9016         * gnus-range.el (gnus-range-nconcat): New function.
9018         * gnus-int.el (gnus-finish-retrieve-group-infos)
9019         (gnus-retrieve-group-data-early): New functions.
9021 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
9024         (nnrss-retrieve-groups):
9025         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
9026         (pop3-quit): Use with-current-buffer.
9028 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9030         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
9031         instead of nnheader-accept-process-output.
9033         * gnus-html.el (gnus-html-schedule-image-fetching)
9034         (gnus-html-prefetch-images): Replace process-kill-without-query by
9035         gnus-set-process-query-on-exit-flag.
9037 2010-09-16  Romain Francoise  <romain@orebokech.com>
9039         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
9041 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9043         * gnus-registry.el (gnus-registry-install-shortcuts): The second
9044         parameter to unintern is mandatory-ish in Emacs 24.
9046         * gnus-html.el (gnus-html-schedule-image-fetching)
9047         (gnus-html-prefetch-images): Check for curl before using it.
9049         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
9050         depend on curl, which isn't essential.
9052         * imap.el: Revert back to version
9053         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
9054         seem problematic.
9056 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9058         * gnus-registry.el (gnus-registry-install-shortcuts):
9059         Explicitly pass `obarray' to `unintern' to avoid a warning.
9061 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9063         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
9064         change.
9066         * nnrss.el (nnrss-request-list): Remove this function and related
9067         functions, including the moreover stuff.
9069 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9071         * nnrss.el (nnrss-retrieve-groups): New function.
9073 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
9075         * .dir-locals.el: Add no-byte-compile cookie.
9077 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9079         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
9080         for back end that doesn't support request-scan.
9082 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9084         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
9085         then do request scans from the backends.
9087         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
9088         avoid running a hook per line, since this takes a lot of time,
9089         profiling shows.
9090         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
9091         directly if gnus-visual-p is true.
9093 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9095         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
9096         groups; replace mapcar with dolist which is a bit faster; pass groups
9097         info to gnus-read-active-file-1.
9098         (gnus-read-active-file-1): Scan only specified groups if the new
9099         optional arg `infos' is given.
9101 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
9105         * pop3.el (pop3-movemail): Remove.
9106         (pop3-streaming-movemail): Rename to pop3-movemail.
9108         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
9109         don't restrict end-tag searches to the end of the line.
9111 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9113         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
9114         articles of every unchecked group to t, which means unknown since the
9115         server has never been opened.
9117 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9119         * gnus-html.el (gnus-html-show-alt-text): New command.
9120         (gnus-html-browse-image): Ditto.
9121         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
9122         to browse the image directly.
9123         (gnus-html-wash-tags): Search for images first, so that <a><img> works
9124         better.
9126         * gnus-async.el (gnus-async-article-callback):
9127         Call `gnus-html-prefetch-images' unconditionally.
9129         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
9130         before feeding URLs to curl.
9132 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9134         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
9135         internal images as deletable by `W D D'.
9137         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
9138         (gnus-async-article-callback): Fix typo.
9140 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9142         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
9143         current line to work around bugs in the output from w3m.
9145         * gnus-async.el (gnus-async-article-callback): Always prefetch images
9146         for groups that want that.
9148         * nntp.el (nntp-wait-for-string): Supply a timeout for
9149         accept-process-output to ensure progress.
9151         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
9152         level to get unread articles from, then use that for foreign groups,
9153         too.
9155         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
9156         confuses the rest of the function.
9158         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
9159         for the methods that support -retrieve-groups, too.
9161         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
9163 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9165         * pop3.el: Require cl when compiling.
9166         (pop3-number-of-responses): Search for "+OK", not "+OK ".
9168 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9170         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
9171         that aren't going to be activated.
9172         (gnus-get-unread-articles): Fix up the last commit.
9174         * gnus-html.el (gnus-article-html): Allow calling without specifying
9175         the handle.  In that case, dissect the buffer first.
9177         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
9179         * nnimap.el (nnimap-open-connection): Revert the change that would look
9180         into authinfo for imaps instead of imap.
9182         * gnus-start.el (gnus-activate-group): Take an optional parameter to
9183         say that you don't want to call gnus-request-group with don-check, but
9184         do check the response.  This is for virtual groups only.
9185         (gnus-get-unread-articles): Count the archive groups as secondary, so
9186         that they're activated the same way as before.
9188         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
9189         case-insensitively.
9190         (nnimap-debug): Remove.
9192         * mail-source.el (mail-source-fetch): Don't message if we're fetching
9193         mail from a file, and the file doesn't exist.
9195         * pop3.el (pop3-streaming-movemail): Return t for success.
9197         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
9198         .authinfo if we're using ssl connection.
9200         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
9201         already have if we're in a main Gnus `g' run.
9203         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
9205 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9207         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
9209         * nnmh.el (nnmh-request-list-1): Bind `file'.
9211         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
9212         alias to set-process-query-on-exit-flag or process-kill-without-query.
9213         (pop3-open-server): Use it.
9215 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9217         * mail-source.el (mail-source-delete-crash-box): Always move the crash
9218         box to the Incoming file.  Fixes mistake in previous checkin.
9220         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
9221         request loop (for debugging purposes) removed.
9223         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
9224         culprit is more visible.
9225         (nnml-save-incremental-nov, nnml-open-incremental-nov)
9226         (nnml-add-incremental-nov): New functions to do "incremental" nov
9227         updates, where we just append to the end of the existing nov files
9228         without reading/writing them in full.
9230         * mail-source.el (mail-source-delete-crash-box): Really only check the
9231         incoming files once in a while.
9233         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
9235         * mail-source.el (mail-source-delete-crash-box): Only check the
9236         incoming files for deletion once per day to save a lot of file
9237         accesses.
9239         * pop3.el (pop3-logon): Fix up unbound variable typo.
9241         * mail-source.el (pop3-streaming-movemail): Autoload.
9243         * pop3.el (pop3-streaming-movemail):
9244         Respect pop3-leave-mail-on-server.
9246         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
9247         retrieval.
9249         * pop3.el (pop3-process-filter): Remove unused function.
9250         (pop3-streaming-movemail, pop3-send-streaming-command)
9251         (pop3-wait-for-messages, pop3-write-to-file)
9252         (pop3-number-of-responses): New functions for streaming pop3
9253         retrieval.
9255         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
9256         come from no known methods.
9257         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
9258         list.
9260         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
9261         message sizes.
9262         (pop3-movemail): Use erase-buffer instead of looping and deleting
9263         regions, which seems rather odd.
9265         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
9266         file once per `g' run.
9268         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
9269         directories.  This makes the draft queue directory work.
9271         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
9272         data from the backends, so that we only request the list of groups from
9273         each method once.  This should speed things up considerably.
9275         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
9276         detect that it's not implemented.
9278         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
9279         we actually do recurse down into the tree, but don't stat all leaf
9280         nodes.
9282         * gnus-html.el (gnus-html-show-images): If there are no images to show,
9283         then say so instead of bugging out.
9285         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
9286         files exist before trying to read them.
9288         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
9289         around <pre_int>.
9291         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
9293         * nnmh.el (nnmh-request-list-1): Optimize for speed.
9295 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9297         * mm-util.el (mm-image-load-path): Just return the image directories,
9298         not all directories in the path in addition to the image directories.
9299         (mm-image-load-path): Maintain a cache of the image directories so that
9300         the `g' command in Gnus doesn't have to stat dozens of directories each
9301         time.
9303         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
9304         (gnus-html-wash-tags): Add a new `i' command to insert images.
9305         (gnus-html-insert-image): New command and keystroke.
9306         (gnus-html-redisplay-with-images): New command and keystroke.
9307         (gnus-html-show-images): Rename command.
9308         (gnus-html-wash-tags): Remove more white space before <pre_int> image
9309         spacers.
9310         (gnus-html-wash-tags): Decode entities at the end, so that entities
9311         inside the tags don't mess up the rest of the "parsing".
9313         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
9314         so that nnimap methods aren't agentized by default.  There's apparently
9315         many problems related to agent/imap behavior.
9317         * gnus-art.el (gnus-article-copy-string): New command and key binding.
9319         * gnus-html.el: Doc fix.
9321 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9323         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
9324         glyph-width and glyph-height instead of display-graphic-p and
9325         image-size; make avoidance of displaying small images work for XEmacs.
9327         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
9328         for XEmacs.
9330         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
9331         of symbol that holds plist data.
9332         (gnus-process-plist): Remove plist of process after getting it.
9334 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9336         * message.el (message-generate-hashcash): Change default to
9337         'opportunistic if hashcash is installed.
9339         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
9340         (gnus-html-put-image): Only call image-size once, since it's somewhat
9341         time-consuming on remote X servers.
9343 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9345         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
9346         decoded contents.
9347         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
9349 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9351         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
9352         group line format, since it isn't very interesting.
9354         * gnus-agent.el (gnus-agent-short-article),
9355         (gnus-agent-long-article): Increase values for these two variables,
9356         since most people are likely to have more network connection and
9357         storage than before.
9359         * gnus.el (gnus-refer-article-method): Change default to 'current.
9360         When referring an article, the common behavior is to refer it from the
9361         current select method, not the native select method.  The chances of
9362         the native select method having the message in question is rather slim
9363         these days.
9365         * gnus-sum.el (gnus-auto-select-subject): Change default to
9366         `unseen-or-unread'.  I think it's likely that most people want to
9367         select an unseen article over a previously seen, but unread one.
9369         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
9370         means that in the article buffer none of the minor mode elements will
9371         be shown, usually, and this is not desirable in most cases.
9373         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
9374         that commands like `d' (and the like) go to the next line in the
9375         buffer, instead of the next unread article.  I think this is the
9376         behavior that is most natural for most users.
9377         (gnus-single-article-buffer): Change default to nil, so that people can
9378         have as many article buffers open as they have summary buffer.  I think
9379         this is the most natural way for the groups to behave.
9381         * message.el (message-generate-new-buffers): Change default to
9382         `unsent', so that all new message buffers start their names with the
9383         string "*unsent", and it's easier to find the buffers if you move from
9384         them.
9386 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9388         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
9389         small.  They're probably tracking images.
9390         (gnus-html-wash-tags): Remove all <pre_int> place holders.
9391         (gnus-html-rescale-image): Yet another try at getting the image sizing
9392         right.
9394         * nntp.el (nntp-request-set-mark): Refuse to do marks if
9395         nntp-marks-file-name is nil.
9397 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9399         * gnus-html.el (gnus-html-wash-tags)
9400         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
9401         Better logging.
9403 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9405         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
9407         * gnus-html.el (gnus-html-wash-tags): Check the value of
9408         gnus-blocked-images in the summary buffer.
9410 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9412         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
9414 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
9417         like "a", it seems like.
9418         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
9419         since it needs to be picked from the correct buffer.
9421         * nnwfm.el: Remove.
9423         * nnlistserv.el: Remove.
9425 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9427         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
9428         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
9430 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9432         * nnkiboze.el: Remove.
9434         * nndb.el: Remove.
9436         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
9437         alt text.
9438         (gnus-html-rescale-image): Try to get the rescaling logic right for
9439         images that are just wide and not tall.
9441         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
9442         overshadow variable bindings.
9444 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
9446         * gnus-html.el (gnus-html-wash-tags)
9447         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
9448         Add extra logging.
9450 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9452         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
9453         (gnus-max-image-proportion): New variable.
9454         (gnus-html-rescale-image): New function.
9455         (gnus-html-put-image): Rescale images.
9457 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
9459         Fix up some byte-compiler warnings.
9460         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
9461         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
9462         (gnus-article-fill-cited-article, gnus-article-hide-citation)
9463         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
9464         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
9465         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
9466         (gnus-group-update-group): Use save-excursion and with-current-buffer.
9468 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9470         * gnus-html.el (gnus-article-html): Decode contents by charset.
9472 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9474         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
9475         (gnus-html-frame-width, gnus-blocked-images):
9476         * message.el (message-prune-recipient-rules): Add custom version.
9477         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
9479         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
9480         functions.
9482         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
9483         gnus-process-get.
9485 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
9487         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
9488         instead of lsub directly.
9490 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492         * nnwarchive.el: Remove.
9494         * gnus-soup.el: Remove.
9496         * nnsoup.el: Remove.
9498         * nnultimate.el: Remove.
9500         * gnus-html.el (gnus-blocked-images): New variable.
9502         * message.el (message-prune-recipients): New function.
9503         (message-prune-recipient-rules): New variable.
9505         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
9506         guess whether a long line is natural text or not.
9508         * gnus-html.el (gnus-html-schedule-image-fetching):
9509         Use gnus-process-plist and friends for compatibility.
9511 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
9513         * gnus-html.el: Require packages that define macros used in this file.
9514         (gnus-article-mouse-face): Declare to silence byte-compiler.
9515         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
9516         process-get.
9517         (gnus-html-put-image): Use plist-get to avoid getf.
9518         (gnus-html-prefetch-images): Use with-current-buffer.
9520 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9522         * gnus-ems.el: Provide compatibility functions for
9523         gnus-set-process-plist.
9525         * gnus-sum.el (gnus-summary-stop-at-end-of-message):
9526         * gnus.el (gnus-valid-select-methods):
9527         * message.el (message-send-mail-partially-limit):
9528         * mm-decode.el (mm-text-html-renderer):
9529         * mml.el (mml-insert-mime-headers-always):
9530         * smiley.el (smiley-regexp-alist): Bump custom version.
9532 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9534         * gnus-html.el: require mm-url.
9535         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
9536         with the url to `url'.
9537         (gnus-html-wash-tags): Support cid: URLs/images.
9539 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9541         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
9542         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
9543         bindings, as they aren't useful at all.  `w' is moved to `W w'.
9545         * gnus-move.el: Remove file, since it doesn't really work.
9547         * gnus-html.el (gnus-article-html): Tell w3m that the input is
9548         UTF-8.  This seems to fix problems with some German web feeds.
9550         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
9551         at the top so that the proper colors are applied.
9553         * gnus-art.el (gnus-article-view-part): Doc fix.
9555         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
9556         XEmacs-compatible.
9557         (gnus-html-put-image): Don't do images on non-graphic displays.
9559         * nnslashdot.el: Remove this unused backend.
9561         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
9562         actions.
9563         (gnus-undo-register-1): Revert last change.
9565         * gnus-group.el (gnus-group-completing-read): Protect against not
9566         having completion-styles bound.
9568         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
9569         make broken recipients happier.
9571         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
9573         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
9574         point parameter.
9576         * gnus-group.el (gnus-group-completing-read): Add 'substring to
9577         completion-styles for group selection.
9579 2009-02-04  Andreas Schwab  <schwab@suse.de>
9581         * gnus-score.el (gnus-score-string): Fix regex for matching extra
9582         headers and regexp-quote the match if necessary.
9584 2009-03-24  Miles Bader  <miles@gnu.org>
9586         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
9587         the blinking smiley.
9589 2009-03-24  Simon Josefsson  <simon@josefsson.org>
9591         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
9592         blink smiley.
9594 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9596         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
9597         where the dribbel file lives exists.
9599         * message.el (message-send-mail-partially-limit): Change the default to
9600         nil, since most people don't want this.
9602         * mm-url.el (mm-url-decode-entities): Also decode entities like
9603         &#x3212.
9605 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
9607         * gnus-sum.el (gnus-summary-idna-message):
9608         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
9609         Hyperlink urls in docstrings with URL `...'.
9611 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
9613         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
9614         functions.
9616 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9618         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
9619         say what the mouseover text should be.
9621         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
9622         version of the mm-w3m-safe-url-regexp variable to only download images
9623         in the groups where we want that to happen.
9625         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
9627         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
9628         easier debugging.
9629         (gnus-article-beginning-of-window): Add kludge to allow spacing past
9630         big pictures in the article buffer.
9632         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
9633         gnus-article-html.
9634         (mm-text-html-renderer): gnus-article-html needs curl in addition to
9635         w3m.
9637         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
9639 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
9642         which doesn't exist.
9644         * message.el (message-inhibit-ecomplete): New variable to allow some
9645         function to inhibit ecomplete address storage.
9646         (message-resend): Disable ecomplete message storage when resending
9647         messages.
9649         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
9651 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9653         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
9654         Save excursion while copying, moving, and deleting articles in order to
9655         prevent the cursor from jumping to unforeseen place.
9657 2010-08-17  Glenn Morris  <rgm@gnu.org>
9659         * gnus-sync.el: Require gnus components whose functions are used.
9661         * gnus-art.el (bookmark-make-record-function):
9662         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
9663         Declare for compiler.
9665         * mm-url.el (mml-compute-boundary): Autoload.
9667 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9669         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
9671 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
9673         Typo fix "hoo4a" -> "hook".
9675         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
9677 2010-08-14  Glenn Morris  <rgm@gnu.org>
9679         * gnus-sync.el (gnus-sync): Fix defgroup version.
9681 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
9683         Doc fixes and keep unknown groups (ammended for nunion bug fix).
9685         * gnus-sync.el: Fix docs.
9686         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
9687         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
9689 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9691         Optimizations for gnus-sync.el.
9693         * gnus-sync.el: Add docs about gnus-sync-backend
9694         possibilities.
9695         (gnus-sync-save): Remove unnecessary message.
9696         (gnus-sync-read): Optimize and show what groups were skipped.
9698 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9700         Minor bug fixes for gnus-sync.el.
9702         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
9703         Don't read the sync on get-new-news.
9705         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
9706         quiet.
9708         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
9709         (fix typo).
9711 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
9713         Make saving and restoring of hidden threads work with overlays.
9714         Patch applied by Ted Zlatanov.
9716         * gnus-sum.el (gnus-hidden-threads-configuration)
9717         (gnus-restore-hidden-threads-configuration): Update to deal with text
9718         properties, rather than searching for a magic character.
9720 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
9722         New gnus-sync.el library for synchronization of marks.
9724         * gnus-sync.el: New library for synchronization of marks.
9726         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
9727         renamed from `gnus-registry-grep-in-list'.
9729         * gnus-registry.el (gnus-registry-follow-group-p):
9730         Use `gnus-grep-in-list'.
9732         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
9734 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9736         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
9737         determining charset of text fails.
9739 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9741         * nnmail.el (nnmail-get-new-mail-1): Revert.
9743         * nnml.el (nnml-active-number): Make sure names of newly created groups
9744         in nnml-group-alist are encoded.
9746 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9748         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
9749         containing non-ASCII characters in active file for nnml back end.
9751 2010-07-24  David Engster  <dengste@eml.cc>
9753         * mml-smime.el (mml-smime-epg-verify): Also accept the older
9754         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
9756 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
9758         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
9759         tag (Bug#6654).
9761 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9763         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
9764         the article buffer, not the summary buffer.
9766 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9768         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
9769         Emacs 23 as well.
9771 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9773         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
9774         Patch applied by Karl Fogel.
9776         * gnus-sum.el (gnus-summary-bookmark-make-record):
9777         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
9779 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
9781         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
9782         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
9783         C-w still not working correctly from Article buffers; Thierry's
9784         patch to fix that will be applied after this.
9786         * gnus-art.el (bookmark-make-record-function): New local variable.
9788         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
9789         article buffer.
9790         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
9792 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
9794         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
9795         on changes in bookmark.el.
9797 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
9799         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
9800         the *other* type of HTML form submission.
9802 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
9804         * auth-source.el (auth-source-pick): If choice does not contain a
9805         questioned keyword, set the check to t.
9807 2010-06-12  Romain Francoise  <romain@orebokech.com>
9809         * gnus-util.el (gnus-date-get-time): Move up before first use.
9811 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9813         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
9814         (gnus-article-edit-part): Bind it to make last part that is substituted
9815         or deleted visible.
9816         (gnus-mime-display-single): Buttonize part of which id equals to
9817         gnus-mime-buttonized-part-id.
9819 2010-06-10  Dan Christensen  <jdc@uwo.ca>
9821         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
9822         (gnus-dd-mmm): Use gnus-date-get-time.
9823         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
9824         simplify logic.
9825         (gnus-summary-limit-to-age): Use gnus-date-get-time.
9826         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
9828 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
9830         * auth-source.el (top): Autoload `secrets-list-collections',
9831         `secrets-create-item', `secrets-delete-item'.
9832         (auth-sources): Fix tag string.
9833         (auth-get-source, auth-source-retrieve, auth-source-create)
9834         (auth-source-delete): New defuns.
9835         (auth-source-pick): Rewrite in order to avoid 2 passes.
9836         (auth-source-forget-user-or-password): New parameter USERNAME.
9837         (auth-source-user-or-password): New parameters CREATE-MISSING and
9838         DELETE-EXISTING.  Retrieve password interactively, if needed.
9840 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
9842         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
9843         deleting unused directories when gnus-expert-user is t.
9845 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9847         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
9848         for each temp file when gnus-article-browse-delete-temp is ask.
9850 2010-05-20  Kevin Ryde  <user42@zip.com.au>
9852         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
9854 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9856         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
9857         article unless decoding article to be saved.
9859 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt):
9862         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
9863         generated within the mm-with-unibyte-current-buffer macro.
9865 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9867         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
9868         to nil when we're in a mml-preview buffer and no group is selected.
9870 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
9872         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
9873         when catching the `C-g'.  Reported by "Leo".
9875 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9877         * message.el (message-forward-make-body-plain)
9878         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
9879         multibyte-string-p.
9881 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9883         * message.el (message-forward-make-body-mml): Assume original message
9884         is multibyte string; error on unibyte.
9885         (message-forward-make-body-plain): Ditto; don't add excessive newline
9886         in body end.
9888 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
9890         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
9891         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
9893 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9895         * mm-extern.el (mm-extern-url): Don't use
9896         mm-with-unibyte-current-buffer.
9897         (mm-extern-cache-contents): Use with-current-buffer instead of
9898         save-excursion + set-buffer.
9900 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9902         * mm-util.el (mm-emacs-mule): Remove.
9904 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
9906         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
9907         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
9908         change.
9910 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9912         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
9913         bind the default value of enable-multibyte-characters to nil.
9915 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9917         * message.el (message-forward-make-body-plain)
9918         (message-forward-make-body-mml):
9919         Don't use mm-with-unibyte-current-buffer.
9921 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
9923         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
9924         (Bug#5592).
9926 2010-05-07  Julien Danjou  <julien@danjou.info>
9928         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
9929         it to mm-pipe-part.
9931         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
9932         it is given.
9934 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9936         * nnweb.el (nnweb-gmane-search):
9937         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
9938         XEmacs.
9940         * gnus-art.el (gnus-article-browse-html-parts):
9941         * gnus-group.el (gnus-read-ephemeral-gmane-group)
9942         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
9943         make-temp-file.
9945         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
9946         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
9947         compiling.
9949         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
9950         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
9951         XEmacs when compiling.
9953         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
9954         gnus-pick-mode-off-hook for XEmacs when compiling.
9955         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
9956         gnus-binary-mode-off-hook for XEmacs when compiling.
9958         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
9959         Return nil if char-charset is not available.
9961         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
9962         macro.
9964         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
9965         instead of encode-coding-string.
9967         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
9968         'xemacs) instead of mm-emacs-mule to switch function definitions.
9969         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
9971 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
9973         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
9975 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9977         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
9978         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
9980 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
9982         * mm-util.el (mm-decompress-buffer): Use `delete-file';
9983         alias `jka-compr-delete-temp-file' no longer exists.
9985 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
9987         Use define-minor-mode in Gnus where applicable.
9988         * mml.el (mml-mode): Use define-minor-mode.
9989         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
9990         (gnus-undo-mode): Use define-minor-mode.
9991         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
9992         (gnus-dead-summary-mode): Use define-minor-mode.
9993         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
9994         Initialize in declaration.
9995         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
9996         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
9997         (gnus-mailing-list-mode): Use define-minor-mode.
9998         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
9999         (gnus-draft-mode): Use define-minor-mode.
10000         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
10001         (gnus-dired-mode): Use define-minor-mode.
10003 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
10005         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
10006         handles on recursive mml-to-mime translation and check them for
10007         boundary delimiter collisions.  Reported by Greg Troxel.
10009 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10011         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
10013 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10015         * mm-util.el (mm-find-buffer-file-coding-system):
10016         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
10018 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
10020         * message.el (message-generate-headers): Record insertion of optional
10021         headers as well.  Otherwise the check to prevent repeated insertion of
10022         optional headers is a no-op.
10024 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
10026         * smime.el: Don't mention CVS.
10028         * nnrss.el (nnrss-fetch): Don't mention CVS.
10030         * nnir.el: Don't mention CVS.
10032 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10034         * gnus-sum.el (gnus-summary-bookmark-make-record):
10035         Add `location' field.
10037 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10039         * gnus-sum.el: Add bookmark declarations to silence the compiler.
10040         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
10041         Use with-current-buffer to silence the byte-compiler.
10042         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
10043         bother to require `gnus'.
10044         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
10046 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
10048         * gnus-sum.el (gnus-summary-bookmark-make-record)
10049         (gnus-summary-bookmark-jump): New functions.
10050         (gnus-summary-mode): Setup bookmark support.
10052 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
10054         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
10055         if set.
10057 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10059         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
10060         gnus-article-browse-html-save-cid-image; make it work recursively for
10061         forwarded messages as well.
10062         (gnus-article-browse-html-parts): Work when prefix arg is given.
10063         (gnus-article-browse-html-article): Doc fix.
10065 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
10067         * message.el (message-default-mail-headers):
10068         (message-default-headers): Carry the value mail-default-headers over
10069         into message-default-mail-headers, rather than message-default-headers.
10071 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
10073         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
10074         charset.
10076         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
10077         charset into the <meta> tag when the article is encoded to utf-8.
10079 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10081         * gnus-art.el (gnus-article-browse-delete-temp-files):
10082         Delete directories as well.
10083         (gnus-article-browse-html-parts): Work for images that do not specify
10084         file names; delete temp directory when quitting; insert header at the
10085         right place; use file: scheme for image files.
10087 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
10089         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
10090         (gnus-article-browse-html-parts): Use it to make temporary cid image
10091         files in addition to html file so that browser may display them.
10093 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10095         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
10097 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
10099         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
10101 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
10103         * auth-source.el (auth-sources): Change default to be simpler.
10104         Explain about Secret Service API sources.  Improve Customize options.
10105         (auth-source-pick): Change to accept any number of search parameters.
10106         Implement fallbacks iteratively, not recursively.  Add scoring on the
10107         second pass and sort by score.  Call Secret Service API when needed.
10108         (auth-source-user-or-password): Use it.  Call Secret Service API
10109         directly when needed to get the user name and the password.
10111 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
10113         * message.el (message-interactive): Doc fix.
10114         (message-qmail-inject-args): Reflow.
10115         (message-kill-to-signature): Fix typo in docstring.
10117         * smiley.el (smiley-buffer): Fix typo in docstring.
10119 2010-03-24  Glenn Morris  <rgm@gnu.org>
10121         * mail-source.el (gnus-message): Declare.
10122         (mail-source-delete-old-incoming): Require gnus-util.
10124 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10126         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
10128         * message.el (ecomplete-setup): Autoload it for Emacs <23.
10130         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
10131         password-cache's default if it is not bound.
10132         (mml-secure-passphrase-cache-expiry): Default to 16 that is
10133         password-cache-expiry's default if it is not bound.
10135         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
10136         available in Emacs 21.
10138 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
10140         * auth-source.el (auth-sources): Fix up definition so extra parameters
10141         are always inline.
10143 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
10145         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
10146         wasn't updated after mismatch.  Clear cached mailbox info correctly
10147         when uidvalidity changes.
10148         (nnimap-group-prefixed-name): New function to avoid some code
10149         duplication.
10150         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
10151         (nnimap-request-group): Use it.
10152         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
10153         (nnimap-update-unseen): Significantly improved speed of Gnus startup
10154         with many imap folders.  This is done by caching the group status from
10155         the imap server persistently in a group parameter `imap-status'.  (This
10156         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
10157         but not persistently, so every Gnus startup was still very slow.)
10159 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10161         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
10162         secrets.el dependency.
10163         (auth-sources): Add optional user name.  Add secrets.el configuration
10164         choice (unused right now).
10166 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
10168         * gnus-sum.el (gnus-summary-make-menu-bar):
10169         Let `gnus-registry-install-shortcuts' fill in the functions.
10171         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
10172         warnings.
10173         (gnus-registry-misc-menus): Variable to hold registry mark menus.
10174         (gnus-registry-install-shortcuts): Populate and use it in a
10175         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
10177 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
10179         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
10180         In-place substitutions for the group name encoding/decoding.
10181         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
10182         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
10183         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
10184         (nnimap-update-unseen, nnimap-request-list)
10185         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
10186         (nnimap-request-set-mark, nnimap-split-to-groups)
10187         (nnimap-split-articles, nnimap-request-newgroups)
10188         (nnimap-request-create-group, nnimap-request-accept-article)
10189         (nnimap-request-delete-group, nnimap-request-rename-group)
10190         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
10191         `encoded-mbx' for consistency.
10192         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
10193         variable `imap-current-mailbox'.
10195         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
10196         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
10198 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
10200         * pop3.el (pop3-display-message-size-flag): Display message size byte
10201         counts during POP3 download.
10202         (pop3-movemail): Use it.
10203         (pop3-list): Implement listing of available messages.
10205 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
10207         * nnir.el (nnir-get-article-nov-override-function): New function to
10208         override the normal NOV retrieval.
10209         (nnir-retrieve-headers): Use it.
10211 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
10213         * auth-source.el (netrc-machine-user-or-password): Autoload.
10215 2010-03-19  Glenn Morris  <rgm@gnu.org>
10217         Stop message.el from loading about 40 libraries it doesn't always need.
10218         The general approach is to autoload rather than require, and to
10219         require in the specific functions rather than the file.  (Bug#5642)
10221         * gmm-utils.el: Don't require wid-edit.
10222         (widget-create-child-value, widget-convert, widget-default-get):
10223         Autoload.
10225         * gnus-util.el: Don't require time-date, netrc.
10226         (message-fetch-field, gnus-group-name-decode): Declare rather than
10227         autoloading.
10228         (gnus-fetch-field): Require message.
10229         (gnus-decode-newsgroups): Require gnus-group.
10231         * ietf-drums.el: Don't require time-date.
10233         * message.el: Don't require hashcash, canlock, ecomplete.
10234         Do require mail-utils.  Require nnheader only when compiling.
10235         (smtpmail-default-smtp-server): Remove declaration.
10236         (message-send-mail-function): Check smtpmail-default-smtp-server
10237         is bound rather than requiring smtpmail.
10238         (message-auto-save-directory, message-insert-signature):
10239         Use expand-file-name rather than nnheader-concat.
10240         (nnheader-insert-file-contents): Autoload.
10241         (hashcash-wait-async): Declare.
10242         (message-send-mail): Only call gnus-setup-posting-charset if
10243         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
10244         (message-send-mail-with-sendmail): Require sendmail.
10245         (canlock-password, canlock-password-for-verify): Declare.
10246         (message-canlock-password): Require canlock.
10247         (nnheader-get-report): Autoload.
10248         (gnus-setup-posting-charset): Declare.
10249         (message-send-news): Require gnus-msg.
10250         (message-make-references, message-make-in-reply-to): Use mail-header-id
10251         rather than the alias mail-header-message-id.
10252         (ecomplete-add-item, ecomplete-save): Declare.
10253         (message-put-addresses-in-ecomplete): Require ecomplete.
10254         (ecomplete-display-matches): Autoload.
10256         * mm-decode.el: Don't require mailcap, gnus-util.
10257         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
10258         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
10259         Autoload.
10260         (mailcap-mime-extensions): Declare.
10262         * mm-encode.el: Don't require mailcap.
10263         (mailcap-extension-to-mime): Autoload.
10265         * mml-sec.el: Don't require password-cache.
10267         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
10268         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
10269         (mml-minibuffer-read-type): Require mailcap.
10270         (mml-preview): Require gnus-msg.
10272         * mml1991.el: Require password-cache.
10273         (password-cache-expiry): Remove declaration.
10275         * mml2015.el: Require password-cache.
10276         (password-cache-expiry): Remove declaration.
10278         * nneething.el (mailcap): Require mailcap.
10280         * nnheader.el (declare-function): Add compatibility stub.
10281         (message-remove-header): Declare rather than autoload.
10282         (nnheader-replace-header): Require message.
10284         * nnimap.el (declare-function): Add compatibility stub.
10285         (netrc-parse, netrc-machine-user-or-password): Declare.
10286         (nnimap-open-connection): Require netrc.
10288         * nntp.el (declare-function): Add compatibility stub.
10289         (netrc-parse, netrc-machine, netrc-get): Declare.
10290         (nntp-send-authinfo): Require netrc.
10292         * rfc2047.el: Don't require qp.
10293         (quoted-printable-encode-region, quoted-printable-decode-string):
10294         Autoload.
10296         * sieve-mode.el: Don't require easymenu.
10297         (easy-menu-add-item): Autoload it.
10299         * spam-stat.el (time-to-number-of-days): Autoload it.
10301 2010-03-17  Kevin Ryde  <user42@zip.com.au>
10303         * mml.el (mml-read-tag): Unquote values with `read' to reverse
10304         prin1 in mml-insert-tag (just stripping the quotes gave wrong
10305         value if any backslash escapes).
10307 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10309         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
10310         if it is available.  (bug#5647)
10312 2010-02-26  Glenn Morris  <rgm@gnu.org>
10314         * message.el (message-send-mail-function): Change the default, so that
10315         it inherits from a customized send-mail-function.  (Bug#5643)
10317 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
10319         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
10320         shell-command-to-string signals an error (bug#5299).
10322 2010-02-24  Glenn Morris  <rgm@gnu.org>
10324         * message.el (message-smtpmail-send-it)
10325         (message-send-mail-with-mailclient): Doc fixes.
10327 2010-02-16  Glenn Morris  <rgm@gnu.org>
10329         * message.el (message-default-mail-headers): Change the default value
10330         to ease the transition from mail-mode to message-mode.  (Bug#5555)
10332 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
10334         * message.el (message-mail): Just pass yank-action on to message-setup.
10335         (message-setup): Handle (FUN . ARGS) form of yank-action.
10336         (message-with-reply-buffer, message-widen-reply)
10337         (message-yank-original): Handle non-buffer values of
10338         message-reply-buffer (Bug#4080).
10339         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
10341 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
10343         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
10344         Fix typo in docstring.
10346 2010-01-08  Jason Rumney  <jasonr@gnu.org>
10348         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
10349         response.
10351 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10353         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
10355         * message.el (message-check-news-header-syntax): Protect against a
10356         string that `rfc822-addresses' returns when parsing fails.
10358 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10360         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
10361         (gnus-previous-char-property-change): New functions.
10363         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
10365 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
10367         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
10368         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
10370 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
10372         * message.el (message-exchange-point-and-mark): Rework last change to
10373         avoid using optional arg of exchange-point-and-mark, for backward
10374         compatibility.
10376 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
10378         * message.el (message-exchange-point-and-mark):
10379         Call exchange-point-and-mark with an argument rather than setting
10380         mark-active by hand (Bug#5175).
10382 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10384         * nntp.el (nntp-service-to-port): Work for service expressed with
10385         numeric string; replace [:digit:] with [0-9] for XEmacs.
10387 2009-12-17  Glenn Morris  <rgm@gnu.org>
10389         * gnus-group.el (gnus-bug-group-download-format-alist):
10390         Change emacs entry to debbugs.gnu.org.  Bump :version.
10392 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10394         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
10396 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
10398         * message.el (message-info): Explain why we use `Info-goto-node'.
10400 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10402         * message.el (message-completion-in-region): New compatibility function.
10403         (message-expand-group): Use it.
10405 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10407         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
10408         with no unread article should be listed if the 2nd arg `predicate' is
10409         given.
10411 2009-11-29  Juri Linkov  <juri@jurta.org>
10413         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
10414         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
10415         on `gnus-recenter'.  (Bug#4698, Bug#4981)
10417 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10419         * message.el (message-from-style, message-interactive)
10420         (message-signature): Always set default values from the corresponding
10421         mail-* variables.
10422         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10423         (message-yank-prefix, message-indentation-spaces)
10424         (message-signature-file, message-default-headers): Use boundp rather
10425         than (featurep 'xemacs) to check if the corresponding mail-* variables
10426         exist.
10428 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
10430         * message.el (message-send-mail-with-sendmail): Revert last change.
10432 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
10434         * message.el (message-from-style, message-interactive)
10435         (message-cite-prefix-regexp, message-sendmail-envelope-from)
10436         (message-yank-prefix, message-indentation-spaces, message-signature)
10437         (message-signature-file, message-default-headers): For GNU Emacs, set
10438         default values from the corresponding mail-* variables.
10439         (message-send-mail-with-sendmail): Use envelope-from only if
10440         mail-specify-envelope-from is non-nil.
10442 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10444         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
10445         containing tspecial characters if they have been already quoted.
10447 2009-10-24  Glenn Morris  <rgm@gnu.org>
10449         * gnus-art.el (help-xref-stack-item): Define for compiler.
10451 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10453         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
10455 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10457         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
10458         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
10460 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * gnus.el (gnus-overlay-get): New alias to overlay-get.
10463         (gnus-overlays-in): New alias to overlays-in.
10465         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
10466         gnus-overlay-get, and gnus-delete-overlay.
10467         (gnus-summary-show-thread): Make it work as well for systems in which
10468         next-single-char-property-change is not available.
10469         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
10471 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
10473         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
10475 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
10477         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
10478         and XEmacs that don't have `remove-overlays'.
10480 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
10482         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
10483         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
10484         selective display.  Use overlays instead.
10486 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
10488         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
10490 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
10492         * spam-stat.el (spam-stat-load): Fix typo in message.
10494 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
10496         * gnus-art.el (gnus-article-encrypt-body):
10497         * message.el (message-check-recipients):
10498         * mm-util.el (mm-codepage-setup):
10499         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
10500         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
10502 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
10504         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
10505         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
10506         keys from the menu if mm-{sign,encrypt}-option is 'guided.
10507         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
10508         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
10510 2009-09-18  Glenn Morris  <rgm@gnu.org>
10512         * gnus-diary.el (gnus-diary-check-message):
10513         * message.el (message-insert-formatted-citation-line):
10514         * nnbabyl.el (top-level):
10515         * nndiary.el (nndiary-schedule):
10516         Fix typos in condition-case handlers.
10518 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10520         * gnus-art.el (gnus-article-edit-part): Work for the buffer
10521         configuration that provides the sole article window in a frame;
10522         position point correctly after deleting a part.
10524 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
10526         * spam.el (spam-unregister-on-reregister): Add boolean variable.
10527         (spam-resolve-registrations-routine): Use it to unregister articles
10528         that change status.
10530 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10532         * nnrss.el (nnrss-request-article): Remove binding of
10533         default-enable-multibyte-characters that has gotten needless by
10534         the 2007-07-13 change in rfc2047-encode-message-header.
10536         * mml.el (mml-insert-multipart): Error on the message header.
10537         (mml-insert-part): Error on the message header; position point at
10538         the end of a MIME tag.
10540 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10542         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
10543         (gnus-float-time): Alias to float-time if it exists.
10545         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
10546         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
10547         float-time is available; suppress compile warning for time-to-seconds.
10549 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10551         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
10552         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
10553         Add the optional argument `encoding' that overrides the default.
10555         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
10556         mm-encode-buffer.
10558 2009-09-04  Glenn Morris  <rgm@gnu.org>
10560         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
10561         mm-disable-multibyte, rather than default-enable-multibyte-characters.
10562         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
10563         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
10564         * mm-util.el (mm-with-unibyte-current-buffer)
10565         (mm-find-buffer-file-coding-system):
10566         * yenc.el (yenc-decode-region): Use default-value rather than
10567         default-enable-multibyte-characters.
10569 2009-09-03  Glenn Morris  <rgm@gnu.org>
10571         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
10572         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
10573         than default-enable-multibyte-characters.
10575 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
10577         * gnus-art.el (gnus-article-read-summary-keys):
10578         Fix gnus-buffer-configuration's value temporarily used.
10580 2009-09-02  Glenn Morris  <rgm@gnu.org>
10582         * gnus-util.el (gnus-float-time): New function.
10583         * gnus-delay.el (gnus-delay-article):
10584         * gnus-sum.el (gnus-thread-latest-date):
10585         * gnus-util.el (gnus-user-date): Use gnus-float-time.
10586         * nnspool.el (nnspool-request-newgroups):
10587         Use gnus-float-time rather than time-to-seconds.
10588         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
10590         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
10591         (gnus-header-subject-face, gnus-header-newsgroups-face)
10592         (gnus-header-name-face, gnus-header-content-face):
10593         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
10594         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
10595         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
10596         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
10597         (gnus-cite-face-11):
10598         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
10599         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10600         (gnus-server-closed-face, gnus-server-denied-face)
10601         (gnus-server-offline-face):
10602         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
10603         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
10604         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
10605         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
10606         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
10607         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
10608         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
10609         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
10610         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
10611         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
10612         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
10613         (gnus-summary-selected-face, gnus-summary-cancelled-face)
10614         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
10615         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
10616         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
10617         (gnus-summary-high-undownloaded-face)
10618         (gnus-summary-low-undownloaded-face)
10619         (gnus-summary-normal-undownloaded-face)
10620         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
10621         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
10622         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
10623         (gnus-splash-face):
10624         * message.el (message-header-to-face, message-header-cc-face)
10625         (message-header-subject-face, message-header-newsgroups-face)
10626         (message-header-other-face, message-header-name-face)
10627         (message-header-xheader-face, message-separator-face)
10628         (message-cited-text-face, message-mml-face):
10629         * sieve-mode.el (sieve-control-commands-face)
10630         (sieve-action-commands-face, sieve-test-commands-face)
10631         (sieve-tagged-arguments-face):
10632         * spam.el (spam-face):
10633         Mark face aliases with "-face" in the name as obsolete.
10635 2009-09-01  Glenn Morris  <rgm@gnu.org>
10637         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
10638         than goto-line.
10640 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10642         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10643         Don't move point if the command is invoked inside the message header.
10645 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
10647         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
10648         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
10649         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
10650         * nnir.el (nnir-swish-e-index-file):
10651         * gnus-sum.el (gnus-summary-delete-marked-as-read)
10652         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
10653         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
10654         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
10655         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
10656         (gnus-treat-display-xface): Add Emacs version of obsolescence.
10658 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10660         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
10661         Don't save excursion.
10663 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
10665         * nnheader.el (nnheader-find-file-noselect):
10666         * mm-util.el (mm-insert-file-contents):
10667         Use (default-value 'major-mode) instead of default-major-mode.
10669 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
10671         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
10673 2009-08-25  Glenn Morris  <rgm@gnu.org>
10675         * nnir.el (top-level): Don't require cl at run-time.
10676         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
10677         Replace cl-function substitute with gnus-replace-in-string.
10678         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
10679         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
10680         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
10681         simplified expansions.
10683 2009-08-22  Glenn Morris  <rgm@gnu.org>
10685         * gnus-art.el (gnus-button-patch): Use forward-line rather than
10686         goto-line.
10688 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10690         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
10692         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
10693         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
10694         (gnus-mm-display-part, gnus-mime-display-single)
10695         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
10696         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
10698         * gnus-sum.el
10699         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
10700         (gnus-summary-move-article): Add expirable mark to articles copied or
10701         moved to group that has auto-expire turned on if the option is non-nil.
10703 2009-07-24  Glenn Morris  <rgm@gnu.org>
10705         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
10706         Fix typo.  (Bug#3903)
10708 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10710         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
10711         gnus-article-read-summary-keys rather than gnus-summary-edit-article
10712         that should not be used for draft articles.
10713         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
10714         that has no concern in minor mode keys.
10715         (gnus-article-summary-command, gnus-article-summary-command-nosave):
10716         Abolish.
10718 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10720         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
10721         article without making inquiry to a user for unknown encoding.
10723         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
10724         (nnmaildir--scan): Assume i-node and device number that file-attributes
10725         returns might be cons-cell.
10727 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
10729         * auth-source.el: Remove docs now in auth.texi.  Don't use
10730         `gnus-message' for logging.  Add new variables `auth-source-debug' and
10731         `auth-source-hide-passwords' and use them.
10733 2009-07-15  Glenn Morris  <rgm@gnu.org>
10735         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
10737 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10739         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
10740         excessive whitespace from the default values of title and description.
10742 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10744         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
10745         mail-fetch-field to fetch Content-Description header in order to
10746         exclude newlines.
10748 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10750         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
10751         to deleted part.
10753 2009-05-30  David Engster  <dengste@eml.cc>
10755         * nnmairix.el: Remove old documentation in the commentary block.
10756         (nnmairix-request-group): Do not update active file for nnml back ends.
10757         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
10758         end so that overview files are ignored.
10759         (nnmairix-update-groups): Make updating the groups more robust by using
10760         marks.
10761         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
10762         with dollar characters in message-id.
10764 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
10766         * spam.el: Use dns-query instead of query-dns.  Was renamed on
10767         2008-12-25 in dns.el.
10769 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
10771         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
10772         could happen if the text is only composed of spaces and/or tabs.
10774 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
10776         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
10777         when sending a queued message to avoid extra mml tags.
10779 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10781         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
10783 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10785         * gnus-dired.el: Remove autoload for gnus-setup-message.
10786         (gnus-dired-attach): Fake this-command value to prevent Gnus from
10787         displaying Gnus logo; always use compose-mail.
10789 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10791         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
10793 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10795         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
10796         (gnus-nocem-issuers): List currently active issuers; fix custom type.
10797         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
10798         available.
10799         (gnus-nocem-epg-verify): New function.
10801 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
10803         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
10805 2009-02-15  Glenn Morris  <rgm@gnu.org>
10807         * gnus-util.el (rmail-insert-rmail-file-header)
10808         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
10809         autoloads.
10810         (rmail-default-rmail-file): Remove unnecessary declaration.
10811         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
10813 2009-02-14  Glenn Morris  <rgm@gnu.org>
10815         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
10816         variable (only used in gnus-util, which declares it anyway).
10817         (rmail-output-to-rmail-file): Remove autoload of deleted function,
10818         which was only needed by gnus-art (changed to not use it any more).
10819         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
10820         only used in gnus-util, which autoloads it itself.
10821         (rmail-update-summary): Fix autoload.
10823         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
10824         rather than rmail-output-to-rmail-file.
10826 2009-02-07  Glenn Morris  <rgm@gnu.org>
10828         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
10829         autoload of function that no longer exists.
10830         (rmail-toggle-header): Declare.
10831         (message-forward-rmail-make-body): Handle mbox Rmail.
10833 2009-01-31  Glenn Morris  <rgm@gnu.org>
10835         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
10836         2009-01-09 change.
10838 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
10840         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
10841         (auth-source-forget-all-cached): New convenience function.
10842         (auth-source-user-or-password): Accept list of modes or a single mode.
10844         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
10845         auth-source modes.
10847         * nnimap.el (nnimap-open-connection): Use list of
10848         auth-source modes.
10850         * nntp.el (nntp-send-authinfo): Use list of
10851         auth-source modes.
10853 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
10855         * auth-source.el: Update docs to reflect epa-file-enable is to be used
10856         now.
10858 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10860         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
10861         coding system in XEmacs; add a workaround for XEmacs.
10863 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10865         * mm-util.el (mm-coding-system-priorities): Protect against nil value
10866         of current-language-environment.
10868 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
10870         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
10871         available at runtime.
10873 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10875         * gnus-art.el (article-date-ut): Fix end point of narrowing.
10877 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
10879         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
10880         the greatest positive fixnum value doesn't work under an XEmacs with
10881         bignum support; use the most-positive-fixnum constant instead,
10882         available since Emacs 21.1 with cl and XEmacs 21.1.
10884 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10886         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
10887         XEmacs gets not to work.
10889 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10891         * mm-util.el (mm-coding-system-priorities): Allow the value like
10892         "Japanese (UTF-8)" of current-language-environment.
10894 2009-01-09  Glenn Morris  <rgm@gnu.org>
10896         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
10897         with last-command-event.
10899 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
10901         * message.el (message-fix-before-sending): Amend comment.
10903 2009-01-07  David Engster  <dengste@eml.cc>
10905         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
10906         simplified server definitions by converting it via
10907         gnus-server-to-method.
10909 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10911         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
10912         parameter's operands.
10914 2009-01-06  David Engster  <dengste@eml.cc>
10916         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
10917         primary select method (for gnus-group-mark-article-as-read).
10919 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
10921         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
10922         `(gnus)Face', not `(gnus)X-Face'.
10924 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10926         * mm-util.el (mm-ucs-to-char): New function.
10928         * mm-url.el (mm-url-decode-entities): Use it.
10930 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10932         * message.el (message-fix-before-sending): Add `eight-bit' to
10933         illegible-text check.
10935 2009-01-03  Michael Olson  <mwolson@gnu.org>
10937         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
10938         `headers' is nil.  This can occur if the IMAP server does not have
10939         permissions to read messages from a folder, but can write new messages
10940         to the folder.
10941         (nnimap-request-article-part): Do not insert `data' if it is nil.
10943 2009-01-01  Dave Love  <fx@gnu.org>
10945         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
10947         * nnimap.el: Fix author email.
10948         (nnimap-split-rule): Add FIXME comment.
10949         (nnimap-debug): Fix doc string.
10951 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10953         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
10954         overlay-arrow-position and overlay-arrow-string buffer-local; no need
10955         to check if those variables exist (first appeared in Emacs 18.50).
10957 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10959         * mm-util.el (mm-line-number-at-pos): New function.
10961         * spam-report.el (spam-report-process-queue): Use it.
10963 2008-12-24  David Engster  <dengste@eml.cc>
10965         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
10966         parameters that haven't existed as variables as buffer-local variables.
10968 2008-12-23  Dave Love  <fx@gnu.org>
10970         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
10971         cadar.
10973         * sieve-manage.el (sieve-manage-starttls-p): Rename from
10974         imap-starttls-p.
10975         (sieve-manage-starttls-open): Rename from imap-starttls-open.
10977 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
10979         * spam-report.el (spam-report-gmane-max-requests): New constant.
10980         (spam-report-gmane-wait): New variable.
10981         (spam-report-gmane-ham, spam-report-gmane-spam)
10982         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
10983         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
10984         the server.
10986         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
10987         Add explanations.
10989         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
10990         nnheader-accept-process-output and nnheader-read-timeout if available.
10991         (pop3-movemail): Use it.
10993         * message.el (message-check-news-body-syntax): Fix signature check if
10994         there's an attachment.
10996 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10998         * mm-util.el: Add comments to the mm- emulating functions.
11000 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
11002         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
11003         Reported by Stephen Berman <stephen.berman@gmx.net>.
11005 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11007         * mm-util.el (mm-substring-no-properties): New function.
11008         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
11009         (mm-special-display-p): Enable those lambda forms to be byte compiled.
11010         (mm-string-to-multibyte): Doc fix.
11012         * mml.el (mml-attach-file): Use mm-substring-no-properties.
11014 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
11016         * mml.el (mml-attach-file): Strip text properties from file name.
11017         (Bug#1574)
11019 2008-12-16  Glenn Morris  <rgm@gnu.org>
11021         * mm-util.el (mm-charset-override-alist): Declare for compiler.
11023 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11025         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
11026         knows since the charset specified might be a bogus alias that
11027         mm-charset-synonym-alist provides.
11029 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
11031         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
11032         "ISO_8859-1".
11034         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
11036 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11038         * mm-util.el (mm-charset-eval-alist):
11039         Define it before mm-charset-to-coding-system.
11040         (mm-charset-to-coding-system): Add optional argument `silent';
11041         define it before mm-charset-override-alist.
11042         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
11043         default value if it can be used in Emacs currently running;
11044         silence mm-charset-to-coding-system.
11046 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11048         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
11049         `allow-override' which says whether to use `mm-charset-override-alist'.
11050         (rfc2047-decode-encoded-words): Use it.
11052         * mm-util.el (mm-charset-override-alist): Fix custom type;
11053         add `(gb2312 . gbk)' to choices.
11055 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11057         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
11058         fast.
11060         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11062 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
11064         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
11065         on links.
11067         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
11069 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11071         * message.el (message-idna-to-ascii-rhs-1): Protect against local
11072         users' addresses that don't have domain parts.
11073         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
11074         rather than message-narrow-to-head since there will be the message
11075         header separator.
11077 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11079         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
11080         since the result is inserted in a unibyte buffer anyway.
11081         (nnimap-demule-use-string-to-multibyte): Remove.
11082         (nnimap-demule): Alias it to mm-string-to-multibyte.
11084 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
11086         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
11087         variable for debugging bug#464 and bug#1174.
11088         (nnimap-demule): Use it.
11090 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
11092         * gnus-score.el (gnus-score-find-trace): Handle default score in total
11093         score calculation correctly.
11095 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11097         * message.el (message-send-mail): Just set the buffer to unibyte
11098         rather than use mm-with-unibyte-current-buffer which does a lot more.
11099         (message-send-mail-partially): Don't bother with
11100         mm-with-unibyte-current-buffer since it's already been made unibyte by
11101         message-send-mail.
11103 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
11105         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
11107 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
11109         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
11111 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11113         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
11114         require itself and to remove `with-no-warnings'.
11116 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
11118         * starttls.el (starttls-any-program-available): Get the name of the
11119         available TLS layer program.
11120         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
11121         well as the host name in the "opening" message.
11123         * auth-source.el (auth-source-cache, auth-source-do-cache)
11124         (auth-source-user-or-password): Cache passwords and logins by default,
11125         allow override with `auth-source-do-cache'.
11126         (auth-source-forget-user-or-password): Allow users to remove cache
11127         entries if needed.
11129 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11131         * ietf-drums.el (ietf-drums-remove-comments): Localize second
11132         condition-case to only the forward-sexp call.
11134 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
11136         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
11137         quotes contained.  Make it more robust regardless by an extra
11138         condition-case wrapper.
11140 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11142         * nnml.el (nnml-request-expire-articles): Check if the function set to
11143         `nnmail-expiry-target' returns the symbol `delete'.
11145         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
11147         * nnmail.el (nnmail-expiry-target): Fix custom type.
11149 2008-10-02  Glenn Morris  <rgm@gnu.org>
11151         * mm-util.el (mm-codepage-setup): Tweak codepage error.
11152         Silence compiler warning.
11154 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
11156         * mml.el (mml-menu): Don't assume mml2015 is bound.
11158 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11160         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
11161         exists.
11163 2008-09-27  Glenn Morris  <rgm@gnu.org>
11165         * gnus-util.el (mail-header-remove-comments): Autoload it.
11167 2008-09-27  Andreas Schwab  <schwab@suse.de>
11169         * gnus-util.el (gnus-split-references): Strip comments.
11170         (gnus-parent-id): Likewise.
11172 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
11174         * message.el (message-confirm-send): Fix version.
11176 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11178         * message.el (message-idna-to-ascii-rhs-1): Use
11179         mail-extract-address-components rather than mail-header-parse-addresses
11180         that is an alias by default to ietf-drums-parse-addresses that does not
11181         support non-ASCII names in headers' contents.
11183 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
11185         * message.el (message-confirm-send): Fix variable documentation to
11186         avoid the "y/n" wording.
11188 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
11190         * message.el (message-set-auto-save-file-name): Save to a different
11191         filename so multiple messages (especially drafts) can be recovered.
11193 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
11195         * message.el (message-confirm-send): Add appropriate version.
11197 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
11199         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
11200         defvar.
11202 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
11204         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
11205         (mm-pkcs7-enveloped-magic): Ditto.
11207 2008-09-17  Simon Josefsson  <simon@josefsson.org>
11209         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
11210         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
11212 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
11214         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
11215         default, it's better.
11217 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
11219         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
11220         summary line gnus-number property and ignore them (with a warning
11221         message).
11223 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11225         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
11226         macro caddr in the interactive form since it won't be expanded.
11228 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11230         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
11231         `charset'; fix name of function called recursively.
11232         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
11234 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11236         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
11237         (gnus-mime-set-charset-parameters): New function.
11238         (gnus-mime-view-part-as-charset): Use it to correctly display part
11239         specifying wrong charset.
11241 2008-09-08  David Engster  <dengste@eml.cc>
11243         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
11244         in completing-read for back end server.
11246 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
11248         * message.el (message-confirm-send): New variable to confirm sending a
11249         message.
11250         (message-send): Use it.
11252 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
11254         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
11256 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11258         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
11260 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
11262         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
11263         prevent tracking too many groups.
11264         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
11265         Use it.
11267 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
11269         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
11270         moving point to the bottom of the window in order to avoid recentering.
11272 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11274         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
11275         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
11276         (gnus-article-beginning-of-window): Fix calculation.
11278 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11280         * gnus-msg.el (gnus-summary-supersede-article)
11281         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
11282         value of gnus-newsgroup-charset to decode non-MIME encoded text in
11283         message header.
11285 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
11287         * message.el:
11288         * gnus-start.el:
11289         * gnus-registry.el: Remove VMS support.
11291 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11293         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
11294         macro.
11295         (rfc2104-hash): Use it.
11297 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
11299         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
11300         (gnus-summary-sort-by-most-recent-date): New commands.
11301         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
11302         and menu entries.
11304 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11306         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
11307         don't redisplay article for raw contents; remove plural articles stuff.
11309         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
11310         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
11311         on gnus-summary-save-article; display results properly.
11313 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11315         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
11317 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11319         * gnus-art.el (gnus-summary-save-in-pipe):
11320         Consider gnus-save-all-headers.
11322 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
11324         * gnus-util.el (ns-focus-frame): Remove declaration.
11325         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
11326         like x.
11328 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
11330         * rfc2104.el (rfc2104-zero): Delete defconst.
11331         (rfc2104-hex-alist): Likewise.
11332         (rfc2104-hex-to-int): Delete func.
11333         (rfc2104-hexstring-to-bitstring): Likewise.
11334         (rfc2104-nybbles): New defconst.
11335         (rfc2104-hash): Rewrite for speed.
11337 2008-07-16  Glenn Morris  <rgm@gnu.org>
11339         * gnus-util.el (ns-focus-frame): Declare for compiler.
11341 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11343         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
11344         set as a group parameter.
11345         (gnus-summary-save-in-pipe): Work when it is called independently.
11346         (gnus-summary-pipe-to-muttprint): Don't modify
11347         gnus-summary-pipe-output-default-command.
11349 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
11351         * message.el (message-send-mail-with-sendmail):
11352         Display the error message.
11354 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11356         * gnus-art.el (gnus-default-article-saver):
11357         Add gnus-summary-save-in-pipe to choices.
11358         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
11359         gnus-summary-pipe-output-default-command as the default command.
11360         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
11361         instead of gnus-last-shell-command.
11363         * gnus-sum.el (gnus-summary-pipe-output-default-command):
11364         New user option.
11365         (gnus-summary-muttprint-program): Mention the value will be changed.
11366         (gnus-summary-save-article): Force showing of all headers.
11367         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
11369 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
11371         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
11373 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
11375         * nnimap.el (nnimap-id):
11376         * sieve-manage.el (sieve-manage-open): Doc fixes.
11378 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
11380         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
11381         if available.
11383 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
11385         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
11387         * nnkiboze.el (nnkiboze-generate-group):
11388         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
11390         * nnmairix.el: Require CL.
11392 2008-06-15  David Engster  <dengste@eml.cc>
11394         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
11396 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
11398         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
11399         New macros that expand to an `aset'/`aref' call under Emacs, and to a
11400         runtime choice under XEmacs.
11402         * gnus-sum.el (gnus-summary-set-display-table):
11403         Use `gnus-put-display-table', `gnus-get-display-table',
11404         `gnus-set-display-table' for the display table, instead of `aset'.
11406 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11408         * nnmairix.el: Add autoloads.
11410 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
11412         * nnmairix.el (nnmairix-delete-recreate-group)
11413         (nnmairix-update-and-clear-marks): Fix error messages.
11415 2008-06-14  David Engster  <dengste@eml.cc>
11417         * nnmairix.el: Upgrade to version 0.6.
11418         (nnmairix-group-toggle-propmarks-this-group)
11419         (nnmairix-group-toggle-readmarks-this-group)
11420         (nnmairix-group-delete-recreate-this-group)
11421         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
11422         (nnmairix-remove-tick-mark-original-article): New commands.
11423         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
11424         (nnmairix-propagate-marks-to-nnmairix-groups)
11425         (nnmairix-only-use-registry, nnmairix-allowfast-default)
11426         (nnmairix-marks-cache, nnmairix-version-output): New variables.
11427         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
11428         functions needed for marks propagation and manipulation of read marks.
11429         (nnmairix-update-groups): New function.
11430         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
11431         (nnmairix-determine-original-group-from-registry)
11432         (nnmairix-determine-original-group-from-path)
11433         (nnmairix-get-group-from-file-path, nnmairix-map-range)
11434         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
11435         New helper functions.
11436         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
11437         keystrokes for new commands.
11438         (nnmairix-delete-and-create-on-change): Doc string cleanup.
11439         (nnmairix-request-group): Check allow-fast group parameter.
11440         (nnmairix-request-create-group): Set allow-fast group parameter if
11441         nnmairix-allowfast-default is set.
11442         (nnmairix-close-group): Propagate marks upon closing if needed.
11443         (nnmairix-group-toggle-threads-this-group): Use new.
11444         nnmairix-group-toggle-parameter helper function.
11445         (nnmairix-search): Better check for empty search result.
11446         (nnmairix-goto-original-article): Use new helper functions for
11447         determining original article.
11448         (nnmairix-show-original-article): Make sure message-id is in brackets.
11449         (nnmairix-call-mairix-binary): Change variable name.
11450         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
11451         helper function.
11452         (nnmairix-widget-toggle-activate): Fix doc string.
11454 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11456         * nnir.el: Require edmacro when compiling with XEmacs.
11457         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
11458         available in Emacs 21.
11460 2008-06-11  Glenn Morris  <rgm@gnu.org>
11462         * gnus-util.el (x-focus-frame):
11463         * gnus.el (image-size):
11464         * mm-decode.el (image-size): Declare.
11466         * gnus-picon.el (declare-function): Add compat definition.
11467         (image-size): Declare.
11469         * gnus-group.el (tool-bar-map):
11470         * gnus-sum.el (tool-bar-map): Define for compiler.
11472         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
11474         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
11476         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
11477         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
11478         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
11479         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
11480         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
11481         * sieve-manage.el, spam-report.el, spam.el:
11482         Remove unnecessary eval-and-compile of autoloads.
11484 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
11486         * auth-source.el: Precise Tramp doc.
11488 2008-06-07  Glenn Morris  <rgm@gnu.org>
11490         * nnmairix.el: Remove unnecessary eval-when-compile.
11492 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
11494         * nnir.el: New file.
11496 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11498         * gnus-util.el (gnus-read-shell-command): New function.
11499         * mm-decode.el (mm-pipe-part):
11500         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
11502 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
11504         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
11506 2008-06-03  Glenn Morris  <rgm@gnu.org>
11508         * pop3.el (nnheader-accept-process-output): Autoload it.
11510 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11512         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
11513         are not 2-digit hexadecimal characters that follow `%'s.
11515 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11517         * message.el (message-bogus-recipient-p): Fix type in doc string.
11518         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
11519         (message-bogus-addresses): Rename from message-bogus-address-regexp.
11520         Improve custom options.
11521         (message-bogus-recipient-p): Adjust accordingly.
11523 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11525         * nnmairix.el: Require edmacro when compiling with XEmacs.
11527 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
11529         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
11530         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
11532 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
11534         * auth-source.el: Add more docs.
11536 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11538         * nnheader.el (nnheader-read-timeout): Change the default timeout from
11539         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
11540         retrieval faster in some cases, but might make CPU usage larger.
11541         If this has any bad side effects, we might revert this change.
11543         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
11544         seems to make mail retrieval much, much faster.
11545         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
11546         unconditionally.
11548         * gnus-draft.el (gnus-group-send-queue):
11549         Bind message-send-mail-partially-limit to nil to avoid being prompted.
11551 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
11553         * mml.el (mml-attach-buffer): Prompt for `disposition'.
11555         * message.el (message-bogus-address-regexp): Fix and improve custom
11556         type.
11557         (message-setup-hook): Add message-check-recipients as custom option.
11559 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
11561         * message.el (message-cite-function): Remove bogus autoload which crept
11562         in during merge from v5-10.
11564 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
11566         * nnimap.el (nnimap-open-connection): Fix login/password bug.
11568         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
11570         * auth-source.el: Preliminary Tramp docs.
11571         (auth-sources): Change the default auth-sources to use
11572         EPA .gpg files.
11574 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
11576         * nntp.el: Autoload `auth-source-user-or-password'.
11577         (nntp-send-authinfo): Use it.
11579         * nnimap.el: Autoload `auth-source-user-or-password'.
11580         (nnimap-open-connection): Use it.
11582         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
11583         for the gnus-message function.
11584         (auth-source-user-or-password): Use it.
11586 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
11588         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
11589         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
11590         (rfc2104-hash): Use it.
11592 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
11594         * gnus-art.el (gnus-article-toggle-truncate-lines):
11595         Don't use `iff' in docstring.
11597 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
11599         * gnus-registry.el: Adjusted copyright dates and added a keyword.
11601         * gnus-util.el (gnus-extract-address-component-name)
11602         (gnus-extract-address-component-email): Convenience functions around
11603         `gnus-extract-address-components'.
11605         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11606         Use `gnus-extract-address-component-email' to fix bug of comparing full
11607         sender name to `user-mail-address'.
11609 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
11611         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
11612         catch/throw to optimize.
11613         (gnus-registry-find-keywords): Just use member to find a keyword.
11615 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11617         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
11618         is current before calling gnus-server-prepare.
11619         (gnus-server-setup-buffer, gnus-server-update-server)
11620         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
11622 2008-05-04  Juri Linkov  <juri@jurta.org>
11624         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
11625         (mailcap-file-default-commands): Use mailcap-replace-in-string
11626         instead of replace-regexp-in-string, and mailcap-delete-duplicates
11627         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
11629 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
11631         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
11633 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11635         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
11636         hooks.
11637         (gnus-update-read-articles): Speed up non-marks-using users.
11638         (gnus-use-marks): Define gnus-use-marks.
11639         (gnus-propagate-marks): Rename variable to something more sensible.
11641 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
11643         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
11644         (gmm-image-load-path-for-library): Fix typos in docstrings.
11645         (gmm-message): Reflow docstring.
11647 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
11649         * mail-source.el (mail-source-set-1, mail-source-bind):
11650         Move auth-source code out of the macro to clean it up and fix bugs.
11652 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
11654         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
11655         by sender if it's equal to user-mail-address, it's likely to be
11656         useless.
11658         * mail-source.el (mail-source-bind): Don't use user or password if they
11659         are not bound.  Unintern them if they are nil.  Don't use server unless
11660         it's bound, and default it to empty string otherwise.
11662 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
11664         * mail-source.el: Load auth-source.el.
11665         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
11666         get user name or password, if auth-sources is set up.
11668         * gnus-registry.el (gnus-registry-split-strategy): New variable for
11669         strategy of splitting with parent.
11670         (gnus-registry-split-fancy-with-parent)
11671         (gnus-registry-post-process-groups): Use it and fix prior
11672         bug (returning a list as the split result).
11674         * auth-source.el (auth-sources): Remove server parameter.
11675         (auth-source-pick, auth-source-user-or-password)
11676         (auth-source-user-or-password-imap)
11677         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11678         (auth-source-user-or-password-sftp)
11679         (auth-source-user-or-password-smtp): Remove server parameter.
11681 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
11683         * smime.el (smime-sign-region, smime-encrypt-region)
11684         (smime-decrypt-region):
11685         Remove redundant calls to `generate-new-buffer-name'.
11687 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
11689         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
11690         Don't use QP for message/rfc822.
11691         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
11693 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11695         * sieve-manage.el (sieve-string-bytes): Remove.
11696         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
11697         correct byte-length only if the process's coding-system is the same as
11698         the one used internally by Emacs to represent strings.
11700 2008-04-22  Juri Linkov  <juri@jurta.org>
11702         * mailcap.el (mailcap-file-default-commands): New function.
11704 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11706         * message.el (message-signature-separator, message-cite-function):
11707         Change custom version.
11709 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
11711         * mm-decode.el (mm-display-external): Make temp file read-only.
11713 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11715         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
11716         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
11717         `C-c C-f d'.
11719 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
11721         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
11723 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
11725         * auth-source.el: Add docs.
11726         (auth-sources): Modify format to support server.
11727         (auth-source-pick, auth-source-user-or-password)
11728         (auth-source-user-or-password-imap)
11729         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11730         (auth-source-user-or-password-sftp)
11731         (auth-source-user-or-password-smtp): Add server parameter.
11733 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
11735         * gnus-registry.el: Initialize the registry when gnus-registry-install
11736         is t.
11738 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11740         * compface.el (uncompface): Make buffer unibyte.
11742 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11744         * mail-source.el (mail-source-value):
11745         Prefer fboundp to functionp so it works with macros as well.
11747 2008-04-05  Glenn Morris  <rgm@gnu.org>
11749         * gnus-ems.el (mm-disable-multibyte): Autoload it.
11751 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11753         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
11754         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
11756         * nnheader.el (nnheader-init-server-buffer): Change buffer's
11757         multibyteness after rather than before erasing it.
11759         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
11760         mm-with-multibyte.
11761         (gnus-request-article-this-buffer): Make sure the proper decoding is
11762         used if gnus-original-article-buffer happens to be unibyte.
11764         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
11765         default-enable-multibyte-characters.
11767         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
11768         default-enable-multibyte-characters.
11770         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
11772         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
11774 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11776         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11777         Fix last change in case the element is not even a symbol.
11779 2008-04-02  Simon Josefsson  <simon@josefsson.org>
11781         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
11782         imap-enable-exchange-bug-workaround.
11783         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
11785 2008-04-01  Simon Josefsson  <simon@josefsson.org>
11787         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
11788         a 100 byte status-checks into a 2-3MB transfer for each group.
11789         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
11790         to enable bug workaround or not.
11791         (nnimap-find-minmax-uid): Only enable workaround conditionally.
11793 2008-03-31  Glenn Morris  <rgm@gnu.org>
11795         * message.el (mml2015-use): Declare for compiler.
11796         (message-info): Require mml2015 when appropriate.
11798 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
11800         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
11801         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
11802         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
11803         (nntp-service-to-port): New function.
11804         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
11805         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
11806         (nntp-open-netcat-stream): New function.
11807         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
11809 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
11811         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
11813 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
11815         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
11817 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
11819         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
11821 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11823         * message.el (message-signature-separator): Change default.
11824         Improve custom type.
11825         (message-cite-function): Change default to
11826         message-cite-original-without-signature.
11828         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
11829         toggle.
11831         * message.el (message-check-news-body-syntax): Fix signature check.
11832         (message-setup-1): Mark buffer as unmodified _after_ running
11833         message-setup-hook and handling message-alternative-emails.
11834         (message-shorten-references): Be more strict when building list of
11835         valid references to comply with GNKSA.
11837         * gnus-group.el (gnus-read-ephemeral-bug-group)
11838         (gnus-read-ephemeral-debian-bug-group)
11839         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
11841         * message.el (message-info): Don't use booleanp which isn't supported
11842         in Emacs 21 and XEmacs.
11844 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
11846         * gnus-group.el (gnus-gmane-group-download-format): Rename from
11847         gnus-group-gmane-group-download-format.
11848         (gnus-group-read-ephemeral-gmane-group): Rename from
11849         gnus-group-read-ephemeral-gmane-group.
11850         (gnus-read-ephemeral-gmane-group-url): Rename from
11851         gnus-group-read-ephemeral-gmane-group-url.
11852         (gnus-bug-group-download-format-alist): New variable.
11853         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
11854         (gnus-read-ephemeral-emacs-bug-group): New commands.
11856 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11858         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
11859         (gnus-visible-headers): Improve custom type.
11861 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11863         * mml.el (mml-menu): Add workarounds for XEmacs.
11865         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
11866         X-Boundary header.
11868         * message.el (message-simplify-recipients): Fix previous commit.
11870 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11872         * mm-util.el (mm-set-buffer-multibyte): New function.
11873         * mm-decode.el (mm-copy-to-buffer): Use it.
11875         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
11876         Prefer fboundp to functionp so it works with macros as well.
11878 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
11880         * message.el (message-alter-recipients-discard-bogus-full-name):
11881         New function.
11882         (message-alter-recipients-function): New variable.
11883         (message-get-reply-headers): Use it.
11884         (message-replace-header): New helper function.
11885         (message-recipients-without-full-name): New variable.
11886         (message-simplify-recipients): New command.
11888         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
11890         * message.el (message-info): Handle EasyPG manual.
11892         * mml.el (mml-menu): Add entry for EasyPG.
11894 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
11896         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
11897         parameter.
11899         * message.el (message-disassociate-draft): Specify drafts group name
11900         fully.
11902 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
11904         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
11905         Eliminate unnecessary duplicates from the match list.
11907 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11909         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
11910         args of `how-many' of which the XEmacs version doesn't take; declare
11911         Info-index-next as function.
11913 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11915         * gnus-score.el (gnus-score-headers): Fix handling of
11916         gnus-inhibit-slow-scoring.
11918         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
11919         string.
11920         (gnus-button-url-regexp): Improve handling of parenthesis.
11921         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
11922         (gnus-button-handle-info-keystrokes): Handle index entries.
11924 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11926         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
11927         Incoming* files.
11929 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
11931         * auth-source.el (auth-sources): Rename from auth-source-choices.
11932         (auth-source-pick): Use it.
11934 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
11936         * auth-source.el (auth-source-protocols)
11937         (auth-source-protocols-customize, auth-source-choices): Add and
11938         modified variable customizations and defaults.
11939         (auth-source-pick, auth-source-user-or-password)
11940         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
11941         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
11942         (auth-source-user-or-password-sftp)
11943         (auth-source-user-or-password-smtp): Use new variables and provide an
11944         interface to netrc.el.
11946 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11948         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
11949         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
11950         Make sure the nntp port to specify is a string.
11952 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11954         * nntp.el: Use with-current-buffer.
11955         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
11956         dubious mm-with-unibyte-current-buffer.
11957         (nntp-with-open-group-function): New function extracted from
11958         nntp-with-open-group macro.
11959         (nntp-with-open-group): Use the function, so it's easier to debug.
11960         Add indentation and debugging info.
11961         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
11962         Recommend the use of the netcat alternatives.
11964         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
11965         Avoid mm-string-as-multibyte as well.
11967         * nnweb.el (nnweb-insert-html):
11968         Remove use of nnheader-string-as-multibyte.
11970         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
11971         (nnheader-string-as-multibyte): Remove.
11973         * mm-view.el: Use inhibit-read-only.
11974         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
11975         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
11976         or unibyte-string.
11978         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
11979         (mm-uu-yenc-extract): Use with-current-buffer.
11981         * gnus-soup.el (gnus-soup-send-packet): Don't use
11982         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
11984         * nnmh.el: Use with-current-buffer.
11985         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
11986         mm-string-as-multibyte on the output of mm-encode-coding-string.
11988         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
11989         (nnimap-request-move-article): Use with-current-buffer.
11991         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
11992         inserting the handle-buffer's text, so the implicit multibyte->unibyte
11993         conversion uses string-make-unibyte rather than string-as-unibyte.
11995         * gnus-msg.el: Use with-current-buffer.
11997         * message.el (message-ignored-resent-headers): Add "Delivered-To".
11999 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
12001         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
12002         string for caching if it is 'PIN.
12004 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12006         * mail-source.el (mail-source-delete-old-incoming-confirm):
12007         Change default to nil.
12008         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
12010 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12012         * gnus-art.el (gnus-narrow-to-page): Position point properly.
12013         (gnus-article-goto-prev-page): Work for articles having ^L's.
12015         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
12017         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
12019 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
12021         * gnus-bookmark.el: Adjust for renames in bookmark.el.
12022         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
12023         (gnus-bookmark-jump): Adjust some variable names.
12025 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
12027         * auth-source.el: New package.
12028         (auth-source-choices): Add customization entry point variable.
12030         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
12031         bug.
12033 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
12035         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
12036         (gnus-registry-initialize, gnus-registry-install-p): Use it.
12037         (gnus-registry-install-shortcuts): Rename from
12038         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
12039         the `gnus-registry-mark-map' keymap dynamically from
12040         `gnus-registry-marks'.  The generated functions update the summary line
12041         when a registry mark is added or deleted, and will call
12042         `gnus-registry-install-p' (see the comments in the code).
12043         (gnus-registry-user-format-function-M): Use concat intelligently.
12045         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
12046         the registry mark functions.
12048 2008-03-05  Glenn Morris  <rgm@gnu.org>
12050         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
12051         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
12052         gnus-art.
12053         (top-level): No need to load own source when compiling.
12055 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
12057         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
12058         Suggested by <chris.anderton@zetnet.co.uk>.
12060 2008-03-04  Glenn Morris  <rgm@gnu.org>
12062         * gnus-sum.el (top-level): No need to require gnus when compiling,
12063         since unconditionally required near start of file.
12064         (gnus-summary-display-while-building): Move definition before use.
12066 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
12068         * gnus-registry.el (gnus-registry-user-format-function-M):
12069         Add formatting function.
12071 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
12073         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
12074         with plists.
12075         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
12076         Use new format.
12078 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12080         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
12081         `where-is-internal' that returns a range of key sequences.
12083 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12085         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
12087         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
12088         (gnus-summary-jump-to-group): Consider windows on other displayed
12089         frames as well.  Similar changes might be needed elsewhere, but that's
12090         the one I've bumped into during my use.
12092         * nndoc.el (nndoc-oe-dbx-type-p):
12093         * gnus-msg.el (gnus-debug):
12094         * gnus-group.el (gnus-update-group-mark-positions):
12095         Use mm-string-to-multibyte.
12097 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12099         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
12100         doesn't handle NotDashEscaped.
12102         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
12103         (mml-dnd-attach-options): Fix typo in custom choice.
12105         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
12106         Change nndoc-article-type to mbox.
12107         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
12109         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
12110         to nil, instead of html2text.
12112         * imap.el (imap-debug): Add `imap-ping-server'.
12114         * gnus-bookmark.el: Add FIXMEs.
12116         * message.el (message-form-letter-separator)
12117         (message-send-form-letter-delay): New variables.
12118         (message-send-form-letter): Use them.  New command to send form
12119         letters.  Requested by Uwe Siart.
12120         (message-send-mail-function): Doc fix.  Add "Other" custom option.
12122 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
12124         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
12125         empty author.
12127 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
12129         * gnus-registry.el (gnus-registry-marks): Add variable for
12130         customization of marks and their appearance.
12131         (gnus-registry-read-mark): Use it.
12132         (gnus-registry-do-marks): Add utility function to loop through
12133         `gnus-registry-marks'.
12134         (gnus-registry-install-shortcuts-and-menus): Add function to install
12135         shortcuts and menus.
12136         (gnus-registry-initialize): Use it.
12137         (gnus-registry-default-mark): Clarify documentation.
12139 2008-02-29  Glenn Morris  <rgm@gnu.org>
12141         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
12142         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
12143         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
12144         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
12145         Change defcustom :version from 23.0 to 23.1.
12147 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
12149         * gnus-registry.el (gnus-registry-follow-group-p)
12150         (gnus-registry-post-process-groups): Add functions to aid registry
12151         splitting and improve logging.  Clarify behavior in function
12152         documentation.
12153         (gnus-registry-split-fancy-with-parent): Use them.
12155 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
12157         * gnus-art.el: Use with-current-buffer.
12159 2008-02-27  David Engster  <dengste@eml.cc>
12161         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
12162         Express real group name in the response.
12164 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12166         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
12167         (nnmairix-last-server, nnmairix-current-server): Defvar them.
12168         (nnmairix-goto-original-article): Defvar gnus-registry-install and
12169         autoload gnus-registry-fetch-group when compiling.
12170         (nnmairix-request-group-with-article-number-correction):
12171         Remove unreferenced argument passed to nnmairix-call-backend.
12173 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12175         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
12176         (mm-uu-extract): Improve face for low color ttys.
12177         Reported by Sascha Wilde.
12179 2008-02-27  Glenn Morris  <rgm@gnu.org>
12181         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
12182         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
12183         variables to defconsts.  Convert comments to doc-strings.
12184         (nnmairix-last-server, nnmairix-current-server): Convert from free
12185         variables to defvars.  Convert comments to doc-strings.
12186         (gnus-registry-fetch-group): Autoload.
12187         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
12188         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
12189         (nnmairix-widget-build-editable-fields): Use car cddr rather than
12190         caddr.
12191         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
12192         nnmairix-request-group-with-article-number-correction call.
12193         (nnmairix-fast, nnmairix-group): New, less general names, for free
12194         variables passed from nnmairix-request-group to
12195         nnmairix-request-group-with-article-number-correction.  Declare.
12196         (nnmairix-request-group-with-article-number-correction):
12197         Use nnmairix-fast, nnmairix-group rather than fast, group.
12199 2008-02-26  David Engster  <dengste@eml.cc>
12201         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
12202         version 0.5.
12204 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
12206         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
12207         instead of making an extra function call.  Don't add the current group
12208         to articles only when they have the group.  Use
12209         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
12210         Reported by David <de_bb@arcor.de>.
12212 2008-02-24  Miles Bader  <miles@gnu.org>
12214         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12215         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
12216         (mm-find-mime-charset-region):
12217         * mm-bodies.el (mm-encode-body):
12218         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
12220 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
12222         * mail-source.el (mail-source-delete-incoming): Change default.
12223         Supplement doc string.
12225         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
12227 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12229         * nnmail.el (nnmail-message-id-cache-file): Derive from
12230         `gnus-home-directory'.
12232 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
12234         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
12235         Document negative prefix.
12237         * gnus-group.el (gnus-group-read-group): Document negative prefix.
12239 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12241         * message.el (message-unsent-separator): Add the Exim bounce
12242         separator.
12244 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
12246         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
12247         list.
12248         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
12249         recipient/signer list.
12251 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12253         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
12254         fbound (Emacs 23 unicode), signal an error.
12256 2008-02-08  Glenn Morris  <rgm@gnu.org>
12258         * gnus-art.el (pgg-display-output-buffer): Declare as function.
12260 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
12262         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
12263         ports to the calls to `netrc-machine-user-or-password' in addition to
12264         "imap" and "imaps".
12266 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
12268         * gnus.el (gnus-group-startup-message): Add `find-image' call before
12269         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
12270         <hanche@math.ntnu.no>.
12272 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12274         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
12276 2008-02-01  Zhang Wei  <id.brep@gmail.com>
12278         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
12280         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
12282 2008-02-01  Miles Bader  <miles@gnu.org>
12284         * mml.el (mml-parse-1): Remove apparently vestigial use of
12285         `mm-hack-charsets'.
12286         * mm-bodies.el (mm-encode-body): Likewise.
12288 2008-02-01  Kenichi Handa  <handa@m17n.org>
12290         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
12291         rfc2104-hexstring-to-bitstring and changed to return a byte list.
12292         (rfc2104-hash): Convert the result of concat to unibyte string.
12294 2008-02-01  Dave Love  <fx@gnu.org>
12296         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
12297         coding-system-for-read.
12298         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
12300         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
12301         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
12302         (mm-find-mime-charset-region): Remove hack-charsets stuff.
12304 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
12306         * mail-source.el (mail-sources): Add `group' choice.
12308         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
12309         parameter `in-group' to control into which group the articles go.
12310         Add treatment of `group' mail-source.
12312 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
12314         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
12315         * message.el (message-beginning-of-line): Use featurep instead of bound
12316         tests in order to resolve conditionals at compile time.
12318 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12320         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
12322         * mm-decode.el (mm-dissect-buffer): Decode description.
12324         * mml.el (mml-to-mime): Encode message header first.
12326 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12328         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
12329         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
12331 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
12333         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
12335 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12337         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
12338         prefix keys.
12339         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
12340         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
12341         gnus-xmas.el.
12343 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
12345         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
12346         Add new variables for article mark management.
12347         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
12348         list of extra data entries which, when present, will indicate that the
12349         article ID should not be trimmed from the registry.
12350         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
12351         functions.
12352         (gnus-registry-read-mark): New function to read a mark name from the
12353         user.
12354         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
12355         (gnus-registry-set-article-mark-internal): New functions to add and
12356         remove marks.
12357         (gnus-registry-get-article-marks): New function to show the marks for
12358         an article, or retrieve them for further use.
12360 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12362         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
12363         keys when no argument is given.
12365 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12367         * gnus-sum.el (gnus-article-sort-by-random)
12368         (gnus-thread-sort-by-random): Fix doc strings.
12369         Reported by jidanni@jidanni.org.
12371 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12373         * gnus-art.el (gnus-article-describe-bindings): New function.
12374         (gnus-article-read-summary-keys): Use it.
12375         (gnus-article-mode-map): Bind `C-h b' to it.
12377 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12379         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
12380         XEmacs.
12381         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12382         Protect against non-character events.
12384 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
12386         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
12387         New command.
12388         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
12389         instead of END.  Change name of the temp file.
12390         (gnus-group-gmane-group-download-format): Add doc string.  Make it
12391         customizable.
12393 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12395         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
12396         bind `S W' to gnus-article-wide-reply-with-original; set default
12397         binding to gnus-article-read-summary-send-keys.
12398         (gnus-article-read-summary-keys): Fix the order of keys; display
12399         continuation keys correctly in the echo area; describe bindings
12400         correctly when keys end with `C-h'.
12401         (gnus-article-read-summary-send-keys): New function.
12402         (gnus-article-describe-key, gnus-article-describe-key-briefly):
12403         Work for gnus-article-read-summary-send-keys; display continuation keys
12404         correctly in the echo area.
12405         (gnus-article-reply-with-original): Ignore prefix argument.
12406         (gnus-article-wide-reply-with-original): New function.
12408 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12410         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
12411         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
12413 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
12415         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
12416         (gnus-group-read-ephemeral-gmane-group): New command.
12418 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
12420         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
12422 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
12424         * message.el (message-send-mail-function): Increase custom version.
12426         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
12427         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
12429 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12431         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
12432         html parts correctly; support forwarded messages.
12433         (gnus-article-browse-html-article): Remove work buffers.
12435         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
12436         compiling.
12437         (netrc-bound-and-true-p): New macro.
12438         (netrc-parse): Use it instead of bound-and-true-p that is not available
12439         in XEmacs 21.4.
12441 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
12443         * gnus-registry.el (gnus-registry-mark-article)
12444         (gnus-registry-article-marks): Add functionality to mark articles
12445         through the Gnus registry.
12447         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
12448         (netrc-parse): Use encrypt-file-alist to determine if
12449         encrypt-find-model or encrypt-insert-file-contents should be used.
12451 2007-12-19  Glenn Morris  <rgm@gnu.org>
12453         * mml.el (message-options-set, message-narrow-to-head)
12454         (message-in-body-p, message-mail-p, message-encode-message-body):
12455         Autoload.
12456         (message-remove-header, message-narrow-to-headers-or-head)
12457         (message-subscribed-p, message-make-mail-followup-to)
12458         (message-position-on-field, message-news-p)
12459         (message-options-set-recipient, message-generate-headers)
12460         (message-sort-headers): Declare as functions.
12462 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12464         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
12465         convention in doc string.
12467 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12469         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
12470         title to html parts.
12471         (gnus-article-browse-html-article): Pass message header to it.
12473         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
12475 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
12477         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
12478         or password compatible with XEmacs.
12480 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12482         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
12483         format document.
12484         (gnus-mime-delete-part): Don't write description line if empty.
12485         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
12487 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
12489         * gnus-sum.el (gnus-summary-mark-unread-as-read)
12490         (gnus-summary-mark-read-and-unread-as-read)
12491         (gnus-summary-mark-current-read-and-unread-as-read)
12492         (gnus-summary-mark-unread-as-ticked): Doc fix.
12493         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
12495 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12497         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
12498         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12500 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
12502         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
12503         yes-or-no-p.
12505 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12507         * mm-decode.el (mm-add-meta-html-tag): New function.
12508         (mm-save-part-to-file, mm-pipe-part): Use it.
12510         * gnus-art.el (gnus-article-browse-delete-temp-files):
12511         Use gnus-y-or-n-p instead of y-or-n-p.
12512         (gnus-article-browse-html-parts): Work with message/external-body; use
12513         mm-add-meta-html-tag.
12515 2007-12-11  Glenn Morris  <rgm@gnu.org>
12517         * gnus-cache.el: Require gnus-sum not just when compiling.
12519         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
12521         * gnus-int.el (gnus-server-opened, gnus-status-message):
12522         Move definitions before use.
12524         * mm-decode.el: Require gnus-util.
12525         (mm-remove-part): Only call delete-annotation on XEmacs.
12527         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
12529         * nnmail.el: Require gnus-int.
12531         * spam.el: Move `require's before `eval-when-compile's.
12533         * gnus-ems.el (gnus-alive-p):
12534         * gnus-fun.el (message-goto-eoh):
12535         * gnus-util.el (gnus-group-name-decode):
12536         * mail-source.el (gnus-compress-sequence):
12537         * message.el (Info-goto-node, format-spec):
12538         * mm-bodies.el (message-options-get):
12539         * mm-decode.el (mm-view-pkcs7):
12540         * mm-util.el (gmm-write-region):
12541         * mml-smime.el (mml-compute-boundary)
12542         (gnus-completing-read-with-default):
12543         * mml.el (widget-button-press, gnus-make-hashtable):
12544         * mml1991.el (mm-decode-content-transfer-encoding)
12545         (mm-encode-content-transfer-encoding)
12546         (message-options-get, message-options-set):
12547         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
12548         * nnfolder.el (gnus-request-group):
12549         * nnheader.el (ietf-drums-unfold-fws):
12550         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
12551         * smime.el (gnus-run-mode-hooks):
12552         * spam-stat.el (gnus-message): Autoload.
12554         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
12555         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
12556         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
12557         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
12558         Add declare-function compatibility definition.
12560         * gnus-cache.el (nnvirtual-find-group-art):
12561         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
12562         (gnus-add-image, gnus-add-wash-type):
12563         * gnus-group.el (nnkiboze-score-file):
12564         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
12565         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
12566         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
12567         (message-tokenize-header, gnus-get-buffer-create)
12568         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
12569         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
12570         * gnus.el (gnus-group-decoded-name):
12571         * mail-source.el (imap-capability):
12572         * mm-bodies.el (message-options-set):
12573         * mm-decode.el (gnus-configure-windows):
12574         * mm-extern.el (message-goto-body):
12575         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
12576         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
12577         (epg-sub-key-validity, message-options-set):
12578         * mml.el (widget-event-point, gnus-configure-windows):
12579         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
12580         * mml2015.el (epg-check-configuration, epg-configuration)
12581         (message-options-set):
12582         * nndb.el (nndb-request-article):
12583         * nnfolder.el (gnus-request-create-group):
12584         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
12585         * nnmaildir.el (gnus-group-mark-article-read):
12586         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
12587         * rfc1843.el (message-fetch-field):
12588         * spam.el (gnus-extract-address-components):
12589         Declare as functions.
12591 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12593         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
12595 2007-12-09  Glenn Morris  <rgm@gnu.org>
12597         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
12599         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
12600         * message.el, mm-view.el, sieve-manage.el, smime.el:
12601         Add declare-function compatibility definition.
12603         * gnus-art.el (w3-region, w3m-region, Info-menu):
12604         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
12605         * gnus-sum.el (gnus-get-predicate):
12606         * gnus-util.el (mm-append-to-file, w32-focus-frame):
12607         * message.el (mail-abbrev-in-expansion-header-p):
12608         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
12609         (w3m-detect-meta-charset, w3m-region):
12610         * sieve-manage.el (password-read, password-cache-add)
12611         (password-cache-remove):
12612         * smime.el (password-read-and-add): Declare as functions.
12614 2007-12-08  David Kastrup  <dak@gnu.org>
12616         * gnus-sum.el (gnus-summary-simplify-subject-query):
12617         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
12618         `message'.
12620 2007-12-07  Glenn Morris  <rgm@gnu.org>
12622         * gnus-art.el (article-make-date-line): Revert previous change.
12624 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12626         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
12628 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
12630         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
12631         Call gnus-add-to-range ranges only once with a prepared article-list.
12633 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
12635         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
12636         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
12637         group names with backslashes.
12638         Reported by Tassilo Horn <tassilo@member.fsf.org>.
12640 2007-12-06  Deepak Goel  <deego3@gmail.com>
12642         * gnus-art.el (article-make-date-line):
12643         * gnus-start.el (gnus-load):
12644         * pop3.el (pop3-read-response): Fix buggy call to `error'.
12646 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12648         * gnus-art.el (gnus-use-idna):
12649         * gnus-start.el (gnus-site-init-file):
12650         * message.el (message-use-idna):
12651         * mm-uu.el (mm-uu-hide-markers):
12652         * smiley.el (smiley-style): Revert changes that suppress warnings.
12654 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12656         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
12657         specify charset to html source.
12658         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
12660 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12662         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
12663         idna-program in order to suppress byte compile warning issued by XEmacs
12664         that came to byte compile the default value section of defcustom forms
12665         recently.
12667         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
12668         value of installation-directory.
12670         * message.el (message-use-idna): Don't directly refer to the value of
12671         idna-program.
12673         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
12675         * smiley.el (smiley-style): Don't directly call face-attribute.
12677 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
12679         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
12681         * gnus-dired.el: Reduce Gnus dependencies.
12682         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
12683         Don't require.  Use autoloads instead.
12684         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
12685         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
12686         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
12687         (gnus-dired-mode): Adjust doc string.
12688         (gnus-dired-mail-mode): New variable.
12689         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
12690         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
12691         (gnus-dired-mail-buffers): New function.  Return mail or message
12692         composition buffers.
12693         (gnus-dired-attach): Use it.
12694         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
12695         NO-DECODE.
12696         (gnus-dired-print): Use `gnus-print-buffer' depending on
12697         `gnus-dired-mail-mode'.
12699 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12701         * rfc2047.el (rfc2047-encoded-word-regexp)
12702         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
12703         explaining what regexp patterns are for.
12705 2007-12-04  Glenn Morris  <rgm@gnu.org>
12707         * password.el: Move to ../password-cache.el.
12709         * mml1991.el (password-read, password-cache-add, password-cache-remove):
12710         * mml2015.el (password-read, password-cache-add, password-cache-remove):
12711         * mml-smime.el (password-read, password-cache-add)
12712         (password-cache-remove):
12713         No need to autoload, since mml-sec requires password.
12715         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
12716         * message.el (gnus-extract-address-components):
12717         * mml-smime.el (gnus-extract-address-components): Define for compiler.
12719         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
12720         password.
12722 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
12724         * mailcap.el: Reduce dependencies.
12725         (mail-header-parse-content-type): Autoload.
12726         (mailcap-delete-duplicates): New alias.
12727         (mailcap-mime-info): Add optional argument NO-DECODE.
12728         (mailcap-mime-types): Use mailcap-delete-duplicates.
12730         * message.el (message-ignored-supersedes-headers): Add "X-ID".
12732 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12734         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
12735         function.
12737         * gnus-uu.el (gnus-uu-decode-yenc): New command.
12738         (gnus-uu-yenc-article): New function.
12740         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
12742         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
12744 2007-12-02  Glenn Morris  <rgm@gnu.org>
12746         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
12747         Move to ../net.
12749         * binhex.el, uudecode.el: Move to ../mail.
12751         * encrypt.el: Remove file.
12753 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
12755         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
12756         matches on patches.
12758         * gnus-art.el (gnus-article-browse-html-article):
12759         Mention `mm-text-html-renderer' in the doc string.
12761         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
12762         string.  Add comments.
12764         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
12765         if rhs is ASCII.
12767 2007-12-01  Glenn Morris  <rgm@gnu.org>
12769         * dig.el, dns.el: Move to ../net.
12770         * format-spec.el, hex-util.el, sha1.el: Move to ../.
12772         * mail-source.el (top-level): Require format-spec before
12773         eval-when-compile.
12775 2007-11-30  Glenn Morris  <rgm@gnu.org>
12777         * encrypt.el: Require password, rather than autoloading password-read.
12779 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
12781         * gnus.el (gnus-method-to-server): Add an optional parameter so the
12782         caller can indicate whether the cache should be disregarded for this
12783         call.  This way the result of the call is reproducible at all times and
12784         can be considered a canonical server name for the supplied method.
12785         (gnus-agent-method-p): Canonicalize server names by pushing their
12786         method through `gnus-method-to-server' using the no-cache argument.
12788         * gnus-srvr.el (gnus-server-insert-server-line):
12789         Call `gnus-method-to-server' with `no-cache' argument.
12791         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
12792         gnus-agent-possibly-synchronize-flags as this should be called when the
12793         server is actually being opened.
12794         (gnus-agent-possibly-synchronize-flags)
12795         (gnus-agent-possibly-synchronize-flags-server): Move check for the
12796         flags file of an agentized server to the latter function.
12798         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
12799         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
12800         after a connection has been established successfully.
12802 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12804         * gnus-art.el (article-display-face): Force to display face if called
12805         interactively; check if gnus-article-x-face-too-ugly matches author.
12806         (article-display-x-face): Display face even if From header is missing
12807         as article-display-face does.
12809 2007-11-28  Richard Stallman  <rms@gnu.org>
12811         * md4.el: Move to ../.
12812         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
12814 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
12816         * mail-source.el (mail-sources): Default to fetch from file for
12817         compatibility with default of nnmail-spool-file.
12819 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12821         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
12822         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
12823         to look for encoded word that should be encoded again.
12824         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
12825         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
12826         encoding pattern.
12827         (rfc2047-decode-region): Switch strict regexp and loose one according
12828         to rfc2047-allow-irregular-q-encoded-words.
12830 2007-11-26  Simon Josefsson  <simon@josefsson.org>
12832         * imap.el: Move to ../net directory.
12834 2007-11-25  Romain Francoise  <romain@orebokech.com>
12836         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
12838 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12840         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
12841         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
12843         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
12844         `nnmail-spool-file'.
12846         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
12847         `nnmail-spool-file'.
12849         * gnus-move.el (gnus-change-server): Ditto.
12851         * gnus-kill.el (gnus-batch-score): Ditto.
12853         * gnus-cache.el (gnus-jog-cache): Ditto.
12855         * gnus-msg.el (gnus-summary-reply):
12856         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
12858 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
12860         * gnus-cache.el (gnus-cache-generate-nov-databases):
12861         Use nnml-generate-nov-databases-directory instead of
12862         nnml-generate-nov-databases-1.
12864 2007-11-24  Glenn Morris  <rgm@gnu.org>
12866         * message.el (message-tool-bar-retro): Update for rename
12867         mail_send.xpm->mail-send.xpm.
12869 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12871         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12872         `smime-ldap-search' for Emacs 22 and up.
12874 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
12876         * hashcash.el: Move to ../mail directory.
12878         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
12880         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
12881         `smime-ldap-search' for Emacs 22 and up.
12883 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12885         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
12887         * message.el (message-send-mail-function): Fix error convention.
12888         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
12889         (message-widen-reply, message-send-mail, message-talkative-question)
12890         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
12891         (message-clone-locals, message-send-news): Use with-current-buffer.
12892         (message-insert-or-toggle-importance): Remove unused var `valid'.
12893         (message-make-references): Remove unused var `new-references'.
12894         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
12896 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
12898         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
12899         (spam-split-symbolic-return-positive): Reflow docstring.
12900         (spam-backends, spam-summary-exit-behavior)
12901         (spam-mark-ham-unread-before-move-from-spam-group)
12902         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
12903         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
12904         (spam-clear-cache, spam-backend-check, spam-install-backend)
12905         (spam-install-statistical-backend, spam-list-of-processors)
12906         (spam-group-processor-p, spam-split, spam-bogofilter-score)
12907         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
12908         (spam-check-crm114, spam-initialize, spam-unload-hook):
12909         Fix typos in docstrings.
12911 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12913         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
12914         been checked if they have never been read and those group levels are
12915         higher than the one that a user specified.
12917 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12919         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
12920         foreign groups unless a group level is specified by a user.
12921         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
12923 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
12925         * message.el (message-send-mail-function): Require sendmail.
12927 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
12929         * message.el (message-send-mail-function): Check for smtpmail too.
12931         * utf7.el (utf7-encode, utf7-decode): Use coding system
12932         `utf-7'/`utf-7-imap' from utf-7.el' if available.
12934         * message.el (message-send-mail-function): New function.
12935         (message-send-mail-function): Set default using
12936         message-send-mail-function.  Adjust doc string.
12937         (message-send-mail-with-mailclient): New function.
12939 2007-11-17  Richard Stallman  <rms@gnu.org>
12941         * assistant.el: Remove file.
12943 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
12945         * smime.el (from):
12946         * rfc2047.el (message-posting-charset):
12947         * qp.el (mm-use-ultra-safe-encoding):
12948         * pop3.el (parse-time-months):
12949         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
12950         * nnml.el (files):
12951         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
12952         (jka-compr-compression-info-list, ange-ftp-path-format)
12953         (efs-path-regexp):
12954         * nndiary.el (files):
12955         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
12956         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
12957         (epg-digest-algorithm-alist, inhibit-redisplay)
12958         (password-cache-expiry):
12959         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
12960         (pgg-output-buffer, password-cache-expiry):
12961         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
12962         (efs-path-regexp):
12963         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
12964         (inhibit-redisplay):
12965         * mm-uu.el (file-name, start-point, end-point, entry)
12966         (gnus-newsgroup-name, gnus-newsgroup-charset):
12967         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
12968         (latin-unity-ucs-list):
12969         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
12970         (mm-uu-binhex-decode-function):
12971         * message.el (gnus-message-group-art, gnus-list-identifiers)
12972         (rmail-enable-mime-composing, gnus-local-organization)
12973         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
12974         (gnus-read-active-file, facemenu-add-face-function)
12975         (facemenu-remove-face-function, gnus-article-decoded-p)
12976         (tool-bar-mode):
12977         * mail-source.el (display-time-mail-function):
12978         * gnus-util.el (nnmail-pathname-coding-system)
12979         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
12980         (gnus-original-article-buffer, gnus-user-agent)
12981         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
12982         (xemacs-codename, sxemacs-codename, emacs-program-version):
12983         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
12984         * gnus-start.el (gnus-agent-covered-methods)
12985         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
12986         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
12987         (gnus-newsgroup-headers, gnus-group-list-mode)
12988         (gnus-group-mark-positions, gnus-newsgroup-data)
12989         (gnus-newsgroup-unreads, nnoo-state-alist)
12990         (gnus-current-select-method, mail-sources)
12991         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
12992         (nnmail-spool-file, gnus-cache-active-hashtb):
12993         * gnus-mh.el (mh-lib-progs):
12994         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
12995         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
12996         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
12997         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
12998         (gnus-group-buffer):
12999         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
13000         (font-lock-set-defaults):
13001         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
13002         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
13003         (gnus-summary-post-menu, total-parts, type, condition, length):
13004         * gnus-agent.el (gnus-agent-read-agentview):
13005         * flow-fill.el (show-trailing-whitespace):
13006         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
13007         eval-and-compile wrappers for byte compiler pacifiers.
13009         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
13010         (mm-display-inline-fontify): Check for featurep 'xemacs not
13011         extent-list.
13013         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
13014         itimer-list.
13015         (mm-create-image-xemacs): Only do something for XEmacs.
13016         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
13018         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
13020         * gnus-registry.el (gnus-adaptive-word-syntax-table):
13021         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
13023 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
13025         * nnimap.el (nnimap-split-download-body):
13026         * gnus-demon.el (gnus-demon):
13027         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
13029 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13031         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
13032         New macros.
13033         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
13034         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
13035         copy data from unibyte buffer to multibyte current buffer.
13036         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
13037         to copy data from unibyte current buffer to multibyte buffer.
13038         (nntp-make-process-buffer): Make process buffer unibyte.
13040         * pop3.el (pop3-open-server): Fix typo in Lisp code.
13042 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
13044         * pop3.el (pop3-open-server): Accept and process data more robustly at
13045         connection start to avoid spurious "POP SSL connection failed" errors.
13047 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13049         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
13050         read group names.
13052 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
13054         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
13056 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13058         * nnmail.el (nnmail-parse-active): Make group names unibyte.
13059         (nnmail-save-active): Use a unibyte buffer when saving active file,
13060         which may contain non-ASCII group names.
13062         * nnml.el (nnml-request-group): Decode group names in messages.
13064 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
13066         * message.el (message-citation-line-function)
13067         (message-insert-formatted-citation-line): Fix spelling of
13068         `message-insert-formated-citation-line'.
13070 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
13072         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
13074 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13076         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
13077         nnmail-pathname-coding-system.
13079         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
13080         that a user enters; decode group names in messages.
13082         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
13084 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
13086         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
13088         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
13090         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
13091         risky local variable.
13093         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
13095 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
13097         * encrypt.el: Improve documentation to fix function name typo.
13098         Reported by Daiki Ueno <ueno@unixuser.org>.
13100 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13102         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
13103         even if the point is not in the last page of an article.
13104         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
13105         back to the previous page.
13107 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
13109         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
13111 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13113         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
13115 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13117         * message.el (message-check-news-body-syntax):
13118         Avoid mm-string-as-multibyte.
13119         (message-hide-headers): Don't assume (point-min)==1.
13121 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13123         * message.el (message-remove-blank-cited-lines): Fix if remove is
13124         given.
13125         (message-bogus-address-regexp): New variable.
13126         (message-bogus-recipient-p): New function.
13127         (message-check-recipients): New command.
13128         (message-syntax-checks): Add `bogus-recipient'.
13129         (message-fix-before-sending): Add `bogus-recipient'.
13131         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
13132         (gnus-treat-body-boundary): Don't test window-system.
13134 2007-10-28  Leo Liu  <sdl.web@gmail.com>  (tiny change)
13136         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
13138 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13140         * gnus.el: Bump version to Gnus v5.13.
13142 2007-10-28  Miles Bader  <miles@gnu.org>
13144         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
13145         at compile-time too.
13147 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13149         * gnus-msg.el (gnus-message-setup-hook):
13150         Add `message-remove-blank-cited-lines' to options.
13152 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13154         * message.el (message-remove-blank-cited-lines): New function.
13155         Suggested by Karl Plästerer.
13157 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13159         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
13160         mapc.
13162         * imap.el (imap-open): Replace mapcar called for effect with mapc.
13163         (top-level): Use mapc to set functions to be traced for debugging.
13165         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
13166         called for effect with while loop.
13168         * message.el (message-talkative-question): Replace mapcar called for
13169         effect with mapc.
13171         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
13172         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
13173         called for effect with dolist.
13175         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
13177         * nndiary.el: Use dolist instead of mapcar to add diary headers to
13178         gnus-extra-headers and nnmail-extra-headers.
13180         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
13181         called for effect with dolist.
13182         (top-level): Use mapc to set functions to be traced for debugging.
13184         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
13185         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
13186         dolist.
13188         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
13189         Replace mapcar called for effect with mapc.
13190         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
13191         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
13192         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
13193         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
13195         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
13196         remove-if that's a cl function.
13198         * webmail.el (webmail-debug): Replace mapcar called for effect with
13199         dolist.
13201 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13203         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
13204         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
13205         with while loop.
13207         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
13208         functions from article-* functions.
13209         (gnus-multi-decode-header): Replace mapcar called for effect with
13210         dolist.
13212         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
13213         (gnus-bookmark-show-details): Replace mapcar called for effect with
13214         while loop.
13216         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
13217         called for effect with while loop.
13219         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
13220         with dolist.
13222         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
13223         Replace mapcar called for effect with dolist.
13225         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
13227         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
13228         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
13229         Replace mapcar called for effect with dolist.
13230         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
13231         mapc.
13233         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
13234         Replace mapcar called for effect with dolist.
13235         (gnus-topic-list): Replace mapcar called for effect with mapc.
13237         * gnus.el: Use mapc instead of mapcar to add autoloads.
13239 2007-10-23  Richard Stallman  <rms@gnu.org>
13241         * gnus-group.el (gnus-group-highlight): Mark as risky.
13243 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13245         * gnus.el (gnus-server-to-method): Return method found first in
13246         gnus-newsrc-alist.
13248         * gnus-art.el (gnus-article-highlight-signature)
13249         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
13250         button overlay without the front stickiness.
13252 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
13254         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
13255         overview buffer needed a catch to receive its throw.
13256         (gnus-agent-flush-cache): Declare as interactive to make this function
13257         easier to use.
13259 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
13261         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
13262         `next-line'.
13264 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13266         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
13267         exclude address matching message-dont-reply-to-names.
13269 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13271         * gnus-util.el (gnus-string<): New function.
13273         * gnus-sum.el (gnus-article-sort-by-author)
13274         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
13276 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
13279         the frame-focus tag is set in gnus-buffer-configuration.
13281 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13283         * gnus-art.el (gnus-article-add-button): Make a button overlay without
13284         the front stickiness.
13286 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13288         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
13289         url pattern; remove duplicate one.
13290         (gnus-article-extend-url-button): New function.
13291         (gnus-article-add-buttons): Use it.
13292         (gnus-button-push): Use concatenated url that it makes.
13294 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
13296         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
13297         (sieve-manage-open): Use `mapc' instead of `mapcar'.
13299 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
13301         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
13302         Don't hardcode point-min==1.
13304 2007-09-30  David Kastrup  <dak@gnu.org>
13306         * gnus-art.el (gnus-article-reply-with-original)
13307         (gnus-article-followup-with-original): When `transient-mark-mode' is
13308         off, refrain from active-region behavior for followups.
13310 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
13312         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
13313         Fix comment about "iso8859-1".
13315 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
13317         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
13318         ones returned from the verify-function.
13320         * mm-uu.el (mm-uu-pgp-signed-extract-1):
13321         Call mml2015-extract-cleartext-signature if extraction failed.
13323 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
13325         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
13326         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
13327         failed.
13329 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13331         * Relicense "GPLv2 or later" files to "GPLv3 or later".
13333 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
13335         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
13336         to mark a thread as expirable.  Add variable `hide' to handle hiding of
13337         thread for both the null and zero (kill/expire thread) universal prefix
13338         cases.
13339         (gnus-summary-expire-thread): Add new function to expire a thread,
13340         using gnus-summary-kill-thread.
13341         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
13342         shortcuts for gnus-summary-expire-thread.
13343         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
13344         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
13346 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
13348         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
13349         extras value, so an extras entry can be deleted.
13350         (gnus-registry-delete-extra-entry): Use it.
13351         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
13352         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
13353         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
13354         storage through the gnus-registry, and provide an appropriate API for
13355         it.
13357 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13359         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
13360         Suggested by Leo <sdl.web@gmail.com>.
13362         * gnus.el: Do.
13364 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13366         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
13367         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
13369         * gnus-agent.el (gnus-agent-fetch-headers): Do.
13371         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13372         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
13374 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13376         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
13377         newline.
13378         (nnmbox-request-accept-article): Don't change article in source buffer;
13379         narrow to header to use message-fetch-field rather than
13380         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
13381         (nnmbox-request-replace-article): Quote lines that'll be misidentified
13382         as delimiters; make sure article ends with newline.
13383         (nnmbox-delete-mail): Correct last position of article to be deleted;
13384         ignore X-Gnus-Newsgroup header in article body.
13385         (nnmbox-save-mail): Quote lines looking like delimiters at the right
13386         positions; make sure article ends with newline.
13388         * message.el (message-display-abbrev): Don't infloop when a user
13389         inserts SPC in the beginning of header.
13391 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
13393         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
13394         list of groups not followed by default.  Fix type to be regexp.
13395         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
13397 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
13399         * hmac-def.el (define-hmac-function): Switch from old-style to
13400         new-style backquotes.
13402         * md4.el (md4-make-step): Likewise.
13404 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13406         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
13407         raw-text coding system when saving .newsrc file, which may contain
13408         non-ASCII group names.
13410 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13412         * gnus-cus.el (gnus-score-extra): New widget.
13413         (gnus-score-extra-convert): New function.
13414         (gnus-score-customize): Use it for Extra.
13416 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
13418         * mml2015.el (mml2015-extract-cleartext-signature): New function.
13419         (mml2015-mailcrypt-clear-verify): Use it.
13420         (mml2015-gpg-clear-verify): Use it.
13421         (mml2015-pgg-clear-verify): Use it.
13422         (mml2015-epg-clear-verify): Replace the current part with the output
13423         from GnuPG; don't extract the plaintext by itself.
13425         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
13426         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
13427         mml2015-clear-verify-function; don't touch the armor headers or
13428         dash-escaped text here.
13430 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13432         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
13433         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
13434         parts, or application/octet-stream as a last resort.
13435         (gnus-mime-view-part-as-type): Don't toggle display.
13436         (gnus-mime-view-part-as-charset): Don't turn off display before
13437         querying charset.
13439         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
13440         stuff to undisplayer function in Emacs.
13441         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
13443         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
13444         text/calendar parts.
13446 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13448         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
13449         decoding text/calendar parts.
13451         * message.el (message-forward-make-body-mime): Always mark body as
13452         having no illegible text; remove signed-or-encrypted argument.
13453         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
13455         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
13456         (mml-generate-mime-1): Don't encode body if it is specified to be in
13457         raw form; don't make buffer be unibyte when inserting multibyte string.
13459 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
13461         * sha1.el: Fix up comment style.
13462         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
13463         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
13465         * hex-util.el: Fix up comment style.
13466         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
13468         * gnus-salt.el: Use with-current-buffer.
13469         (gnus-pick-setup-message): Fix long-standing typo.
13471 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13473         * imap.el (imap-logout-timeout): New variable.
13474         (imap-logout, imap-logout-wait): New functions.
13475         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
13477         * nnimap.el (nnimap-logout-timeout): New server variable.
13478         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
13479         nnimap-logout-timeout.
13481         * gnus-art.el (gnus-article-summary-command-nosave)
13482         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
13484 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13486         * gnus.el (gnus-maximum-newsgroup): New variable.
13488         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
13489         according to gnus-maximum-newsgroup.
13491         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
13492         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
13493         Limit the range of articles according to gnus-maximum-newsgroup.
13495 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
13497         * gnus-art.el (gnus-sticky-article): Fix problems described in
13498         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
13499         Don't perform gnus-configure-windows here; reuse existing sticky
13500         article buffer.
13502         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
13503         it doesn't exist in gnus-article-mode.
13505 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13507         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
13508         (gnus-agent-decoded-group-name): New function.
13509         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
13510         (gnus-agent-expire-group-1): Use it; decode group name in messages.
13512 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
13514         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
13515         Add binding for gnus-sticky-article.
13516         (gnus-summary-exit): Don't kill sticky article buffers.
13518         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
13519         article buffer.
13520         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
13521         (gnus-kill-sticky-article-buffers): New commands.
13523 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13525         * nntp.el (nntp-xref-number-is-evil): New server variable.
13526         (nntp-find-group-and-number): If it is non-nil, don't trust article
13527         numbers in the Xref header.
13529 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13531         * gnus-agent.el (gnus-agent-read-group): New function.
13532         (gnus-agent-flush-group, gnus-agent-expire-group)
13533         (gnus-agent-regenerate-group): Use it.
13534         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
13535         nnmail-pathname-coding-system.
13537 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13539         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
13541         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
13542         that are unread as unread, and also as selected so that information of
13543         marks having been changed by a user may be updated when exiting group.
13545 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13547         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
13549 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13551         * gnus-art.el (gnus-mime-display-single): Pass part number that is
13552         calculated ignoring signature parts to gnus-treat-article.
13554 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13556         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
13557         a point here in order to keep the window start.
13558         (gnus-insert-mime-security-button): Make a button overlay without the
13559         front stickiness.
13560         (gnus-mime-display-security): Goto the end of a button.
13562         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
13564 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13566         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
13567         group-name-at-point.
13568         (gnus-group-completing-read): New function that offers decoded
13569         non-ASCII group names for completion.
13570         (gnus-fetch-group, gnus-group-read-ephemeral-group)
13571         (gnus-group-jump-to-group, gnus-group-make-group-simple)
13572         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
13573         (gnus-group-fetch-control): Use it.
13574         (gnus-fetch-group): Use group-name-at-point for the initial value
13575         rather than the default value; use gnus-alive-p.
13577         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
13578         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
13579         (gnus-summary-post-news): Use gnus-group-completing-read.
13581         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
13582         (gnus-read-move-group-name): Decode group name for completion.
13584 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
13586         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
13587         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
13588         Yamaoka slightly modified the code).
13590 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13592         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
13593         (nnmail-split-incoming): Bind it.
13595         * nnml.el (nnml-group-name-charset): New function.
13596         (nnml-decoded-group-name): Use it; don't decode group name if
13597         nnmail-group-names-not-encoded-p is non-nil.
13598         (nnml-encoded-group-name): New function.
13599         (nnml-group-pathname): Inline nnml-decoded-group-name.
13600         (nnml-request-expire-articles): Decode group name in message.
13601         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
13602         nnmail-pathname-coding-system.
13603         (nnml-save-mail, nnml-active-number): Work with decoded group names and
13604         not decoded ones according to nnmail-group-names-not-encoded-p.
13605         (nnml-generate-active-info): Use nnml-encoded-group-name.
13607 2007-08-08  Glenn Morris  <rgm@gnu.org>
13609         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
13610         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
13611         doc-strings and comments.
13613 2007-07-25  Glenn Morris  <rgm@gnu.org>
13615         * Relicense all FSF files to GPLv3 or later.
13617 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13619         * gnus-sum.el (gnus-summary-move-article):
13620         Make gnus-summary-respool-article work.
13622 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
13624         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
13625         string.
13627 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
13629         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
13630         that should be ignored when comparing distant RSS articles with local
13631         ones.
13632         (nnrss-make-hash-index): New function.  Create a hash index according
13633         to the ignored fields.
13634         (nnrss-check-group): Use it.
13636 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13638         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
13640         * gnus-art.el (article-decode-group-name): Decode Xref header too.
13642         * gnus-group.el (gnus-group-make-group): Encode group name here unless
13643         the new optional argument ENCODED is non-nil.
13644         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
13645         coding system for encoding group name.
13646         (gnus-group-make-rss-group): Pass un-encoded group name to
13647         gnus-group-make-group.
13648         (gnus-group-set-info): Tell gnus-group-make-group that group name is
13649         encoded.
13651         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
13652         Encode group name to which articles are moved or copied.
13653         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
13654         coding system for encoding Newsgroup, Followup-To and Xref headers.
13656         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
13657         marks; use nnheader-file-coding-system to write a file.
13658         (nnagent-retrieve-headers): Bind file-name-coding-system to
13659         nnmail-pathname-coding-system.
13661         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
13663         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
13664         (nnml-request-article, nnml-request-create-group)
13665         (nnml-request-rename-group, nnml-find-id)
13666         (nnml-possibly-change-directory, nnml-possibly-create-directory)
13667         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
13668         (nnml-save-marks): Use nnml-group-pathname instead of
13669         nnmail-group-pathname.
13671         (nnml-request-create-group, nnml-request-expire-articles)
13672         (nnml-request-move-article, nnml-request-delete-group)
13673         (nnml-deletable-article-p, nnml-possibly-create-directory)
13674         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
13675         (nnml-open-marks): Bind file-name-coding-system to
13676         nnmail-pathname-coding-system.
13678         (nnml-request-article): Pass server argument to nnml-find-group-number.
13679         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
13680         Pass server argument to nnml-possibly-create-directory.
13681         (nnml-request-accept-article): Pass server argument to
13682         nnml-active-number and nnml-save-mail.
13683         (nnml-find-group-number): Pass server argument to nnml-find-id.
13684         (nnml-request-update-info): Pass server argument to
13685         nnml-marks-changed-p.
13687         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
13688         (nnml-save-mail, nnml-active-number): Add server argument.
13690         (nnml-request-delete-group): Warn if group is missing.
13691         (nnml-get-nov-buffer): Decode group name.
13692         (nnml-generate-active-info): Encode group name.
13693         (nnml-open-marks): Decode group name in messages.
13695 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13697         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
13698         if it is not specified.
13699         (gnus-article-pipe-part, gnus-article-save-part)
13700         (gnus-article-interactively-view-part, gnus-article-copy-part)
13701         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
13702         (gnus-article-inline-part, gnus-article-save-part-and-strip)
13703         (gnus-article-replace-part, gnus-article-delete-part)
13704         (gnus-article-view-part-as-type): Pass raw prefix argument to
13705         gnus-article-part-wrapper.
13707 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13709         * gnus-agent.el (gnus-agent-save-active):
13710         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
13712         * gnus-cache.el (gnus-cache-save-buffers)
13713         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
13714         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
13715         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
13716         (gnus-cache-braid-nov, gnus-cache-braid-heads)
13717         (gnus-cache-generate-active, gnus-cache-rename-group)
13718         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
13719         (gnus-cache-update-overview-total-fetched-for):
13720         Bind file-name-coding-system to nnmail-pathname-coding-system.
13721         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
13722         New variables.
13723         (gnus-cache-decoded-group-name): New function.
13724         (gnus-cache-file-name): Use it.
13725         (gnus-cache-generate-active): Use non-decoded group name for active.
13727         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
13728         right place.
13729         (gnus-write-active-file): Don't break non-ASCII group names.
13731         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
13732         nnmail-pathname-coding-system.
13734         * gnus-uu.el (gnus-uu-decode-save): Typo.
13736 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13738         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
13740 2007-07-14  David Kastrup  <dak@gnu.org>
13742         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
13743         finishing actions if we did not edit the article.
13745 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13747         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
13748         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
13749         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
13750         (gnus-agent-flush-group, gnus-agent-flush-cache)
13751         (gnus-agent-fetch-headers, gnus-agent-load-alist)
13752         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
13753         (gnus-agent-retrieve-headers, gnus-agent-request-article)
13754         (gnus-agent-regenerate-group)
13755         (gnus-agent-update-files-total-fetched-for)
13756         (gnus-agent-update-view-total-fetched-for):
13757         Bind file-name-coding-system to nnmail-pathname-coding-system.
13758         (gnus-agent-group-pathname): Don't encode file names by
13759         nnmail-pathname-coding-system.
13760         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
13761         coding-system-for-write instead of buffer-file-coding-system to
13762         gnus-agent-file-coding-system.
13764         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
13765         Decode group name.
13767         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
13769         * gnus-start.el (gnus-update-active-hashtb-from-killed)
13770         (gnus-read-newsrc-el-file): Make group names unibyte.
13772         * nnmail.el (nnmail-group-pathname): Don't encode file names by
13773         nnmail-pathname-coding-system.
13775         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
13776         (nnrss-request-delete-group): Bind file-name-coding-system to
13777         nnmail-pathname-coding-system.
13778         (nnrss-read-server-data, nnrss-read-group-data):
13779         Bind file-name-coding-system correctly.
13780         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
13782         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
13783         (nntp-server-to-method-cache): New variable.
13784         (nntp-group-pathname): New function that decodes non-ASCII group names.
13785         (nntp-possibly-create-directory, nntp-marks-changed-p)
13786         (nntp-save-marks, nntp-open-marks): Use it.
13787         (nntp-possibly-create-directory, nntp-open-marks):
13788         Bind file-name-coding-system to nnmail-pathname-coding-system.
13789         (nntp-open-marks): Decode group names when bootstrapping marks.
13791         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
13792         Newsgroups and Followup-To headers.
13794 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13796         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
13797         (gnus-server-closed-face, gnus-server-denied-face)
13798         (gnus-server-offline-face): Remove variable.
13799         (gnus-server-font-lock-keywords): Use faces that are not aliases.
13801         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
13802         of modifying message-stack directly for XEmacs.
13804         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
13805         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
13806         if the coding-system argument is nil for XEmacs.
13808         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
13809         mm-charset-override-alist.
13811         * rfc2047.el: Don't require base64; require rfc2045 for the function
13812         rfc2045-encode-string.
13813         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
13814         to quote the parameter value.
13816 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13818         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
13819         form in gnus-group-name-charset-method-alist.
13821         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
13822         overrides the default layout edit-form.
13824         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
13826         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
13828 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13830         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
13831         as unfetched articles.
13833 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
13835         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
13837 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13839         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
13840         original back end that keeps marks in the local system.
13842 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13844         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
13845         arg of pop-to-buffer for XEmacs.
13846         (gnus-article-read-summary-keys): Ditto; don't restore window
13847         configuration if summary command ends up with neither article buffer
13848         nor summary buffer; describe bindings if summary keys end with C-h.
13850 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13852         * message.el (message-fix-before-sending): Skip raw message part to be
13853         forwarded while checking illegible text.
13854         (message-forward-make-body-mime, message-forward-make-body):
13855         Mark signed or encrypted raw message as having no illegible text.
13857 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13859         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
13860         (gnus-message-with-timestamp-1): New macro.
13861         (gnus-message-with-timestamp): New function.
13862         (gnus-message): Use them.
13864         * nnheader.el (nnheader-message): Use them.
13866 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
13868         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
13869         .newsrc.eld file.
13871 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13873         * gnus-agent.el (gnus-agent-fetch-headers)
13874         (gnus-agent-retrieve-headers):
13875         Bind gnus-decode-encoded-address-function to identity.
13877         * nntp.el (nntp-send-xover-command): Recognize an xover command is
13878         available also when the server returns simply a dot.
13880         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
13882 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13884         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
13886 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13888         * gnus-ems.el (gnus-x-splash): Make it work.
13890         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
13891         from being used.
13893 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13895         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
13896         the front stickiness.
13897         (gnus-article-summary-command-nosave): Correct the order of the
13898         arguments passed to pop-to-buffer.
13899         (gnus-article-read-summary-keys): Ditto; make it work properly when the
13900         summary command ends up with the article buffer.
13902         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
13903         the same faces.
13905 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
13907         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
13909 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
13911         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
13912         * gnus-sum.el (gnus-summary-highlight):
13913         * mail-source.el (mail-source-delete-old-incoming-confirm):
13914         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
13916 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13918         * gnus-art.el (gnus-mime-view-part-externally)
13919         (gnus-mime-view-part-internally): Fix predicate function passed to
13920         completing-read.
13922         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
13924         * gnus.el (gnus-update-message-archive-method): Add :version.
13926 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13928         * gnus.el (gnus-update-message-archive-method): New variable.
13930         * gnus-start.el (gnus-setup-news): Update saved "archive" method
13931         according to gnus-message-archive-method if
13932         gnus-update-message-archive-method is non-nil.
13934 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13936         * gnus-sum.el (gnus-summary-limit-to-address): New function.
13937         Suggested by Loic Dachary <loic@dachary.org>.
13938         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
13940 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13942         * message.el (message-pop-to-buffer): Add switch-function argument.
13943         (message-mail): Pass switch-function argument to it.
13945 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
13947         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
13948         Improve doc string.
13950 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13952         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
13953         (gnus-header-content):
13954         * gnus-cite.el (gnus-cite-10):
13955         * gnus-srvr.el (gnus-server-closed):
13956         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
13957         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
13958         (gnus-group-mail-3-empty, gnus-group-mail-low)
13959         (gnus-group-mail-low-empty, gnus-splash):
13960         * message.el (message-header-to, message-header-cc)
13961         (message-header-subject, message-header-other, message-header-name)
13962         (message-header-xheader, message-separator, message-cited-text)
13963         (message-mml): Lighten colors of faces used for dark background.
13965 2007-05-24  Simon Josefsson  <simon@josefsson.org>
13967         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
13968         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
13970 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13972         * message.el (message-narrow-to-headers-or-head):
13973         Ignore mail-header-separator in the body.
13975 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13977         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
13978         same as window size.
13980 2007-05-22  Kevin Ryde  <user42@zip.com.au>
13982         * message.el (message-font-lock-keywords): Use message-header-xheader
13983         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
13984         ahead of the anything pattern, to get it recognized.
13986 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
13988         * gnus-sum.el (gnus-articles-to-read)
13989         (gnus-summary-insert-old-articles): Don't truncate group name for
13990         `read-string'.
13992         * gnus-util.el (gnus-limit-string): Delete this function.
13994         * gnus-sum.el (gnus-simplify-subject-fully):
13995         Use `truncate-string-to-width' instead.
13997 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
13999         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
14000         Tell if, on summary exit, the next group has to be selected.
14001         (gnus-summary-exit): Use it.
14003 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
14005         * gnus-art.el (gnus-article-mode): Fix comment about displaying
14006         non-break space.
14008 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14010         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
14011         Check if group is not a directory.
14012         (nnfolder-request-expire-articles): Don't delete articles if the target
14013         group is not available.
14015         * nnml.el (nnml-request-create-group): Properly check if group is not a
14016         file.
14017         (nnml-request-expire-articles): Don't delete articles if the target
14018         group is not available.
14020         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
14021         Don't quote characters that are within parentheses.
14023 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14025         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
14026         (gnus-handle-ephemeral-exit): Select article according to it.
14028 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
14030         * message.el (message-insert-formated-citation-line): Remove newline.
14031         (message-citation-line-format): Add final \n here so that the user can
14032         avoid a blank line.
14034 2007-05-03  Dan Christensen  <jdc@uwo.ca>
14036         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
14037         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
14038         Update lanl/arXiv support.
14040 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
14042         * gnus.el: Bump version number.
14044 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14046         * gnus.el (gnus-version-number): Bump version.
14048 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14050         * gnus.el: No Gnus v0.6 is released.
14052 2007-04-27  Didier Verna  <didier@xemacs.org>
14054         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
14055         * gmm-utils.el (gmm-regexp-concat): ... here.
14056         * message.el: Don't require 'gnus-util.
14057         (message-dont-reply-to-names): Handle name change above.
14058         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
14060 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14062         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
14063         since the initial value varies according to the system.
14065 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14067         * mm-util.el (mm-charset-synonym-alist): Defcustom.
14069 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
14071         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
14073 2007-04-24  Didier Verna  <didier@xemacs.org>
14075         Improve the type of gnus-ignored-from-addresses.
14076         * gnus-util.el (gnus-orify-regexp): New function.
14077         * message.el (gnus-util): Require it.
14078         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
14079         * gnus-sum.el (gnus-ignored-from-addresses): New function.
14080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
14082 2007-04-24  Didier Verna  <didier@xemacs.org>
14084         * gnus-sum.el:
14085         * gnus-utils.el: Fix some trailing whitespaces.
14087 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14089         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
14090         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
14091         article's Message-ID; refer parent article in summary buffer.
14093         * message.el (message-bounce): Call mime-to-mml.
14095 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14097         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
14099 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14101         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
14102         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
14103         displayed of multipart/alternative part if it is invoked from summary
14104         buffer.
14106         * mm-view.el (mm-inline-text-html-render-with-w3m)
14107         (mm-inline-text-html-render-with-w3m-standalone)
14108         (mm-inline-render-with-function): Use mail-parse-charset by default.
14110 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
14112         * parse-time.el (parse-time-string-chars): Check if CHAR
14113         is less than the length of parse-time-syntax.
14115 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14117         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
14118         from gnus-newsgroup-processable.
14120 2007-04-16  Didier Verna  <didier@xemacs.org>
14122         * gnus-msg.el (gnus-configure-posting-styles):
14123         Handle message-signature-directory properly with :file syntax.
14124         Reported by "Leo".
14126 2007-04-11  Didier Verna  <didier@xemacs.org>
14128         New user option: message-signature-directory.
14129         * gnus-msg.el (gnus-configure-posting-styles): Support it.
14130         * message.el (message-insert-signature): Ditto.
14131         * message.el (message-signature-file): Doc update.
14132         * message.el (message-signature-directory): New.
14134 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14136         * gnus-msg.el (gnus-inews-yank-articles):
14137         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
14139 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14141         * message.el (message-yank-original): Make sure cited text ends with
14142         newline; don't exchange point and mark.
14144 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
14146         * tls.el (open-tls-stream): Properly handle case where there
14147         is no associated buffer.
14149 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
14151         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
14152         message-yank-original, make sure (< mark TEXT point).
14154 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14156         * message.el (message-fill-column): New variable.
14157         (message-mode): Use it.  Add comment on a possible new hook.
14159         * nnmail.el (nnmail-spool-file): Mark as obsolete.
14160         (nnmail-get-new-mail): Reformat.
14162         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
14164         * gmm-utils.el: Fix Commentary.
14165         (gmm-tool-bar-from-list): Fix typo in doc string.
14167 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
14169         * message.el (message-yank-original): Don't switch point and mark
14170         unnecessarily to put point and mark as documented.
14172 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14174         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
14175         from the message heads.
14177 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
14179         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
14180         article buffer does not have a window.  This may not be the best
14181         solution but is certainly better than setting the start of the null,
14182         that is the current, window.
14184 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
14186         * gnus-draft.el (gnus-draft-setup-hook): New hook.
14187         (gnus-draft-setup): Run it.
14189         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
14190         gnus-score-fast-scoring.  Allow regexp.
14191         (gnus-score-headers): Use it.
14193         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
14194         XEmacs.
14196         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
14197         string.
14198         (gnus-button-alist): Also catch `<f1> k ...'.
14199         (gnus-treat-display-x-face): Fix doc string.
14201 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14203         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
14204         evaluation of gnus-extended-version to ensure correct generation of the
14205         User-Agent header when message-generate-headers-first is used.
14207 2007-03-24  Simon Josefsson  <simon@josefsson.org>
14209         * hashcash.el (hashcash-generate-payment-async): Don't crash if
14210         hashcash-path is nil.  Don't call callback with incorrect number of
14211         parameters if val is 0.
14213 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14215         * message.el (message-required-news-headers):
14216         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
14218 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * message.el (message-generate-new-buffers): Change the meaning of the
14221         nil value; add `standard' to the choices; treat t as `unique'; improve
14222         doc string.
14223         (gnus-select-frame-set-input-focus): Autoload.
14224         (message-buffer-name): Search for the existing message buffer if
14225         message-generate-new-buffers is nil or `standard'; treat the value t of
14226         message-generate-new-buffers as `unique'.
14227         (message-pop-to-buffer): Raise the frame already displaying the message
14228         buffer; clear the echo area after querying.
14229         (message-setup): Pass the `continue' argument to compose-mail.
14230         (message-mail): Prefer `switch-function' if it is given; search for the
14231         existing message buffer if the `continue' argument is non-nil; pass
14232         continue and switch-function arguments to compose-mail by way of
14233         message-setup.
14234         (message-mail-other-window): Adjust argument of message-setup.
14235         (message-mail-other-frame): Ditto.
14237 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14239         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
14240         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
14241         to turn font-lock on when turning gnus-message-citation-mode on.
14243 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
14245         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
14246         (mml-smime-function-alist): New variable; add epg as the backend.
14247         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
14248         mml-smime- functions instead.
14249         * mm-view.el: Require smime.
14251 2007-03-05  Didier Verna  <didier@xemacs.org>
14253         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
14254         instead of just inheritance for posting styles.
14255         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
14257 2007-02-24  John Paul Wallington  <jpw@pobox.com>
14259         * tls.el (tls-certtool-program): Fix custom type.
14261 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14263         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
14264         and point-at-eol instead of line-(beginning|end)-position.
14266         * assistant.el (assistant-parse-buffer): Ditto.
14268 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
14270         * mml2015.el (mml2015-epg-find-usable-key): New function.
14271         (mml2015-epg-sign): Use it.
14272         (mml2015-epg-encrypt): Use it.
14274 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14276         * message.el (message-make-in-reply-to): Quote name containing
14277         non-ASCII characters.  It will make the RFC2047 encoder cause an error
14278         if there are special characters.  Reported by NAKAJI Hiroyuki
14279         <nakaji@jp.freebsd.org>.
14281 2007-02-27  Didier Verna  <didier@xemacs.org>
14283         Include the group parameters as well as the topic ones in the
14284         inheritance filter process.
14285         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
14286         argument GROUP-PARAMS-LIST.
14287         * gnus-topic.el (gnus-group-topic-parameters): Use it.
14289 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14291         * nntp.el (nntp-never-echoes-commands)
14292         (nntp-open-connection-functions-never-echo-commands): New variables.
14293         (nntp-send-command): Use them.
14295 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
14297         * mml2015.el (mml2015-epg-verify): Simplify.
14299 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14301         * mml.el (mml-content-disposition-alist): New user option.
14302         (mml-content-disposition): New function.
14303         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
14304         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
14306 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
14308         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
14309         verification.
14311 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14313         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
14314         articles posted in the last 24 hours.
14316 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
14318         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
14320 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
14322         * nntp.el (nntp-send-command): Don't wait for echoes when
14323         nntp-open-ssl-stream is used.
14325 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14327         * gnus-cite.el (gnus-test-font-lock-add-keywords)
14328         (gnus-message-add-citation-keywords)
14329         (gnus-message-remove-citation-keywords): Remove.
14330         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
14331         directly, make the variables in font-lock-defaults buffer-local, add
14332         gnus-message-citation-keywords to them and then update the value of
14333         font-lock-keywords.
14335 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14337         * message.el (message-cite-original-1): Don't call
14338         gnus-article-highlight-citation.
14340         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
14341         citations; fix line count.
14343 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
14345         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
14346         (gnus-message-add-citation-keywords)
14347         (gnus-message-remove-citation-keywords): Use it; fix the emulating
14348         versions of font-lock-add-keywords and font-lock-remove-keywords to
14349         work with XEmacs correctly.
14351 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14353         * gnus-cite.el (gnus-cite-face-list): Set the values of
14354         gnus-message-max-citation-depth and gnus-message-citation-keywords.
14355         (gnus-message-max-citation-depth): Use defvar rather than defconst.
14356         (gnus-message-cite-prefix-regexp): New variable.
14357         (gnus-message-search-citation-line): Use it; protect against long
14358         citation prefix; fill match data with nil rather than 0 for XEmacs; set
14359         the 0th match data for Emacs.
14360         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
14361         (gnus-message-add-citation-keywords): Append keywords rather than
14362         prepending; emulate font-lock-add-keywords if it is not available.
14363         (gnus-message-remove-citation-keywords):
14364         Emulate font-lock-remove-keywords if it is not available.
14366         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
14368         * message.el (message-cite-prefix-regexp): Set the value of
14369         gnus-message-cite-prefix-regexp.
14371 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14373         * nnweb.el (nnweb-google-parse-1): Update parser.
14375 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
14377         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
14379 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14381         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
14382         regexp.
14384 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14386         * uudecode.el (uudecode-string-to-multibyte): New function emulating
14387         string-to-multibyte.
14388         (uudecode-decode-region-internal): Use it.
14390 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14392         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
14393         Fix custom choice.
14395         * gnus-art.el (gnus-signature-limit): Fix custom choice.
14397 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
14399         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
14401         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
14402         `write-region' to respect `mm-inhibit-file-name-handlers'.
14404 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
14406         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
14407         Use gnus-home-directory instead of "~/" or "$HOME".
14409 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
14411         * encrypt.el (encrypt-insert-file-contents): Add better prompt
14412         to mention filename.
14413         Add comments at beginning regarding usage.
14414         (encrypt-write-file-contents): Change interactive so a string is
14415         acceptable.  If the file has no associated model, show an error instead
14416         of a nonsense prompt.
14418 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14420         * spam.el (spam-bsfilter-ham-switch): Fix typo.
14421         Thanks to Yoshihiko Yamada for kind notification of this typo.
14423 2007-01-12  Kenichi Handa  <handa@m17n.org>
14425         * uudecode.el (uudecode-decode-region-internal): Make it work in a
14426         multibyte buffer.
14428 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
14430         * gnus-score.el (gnus-score-fast-scoring): New variable.
14431         (gnus-score-headers): Use it.
14433         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
14435         * message.el (message-cite-original-1):
14436         Call gnus-article-highlight-citation if requested.
14437         (message-make-from): Allow name and address as optional arguments.
14439         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
14441         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
14442         bugs to doc string.
14443         (gnus-button-alist): Add mid\\|message-id.
14444         (gnus-button-fetch-group): Extend for use in
14445         `browse-url-browser-function'.
14446         (gnus-button-url-regexp): Try to catch paired parentheses like in
14447         Wikipedia URLs.
14449         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
14450         Suggested by Simon Krahnke <overlord@gmx.li>.
14452 2007-01-13  Romain Francoise  <romain@orebokech.com>
14454         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
14455         Update copyright.
14457 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
14459         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
14461 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
14463         * gnus-registry.el (gnus-registry-unfollowed-groups)
14464         (gnus-registry-split-fancy-with-parent): Fix documentation.
14466 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14468         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
14469         from nnweb groups.
14471 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14473         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
14474         Xref urls.  Erase buffer before requesting head.
14476         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14478 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
14480         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
14481         customizable.
14483 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
14485         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
14486         no signing key is found.
14487         (mml2015-epg-encrypt): Ask user whether to skip or abort if
14488         no encrypting and/or signing key is found.
14490 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14492         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
14494 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14496         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
14497         headers read from disk with the ones newly found in the current search.
14498         This should no longer cause problems, because the article numbers in
14499         Gmane's `nov.php' output are ignored since the previous change.
14501 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14503         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
14505 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14507         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
14509 2007-01-01  Romain Francoise  <romain@orebokech.com>
14511         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
14513 2006-12-31  Steve Youngs  <steve@sxemacs.org>
14515         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
14516         `define-minor-mode' macro definition expanded properly.
14517         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
14518         exclude it there.
14520         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
14521         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
14522         `fboundp' test.
14523         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
14524         This is OK to autoload in (S)XEmacs now.
14526 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14528         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
14529         keystroke.
14530         (gnus-summary-limit-to-singletons): Fix typo.
14532         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
14533         else fails.
14535 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14537         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
14538         docstring.
14540         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
14541         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
14542         (gnus-summary-insert-dormant-articles): Fix typo in message.
14544 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
14546         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
14547         nil for XEmacs.
14548         (gnus-message-citation-mode): Don't autoload in XEmacs.
14550         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
14552 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
14554         * nnimap.el (nnimap-expunge-search-string):
14555         Mention nnimap-search-uids-not-since-is-evil in docstring.
14557 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
14559         * spam.el: Revert to make-obsolete-variable because
14560         define-obsolete-variable-alias is not supported in Emacs 21.
14562         * spam.el (spam-ifile-path, spam-ifile-database-path)
14563         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
14564         make-obsolete-variable.
14565         (spam-bsfilter-path, spam-bsfilter-program)
14566         (spam-spamassassin-path, spam-spamassassin-program)
14567         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
14568         Don't use "path" inappropriately.
14569         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
14570         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
14571         variable names.
14573 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
14575         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
14576         summary buffer.
14578         * password.el (password-cache-remove): Use clear-string to burn
14579         password, if available.
14581 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14583         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
14585         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
14587         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
14588         (gnus-message-highlight-citation): Move defcustom here from
14589         gnus-cite.el.
14590         (gnus-message-citation-mode): Autoload.
14592         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
14593         checks to make it compile with XEmacs.
14594         (gnus-message-citation-mode): New minor mode.
14595         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
14596         (gnus-message-highlight-citation): New variables.
14597         (gnus-message-search-citation-line)
14598         (gnus-message-add-citation-keywords)
14599         (gnus-message-remove-citation-keywords)
14600         (turn-on-gnus-message-citation-mode)
14601         (turn-off-gnus-message-citation-mode): New functions.
14603 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
14605         * gnus-cite.el: Enable highlighting of different citation levels in
14606         message-mode.
14608 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
14610         * message.el (message-make-fqdn): Fix comment.
14611         (message-bogus-system-names): Add ".local".
14613         * spam.el (spam-ifile-path, spam-ifile-program)
14614         (spam-ifile-database-path, spam-ifile-database)
14615         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
14616         Don't use "path" inappropriately.
14617         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
14618         strings.
14619         (spam-check-ifile, spam-ifile-register-with-ifile)
14620         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
14621         Use new variable names.
14623         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
14624         (gnus-treat-display-smileys): Simplify using
14625         gnus-image-type-available-p.
14627         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
14628         available.
14630 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14632         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
14633         one after turning on the buffer's multibyteness instead of decoding
14634         them directly in the unibyte buffer that causes unexpected conversion
14635         in Emacs 23 (unicode).
14637 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14639         * message.el (message-generate-hashcash): Fix custom type.
14641 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14643         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
14645 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
14647         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
14648         disconnect icons.  Add help text.
14650 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
14652         * spam.el (spam-extra-header-to-number): CRM114 spam score is
14653         negated to be consistent with the others we handle.
14655 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14657         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
14658         version of gnus-summary-buffer to something, so that we can use two
14659         article buffers at the same time.
14661 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
14663         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
14664         trigger all the extra headers.
14665         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
14666         sorting.
14668 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14670         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
14671         solid groups.
14673 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
14675         * legacy-gnus-agent.el: Add Copyright notice.
14677 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
14679         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
14681 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14683         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
14685         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
14686         to make it work reliably in CVS Emacs.
14687         (gnus-summary-limit-strange-charsets-predicate)
14688         (gnus-summary-limit-to-predicate): New functions.
14690 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
14692         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
14693         specifying array size.
14694         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
14695         array if it is too small.
14696         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
14697         (gnus-sort-threads-loop): New function.
14699 2006-12-06  Chris Moore  <dooglus@gmail.com>
14701         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
14702         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
14704 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
14706         * mm-url.el (mm-url-predefined-programs): Call curl with correct
14707         options.
14709 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14711         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
14712         DOS-ing the recipient.
14714         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
14715         the headers when creating the mapping to avoid mismappings.
14716         (nnweb-gmane-create-mapping): Always nix out old mapping.
14718 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14720         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
14721         and mm-verify-option to never.
14723 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14725         * message.el (message-signed-or-encrypted-p): New function.
14726         (message-forward-make-body): Use it.
14728         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
14729         Replace encode-coding-string with mm-encode-coding-string.
14731 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14733         * nneething.el (nneething-decode-file-name):
14734         Replace decode-coding-string with mm-decode-coding-string.
14736         * gnus-int.el (gnus-open-server): Say failed server's name.
14738 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
14740         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
14741         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
14743         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
14744         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
14745         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
14746         (gnus-group-make-directory-group, gnus-group-transpose-groups):
14747         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
14748         (gnus-subscribe-newsgroup, gnus-1):
14749         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
14750         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
14751         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
14752         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
14754 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14756         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
14757         keystroke.
14758         (gnus-summary-limit-to-bodies): Implement headersp.
14760 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14762         * dns.el (query-dns): Protect against "Process dns deleted" strings.
14764 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14766         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
14768 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14770         * message.el (message-generate-hashcash): Expand range of values to
14771         include `opportunistic'.
14772         (message-send-mail): Use it.
14774 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14776         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
14777         and comment it.
14779         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
14781 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
14783         * gnus-util.el (gnus-extract-address-components): Improve comment.
14785 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14787         * gnus-util.el (gnus-extract-address-components): Work with address in
14788         which the name portion contains @.
14790 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14792         * gnus.el (gnus-start): Move custom group up.
14793         (gnus-select-method): Don't autoload, but make it available for
14794         `customize-variable'.
14795         (gnus-getenv-nntpserver): Don't autoload.
14797 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
14799         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
14801 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
14803         * message.el (message-sendmail-extra-arguments): New variable.
14804         (message-send-mail-with-sendmail): Use it.
14806 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14808         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
14809         mm-with-unibyte-current-buffer to make string unibyte.
14811         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
14812         mm-string-as-multibyte.
14814 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
14816         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
14817         Reported by Werner Koch <wk@gnupg.org>.
14819 2006-11-14  Daiki Ueno  <ueno@p360>
14821         * mml2015.el: Autoload epa-select-keys when compiling.
14823 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14825         * mml2015.el (mml2015-epg-sign): Save the signing keys in
14826         message-options.
14827         (mml2015-epg-encrypt): Save the recipient keys in message-options.
14829 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
14831         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
14832         EasyPG (< 0.0.6).
14833         (mml2015-always-trust): New user option.
14834         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
14835         prompt.
14837 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14839         * nntp.el (nntp-authinfo-force): New variable.
14840         (nntp-send-authinfo): Use it.
14842 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
14844         * message.el (message-strip-subject-encoded-words): Allow _not_ to
14845         decode encoded words.  Improve prompt.  Add comment about forwarding.
14846         (message-replacement-char): Move up.
14848 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
14850         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
14851         instead of gnus-intersection because arguments of gnus-sorted-nunion
14852         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
14854 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
14856         * message.el (message-strip-subject-encoded-words): Reformat prompt.
14857         (message-simplify-subject-functions):
14858         Enable message-strip-subject-encoded-words by default.
14860 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
14862         * message.el (message-strip-subject-encoded-words): New function.
14863         (message-simplify-subject-functions): New variable.
14864         (message-simplify-subject): Use it.  Fix typo in doc string.
14865         Support message-strip-subject-encoded-words.
14867 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
14869         * gnus-diary.el (gnus-diary-delay-format-function):
14870         * nndiary.el (nndiary-reminders):
14871         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
14873 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
14875         * gnus-art.el (article-hide-boring-headers): Fetch date from
14876         gnus-original-article-buffer to avoid problems with localized date
14877         strings.
14879 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14881         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
14883 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
14885         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14886         New variables.
14887         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14888         (mm-charset-synonym-alist): Move some entries to
14889         mm-codepage-iso-8859-list.
14890         (mm-charset-synonym-alist, mm-charset-override-alist):
14891         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14893 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14895         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
14897 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14899         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
14900         with Emacs 21 and XEmacs.
14902 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
14904         * spam.el (spam-parse-address): New function for better parsing,
14905         catching errors, etc.
14906         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
14908 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14910         * mm-view.el: Add interactive arg to html2text autoload.
14912 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14914         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
14916 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
14918         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
14919         New variables.
14920         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
14921         (mm-charset-synonym-alist): Move some entries to
14922         mm-codepage-iso-8859-list.
14924         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
14926 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
14928         * message.el (message-citation-line-format)
14929         (message-insert-formated-citation-line): Fix implementation of %E, %N
14930         and %n according to the doc string.
14932 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
14934         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14935         Use car-safe to avoid bad parses.
14937 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14939         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
14940         names.
14942         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
14944 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14946         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
14947         header.
14949         * message.el (message-draft-headers): Add Date.
14950         (message-headers-to-generate): Fix typo in docstring.
14952         * nndraft.el (nndraft-required-headers): New variable.
14953         (nndraft-generate-headers): Use it.
14955         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
14957 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14959         * gnus-registry.el (gnus-registry-wash-for-keywords)
14960         (gnus-registry-find-keywords): New functions to allow easy searching of
14961         articles that are in the registry.
14963 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
14965         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
14966         Use ietf-drums-parse-address instead of gnus-extract-address-components.
14967         Reported by Damien Elmes <damien@repose.cx>.
14969 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14971         * gnus.el (gnus-mime): Remove unused custom group.
14973 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
14975         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
14976         "blank line" when searching for end of armor headers.
14978 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14980         * gmm-utils.el (gmm-write-region): Fix variable name.
14982 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
14984         * gmm-utils.el (gmm-write-region): New function based on compatibility
14985         code from `mm-make-temp-file'.
14987         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
14989         * nnmaildir.el (nnmaildir--update-nov)
14990         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
14991         Use `gmm-write-region'.
14993 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14995         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
14996         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
14998         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
15000         * message.el (message-replacement-char): New variable.
15001         (message-fix-before-sending): Use it.
15002         (message-simplify-subject): New function to remove duplicate code.
15003         (message-reply, message-followup): Use it.
15005         * gnus-sum.el (gnus-summary-make-menu-bar):
15006         Clarify gnus-summary-limit-to-articles.
15008 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15010         * gnus-util.el (gnus-with-local-quit): New macro.
15012         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
15014 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
15016         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
15017         ignore non-string data.
15019 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15021         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
15022         non-string data (needs to be done in the registry too).
15024 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15026         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
15027         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
15028         (gnus-registry-split-fancy-with-parent)
15029         (gnus-registry-fetch-simplified-message-subject-fast)
15030         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
15031         Remove text properties on ingress into the registry and when it's saved.
15032         (gnus-registry-clean-empty-function): Fix bug with cleaning the
15033         registry from entries with no groups.
15035 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15037         * gnus-util.el (gnus-string-remove-all-properties): Add utility
15038         function to remove string properties.
15040 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15042         * gmm-utils.el (gmm): Adjust custom version.
15044         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
15045         Adjust custom version.
15047         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
15049 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15051         * gnus-art.el (gnus-insert-prev-page-button)
15052         (gnus-insert-next-page-button): Simplify.  Reformat.
15054 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15056         * gnus-art.el (gnus-insert-prev-page-button)
15057         (gnus-insert-next-page-button): Apply gnus-article-button-face.
15059 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
15061         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
15063 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
15065         * gnus-art.el (gnus-insert-mime-button)
15066         (gnus-insert-mime-security-button):
15067         Apply gnus-article-button-face to MIME and security buttons.
15069 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
15071         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
15072         readable.
15074 2006-09-20  Steve Youngs  <steve@sxemacs.org>
15076         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
15077         `browse-url-of-file' instead of `browse-url'.
15079 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15081         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
15082         regexp.  Articles containing quotation were cut prematurely.
15084 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15086         * message.el (message-cite-original-1): Use nobody by default for the
15087         value of From header.
15088         (message-reply): Ditto.
15090 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
15092         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
15093         to the gnus-info.  This fixes a bug of inline-PGP message verification.
15094         Reported by Michael Piotrowski <mxp@dynalabs.de>.
15096 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
15098         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
15099         mails in the doc string.  Add some URLs in comment.
15100         (pop3-movemail): Warn about pop3-leave-mail-on-server.
15102 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15104         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
15105         backslashes handling and the way to find boundaries of quoted strings.
15107 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
15109         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
15110         mml1991-encrypt-to-self is set and mml1991-signers is not set.
15111         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
15112         mml2015-encrypt-to-self is set and mml2015-signers is not set.
15114 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15116         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
15117         doc string.
15118         (gnus-button-regexp, gnus-button-last): Remove unused variables.
15120 2006-09-06  Simon Josefsson  <jas@extundo.com>
15122         * mml2015.el (mml2015-use): Doc fix, mention epg.
15124 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15126         * mml2015.el (mml2015-use): Default to epg, if available.
15128 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
15130         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
15131         message-sender.
15132         (mml1991-epg-encrypt): Ditto.
15133         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
15134         message-sender.
15135         (mml2015-epg-encrypt): Ditto.
15137 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
15139         * message.el (message-send-mail-with-sendmail): Look for sendmail in
15140         several common directories.
15142 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
15144         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
15145         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
15147 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15149         * gnus-art.el (article-decode-encoded-words): Make it fast.
15151 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15153         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
15155         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
15156         in quoted string into `\'.
15158 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15160         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15161         Use standard-syntax-table.
15163 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15165         * gnus-art.el (gnus-decode-address-function): New variable.
15166         (article-decode-encoded-words): Use it to decode headers which are
15167         assumed to contain addresses.
15168         (gnus-mime-delete-part): Remove useless `or'.
15170         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
15171         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
15172         (gnus-nov-parse-line): Use it to decode From header.
15173         (gnus-get-newsgroup-headers): Ditto.
15174         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
15176         * mail-parse.el (mail-decode-encoded-address-region): New alias.
15177         (mail-decode-encoded-address-string): New alias.
15179         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
15180         New function.
15181         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
15182         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
15183         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
15184         (rfc2047-decode-string): Ditto.
15185         (rfc2047-decode-address-region): New function.
15186         (rfc2047-decode-address-string): New function.
15188 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
15190         * message.el (message-caesar-buffer-body): Allow rotating headers.
15192         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
15194         * message.el (message-insert-formated-citation-line): Fix %f.
15195         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
15197 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15199         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
15200         (gnus-bookmark-mouse-available-p): New macro.
15201         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
15202         (gnus-bookmark-bmenu-show-infos): Use it.
15203         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
15204         (gnus-bookmark-bmenu-hide-infos): Ditto.
15205         (gnus-bookmark-remove-properties): New function.
15206         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
15207         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
15208         (gnus-bookmark-write-file): Bind coding-system-for-write.
15209         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
15210         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
15211         group before selecting it.
15212         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
15213         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
15214         quit-window if it is not available; use gnus-mouse-2 and bind it to
15215         gnus-bookmark-bmenu-select-by-mouse.
15216         (gnus-bookmark-show-details): Remove unused variable `details-list'.
15217         (gnus-bookmark-bmenu-select-by-mouse): New function.
15219 2006-08-13  Romain Francoise  <romain@orebokech.com>
15221         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
15222         space.
15224 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15226         * compface.el (uncompface): Use binary rather than raw-text-unix.
15228 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15230         * compface.el (uncompface): Make sure the eol conversion doesn't take
15231         place when communicating with the external programs.
15232         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15234 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * nnheader.el (nnheader-insert-head): Fix typo in comment.
15238 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15240         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15241         Make it more robust by parsing author and date independently.
15243 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15245         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
15247 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
15249         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
15250         first matching secret key.
15251         (mml2015-epg-encrypt): Ditto.
15253         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
15254         first matching secret key.
15255         (mml1991-epg-encrypt): Ditto.
15257         * mml2015.el (mml2015-encrypt-to-self): New user option.
15258         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
15259         mml2015-epg-encrypt-to-self is set.
15261         * mml1991.el (mml1991-encrypt-to-self): New variable.
15262         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
15263         mml1991-epg-encrypt-to-self is set.
15265         * mml2015.el (mml2015-signers): New user option.
15266         (mml2015-epg-sign): Reflect the value of mml2015-signers.
15267         (mml2015-epg-encrypt): Allow to select signing keys.
15269         * mml1991.el (mml1991-signers): New variable.
15270         (mml1991-epg-sign): Reflect the value of mml1991-signers.
15271         (mml1991-epg-encrypt): Allow to select signing keys.
15273 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15275         * nnheader.el (nnheader-insert-head): Make it work even if the file
15276         uses CRLF for the line-break code.
15278 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
15280         * mml2015.el: Require mml-sec instead of password.
15281         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
15282         (mml2015-cache-passphrase): Inherit the default value from
15283         mml-secure-cache-passphrase.
15284         (mml2015-passphrase-cache-expiry): Inherit the default value from
15285         mml-secure-passphrase-cache-expiry.
15287         * mml1991.el: Require mml-sec instead of password.
15288         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
15289         (mml1991-cache-passphrase): Inherit the default value from
15290         mml-secure-cache-passphrase.
15291         (mml1991-passphrase-cache-expiry): Inherit the default value from
15292         mml-secure-passphrase-cache-expiry.
15294         * mml-sec.el: Require password.
15295         (mml-secure-verbose): New user option.
15296         (mml-secure-cache-passphrase): New user option.
15297         (mml-secure-passphrase-cache-expiry): New user option.
15299 2006-07-24  David Smith  <davidsmith@acm.org>  (tiny change)
15300             Andreas Vögele  <andreas@altroot.de>   (tiny change)
15302         * pgg-def.el (pgg-truncate-key-identifier):
15303         Truncate the key ID to 8 letters from the end.
15305 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15307         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
15308         workaround for the url package included with Emacs.
15310         * nnweb.el (nnweb-google-create-mapping): Update regexp.
15312 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15314         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
15315         correctly.  This fixes a bug caused by the 2006-05-12 change.
15317 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
15319         * nnmail.el (nnmail-article-group): If splitting raises an error, give
15320         some information about the error when saying that the `bogus' mail
15321         group will be used.
15323 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
15325         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
15326         string.
15328 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
15330         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
15332 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15334         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
15336 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15338         * mml1991.el (mml1991-function-alist): Add epg.
15339         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
15340         (mml1991-epg-encrypt): New functions.
15342 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
15344         * mml2015.el (mml2015-verbose): New variable.
15345         (mml2015-cache-passphrase): Ditto.
15346         (mml2015-passphrase-cache-expiry): Ditto.
15347         (mml2015-function-alist): Add epg.
15348         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
15349         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
15350         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
15351         New functions.
15353 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15355         * message.el (message-cite-original-1): Preserve region when removing
15356         quoted text due to X-No-Archive in order to avoid bogus attribution
15357         when citing multiple messages.
15359 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15361         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
15362         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
15364 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
15366         * gnus-diary.el (gnus-user-format-function-d)
15367         (gnus-user-format-function-D): Autoload.
15369         * imap.el (Commentary): Fix typo.
15371         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
15372         2006-04-22 contribution.
15374 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15376         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
15377         It didn't really fix the bogosity I'm seeing with solid web groups.
15379 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15381         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
15382         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
15383         created using server names.  If we use the feature without declaring
15384         it, Gnus does not properly manage server and group state.
15386         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
15387         bound.
15389 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15391         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
15392         looking up the method using GROUP's prefix before inventing a new one.
15393         It is used on killed/unknown groups in various places where returning
15394         an all-new method isn't expected by the caller.
15396         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
15397         and match semantics of gnus-group-real-prefix.
15399 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
15401         * nnmail.el (nnmail-broken-references-mailers): New variable.
15402         (nnmail-ignore-broken-references): New function generalizing
15403         nnmail-fix-eudora-headers.
15404         (nnmail-fix-eudora-headers): Now obsolete.
15406         * gnus-art.el (gnus-button-handle-custom):
15407         Support `customize-apropos*'.
15409 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15411         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
15413         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
15414         articles.
15416 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15418         * message.el (message-cite-reply-above): New variable.
15419         (message-yank-original): Use it.
15421 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15423         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
15425 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
15427         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
15428         as read.
15430         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
15432 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
15434         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
15435         (gnus-bookmark-default-file): Use gnus-directory.
15436         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
15437         Remove "*" in doc string.
15438         (gnus-bookmark-write-file): Simplify.
15439         (gnus-bookmark-maybe-sort-alist): Use `when'.
15440         (gnus-bookmark-get-bookmark): Fix typo in doc string.
15441         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
15442         Add FIXME about Emacs 21 and XEmacs compatibility.
15443         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
15444         compatibility.
15445         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
15446         compatibility.
15447         (gnus-bookmark-menu-heading): Fix version.
15449 2006-06-19  Bastien Guerry  <bzg@altern.org>
15451         * gnus-bookmark.el: New file.
15453 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15455         * message.el (message-syntax-checks): Doc fix.
15457 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15459         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
15460         unsubscribed groups as if they were killed ones.  It causes duplicate
15461         entries in gnus-newsrc-alist.
15463 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15465         * message.el (message-syntax-checks): Doc fix.
15466         (message-send-mail): Add check for continuation headers.
15467         (message-check-news-header-syntax): Fix regexp used to check for
15468         continuation headers.
15470 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15472         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
15474 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
15476         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
15478 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15480         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
15481         default-truncate-lines.
15483 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15485         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
15486         to fill the utf-8 entry.
15488 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15490         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
15492 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
15494         * gnus-agent.el (directory-files-and-attributes): Move all the way
15495         forward (the third and final move).
15496         (gnus-agent-read-agentview): Trap reconstruction errors due to
15497         nonexistent directory.  Handle by returning nil.
15499 2006-05-30  Didier Verna  <didier@xemacs.org>
15501         * message.el (message-dont-reply-to-names): Update the custom type.
15502         * message.el (message-dont-reply-to-names): New defsubst: potentially
15503         convert a list of regexps into a single one.
15504         * message.el (message-get-reply-headers): Use it.
15505         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
15507 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15509         * gnus-agent.el (directory-files-and-attributes): Move forward.
15511 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15513         * gnus-ml.el (gnus-mailing-list-subscribe)
15514         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
15515         (gnus-mailing-list-message): Fix doc strings.
15517 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15519         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
15520         of doing it manually.
15522 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
15524         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
15525         comment.
15527 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
15529         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
15530         (gnus-agent-read-agentview): Fix handling of end-of-file error.
15531         (gnus-agent-read-local): All symbols allocated in my-obarray.
15532         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
15533         (gnus-agent-regenerate-group): Check numeric names to see if they are
15534         messages or groups.
15535         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
15536         better way of do this...)
15538         * gnus-cache.el (gnus-agent-total-fetched-for):
15539         Ignore 'dummy.group' (there should be a better way of do this...)
15541 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15543         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
15544         (gnus-saved-headers): Ditto.
15545         (gnus-default-article-saver): Mention functions may have properties.
15546         (gnus-article-save): Override gnus-save-all-headers and
15547         gnus-saved-headers by :headers property which saver function may have.
15548         (gnus-summary-save-in-file): Add :headers property.
15549         (gnus-summary-write-to-file): Ditto.
15551         * gnus-sum.el (gnus-summary-save-article): Bind
15552         gnus-prompt-before-saving to t when saving many articles in a file;
15553         always show all headers.
15555 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15557         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
15558         marks.
15560         * message.el (message-indent-citation): Add optional arguments to allow
15561         using it outside of message buffers.
15563         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
15564         (gnus-article-treat-unfold-headers): Use it.
15565         (gnus-article-truncate-lines): New variable.
15566         (gnus-article-mode): Use it.
15567         (gnus-article-toggle-truncate-lines): New function.
15569         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
15570         Add gnus-article-toggle-truncate-lines.
15572         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
15573         coding system in XEmacs, use binary.
15575 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15577         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
15578         after-load-alist.
15580         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
15581         this function should save decoded articles.
15582         (gnus-summary-write-to-file): Use property to specify this function
15583         should save decoded articles and specify gnus-summary-save-in-file
15584         should be used to save articles other than the first one when saving
15585         many articles.
15586         (gnus-summary-save-body-in-file): Use property to specify this
15587         function should save decoded articles.
15588         (gnus-summary-write-body-to-file): Use property to specify this
15589         function should save decoded articles and specify
15590         gnus-summary-save-body-in-file should be used to save articles other
15591         than the first one when saving many articles.
15593         * gnus-sum.el (gnus-summary-save-article): Simplify.
15595 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15597         * gnus-art.el (gnus-default-article-saver):
15598         Add gnus-summary-write-body-to-file.
15599         (gnus-article-save-coding-system): Don't use coding system object
15600         in XEmacs.
15601         (gnus-read-save-file-name): Add optional `dir-var' argument which
15602         specifies directory in which files are saved; work even if optional
15603         `variable' argument is not specified.
15604         (gnus-summary-write-to-file): Read file name.
15605         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
15606         (gnus-summary-write-body-to-file): New function.
15608         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
15609         (gnus-summary-local-variables): Add it.
15610         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
15611         (gnus-summary-save-article): Remove optional `decode' argument;
15612         determine whether to decode articles by the value of
15613         gnus-default-article-saver; when saving many files using
15614         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
15615         it first and use gnus-summary-save-in-file or
15616         gnus-summary-save-body-in-file thereafter unless
15617         gnus-prompt-before-saving is always; move point to article which
15618         will be saved.
15619         (gnus-summary-save-article-file): Revert.
15620         (gnus-summary-write-article-file): Revert.
15621         (gnus-summary-save-article-body-file): Revert.
15622         (gnus-summary-write-article-body-file): New function.
15624 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
15626         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
15628 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15630         * gnus-art.el (gnus-default-article-saver): Doc fix.
15631         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
15632         from gnus-summary-save-article-coding-system, and default to a
15633         certain coding system.
15634         (gnus-output-to-file): Add coding cookie and encode text according
15635         to gnus-article-save-coding-system; don't use mm-append-to-file.
15637         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
15638         gnus-art.el and rename to gnus-article-save-coding-system.
15639         (gnus-summary-save-article): Require gnus-art; don't show all
15640         headers if it decodes articles; don't add coding cookie here;
15641         don't bind mm-text-coding-system-for-write.
15642         (gnus-summary-save-article-file): Save decoded articles.
15643         (gnus-summary-write-article-file): When saving many files, use
15644         gnus-summary-write-to-file first and gnus-summary-save-in-file
15645         thereafter unless gnus-prompt-before-saving is always.
15646         (gnus-summary-save-article-body-file): Save decoded articles.
15648 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15650         * nnrss.el (nnrss-check-group): Bind hash-index.
15652 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
15654         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
15655         its hash index.  Store this hash in `nnrss-group-data'.
15656         (nnrss-read-group-data): Update accordingly.
15658 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15660         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
15661         entry.
15663         * gnus-sum.el (gnus-summary-make-menu-bar):
15664         Add gnus-article-browse-html-article.
15666 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
15668         * gnus-sum.el (gnus-summary-mime-map):
15669         Add gnus-article-browse-html-article.
15671 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
15673         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
15674         suitable coding systems in customize.
15676 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
15678         * mail-source.el (mail-sources): Fix custom type.
15680 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
15682         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
15683         (gnus-summary-expire-articles-now): Shorten prompt.
15685         * gmm-utils.el (wid-edit): Require.
15686         (defun-gmm): Rename from `gmm-defun-compat'.
15687         (gmm-image-search-load-path): Use it.
15688         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
15690 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * gnus-sum.el (gnus-summary-save-article-coding-system):
15693         New variable.
15694         (gnus-summary-save-article): Add optional `decode' argument.
15695         If it is set and gnus-summary-save-article-coding-system is non-nil,
15696         save decoded article.
15697         (gnus-summary-write-article-file): Save decoded article if
15698         gnus-summary-save-article-coding-system is non-nil.
15700         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
15701         type.
15703 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15705         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
15707 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15709         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
15710         first to test gnus-single-article-buffer which may be buffer-local.
15712         * gnus-sum.el (gnus-summary-setup-buffer):
15713         Make gnus-single-article-buffer buffer-local and nil in ephemeral
15714         group; make gnus-article-buffer, gnus-article-current, and
15715         gnus-original-article-buffer always buffer-local.
15716         (gnus-summary-exit): Kill article buffer belonging to ephemeral
15717         group.
15718         (gnus-handle-ephemeral-exit): Don't move to next summary line.
15720 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
15722         * nnml.el (nnml-request-compact-group): Compressed files might not
15723         have .gz extension.
15725 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
15727         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
15728         (mm-copy-to-buffer): Use with-current-buffer.
15729         (mm-display-part): Simplify.
15730         (mm-inlinable-p): Add optional arg `type'.
15732 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15734         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
15735         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
15736         Try harder to show the attachment internally or externally using
15737         gnus-mime-view-part-as-type.
15739 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
15741         * message.el (message-from-style, message-signature-separator)
15742         (message-user-organization-file, message-send-mail-function)
15743         (message-citation-line-function, message-yank-prefix)
15744         (message-indent-citation-function, message-signature)
15745         (message-signature-file, message-signature-insert-empty-line):
15746         Remove autoloads.
15748         * gnus-art.el (gnus-buttonized-mime-types):
15749         Remove "multipart/signed".  Revert 2006-04-26 change.
15751 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15753         * gnus.el (gnus-version-number): Bump version.
15755 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15757         * gnus.el: No Gnus v0.5 is released.
15759 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15761         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
15762         fetching articles by message-id.
15764 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15766         * message.el (hashcash): Require hashcash as normal.
15768         * ecomplete.el (ecomplete-highlight-match-line):
15769         Use point-at-eol.
15770         (ecomplete-highlight-match-line): Use `highlight', because that
15771         face exists in both Emacs and XEmacs.
15773         * message.el (message-display-abbrev): Use point-at-bol.
15775         * mail-source.el: Don't require timer/timer-funcs.
15777         * gnus-async.el: Ditto.
15779         * password.el: Ditto.
15781         * mm-url.el: Ditto.
15783         * mm-util.el: Require timer/timer-funcs.
15785 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15787         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
15788         Close.
15790 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15792         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
15793         unibyte after clear-decrypt function runs.
15795         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
15796         returns as a unibyte string.
15798 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15800         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
15801         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
15802         (mml1991-pgg-encrypt): Ditto.
15804 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
15806         * message.el (message-user-organization-file): Check several
15807         locations of the organization file.
15809         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
15810         Add gnus-article-view-part-as-type.
15812         * gnus-art.el (gnus-article-view-part-as-type): New function.
15814         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
15815         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
15817         * mml.el: Simplify autoload.
15818         (mml-mode): defvar dnd-protocol-alist instead of using
15819         symbol-value.
15820         (mml-default-directory): New variable.
15821         (mml-minibuffer-read-file): Use it.
15822         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
15824         * message.el (message-citation-line-format): New variable.
15825         (message-insert-formated-citation-line): New function.
15826         (message-citation-line-function):
15827         Add `message-insert-formated-citation-line' to custom type.
15829         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
15830         to doc string.
15832         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
15833         depending on mm-verify-option.
15835 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15837         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
15838         binding pgg-* variables; reimplement the section which prevents
15839         MIME header from being signed.
15840         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
15841         pgg-text-mode; remove a blank line at the top of body.
15843         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
15844         lines at the top of body; use gnus-newsgroup-charset if there's no
15845         Charset header.
15847 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15849         * message.el (message-self-insert-commands): Doc fix.
15851         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
15852         (mm-uu-pgp-encrypted-test): Ditto.
15853         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
15854         between header and body; return application/pgp-encrypted handle
15855         if decryption failed; decode decrypted body by charset.
15857         * mm-decode.el (mm-automatic-display): Don't make application/pgp
15858         element match to application/pgp-*.
15860 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
15862         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
15863         HTML.
15865 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15867         * mail-source.el (mail-source-call-script): Message the error
15868         string.
15870 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15872         * gnus-util.el (gnus-byte-compile): Use it.
15874 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
15876         * gnus-util.el (kill-empty-logs): New function.
15878 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15880         * message.el (message-mail-alias-type): Doc fix.
15881         (message-mail-alias-type-p): New function.
15882         (message-send): Use it.
15883         (message-mode): Ditto.
15884         (message-strip-forbidden-properties): Ditto.
15886         * ecomplete.el (ecomplete-database-file-coding-system):
15887         New variable.
15888         (ecomplete-save): Use it.
15889         (ecomplete-setup): Use it.
15891 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15893         * message.el (message-self-insert-commands): New variable.
15894         (message-strip-forbidden-properties): Use it.
15896 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15898         * message.el (message-put-addresses-in-ecomplete): Use a regexp
15899         that doesn't make XEmacs choke.
15901 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
15903         * gnus-util.el (gnus-replace-in-string):
15904         Prefer replace-regexp-in-string over of replace-in-string.
15906 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15908         * gnus-util.el (gnus-select-frame-set-input-focus):
15909         Use select-frame-set-input-focus if it is available in XEmacs; use
15910         definition defined in Emacs 22 for old Emacsen.
15912 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15914         * mm-view.el (mm-inline-text): Use equal instead of equalp.
15916 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
15918         * gnus-registry.el (gnus-registry-cache-save): Remove text
15919         properties when saving via the temp buffer.
15921 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15923         * message.el (message-generate-hashcash): Honor custom type.
15925 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15927         * message.el (message-generate-hashcash): Default to non-nil when
15928         hashcash is found.
15930         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
15931         (gnus-refer-thread-limit): Increase default to 500.
15933         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
15935         * flow-fill.el (fill-flowed): Allow delete-space.
15937 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15939         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15940         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
15941         Remove autoloads.
15943 2006-04-18  Simon Josefsson  <jas@extundo.com>
15945         * message.el (message-generate-hashcash): Default to.
15947 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15949         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15950         concatenating segments rather than before concatenating them.
15952 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15954         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
15956         * imap.el (imap-quote-specials): New function.
15957         (imap-login-auth): Quote specials.
15959 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15961         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
15963         * message.el (message-forward-make-body-plain):
15964         Allow message-forward-ignored-headers to be a list.
15965         (message-remove-ignored-headers): Factor out into function.
15966         (message-forward-make-body-mml): Use it.
15967         * rfc2231.el (rfc2231-parse-string): Remove dead code.
15968         (rfc2231-parse-string): Allow concatanation of parameters that
15969         aren't contiguous.  The test case is
15970           (mail-header-parse-content-type "message/external-body;
15971             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
15972             access-type=LOCAL-FILE;
15973             name*1*=plugh%2fhello-sailor%2fbing.pdf")
15975 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
15977         * nntp.el (nntp-accept-process-output): Return the value of
15978         `nnheader-accept-process-output'.
15980 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15982         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
15983         (gnus-button-alist): Recognize more diff formats.
15984         (gnus-button-patch): Strip directory.
15986 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
15988         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
15989         Emacs 22 when setting focus.
15991 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15993         * gnus-art.el (gnus-article-treat-types): Do treatment of
15994         text/x-verbatim parts.
15995         (gnus-button-patch): New command.
15997         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
15998         addresses that contain invalid characters.
16000 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16002         * message.el (message-put-addresses-in-ecomplete):
16003         Use gnus-replace-in-string.
16004         (message-is-yours-p): Use the more correct
16005         mail-header-parse-address instead of
16006         mail-extract-address-components.
16007         (message-put-addresses-in-ecomplete): Fix typo.
16009         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
16010         keystroke.
16012         * gnus-art.el (gnus-treatment-function-alist): Change order of
16013         newsgroups/generic header folding to avoid double-folding.
16015         * message.el (message-hidden-headers): Add X-Draft-From.
16017         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
16018         New command.
16019         (gnus-summary-repeat-search-article-backward): New command.
16021         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
16022         groups in the parent topic.
16024 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
16026         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
16027         (spam-extra-header-to-number): Return the CRM114 number as a
16028         number instead of a string.
16030 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16032         * gnus-art.el (gnus-face-properties-alist): Move here from
16033         gnus-fun.
16035         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
16037 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16039         * message.el (message-strip-forbidden-properties): Only display on
16040         self-insert-command.
16042         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
16043         reindent.
16044         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
16046 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
16048         * smiley.el (smiley-style): Fix typo.
16050 2006-03-23  Kenichi Handa  <handa@m17n.org>
16052         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
16053         instead of set-buffer-multibyte.
16055 2006-03-23  Kenichi Handa  <handa@m17n.org>
16057         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16058         buffer and then decode the buffer text if necessary.
16059         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16060         first, and after mm-encode-body, change the buffer to unibyte.
16062 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16064         * hashcash.el (hashcash-insert-payment-async-2):
16065         Use message-goto-eoh instead of doing it manually.
16066         (mail-add-payment): Use message-narrow-to-header instead of trying
16067         to do the same itself.
16069         * message.el (message-hidden-headers): Add Face.
16071         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
16072         reparenting code.
16073         (gnus-summary-reparent-children): Refactored out code.
16074         (gnus-summary-thread-map): New keystroke.
16075         (gnus-summary-reparent-children): Make into command.
16077         * smiley.el (smiley-style): Default to `medium' if using a large
16078         font.
16080         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
16081         does it itself.
16083         * message.el (message-point-in-header-p): Simplify definition.
16085 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16087         * nnagent.el (nnagent-request-set-mark): Silence log file
16088         writing.
16089         (nnagent-request-set-mark): Use write-region instead of
16090         append-to-file.
16092         * gnus-sum.el (gnus-read-header): Fudge article number if using a
16093         strange select method.
16095         * ecomplete.el (ecomplete-display-matches): Get highlightling
16096         right.
16097         (ecomplete-display-matches): Use literals.
16098         (ecomplete-display-matches): Disable message logging.
16100         * message.el (message-display-abbrev): Small optimization.
16102         * ecomplete.el (ecomplete-display-matches): Allow automatic
16103         display.
16105         * message.el (message-strip-forbidden-properties):
16106         Display abbrevs.
16107         (message-display-abbrev): Get automatic display right.
16109         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
16110         keystrokes.
16112 2006-04-13  Romain Francoise  <romain@orebokech.com>
16114         TODO: Backport to v5-10!
16116         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
16117         Move here (and rename) from gnus-registry.el.
16119         * gnus-registry.el: Require gnus-util.
16120         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
16122 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16124         * gnus-group.el (gnus-group-catchup-current):
16125         Change if-then-else-if-then-else into cond.
16126         (gnus-group-catchup): Indent.
16127         (group-name-at-point): New function.
16128         (gnus-fetch-group): Provide default from thing at point.
16130 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16132         * message.el (message-display-abbrev): Fix regexp.
16134         * ecomplete.el (ecomplete-highlight-match-line):
16135         Reimplement choosing.
16136         (ecomplete-highlight-match-line): Fix up code rewrite, remove
16137         dead variables.
16139         * message.el (message-newline-and-indent): Remove debugging.
16140         (message-display-abbrev): Use new implementation.
16142 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
16144         * gnus-art.el (gnus-article-mode):
16145         Set cursor-in-non-selected-windows to nil.
16147         * smiley.el: Revert previous change.
16148         (smiley-data-directory): defvar it before using it in the
16149         defcustom of `smiley-style'.
16151 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16153         * message.el (message-newline-and-indent): New function.
16155         * ecomplete.el: Implement more bits.
16157         * message.el (message-put-addresses-in-ecomplete): Clean up the
16158         string.
16160         * ecomplete.el (ecomplete-add-item): Chop off decimals.
16162         * gnus-sum.el (gnus-summary-save-parts):
16163         Bind gnus-summary-save-parts-counter and use it to make unique file
16164         names.
16166         * gnus-art.el (gnus-ignored-headers): Add some more headers.
16168         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
16169         parameter to say whether to actually parse the individual
16170         addresses.
16172         * message.el (message-put-addresses-in-ecomplete): New function.
16173         (ecomplete): Require.
16174         (message-mail-alias-type): Add ecomplete as an option.
16176 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
16178         * flow-fill.el (fill-flowed): Remove trailing space from blank
16179         quoted lines.
16181 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16183         * smiley.el (smiley-style): Move definition later to avoid a
16184         compilation warning.
16186 2006-04-12  Kenichi Handa  <handa@m17n.org>
16188         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
16189         buffer and then decode the buffer text if necessary.
16190         (rfc2231-encode-string): Be sure to work on multibyte buffer at
16191         first, and after mm-encode-body, change the buffer to unibyte.
16192         Use mm-disable-multibyte instead of set-buffer-multibyte.
16194 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16196         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
16197         Content-Type header instead of Content-Disposition header.
16198         (gnus-mime-inline-part): Ditto.
16199         (gnus-mime-view-part-as-charset): Ignore charset that the part
16200         specifies.
16202         * mm-decode.el (mm-display-part): Work with external parts and
16203         usual parts similarly.
16205         * mm-extern.el (mm-inline-external-body): Use mm-display-part
16206         instead of gnus-display-mime.
16208         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
16209         instead of with-temp-buffer.
16211         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
16212         tag to summarized topics part in order to encode non-ASCII text.
16214 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16216         * smiley.el (smiley-style): New variable.
16217         (smiley-directory): New function.
16218         (smiley-data-directory): Derive from `smiley-style' using
16219         `smiley-directory'.
16220         (smiley-regexp-alist): Add new entries.
16222         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
16223         (gnus-article-browse-delete-temp): Add :version.
16225 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
16227         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
16228         the sieve region.
16230 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16232         * gnus.el (gnus-version-number): Bump version.
16234 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
16236         * gnus.el: No Gnus v0.4 is released.
16238 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16240         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
16241         layout.
16243         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
16244         unknown charset.
16246         * message.el (message-header-synonyms): Add Original-To to the
16247         default.
16249         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
16250         optional parameter.
16252 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
16254         * gnus-fun.el (gnus): Require it for gnus-directory.
16256 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16258         * gnus-fun.el (gnus-face-properties-alist): Add :version.
16260 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16262         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
16264 2006-04-05  Simon Josefsson  <jas@extundo.com>
16266         * password.el (password-reset): New function.
16268 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
16270         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
16271         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
16273 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16275         * nnweb.el (nnweb-google-create-mapping): Update regexp.
16276         Some whitespace was matched into the url, which broke browsing hits
16277         > 100 when mm-url-use-external was nil.
16279 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16281         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16282         Check gnus-extra-headers for 'Newsgroups.
16284         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
16285         bound.
16287 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
16289         * pgg-gpg.el: Clean up process buffers every time gpg processes
16290         complete.
16292 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
16294         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
16295         doc string.
16297 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
16299         * pgg-gpg.el (pgg-gpg-process-filter)
16300         (pgg-gpg-wait-for-completion): Check if buffer is alive.
16302         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
16303         lines, temporary fix.
16305 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16307         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
16309 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
16311         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
16312         default-enable-multibyte-characters.  This reverts the change from
16313         revision 6.17 which is no longer necessary because the passphrase
16314         is sent separately now.  GnuPG messages are unreadable under
16315         multibyte locales with default-enable-multibyte-characters set to
16316         nil.
16318 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
16320         * message.el (message-tool-bar-gnome): Move "spell".
16322 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
16324         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
16325         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
16326         instead.
16328 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
16330         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
16331         Improve newsgroups handling for NNTP overviews which don't include
16332         Newsgroups.
16334 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16336         * message.el (message-resend): Bind message-generate-hashcash to nil.
16338 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16340         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
16341         when searching for already-paid recipients.
16343 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
16345         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
16346         passphrases when it is not needed.
16347         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
16348         passphrase stuff from gpg, should only be necessary when you use
16349         gpg with a smartcard.
16351 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16353         * mml.el (mml-insert-mime): Ignore cached contents of
16354         message/external-body part.
16356         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
16357         (mm-insert-part): Ditto.
16359 2006-03-23  Simon Josefsson  <jas@extundo.com>
16361         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
16362         Reiner.
16363         (pgg-gpg-use-agent-p): Use it again.
16365 2006-03-23  Simon Josefsson  <jas@extundo.com>
16367         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
16368         older emacsen.
16369         (pgg-gpg-use-agent-p): Don't use it.
16371 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
16373         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
16374         if we can.
16376 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
16378         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
16379         (pgg-gpg-update-agent): New function.
16380         (pgg-gpg-use-agent-p): New function.
16381         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
16382         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
16383         (pgg-gpg-sign-region): Use it.
16385 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16387         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
16388         Reported by Ralf Wachinger <rwachinger@gmx.de>.
16390 2006-03-21  Simon Josefsson  <jas@extundo.com>
16392         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
16393         <wilde@sha-bang.de>.
16394         (pgg-gpg-use-agent): New variable.
16395         (pgg-gpg-process-region): Use it.
16396         (pgg-gpg-encrypt-region): Likewise.
16397         (pgg-gpg-encrypt-symmetric-region): Likewise.
16398         (pgg-gpg-decrypt-region): Likewise.
16399         (pgg-gpg-sign-region): Likewise.
16400         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
16402 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16404         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
16406         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16407         Add comment on version.
16409 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
16411         * smiley.el: Add missing test smiley.
16413 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16415         * mm-decode.el (mm-with-part): New macro.
16416         (mm-get-part): Use it; work with message/external-body as well.
16417         (mm-save-part): Treat name and filename equally.
16419         * mm-extern.el (mm-extern-cache-contents): New function.
16420         (mm-inline-external-body): Use it; force the part to be displayed;
16421         move undisplayer added to the cached handle to the parent.
16423         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
16424         (gnus-mime-view-part-as-type): Work with message/external-body.
16426         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
16428 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16430         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
16431         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
16432         Emacs.]
16434 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16436         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
16437         path rather than symbol.  Always return list of directories.
16438         Guarantee that image directory comes first.  [Sync with image.el,
16439         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
16441         * message.el (message-make-tool-bar): Adjust to new API of
16442         `gmm-image-load-path-for-library'.
16444         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16446         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16448 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16450         * gnus-art.el (gnus-article-only-boring-p):
16451         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
16452         intangible text.
16453         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
16455 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
16457         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
16458         Use `defun' instead of `gmm-defun-compat'.
16460 2006-03-14  Simon Josefsson  <jas@extundo.com>
16462         * message.el (message-unique-id): Don't use message-number-base36
16463         if (user-uid) is a float.
16464         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
16466 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16468         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
16470         * gnus-art.el (gnus-mime-display-single): Make sure there is an
16471         empty line between a part and a message part.
16473 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
16475         * smiley.el: Add more test smileys.
16476         (smiley-data-directory, smiley-regexp-alist)
16477         (gnus-smiley-file-types): Fix doc strings.
16478         (smiley-update-cache): Clear smiley-cached-regexp-alist before
16479         adding new elements.
16480         (smiley-mouse-map): Unused code.  Make it a comment.
16482 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16484         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
16485         scan latest NoCeM messages instead of old ones.
16486         (gnus-nocem-check-article): Fix regexps so as to match to PGP
16487         delimiters that are recently used.
16488         (gnus-nocem-load-cache): Add autoload cookie.
16490         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
16492         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
16493         level which is larger than gnus-use-nocem is specified.
16495         * gnus-group.el (gnus-group-get-new-news): Ditto.
16497 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
16499         * gnus-util.el (gnus-tool-bar-update): New function.
16501         * gnus-group.el (gnus-group-update-tool-bar): New variable.
16502         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
16504         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
16506         * gnus-group.el (gnus-group-redraw-when-idle)
16507         (gnus-group-redraw-check): Remove.
16508         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
16510 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16512         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
16513         if optional last element is specified in splits (FIELD VALUE...).
16515 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
16517         * message.el (message-make-tool-bar): Rename gmm-image-load-path
16518         to gmm-image-load-path-for-library.  Call with no-error argument.
16519         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
16521         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16523         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
16525         * gmm-utils.el (gmm-image-load-path): Remove alias.
16527 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
16529         * gmm-utils.el (gmm-image-load-path): Add alias.
16531         * nnml.el (nnml-generate-nov-databases-directory): Rename from
16532         nnml-generate-nov-databases-1.
16533         (nnml-generate-nov-databases): Use it.
16534         (nnml-generate-nov-databases-directory): Document no-active
16535         argument.
16537         * gmm-utils.el (gmm-image-load-path-for-library): Return single
16538         directory if path is t.  Add no-error.
16540         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
16541         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
16543         * gnus-art.el (gnus-article-browse-delete-temp-files):
16544         Simplify resetting gnus-article-browse-html-temp-list.
16546         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
16547         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
16548         Add example to docstring.  Rename local variables.  Move error
16549         checks to default case in cond and simplify.
16551 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16553         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
16554         handle is multipart when calling it recursively.
16555         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
16557 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
16559         * nnimap.el (nnimap-request-update-info-internal): Optimize.
16560         Don't `gnus-uncompress-range' to avoid excessive memory usage.
16562 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16564         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
16565         is loaded.
16567         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
16568         loaded.
16570 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16572         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
16573         to "Emacs 23 (unicode)" in doc string.
16575         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
16576         "Emacs 23 (unicode)" in comment.
16578 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16580         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
16582         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
16583         characters 160 through 255 in Emacs 23.
16585 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16587         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
16588         gnus-article-browse-html-temp.
16589         (gnus-article-browse-delete-temp): Make it customizable.
16590         Add `file'.  Adjust doc string.
16591         (gnus-article-browse-delete-temp-files): Add argument.
16592         Allow query for each file.  Adjust doc string.
16593         (gnus-article-browse-html-parts):
16594         Add `gnus-article-browse-delete-temp-files' to
16595         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
16597 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
16599         * gnus-art.el (gnus-article-browse-html-temp)
16600         (gnus-article-browse-delete-temp): New variables.
16601         (gnus-article-browse-delete-temp-files): New function.
16602         (gnus-article-browse-html-parts): Use it.
16604 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
16606         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
16608         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
16609         string.
16611         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
16612         gnus-summary-insert-new-articles when unplugged.
16613         Remove gnus-summary-search-article-forward.
16615         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
16616         display-visual-class instead of display-color-cells.
16618 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16620         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
16621         message/* containing non-ASCII text properly.
16623 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
16625         * message.el: Require gmm-utils, remove autoloads.
16626         (message-tool-bar): Set default based on
16627         gmm-tool-bar-style.
16628         (message-tool-bar-gnome): Add gmm-customize-mode.
16630         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
16631         gmm-tool-bar-style.
16632         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
16634         * gnus-group.el (gnus-group-tool-bar): Set default based on
16635         gmm-tool-bar-style.
16636         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
16638         * gmm-utils.el (gmm-image-directory): Rename variable from
16639         gmm-image-load-path.
16640         (gmm-image-load-path): Use gmm-image-directory.
16641         (gmm-customize-mode): New function.
16642         (gmm-tool-bar-style): New variable.
16644         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
16645         gnus-group-redraw-line-number.
16646         (gnus-group-redraw-check): Simplify.
16647         (gnus-group-tool-bar-update): Remove redraw check.
16648         (gnus-group-make-tool-bar): Add redraw check.
16650 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
16652         * gnus-art.el (gnus-button): Add missing parentheses.
16654 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16656         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
16658 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16660         * gnus-art.el (gnus-button): New face.
16661         (gnus-article-button-face): Use it.
16663         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16664         Add gnus-summary-next-page.  Re-order.
16666         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
16667         next-node are now included.
16668         (gnus-group-redraw-line-number): New internal variable.
16669         (gnus-group-redraw-check): Helper function for updating the tool
16670         bar.
16671         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
16673         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
16675         * spam.el (spam-spamassassin-score-regexp): New internal variable.
16676         (spam-extra-header-to-number, spam-check-spamassassin-headers):
16677         Use it to match format of Spamassassin 3.0 and later.
16678         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
16679         (spam-check-bogofilter)
16680         (spam-bogofilter-register-with-bogofilter): Fix args of
16681         `gnus-error' calls.
16683 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
16685         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
16686         unnecessary interaction when sending queued mails.
16687         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
16689 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
16691         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
16692         first or last are nil.
16694 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
16696         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
16698 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16700         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
16702 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16704         * dns.el (query-dns): Protect more against buggy tcp output.
16706 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16708         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
16709         nov.php.
16711 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16713         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
16714         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
16715         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
16716         output on the server side.
16717         (nnweb-google-create-mapping): Update regexps and add some
16718         progress indication.
16720 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
16722         * gnus-group.el (gnus-group-tool-bar-gnome):
16723         Fix gnus-agent-toggle-plugged.  Re-order icons.
16724         (gnus-group-tool-bar-gnome):
16725         Add gnus-group-{prev,next}-unread-group.
16726         (gnus-group-tool-bar-gnome): Re-order icons.
16728         * gnus-sum.el (gnus-summary-tool-bar-gnome):
16729         Move gnus-summary-insert-new-articles.
16731         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
16732         Fix comments.
16734         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
16735         also available in Emacs 21.3.
16737         * message.el (message-fix-before-sending): Change "Emacs 22" to
16738         "Emacs 23 (unicode)" in comment.
16740         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
16741         "Emacs 23 (unicode)" in comment.
16743         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
16744         comment.
16745         (mm-coding-system-p): Add comment about no-MULE XEmacs.
16747         * mm-view.el (mm-fill-flowed): Add :version.
16749 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16751         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
16752         and load-path.
16754 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
16756         * message.el: Autoload gmm-image-load-path.
16757         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
16758         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
16759         consitency.
16761         * gmm-utils.el (gmm-image-load-path): Also search in
16762         "../etc/images".  Don't set gmm-image-load-path if we don't find
16763         the image.
16765 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16767         * gmm-utils.el (gmm-image-load-path): Don't make
16768         `gmm-image-load-path' include subdirectories which the second arg
16769         `image' might specify.
16771         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
16772         subdirectory to icon file names.
16774         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
16776 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16778         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
16779         gmm-image-load-path calls.
16781         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16783         * message.el (message-make-tool-bar): Ditto.
16785         * mml.el (mml-preview): Add comment concerning tool bar icons.
16787         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
16788         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
16790         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
16791         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
16793         * message.el (message-tool-bar-gnome): Use new icon names.
16794         (message-make-tool-bar): Use `gmm-image-load-path'.
16796         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
16797         New functions from MH-E.
16798         (gmm-image-load-path): New variable from MH-E.
16799         (gmm-image-load-path): New function from MH-E.  Add arguments
16800         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
16801         *-image-load-path-called-flag.
16803 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
16805         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
16807 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
16809         * nnimap.el (nnimap-request-move-article): Change folder back to
16810         source group before deleting.
16812 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
16814         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
16816         * gnus-art.el (mm-url-insert-file-contents-external):
16817         Autoload mm-url.
16819         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
16821 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16823         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
16824         coding system which mm-charset-to-coding-system returns for a
16825         given charset is valid.
16827 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
16829         * html2text.el (html2text-remove-tag-list):
16830         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
16832 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
16834         * gnus-cus.el: Revert 2005-10-17 change.
16836 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16838         * gnus-art.el (article-strip-banner):
16839         Call article-really-strip-banner only when the regexp match is made.
16841 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16843         * gnus-art.el (article-strip-banner):
16844         Use gnus-extract-address-components instead of
16845         mail-header-parse-addresses to make it work with non-ASCII text;
16846         remove mail-encode-encoded-word-string.
16848         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
16849         values which are surrounded with \"...\"; make it never cause a
16850         Lisp error; give up parsing of parameters if it failed in
16851         extracting type.
16853 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
16855         * smime.el (smime-cert-by-ldap-1): Fix bug where
16856         `smime-ldap-search' returns results without userCertificates.
16858 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16860         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
16862 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16864         * spam.el (spam-check-spamassassin-headers): Adapt format for
16865         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
16866         <ari@mbf.ocn.ne.jp>.
16867         (spam-list-of-processors): Add spam-use-gmane.
16869 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16871         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
16872         make-temp-file; make it work with XEmacs as well.
16874         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
16875         mm-make-temp-file.
16877         * mm-decode.el (mm-display-external): Use the 3rd arg of
16878         mm-make-temp-file.
16879         (mm-create-image-xemacs): Ditto.
16881 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16883         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
16884         with message-narrow-to-headers.
16885         (gnus-draft-setup): Narrow to header to run message-fetch-field.
16886         (gnus-draft-check-draft-articles): New function.
16887         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
16889 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16891         * gnus-art.el (gnus-article-browse-html-parts):
16892         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
16893         Don't use suffix argument for mm-make-temp-file for Emacs 21
16894         compatibility.  Remove useless `format'.
16896 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
16898         * nnweb.el (nnweb-google-wash-article): Update regexps.
16899         (nnweb-group-alist): Use defvoo instead of defvar.
16901 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16903         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
16904         re-loading nn* modules.
16906 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
16908         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
16909         for `tool-bar-mode' and don't check it's default-value.
16911         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
16913         * message.el (message-make-tool-bar): Ditto.
16915         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
16916         `substring'.  Shorten tmp-file name.
16918         * gnus.el: Remove bogus comment.
16920 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
16922         * gnus-art.el (gnus-article-browse-html-parts): New function.
16923         (gnus-article-browse-html-article): New function for viewing html
16924         articles with a browser.
16926 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
16928         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
16929         (mml2015-pgg-encrypt): Ditto.
16931         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
16932         (mml1991-pgg-encrypt): Ditto.
16934 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16936         * nnfolder.el (nnfolder-insert-newsgroup-line):
16937         Use message-make-date instead of current-time-string.
16939         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
16940         to gnus-decoded which mm-uu might set.
16942 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16944         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
16945         don't decode quoted parameters; remove misimported Emacs code.
16946         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16947         (rfc2231-decode-encoded-string): Don't use split-string which
16948         behaves differently according to Emacs version; use
16949         mm-decode-coding-region to convert charset to coding-system.
16950         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16951         (rfc2231-encode-string): Remove misimported Emacs code.
16953 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16955         * gnus-art.el (article-decode-charset): Don't use ignore-errors
16956         when calling mail-header-parse-content-type.
16957         (article-de-quoted-unreadable): Ditto.
16958         (article-de-base64-unreadable): Ditto.
16959         (article-wash-html): Ditto.
16961         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
16962         calling mail-header-parse-content-type and
16963         mail-header-parse-content-disposition.
16964         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
16965         mail-header-parse-content-type.
16967         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
16968         insert charset and format parameters; encode description after
16969         inserting it to buffer.
16970         (mml-insert-parameter): Fold lines properly even if a parameter is
16971         segmented into two or more lines; change the max column to 76.
16973         * rfc1843.el (rfc1843-decode-article-body): Don't use
16974         ignore-errors when calling mail-header-parse-content-type.
16976         * rfc2231.el (rfc2231-parse-string): Return at least type if
16977         possible; don't cause an error even if it fails in parsing of
16978         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16979         (rfc2231-encode-string): Don't break lines at the beginning, leave
16980         it to mml-insert-parameter.
16982         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
16983         calling mail-header-parse-content-type.
16985 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
16987         * spam-report.el (spam-report-gmane-use-article-number):
16988         Improve doc string.
16989         (spam-report-gmane-internal): Check if a suitable header was found
16990         in the article.
16992 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16994         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
16995         (rfc2231-encode-string): Make param*=value always begin with LWSP.
16997 2006-02-05  Romain Francoise  <romain@orebokech.com>
16999         Update copyright notices of all files in the gnus directory.
17001 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17003         * nnweb.el (nnweb-request-group): Avoid growing overview files.
17005 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17007         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
17008         segmented lines of parameter value to cope with Thunderbird 1.5
17009         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
17010         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17011         (rfc2231-encode-string): Don't make lines exceeding 76 column.
17013 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
17015         * mml.el (mml-generate-mime-1): Correct the order of inline signed
17016         parts.
17018 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17020         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
17021         there's only one active file for all servers.
17022         (nnweb-request-scan): Make sure nnweb-articles is initialized on
17023         solid groups.  Gnus might have used a FAST request to select the group.
17024         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
17025         and nnweb-search redundantly in the active file.
17026         (nnweb-request-list): Don't list bogus groups.  There can only be one.
17027         (nnweb-request-create-group): Don't use ARGS.
17028         (nnweb-possibly-change-server, nnweb-request-group): Remove some
17029         initializations.  Let nnoo do the work.
17031 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17033         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
17034         Say the part has been decoded.
17036         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
17038 2006-01-31  Kevin Ryde  <user42@zip.com.au>
17040         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
17041         mailcap-viewer-test-cache when there's no 'test clause, since that
17042         will invert the meaning of a "nil" test previously determined by
17043         mailcap-mailcap-entry-passes-test.
17045 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17047         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
17048         compiling.
17050         * gnus-sum.el: Ditto.
17052         * message.el: Don't bind tool-bar-map when compiling.
17054 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
17056         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
17058 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
17060         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
17061         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
17062         current Google Groups.
17064 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
17066         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
17067         and tool-bar-mode.
17069         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
17070         and tool-bar-mode.
17072         * message.el (message-tool-bar-update): Simplify.
17073         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
17075         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
17076         gnus-summary-buffer.
17077         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
17078         gnus-summary-reply.
17080         * gmm-utils.el (gmm): Add :version.
17082 2006-01-26  Steve Youngs  <steve@sxemacs.org>
17084         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
17085         Don't autoload.
17087 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17089         * gmm-utils.el (gmm-verbose): Add :group.
17091 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
17093         * message.el: Change some comments WRT tool-bars.
17095         * gnus-sum.el (gnus-summary-tool-bar)
17096         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
17097         (gnus-summary-tool-bar-zap-list): New variables.
17098         (gnus-summary-make-tool-bar): Complete rewrite using
17099         `gmm-tool-bar-from-list'.
17101         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
17102         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
17103         New variables.
17104         (gnus-group-make-tool-bar): Complete rewrite using
17105         `gmm-tool-bar-from-list'.
17106         (gnus-group-tool-bar-update): New function.
17108         * message.el (message-mode-field-menu): Add "Show hidden Headers".
17110 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17112         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
17113         is dissected into a single part of which the type is the same as
17114         the given one; decode charset.
17116 2006-01-21  Kevin Ryde  <user42@zip.com.au>
17118         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
17119         into alists as symbol not string, since that's what
17120         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
17121         look for.
17123 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
17125         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
17126         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
17128         * message.el (message-tool-bar-gnome): Use gmm-ignore.
17130 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17132         * gnus-art.el (gnus-mime-security-button-commands): New variable.
17133         (gnus-mime-security-button-menu): New definition.
17134         (gnus-mime-security-button-map): Use them.
17135         (gnus-mime-security-button-menu): New function.
17136         (gnus-insert-mime-security-button): Addition to help echo.
17137         (gnus-mime-security-run-function, gnus-mime-security-save-part)
17138         (gnus-mime-security-pipe-part): New functions.
17140         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
17141         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
17143         * mm-decode.el (mm-handle-set-disposition): Remove.
17144         (mm-handle-set-description): Remove.
17146 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17148         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
17149         (mm-w3m-standalone-supports-m17n-p): New function.
17150         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
17151         w3m usage.
17153         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
17154         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
17156 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
17158         * message.el (message-tool-bar-zap-list):
17159         Use gmm-tool-bar-zap-list as custom type.
17160         (message-tool-bar-update): New function.
17161         (message-tool-bar, message-tool-bar-gnome)
17162         (message-tool-bar-retro): Add message-tool-bar-update.
17163         (message-tool-bar-gnome): Add flyspell-buffer.
17165         * gnus-util.el (gnus-error): Describe `args'.
17167         * gmm-utils.el (gmm-error): Describe `args'.
17168         (gmm-tool-bar-zap-list): New widget.
17169         (gmm-tool-bar-from-list): Improve description of `zap-list'.
17171 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17173         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
17174         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
17175         the number of recursive calls.
17177         * mm-decode.el (mm-handle-set-disposition): New macro.
17178         (mm-handle-set-description): New macro.
17180 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17182         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
17183         encoding.
17185 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17187         * message.el (message-tool-bar-zap-list, message-tool-bar)
17188         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
17189         (message-tool-bar-local-item-from-menu): Remove.
17190         (message-tool-bar-map): Replace by `message-make-tool-bar'.
17191         (message-make-tool-bar): New function.
17192         (message-mode): Use `message-make-tool-bar'.
17194         * gmm-utils.el: New file.
17195         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
17196         (gmm-lazy): New widget copied from `nnmail.el'.
17197         (gmm-tool-bar-from-list): New function for creating customizable
17198         tool bars.
17199         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
17200         output.
17201         (gmm): Add :prefix to defgroup.
17203 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
17205         * gmm-utils.el (gmm-widget-p): New function.
17207 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
17209         * mml.el (mml-attach-file): Describe `description' in doc string.
17210         (mml-menu): Add Emacs MIME manual and PGG manual.
17212 2006-01-20  Richard M. Stallman  <rms@gnu.org>
17214         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
17216 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
17218         * nntp.el (nntp-end-of-line): Doc fix.
17220 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
17222         * imap.el (imap-open): Handle case where buffer is a buffer
17223         object.
17225 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17227         * gnus-delay.el (gnus-delay): Don't autoload.
17228         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17229         to be re-loaded when customizing the `gnus-delay' group.
17231 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
17233         * message.el (message-insert-citation-line): Use newlines.
17235 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17237         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
17239         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
17241 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
17243         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
17245 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17247         * mm-decode.el (mm-inlined-types): Add application/pgp.
17248         (mm-automatic-display): Ditto.
17250         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
17251         part as text.
17253 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17255         * nnrss.el: Update copyright.
17256         (nnrss-opml-import): Query whether to subscribe to each entry.
17258         * gnus-art.el:
17259         * gnus-sum.el:
17260         * mm-uu.el:
17261         * mm-view.el: Update copyright.
17263 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
17265         * message.el (message-info): New function.
17266         (message-mode-menu): Add it.
17267         Update copyright.
17269         * ChangeLog: Fix and update copyright.
17271 2006-01-13  Romain Francoise  <romain@orebokech.com>
17273         * message.el (message-forward-subject-name-subject): Prefer the
17274         address to 'nowhere' if the sender has no name.
17275         Fix typo.  Update copyright year.
17277 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17279         * gnus-art.el (article-wash-html):
17280         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
17281         (gnus-article-wash-html-with-w3m-standalone): New function.
17283         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
17284         mm-inline-text-html-render-with-w3m-standalone.
17285         (mm-text-html-washer-alist): Map w3m-standalone to
17286         gnus-article-wash-html-with-w3m-standalone.
17287         (mm-inline-text-html-render-with-w3m-standalone): New function.
17289 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
17291         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
17292         Improve LaTeX.
17294 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17296         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
17297         (nnrss-request-article): Render text/plain parts as HTML.
17299         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
17300         the buffer.
17302 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
17304         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
17305         custom definition of `gnus-posting-styles'.
17307         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
17308         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
17310 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
17312         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
17313         Use nntp for bug archive.
17315 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17317         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
17318         parts.
17319         (nnrss-normalize-date): New function converts ISO 8601 date into
17320         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17321         (nnrss-check-group): Use it.
17323 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17325         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
17327         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
17328         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
17329         (nnrss-insert-w3): Ditto.
17331 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17333         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
17334         the articles to be forwarded including the case where neither a
17335         number of articles nor a region is specified.
17337 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17339         * nnrss.el (nnrss-request-article): Fix last change; fill
17340         text/plain parts.
17342 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17344         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
17345         in text/plain part.
17346         (nnrss-check-group): Don't add excessive newline to dc:subject.
17348 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
17350         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
17351         article.
17353 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
17355         * nnml.el: Don't require gnus-bcklg.  Autoload it.
17356         (nnml-use-compressed-files, nnml-save-mail): Support other
17357         comression programs such as bzip2.
17359 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17361         * dns.el (query-dns): Make sure we check the buffer size before
17362         removing tcp headers.
17364 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17366         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
17367         remove MIME buttons associated with multipart/alternative parts.
17368         (gnus-mime-display-alternative): Tag buttons using `article-type'
17369         text property.
17371         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
17372         associated with multipart/alternative parts.
17374         * gnus-art.el (gnus-signature-separator): Fix custom type.
17376         * mm-decode.el (mm-inlined-types): Fix custom type.
17377         (mm-keep-viewer-alive-types): Ditto.
17378         (mm-automatic-display): Ditto.
17379         (mm-attachment-override-types): Ditto.
17380         (mm-inline-override-types): Ditto.
17381         (mm-automatic-external-display): Ditto.
17383 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
17385         * spam-report.el (spam-report-user-mail-address)
17386         (spam-report-user-agent): New variables.
17387         (spam-report-url-ping-plain): Use spam-report-user-agent.
17389 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
17391         * gnus-art.el (gnus-button-handle-custom): Do not just use
17392         `customize-apropos' for any "M-x customize-*" button but the
17393         function called for.  Accept both the function name and its
17394         argument in order to achieve this.
17395         (gnus-button-alist): Remove support for "custom:" URL's.
17396         Pass function name to `gnus-button-handle-custom' in case of "M-x
17397         customize-*" buttons.
17399 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17401         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
17402         multipart/alternative and add xref to mm-discouraged-alternatives
17403         in doc string.
17405         * mm-decode.el (mm-discouraged-alternatives): Add xref to
17406         gnus-buttonized-mime-types in doc string.
17408 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
17410         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
17411         Suggest image/.* in the doc string.
17413 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
17415         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
17416         message-marks (Debian bug #342521).
17418 2005-12-12  Simon Josefsson  <jas@extundo.com>
17420         * password.el (password-read-from-cache): Add.
17421         (password-read): Use it.
17423 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17425         * rfc2047.el (rfc2047-charset-to-coding-system):
17426         Recognize us-ascii as a MIME charset.
17428         * mm-bodies.el (mm-decode-content-transfer-encoding):
17429         Protect against the case where the 2nd arg TYPE is nil.
17431 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17433         * pop3.el (pop3-stream-type): Fix custom version.
17435         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
17437 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17439         * mm-decode.el (mm-display-external): Add missing cdr.
17441 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17443         * mm-decode.el (mm-display-external): Use nametemplate (defined in
17444         RFC1524) if it is in mailcap or add a suffix according to
17445         mailcap-mime-extensions when generating a temp filename; postpone
17446         deleting a temp file for 2 seconds for some wrappers, shell
17447         scripts, and so on, which might exit right after having started a
17448         viewer command as a background job.
17450 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17452         * nntp.el (nntp-marks-directory): Fix custom group.
17454         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
17455         steps when < 10.
17457         * gnus-start.el (gnus-no-server-1):
17458         Mention `gnus-level-default-subscribed' in doc string.
17460 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17462         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
17463         parens.
17465 2005-11-26  Dave Love  <fx@gnu.org>
17467         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
17468         (tls-program, tls-success): Provide openssl alternative.
17470         * starttls.el: Doc fixes.
17471         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
17472         SERVICE to PORT.
17474         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
17475         port null or service name.
17476         (starttls-negotiate): Autoload.
17478 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17480         * message.el (message-kill-to-signature): Fix interactive spec.
17482 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17484         * pop3.el (pop3-open-server): Recognize a string as a service name.
17486 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
17488         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
17490 2005-11-23  Dave Love  <fx@gnu.org>
17492         Add pop3s, pop3/starttls.
17494         * pop3.el (pop3-authentication-scheme): Clarify doc.
17495         (open-tls-stream, starttls-open-stream): Autoload.
17496         (pop3-stream-type): New.
17497         (pop3-open-server): Use it.
17499         * mail-source.el (mail-sources): Fix some :types.  Add stream type
17500         for POP.
17501         (mail-source-keyword-map): Add :stream for POP.
17502         (mail-source-fetch-pop): Use pop3-stream-type.
17504 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17506         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
17507         of current-time-string.
17509 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
17511         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
17512         date header.
17514 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17516         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
17517         it can seriously impact performance as it bypasses the agent's
17518         local caches.
17520 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
17522         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
17523         must be explicitly online rather than "not explicitly offline" for
17524         its flags to be synchronized.
17526         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
17527         that gnus-uu-unmark-thread will function correctly.
17529         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
17530         1024K is instead displayed as 1M.
17532 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17534         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
17536 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
17538         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
17540 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
17542         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
17543         error message to display actual error condition.
17544         (gnus-agent-save-local): Avoid saving symbols that are bound to
17545         nil as they simply result in a warning message in
17546         gnus-agent-read-local.
17548 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17550         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
17551         rather than make-variable-buffer-local for file-precious-flag.
17553 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17555         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
17556         for duplicates which are removed.  The invalid sort check then
17557         triggers a rescan after the sort as sorting may have moved
17558         duplicate entries such that they can be cheaply detected.
17560 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17562         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
17564 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
17566         * gnus-agent.el (gnus-agent-article-alist-save-format):
17567         Change internal variable to a custom variable.  Change default value
17568         from compressed(2) to uncompressed(1).
17569         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
17570         support for uncompressed agentview files.  Taken together, reading
17571         the agentview file should now be 6-7 times faster.
17573 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
17575         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
17576         as a buffer-local variable.  This avoids creating truncated
17577         dribble files as a result of a hang up, eg.
17579 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
17581         * gnus-start.el (gnus-start-draft-setup):
17582         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
17584         * gnus.el (gnus-splash): Change custom group.
17585         (gnus-group-get-parameter, gnus-group-parameter-value):
17586         Describe allow-list argument.
17588         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
17589         string.
17591 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
17593         * gnus-art.el (gnus-default-article-saver): Add user-defined
17594         `function' to custom type.
17596 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17598         * imap.el (imap-open): Handle case where buffer is a buffer
17599         object.
17601 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
17603         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
17604         long lines.
17605         (gnus-cache-delete-group): Wrap doc strings.
17607         * gnus-agent.el (gnus-agent-rename-group)
17608         (gnus-agent-delete-group): Wrap doc strings.
17610 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17612         * gnus-start.el (gnus-1): Add "native" to
17613         gnus-predefined-server-alist.
17615         * gnus.el (gnus-method-to-server): Don't add "native" to the
17616         lists here, because that leads to problems when
17617         gnus-select-method is bound.
17619 2005-11-09  Simon Josefsson  <jas@extundo.com>
17621         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
17622         use (not sort-by-date) instead.
17624 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17626         * gnus-delay.el (gnus-delay-group): Don't autoload.
17627         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
17628         to be re-loaded when customizing the `gnus-delay' group.
17630 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
17632         * message.el: Revert last changes.
17633         (message-insert-citation-line): Use newlines.
17635 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
17637         * message.el (message-courtesy-message)
17638         (message-mark-insert-begin, message-mark-insert-end)
17639         (message-elide-ellipsis, message-cancel-message)
17640         (message-add-header, message-change-subject)
17641         (message-cross-post-followup-to-header)
17642         (message-cross-post-insert-note, message-reduce-to-to-cc)
17643         (message-widen-reply, message-delete-not-region)
17644         (message-kill-to-signature, message-insert-signature)
17645         (message-insert-importance-high, message-insert-importance-low)
17646         (message-insert-or-toggle-importance)
17647         (message-insert-disposition-notification-to)
17648         (message-indent-citation, message-yank-original)
17649         (message-cite-original-without-signature, message-cite-original)
17650         (message-insert-citation-line, message-position-on-field)
17651         (message-fix-before-sending, message-send-mail-partially)
17652         (message-send-mail, message-send-mail-with-sendmail)
17653         (message-send-mail-with-qmail, message-send-news)
17654         (message-check-news-header-syntax, message-generate-headers)
17655         (message-insert-courtesy-copy, message-fill-address)
17656         (message-fill-header, message-shorten-references)
17657         (message-setup-1, message-cancel-news)
17658         (message-forward-make-body-plain, message-forward-make-body-mime)
17659         (message-forward-make-body-mml, message-encode-message-body)
17660         (message-forward-make-body-digest-plain)
17661         (message-forward-make-body-digest-mime)
17662         (message-use-alternative-email-as-from): Insert `hard-newline'
17663         instead of ordinary newlines.
17665 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17667         * message.el (message-generate-headers): Downcase the argument
17668         given to message-check-element.
17670 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
17672         * nntp.el (nntp-authinfo-rejected): New error condition.
17673         (nntp-wait-for): Use new error condition to signal authentication
17674         error.
17675         (nntp-retrieve-data): Rethrow new error condition to break out of
17676         recursive call to nntp-send-authinfo.
17678 2005-11-08  Romain Francoise  <romain@orebokech.com>
17680         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
17681         (gnus-summary-exit-map): Bind to `Z p'.
17682         (gnus-summary-make-menu-bar): Add menu item.
17684 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
17686         * gnus-art.el (gnus-article-treat-custom): Add `first'.
17687         (gnus-treat-*): Add `first' in all doc strings.
17689         * gnus-group.el (gnus-group-compact-group): Fix typo.
17691 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17693         * gnus.el (gnus-parameters-case-fold-search): New variable.
17694         (gnus-parameters-get-parameter): Use it.
17696         * gnus-score.el (gnus-home-score-file): Doc fix.
17698 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
17700         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
17702 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
17704         * mm-util.el (mm-special-display-p): New function.
17706         * mml.el (mml-preview): Use it; doc fix.
17708 2005-10-29  Romain Francoise  <romain@orebokech.com>
17710         * message.el (message-fix-before-sending): Fix comment.
17712 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17714         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
17716 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
17718         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
17719         Used in gnus-score.el.
17721 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
17723         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
17725 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
17727         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
17728         whitespace removed in revision 7.8.  Use concatenated string to
17729         protect trailing whitespace.
17731 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
17733         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
17734         (nnimap-request-expire-articles): Use it to avoid sending 'UID
17735         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
17736         Courier IMAP ("some version from 2004").  Mostly based on similar
17737         code in the same function.
17739 2005-10-26  Didier Verna  <didier@xemacs.org>
17741         * gnus-group.el (gnus-group-compact-group): Invalidate original
17742         article buffer.
17743         * gnus-srvr.el (gnus-server-compact-server): Ditto.
17744         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
17745         NOV database and in article itself.
17746         Invalidate article backlog.
17748 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17750         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
17752 2005-10-26  Simon Josefsson  <jas@extundo.com>
17754         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
17755         part of 2004-07-25 change.
17757 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17759         * message.el (message-display-completion-list): New function.
17760         (message-expand-group): Use it; make sure the Completions buffer
17761         is modifiable.
17763 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
17765         * imap.el (imap-open): Handle case where buffer is a buffer object.
17767 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
17769         * pgg-def.el:
17770         * pgg-gpg.el:
17771         * pgg-parse.el:
17772         * pgg-pgp.el:
17773         * pgg-pgp5.el:
17774         * pgg.el: Move to the parent lisp directory.
17776 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
17778         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
17779         user-mail-name is an empty string.
17781 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17783         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
17784         depending on gnus-score-decay-constant.
17786         * encrypt.el (encrypt-insert-file-contents)
17787         (encrypt-write-file-contents): Don't use `gnus-message'.
17789         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
17790         arguments.
17791         (mm-uu-type-alist): Add message-marks and insert-marks.
17792         Pass arguments to mm-uu-verbatim-marks-extract.
17793         (mm-uu-hide-markers): New variable.
17794         (mm-uu-extract): Use face similar to `gnus-cite-3'.
17796         * gnus-fun.el (gnus-convert-image-to-x-face-command)
17797         (gnus-convert-image-to-face-command): Use "convert" by default to
17798         allow other input image formats.
17799         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
17800         accordingly.
17802 2005-10-23  Simon Josefsson  <jas@extundo.com>
17804         * imap.el (imap-gssapi-program): Align command line parameters
17805         with latest GNU SASL.
17806         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
17808 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17810         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
17811         HTML.
17812         (nnslashdot-request-article): Ditto.
17814 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
17816         * mail-source.el (mail-source-fetch-pop): Require pop3.
17817         (mail-source-check-pop): Ditto.
17819 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17821         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
17822         errors.
17824 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
17826         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
17827         (gnus-treat-strip-leading-blank-lines): Improve doc string.
17829         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
17831         * mm-bodies.el (mm-decode-string):
17832         Call `mm-charset-to-coding-system' with allow-override argument.
17834 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17836         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
17837         (rfc2047-charset-to-coding-system): New function.
17838         (rfc2047-decode-encoded-words): New function.
17839         (rfc2047-decode-region): Use them.
17840         (rfc2047-decode-cte): Remove.
17841         (rfc2047-parse-and-decode): Remove.
17842         (rfc2047-decode): Remove.
17844 2005-10-15  Kenichi Handa  <handa@m17n.org>
17846         * rfc2047.el (rfc2047-decode-cte): New function.
17847         (rfc2047-decode-region): Change the way to decode successive
17848         encoded-words: decode B- or Q-encoding in each encoded-word,
17849         concatenate them, and decode it as charset.
17851 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
17853         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
17854         widget-move-and-invoke.
17855         (gnus-custom-mode): Use gnus-custom-map.
17857 2005-10-15  Bill Wohler  <wohler@newt.com>
17859         * message.el (message-tool-bar-map): Rename image file from
17860         mail_send to mail/send.
17862 2005-10-16  Masatake YAMATO  <jet@gyve.org>
17864         * message.el (message-expand-group): Pass the common
17865         prefix substring of completion to `display-completion-list'.
17867 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
17869         * mml-sec.el (mml-secure-method): New internal variable.
17870         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
17871         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
17872         New functions using mml-secure-method.
17874         * mml.el (mml-mode-map): Add key bindings for those functions.
17875         (mml-menu): Simplify security menu entries.  Suggested by Jesper
17876         Harder <harder@myrealbox.com>.
17877         (mml-attach-file, mml-attach-buffer, mml-attach-external):
17878         Goto end of message if point is the headers of the message.
17880         * message.el (message-in-body-p): New function.
17882         * assistant.el: Autoload gnus-util and netrc.
17884         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
17885         Use `mm-charset-override-alist' only when decoding.
17887         * mm-bodies.el (mm-decode-body):
17888         Call `mm-charset-to-coding-system' with allow-override argument.
17890         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
17891         `filename' from Content-Disposition if Content-Type doesn't
17892         provide `name'.
17893         (gnus-mime-view-part-as-type): Set default instead of
17894         initial-input.
17896 2005-10-09  Daniel Brockman  <daniel@brockman.se>
17898         * format-spec.el (format-spec): Propagate text properties of % spec.
17900 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17902         * gnus-art.el (gnus-treat-predicate): Add `first'.
17904 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17906         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
17907         (mm-charset-override-alist): New variable.
17908         (mm-charset-to-coding-system): Use it.
17909         (mm-codepage-setup): New helper function.
17910         (mm-charset-eval-alist): New variable.
17911         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
17912         Warn about unknown charsets.
17914 2005-10-04  David Hansen  <david.hansen@gmx.net>
17916         * nnrss.el (nnrss-request-article): Add support for the comments tag.
17917         (nnrss-check-group): Ditto.
17919 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
17921         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
17922         Rename x-gnus-verbatim to x-verbatim.
17923         (mm-uu-type-alist): Fix regexp for verbatim-marks.
17925         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
17926         x-verbatim.
17928         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
17930         * gnus-util.el (gnus-remove-duplicates): Remove.
17932         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
17933         instead of gnus-remove-duplicates.
17935         * message.el (message-remove-duplicates): Remove.
17936         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
17937         message-remove-duplicates.
17939         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
17940         available, else use implementation from `delete-dups'.
17942         * message.el (message-insert-expires): New function.
17943         (message-mode-map): Add key binding.
17944         (message-mode-field-menu): Add menu entry.
17945         (message-mode): Document it.
17946         (message-make-expires-date): Use `message-make-date'.
17948 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
17950         * message.el (message-make-expires-date): New function.
17952 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17954         * time-date.el: Autoload parse-time-string, XEmacs needs it.
17956 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17958         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
17959         function rather than the diff-mode.el package.
17960         (mm-display-external): Use with-current-buffer.
17961         (mm-viewer-completion-map, mm-viewer-completion-map):
17962         Move initialization inside declaration.
17964 2005-09-29  Simon Josefsson  <jas@extundo.com>
17966         * spam.el: Load hashcash when compiling, to avoid warnings.
17967         Don't autoload mail-check-payment.
17968         (spam-check-hashcash): Define unconditionally, since hashcash.el
17969         is part of Gnus now.  Ignore errors from payment checking.
17971 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
17973         * message.el (message-bold-region, message-unbold-region):
17974         Rename from `bold-region' and `unbold-region'.
17976         * message.el: Remove useless autoloads.
17978 2005-09-28  Simon Josefsson  <jas@extundo.com>
17980         * message.el (message-use-idna): Default to t.
17981         (message-use-idna): Test whether encoding works too.  Doc fix.
17983 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17985         * nntp.el (nntp-warn-about-losing-connection): Remove.
17987 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
17989         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
17990         customizable.  Change default value.
17991         (mm-uu-diff-groups-regexp): Change default value.
17992         (mm-uu-type-alist): Add doc string.
17993         (mm-uu-configure): Add doc string.  Make it interactive.
17994         (mm-uu-tex-groups-regexp): New variable.
17995         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
17996         (mm-uu-type-alist): Add LaTeX documents.
17997         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
17998         of "text/verbatim".
17999         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
18001         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
18002         instead of "text/verbatim".
18004         * message.el (message-mark-inserted-region)
18005         (message-mark-insert-file): Use slrn style marks when called with
18006         prefix argument.
18008 2005-09-27  Simon Josefsson  <jas@extundo.com>
18010         * message.el (message-idna-to-ascii-rhs-1): Reformat.
18012 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
18014         * message.el (message-remove-duplicates): New function.
18015         Implementation borrowed from `gnus-remove-duplicates'.
18016         (message-idna-to-ascii-rhs): Also encode idna addresses in
18017         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18018         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
18019         only ask about the same idna domain once per header and also tell
18020         in what header to replace the idna domain.
18022         * gnus-art.el (article-decode-idna-rhs): Also decode idna
18023         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
18024         (article-decode-idna-rhs): Fix regexp so that all idna-address in
18025         a header is decoded and not just the last one.
18027 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18029         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
18030         has been decoded.
18032         * mm-decode.el (mm-automatic-display): Add text/verbatim.
18033         (mm-insert-part): Don't modify text if it has been decoded.
18035         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
18036         decoded.
18038         * mm-view.el (mm-inline-text): Don't strip text props unless
18039         decoding enriched or richtext parts.
18041 2005-09-25  Romain Francoise  <romain@orebokech.com>
18043         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
18044         * gnus-start.el (gnus-subscribe-interactively):
18045         * gnus-uu.el (gnus-uu-grab-articles):
18046         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
18047         space.
18049 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
18051         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
18052         * mm-view.el (mm-view-pkcs7-decrypt):
18053         * gnus-sum.el (gnus-summary-limit-to-extra)
18054         (gnus-summary-respool-article, gnus-read-move-group-name):
18055         * gnus-score.el (gnus-summary-increase-score):
18056         * gnus-util.el (gnus-completing-read-with-default):
18057         * gnus-art.el (gnus-read-save-file-name)
18058         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
18059         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
18060         * message.el (message-check-news-header-syntax):
18061         Follow convention for reading with the minibuffer.
18063 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
18065         * spam-report.el (spam-report-url-ping-plain):
18066         Use gnus-extended-version as User-Agent.
18068         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
18069         default value is nil.
18071         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
18072         (mm-uu-verbatim-marks-extract): New function.
18073         (mm-uu-extract): New face.
18074         (mm-uu-copy-to-buffer): Use it.
18076         * spam-report.el (spam-report-gmane-ham): Rename from
18077         `spam-report-gmane-unspam'.
18078         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
18079         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
18081         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
18082         Autoload.
18083         (spam-report-gmane-unregister-routine):
18084         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
18086 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
18088         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
18089         (spam-report-gmane-unregister-routine): Add support for gmane
18090         unregistration.
18092         * spam-report.el (spam-report-gmane-unspam)
18093         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
18094         (spam-report-gmane): Change to take a single article and do unspam
18095         registration.
18097 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18099         * mm-url.el (mm-url-decode-entities): Fix regexp.
18101 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18103         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
18104         default to nil, to be able to use Gnus at all.  If the default
18105         switches to something else, then the function should be fixed not
18106         be exceedingly slow.
18108 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
18110         * gnus-start.el (gnus-activate-group): If the server is nil, don't
18111         fail hard.
18113         * spam-report.el: Add better Keywords line.
18115         * spam.el: Add Maintainer and better Keywords line.
18117 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18119         * gnus-art.el (gnus-article-replace-part)
18120         (gnus-mime-replace-part): New functions.
18121         (gnus-mime-action-alist, gnus-mime-button-commands)
18122         (gnus-mime-save-part-and-strip): Add file argument.
18123         (gnus-article-part-wrapper): Add interactive argument.
18125         * gnus-sum.el (gnus-summary-mime-map):
18126         Add `gnus-article-replace-part'.
18128 2005-09-19  Didier Verna  <didier@xemacs.org>
18130         The nnml compaction feature:
18131         * nnml.el (nnml-request-compact-group): New function.
18132         * nnml.el (nnml-request-compact): New function.
18133         * gnus-int.el (gnus-request-compact-group): New function.
18134         * gnus-int.el (gnus-request-compact): New function.
18135         * gnus-group.el (gnus-group-compact-group): New function.
18136         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
18137         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
18138         * gnus-srvr.el (gnus-server-compact-server): New function.
18139         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
18140         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
18142 2005-09-18  Deepak Goel  <deego@gnufans.org>
18144         * sieve.el (sieve-help): Fix `message' call: first arg should be a
18145         format spec.
18147 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18149         * gnus.el (gnus-group-startup-message): Bind image-load-path.
18151 2005-09-15  Romain Francoise  <romain@orebokech.com>
18153         * message.el (message-fill-paragraph): Clarify docstring.
18155 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18157         * gnus-art.el (gnus-mime-display-part): Protect against broken
18158         MIME messages.
18160 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18162         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
18163         before parsing header.
18165 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
18167         * html2text.el (html2text-replace-list): Add new entities.
18169 2005-09-11  Romain Francoise  <romain@orebokech.com>
18171         * message.el (message-alternative-emails): Improve docstring.
18172         (message-setup-1): Call `message-use-alternative-email-as-from'
18173         after `message-setup-hook' to give it precedence over posting
18174         styles, etc.
18175         (message-use-alternative-email-as-from): Add docstring.
18176         Remove the original From header if present.
18178         * nnml.el (nnml-compressed-files-size-threshold): New variable.
18179         (nnml-save-mail): Use it.
18181         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
18182         articles.  Add new argument `silent'.
18183         (gnus-uu-mark-all): Report the total number of marked articles.
18185 2005-09-10  Romain Francoise  <romain@orebokech.com>
18187         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
18188         (gnus-uu-mark-series): Likewise.
18190 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
18192         * spam-report.el (spam-report-gmane): Fix generation of spam
18193         report URL.
18195 2005-09-10  Simon Josefsson  <jas@extundo.com>
18197         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
18198         t, based on discussion on the ding list with Robert Epprecht
18199         <epprecht@solnet.ch>.
18201 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
18203         * spam-report.el (spam-report-gmane): Make it work without
18204         X-Report-Spam header.  Gmane now only provides Archived-At.
18205         This is only used if `spam-report-gmane-use-article-number' is nil.
18206         (spam-report-gmane-spam-header): Remove.  Not used anymore.
18208         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
18209         make `gnus-summary-sort-by-recipient' work with threading.
18211         * nnweb.el (nnweb-google-wash-article): Print a message if article
18212         is not available.
18214 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18216         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
18217         change.  Decode text/* parts content before displaying.
18219 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
18221         * mml-smime.el: Remove defvar of gnus-extract-address-components.
18223 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * mm-view.el (mm-display-inline-fontify): Disable support modes.
18227 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
18229         * message.el (message-tab-body-function): Fix mismatched custom type.
18231         * gnus.el (gnus-group-change-level-function): Ditto.
18233         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
18235         * gnus-art.el (gnus-signature-limit)
18236         (gnus-article-mime-part-function): Ditto.
18238 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18240         * mml.el (mml-mode): Silence the byte compiler.
18242         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
18243         using `(sit-for 0)' before moving the point to the specified part;
18244         skip unbuttonized parts.
18245         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
18246         return to the summary window if gnus-auto-select-part is non-nil.
18248 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
18250         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
18251         New variables.
18252         (mml-dnd-attach-file, mml-mode): Use them.
18254         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
18255         Make fetching article by MID work again for Google Groups.
18256         Add FIXME concerning gnus-group-make-web-group.
18258         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
18259         Don't depend on Gnus by using mail-extract-address-components if
18260         gnus-extract-address-components is not bound.
18262 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18264         * gnus-art.el (gnus-mime-display-security): Don't display the
18265         signature, but only the signed part.
18267 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18269         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
18271         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
18272         list, not listp.
18274 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
18276         * mm-encode.el (mm-encode-content-transfer-encoding):
18277         Likewise when encoding.
18279         * mm-bodies.el (mm-decode-content-transfer-encoding):
18280         De-canonicalize CRLF for all text content types, not just
18281         text/plain.
18283 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18285         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
18286         valid article; point arrow and cursor at the MIME button.
18288 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18290         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
18291         Suggested by Dan Christensen <jdc@uwo.ca>.
18293         * mm-decode.el (mm-save-part): Enable change of prompt.
18295 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
18297         * gnus-msg.el (gnus-inews-add-send-actions):
18298         Make `message-post-method' lambda parameter ARG `&optional'.
18300 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18302         * gnus-sum.el (gnus-summary-mime-map):
18303         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
18304         gnus-article-jump-to-part.
18306         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
18307         (gnus-article-edit-part): Use it.
18308         (gnus-article-part-wrapper): Add no-handle argument.
18309         (gnus-article-save-part-and-strip, gnus-article-delete-part):
18310         New functions.
18312 2005-08-29  Romain Francoise  <romain@orebokech.com>
18314         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
18315         docstring.
18316         (gnus-face-from-file): Likewise.
18318 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
18320         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
18321         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
18322         non-nil.
18323         (gnus-auto-select-part): New variable.
18324         (gnus-article-jump-to-part): New function.
18325         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
18326         (gnus-mime-delete-part): Allow selecting specified part after
18327         deleting or stripping parts.
18328         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
18329         part if argument is bogus.
18331 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
18333         * gnus-art.el (w3m-minor-mode-map):
18334         * gnus-spec.el (gnus-newsrc-file-version):
18335         * gnus-util.el (nnmail-active-file-coding-system)
18336         (gnus-original-article-buffer, gnus-user-agent):
18337         * gnus.el (gnus-ham-process-destinations)
18338         (gnus-parameter-ham-marks-alist)
18339         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
18340         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
18341         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
18342         * mm-decode.el (gnus-current-window-configuration):
18343         * mm-extern.el (gnus-article-mime-handles):
18344         * mm-url.el (url-current-object, url-package-name)
18345         (url-package-version):
18346         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
18347         (smime-keys, w3m-cid-retrieve-function-alist)
18348         (w3m-current-buffer, w3m-display-inline-images)
18349         (w3m-minor-mode-map):
18350         * mml-smime.el (gnus-extract-address-components):
18351         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
18352         (gnus-newsrc-hashtb, message-default-charset)
18353         (message-deletable-headers, message-options)
18354         (message-posting-charset, message-required-mail-headers)
18355         (message-required-news-headers):
18356         * mml1991.el (mc-pgp-always-sign):
18357         * mml2015.el (mc-pgp-always-sign):
18358         * nnheader.el (nnmail-extra-headers):
18359         * rfc1843.el (gnus-decode-encoded-word-function)
18360         (gnus-decode-header-function, gnus-newsgroup-name):
18361         * spam-stat.el (gnus-original-article-buffer): Add defvars.
18363 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
18365         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
18366         the end of the date treatments.
18368 2005-08-15  Simon Josefsson  <jas@extundo.com>
18370         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
18371         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
18372         Capello and Romain Francoise.
18373         (pgg-fetch-key-function): Remove, not used?
18374         (pgg-insert-url-with-w3): Require url, to get
18375         url-insert-file-contents regardless of where it is defined.
18377 2005-08-13  Romain Francoise  <romain@orebokech.com>
18379         * message.el (message-cite-original-1): New function.
18380         (message-cite-original): Use it.
18381         (message-cite-original-without-signature): Ditto.
18383 2005-08-08  Romain Francoise  <romain@orebokech.com>
18385         * message.el (message-yank-empty-prefix): New variable.
18386         (message-indent-citation): Use it.
18387         (message-cite-original-without-signature): Respect X-No-Archive.
18389 2005-08-08  Simon Josefsson  <jas@extundo.com>
18391         * pgg.el: Autoload url-insert-file-contents instead of loading
18392         w3/url.
18393         (pgg-insert-url-with-w3): Don't load url here.
18395 2005-08-07  Jesper Harder  <harder@phys.au.dk>
18397         * message.el (message-kill-to-signature): Don't insert newline at
18398         bol.
18399         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
18401 2005-08-06  Romain Francoise  <romain@orebokech.com>
18403         * message.el (message-user-fqdn): Fix typo in docstring.
18405 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
18407         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
18409         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
18411 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18413         * mm-bodies.el (mm-encode-body): Use coding system rather than
18414         charset to encode text.
18416         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
18417         number of charsets if utf-8 is available (XEmacs).
18419 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
18421         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
18422         taken from `gnus-button-mid-or-mail-regexp'.
18423         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
18424         (gnus-button-alist): Improve regexp for domain part of the MIDs
18425         for news:localpart@domain buttons.
18426         (gnus-button-ctan-directory-regexp): Update.
18428 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18430         * sieve-manage.el (sieve-manage-interactive-login):
18431         Use make-local-variable rather than make-variable-buffer-local.
18432         (sieve-manage-open): Ditto.
18433         (sieve-manage-authenticate): Ditto.
18435         * mml.el (mml-generate-mime-1): Make the content type default to
18436         text/plain if the filename is not specified.
18438 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18440         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
18441         instead of insert-buffer.
18443         * message.el (message-yank-original): Ditto; set the mark at the
18444         end of the yanked message.
18446 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18448         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
18449         lines to scroll rather than to stop it.
18451         * mml.el (mml-generate-default-type): Add doc string.
18452         (mml-generate-mime-1): Use mm-default-file-encoding or make it
18453         default to application/octet-stream when determining the content
18454         type if it is not specified for the part or the mml contents; add
18455         a comment about mml-generate-default-type.
18457 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
18459         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
18460         make it default to application/octet-stream when determining the
18461         content type if it is not specified for the external contents.
18463 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18465         * rfc2231.el (rfc2231-parse-string): Take care that not only a
18466         segmented parameter but also other parameters might be there.
18468 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18470         * mm-decode.el (mm-display-external): Delete temp file, directory
18471         and buffer immediately if the external process is exited.
18473 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18475         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
18476         fewer lines than that of scroll-margin.
18477         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
18479 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18481         * gnus-art.el (gnus-article-next-page): Revert.
18482         (gnus-article-beginning-of-window): New macro.
18483         (gnus-article-next-page-1): Use it.
18484         (gnus-article-prev-page): Ditto.
18485         (gnus-article-edit-part): Use insert-buffer-substring instead of
18486         insert-buffer.
18487         (gnus-article-edit-exit): Ditto.
18489         * gnus-util.el (gnus-beginning-of-window): Remove.
18490         (gnus-end-of-window): Remove.
18492 2005-07-25  Simon Josefsson  <jas@extundo.com>
18494         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
18495         to have the url package without w3.  Reported by Daiki Ueno
18496         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
18498 2005-07-20  Didier Verna  <didier@xemacs.org>
18500         * gnus-diary.el: Remove the description comment (nndiary is now
18501         properly documented in the Gnus manual).
18502         Fix the spelling of "Back End".
18503         * nndiary.el: Ditto.
18504         Fix the copyright notice.
18506 2005-07-18  Romain Francoise  <romain@orebokech.com>
18508         * gnus-sum.el (gnus-summary-to-prefix)
18509         (gnus-summary-newsgroup-prefix): New variables.
18510         (gnus-summary-from-or-to-or-newsgroups): Use them.
18512 2005-07-17  Romain Francoise  <romain@orebokech.com>
18514         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
18515         space as it's generally not especially interesting to the user.
18517 2005-07-16  Romain Francoise  <romain@orebokech.com>
18519         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
18520         nil to avoid prompting and file modification if one of the
18521         messages at the top of the nnfolder file contains a copyright
18522         notice.
18523         Update copyright notice.
18525         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
18526         instead of `current-time-string' as the latter creates a time
18527         string that is not RFC 2822 compliant (it lacks the zone).
18528         Update copyright notice.
18530 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
18532         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
18533         for text/rtf.  Display default in prompt.  Pass default for M-n.
18535         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
18537 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18539         * gnus-msg.el (gnus-button-mailto):
18540         Remove save-selected-window-window hackery because it relies on
18541         save-selected-window internals.
18543 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18545         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
18546         (gnus-article-next-page-1): Use gnus-beginning-of-window.
18547         (gnus-article-prev-page): Ditto.
18549         * gnus-util.el (gnus-beginning-of-window): New function.
18550         (gnus-end-of-window): New function.
18552 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
18554         * gnus-score.el (gnus-score-edit-all-score):
18555         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
18556         gnus-message.
18558 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18560         * gnus-msg.el (gnus-button-mailto):
18561         Remove save-selected-window-window hackery because it relies on
18562         save-selected-window internals.
18564 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18566         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
18567         add-minor-mode.
18568         (gnus-binary-mode): Ditto.
18570         * gnus-topic.el (gnus-topic-mode): Ditto.
18572 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
18574         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
18575         (gnus-article-prev-page): Take scroll-margin into consideration.
18577 2005-07-04  Lute Kamstra  <lute@gnu.org>
18579         Update FSF's address in GPL notices.
18581 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
18583         * gnus.el (gnus-exit):
18584         * gnus-group.el (gnus-group-icons):
18585         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
18587         * gnus-nocem.el (gnus-nocem):
18588         * message.el (message-various, message-buffers, message-sending)
18589         (message-interface, message-forwarding, message-insertion)
18590         (message-headers, message-news, message-mail):
18591         * pgg-gpg.el (pgg-gpg):
18592         * pgg-parse.el (pgg-parse):
18593         * pgg-pgp.el (pgg-pgp):
18594         * pgg-pgp5.el (pgg-pgp5):
18595         * pop3.el (pop3): Finish `defgroup' description with period.
18597 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18599         * gnus-art.el (article-display-face): Improve the efficiency.
18600         (article-display-x-face): Ditto; remove gray x-face stuff.
18602 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18604         * gnus-art.el (article-display-face): Correct the position in
18605         which Faces are inserted.
18607 2005-06-29  Didier Verna  <didier@xemacs.org>
18609         * gnus-art.el (article-display-face): Display faces in correct
18610         order.
18612 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18614         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
18615         (gnus-fill-real-hashtb): Use hash table instead of obarray.
18616         (gnus-nocem-check-article): Fetch the Type header.
18617         (gnus-nocem-message-wanted-p): Fix the way to examine types.
18618         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
18619         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
18620         make sure gnus-nocem-hashtb is initialized.
18621         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
18622         (gnus-nocem-unwanted-article-p): Ditto.
18624         * pgg.el (pgg-verify): Return the verification result.
18626 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18628         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
18629         is ascii.
18631 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
18633         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
18634         `show-nonbreak-escape'.
18636 2005-06-23  Lute Kamstra  <lute@gnu.org>
18638         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
18640         * dig.el (dig-mode):
18641         * smime.el (smime-mode): Use gnus-run-mode-hooks.
18643 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
18645         * nnimap.el (nnimap-split-download-body): Fix spellings.
18647 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
18649         * gnus-art.el (gnus-article-encrypt-body):
18650         * gnus-cus.el (gnus-score-customize):
18651         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
18652         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
18654 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
18656         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
18657         header by looking for magic "MII" at the beginning.
18659 2005-06-16  Miles Bader  <miles@gnu.org>
18661         * assistant.el (assistant-field): Remove "-face" suffix from face name.
18662         (assistant-field-face): New backward-compatibility alias for renamed
18663         face.
18664         (assistant-render-text): Use renamed assistant-field face.
18666         * spam.el (spam): Remove "-face" suffix from face name.
18667         (spam-face): New backward-compatibility alias for renamed face.
18668         (spam-face, spam-initialize): Use renamed spam face.
18670         * message.el (message-header-to, message-header-cc)
18671         (message-header-subject, message-header-newsgroups)
18672         (message-header-other, message-header-name)
18673         (message-header-xheader, message-separator, message-cited-text)
18674         (message-mml): Remove "-face" suffix from face names.
18675         (message-header-to-face, message-header-cc-face)
18676         (message-header-subject-face, message-header-newsgroups-face)
18677         (message-header-other-face, message-header-name-face)
18678         (message-header-xheader-face, message-separator-face)
18679         (message-cited-text-face, message-mml-face):
18680         New backward-compatibility aliases for renamed faces.
18681         (message-font-lock-keywords): Use renamed message faces.
18683         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
18684         (sieve-test-commands, sieve-tagged-arguments):
18685         Remove "-face" suffix from face names.
18686         (sieve-control-commands-face, sieve-action-commands-face)
18687         (sieve-test-commands-face, sieve-tagged-arguments-face):
18688         New backward-compatibility aliases for renamed faces.
18689         (sieve-control-commands-face, sieve-action-commands-face)
18690         (sieve-test-commands-face, sieve-tagged-arguments-face):
18691         Use renamed sieve faces.
18693         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
18694         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
18695         (gnus-group-news-3-empty, gnus-group-news-4)
18696         (gnus-group-news-4-empty, gnus-group-news-5)
18697         (gnus-group-news-5-empty, gnus-group-news-6)
18698         (gnus-group-news-6-empty, gnus-group-news-low)
18699         (gnus-group-news-low-empty, gnus-group-mail-1)
18700         (gnus-group-mail-1-empty, gnus-group-mail-2)
18701         (gnus-group-mail-2-empty, gnus-group-mail-3)
18702         (gnus-group-mail-3-empty, gnus-group-mail-low)
18703         (gnus-group-mail-low-empty, gnus-summary-selected)
18704         (gnus-summary-cancelled, gnus-summary-high-ticked)
18705         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
18706         (gnus-summary-high-ancient, gnus-summary-low-ancient)
18707         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
18708         (gnus-summary-low-undownloaded)
18709         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
18710         (gnus-summary-low-unread, gnus-summary-normal-unread)
18711         (gnus-summary-high-read, gnus-summary-low-read)
18712         (gnus-summary-normal-read, gnus-splash):
18713         Remove "-face" suffix from face names.
18714         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
18715         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
18716         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
18717         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
18718         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
18719         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
18720         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
18721         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
18722         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
18723         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
18724         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
18725         (gnus-summary-selected-face, gnus-summary-cancelled-face)
18726         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
18727         (gnus-summary-normal-ticked-face)
18728         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
18729         (gnus-summary-normal-ancient-face)
18730         (gnus-summary-high-undownloaded-face)
18731         (gnus-summary-low-undownloaded-face)
18732         (gnus-summary-normal-undownloaded-face)
18733         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
18734         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
18735         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
18736         (gnus-splash-face):
18737         New backward-compatibility aliases for renamed faces.
18738         (gnus-group-startup-message): Use renamed gnus faces.
18740         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
18741         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
18742         (gnus-server-agent): Remove "-face" suffix from face names.
18743         (gnus-server-agent-face, gnus-server-opened-face)
18744         (gnus-server-closed-face, gnus-server-denied-face)
18745         (gnus-server-offline-face):
18746         New backward-compatibility aliases for renamed faces.
18747         (gnus-server-agent-face, gnus-server-opened-face)
18748         (gnus-server-closed-face, gnus-server-denied-face)
18749         (gnus-server-offline-face): Use renamed gnus faces.
18751         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
18752         Remove "-face" suffix from face names.
18753         (gnus-picon-xbm-face, gnus-picon-face):
18754         New backward-compatibility aliases for renamed faces.
18756         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
18757         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
18758         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
18759         (gnus-cite-11): Remove "-face" suffix from face names.
18760         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
18761         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
18762         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
18763         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
18764         New backward-compatibility aliases for renamed faces.
18765         (gnus-cite-attribution-face, gnus-cite-face-list)
18766         (gnus-article-boring-faces): Use renamed gnus faces.
18768         * gnus-art.el (gnus-signature, gnus-header-from)
18769         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
18770         (gnus-header-content): Remove "-face" suffix from face names.
18771         (gnus-signature-face, gnus-header-from-face)
18772         (gnus-header-subject-face, gnus-header-newsgroups-face)
18773         (gnus-header-name-face, gnus-header-content-face):
18774         New backward-compatibility aliases for renamed faces.
18775         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
18777         * gnus-sum.el (gnus-summary-selected-face)
18778         (gnus-summary-highlight): Use renamed gnus faces.
18779         * gnus-group.el (gnus-group-highlight): Likewise.
18781 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
18783         * gnus-sieve.el (gnus-sieve-article-add-rule):
18784         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
18785         * spam-stat.el (spam-stat-buffer-change-to-spam)
18786         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
18788         * message.el (message-is-yours-p):
18789         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
18791 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18793         * mm-view.el (mm-inline-text): Withdraw the last change.
18795 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18797         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
18798         executing enriched-decode.
18800 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18802         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
18803         charset of tar files.
18805 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
18807         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
18809 2005-06-04  Lute Kamstra  <lute@gnu.org>
18811         * nnfolder.el (nnfolder-read-folder): Make sure that undo
18812         information is never recorded.
18814 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
18816         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
18818 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18820         * pop3.el (pop3-apop): Run md5 in the binary mode.
18822         * starttls.el (starttls-set-process-query-on-exit-flag):
18823         Use eval-and-compile.
18825 2005-05-31  Simon Josefsson  <jas@extundo.com>
18827         * smime.el (smime-replace-in-string): Define.
18828         (smime-cert-by-ldap-1): Use it.
18830 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
18832         * gnus-art.el (article-display-x-face): Replace
18833         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18835         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
18836         set-process-query-on-exit-flag or process-kill-without-query.
18838         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
18839         loop instead of replace-regexp.
18841         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
18842         instead of process-kill-without-query if it is available.
18844         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
18845         instead of find-file-hooks if it is available.
18847         * mml1991.el: Bind pgg-default-user-id when compiling.
18849         * mml2015.el: Bind pgg-default-user-id when compiling.
18851         * nndraft.el (nndraft-request-associate-buffer):
18852         Use write-contents-functions instead of write-contents-hooks if it is
18853         available.
18855         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
18856         instead of find-file-hooks if it is available.
18858         * nntp.el (nntp-open-connection): Replace
18859         process-kill-without-query by gnus-set-process-query-on-exit-flag.
18860         (nntp-open-ssl-stream): Ditto.
18861         (nntp-open-tls-stream): Ditto.
18863         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
18864         set-process-query-on-exit-flag or process-kill-without-query.
18865         (starttls-open-stream-gnutls): Use it instead of
18866         process-kill-without-query.
18867         (starttls-open-stream): Ditto.
18869 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
18871         * smime.el (smime-cert-by-ldap-1): Don't use
18872         replace-regexp-in-string.
18874 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
18876         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
18878         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
18879         in PEM format.  Adjust to the XEmacs compatibility.
18881 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
18883         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
18884         by `string-to-number'.
18885         * gnus-agent.el (gnus-agent-regenerate-group)
18886         (gnus-agent-fetch-articles): Ditto.
18887         * gnus-art.el (gnus-button-fetch-group): Ditto.
18888         * gnus-cache.el (gnus-cache-generate-active)
18889         (gnus-cache-articles-in-group): Ditto.
18890         * gnus-group.el (gnus-group-set-current-level)
18891         (gnus-group-insert-group-line): Ditto.
18892         * gnus-score.el (gnus-score-set-expunge-below)
18893         (gnus-score-set-mark-below, gnus-summary-score-effect)
18894         (gnus-summary-score-entry): Ditto.
18895         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
18896         (gnus-soup-pack): Ditto.
18897         * gnus-spec.el (gnus-xmas-format): Ditto.
18898         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
18899         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
18900         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
18901         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
18902         * nndb.el (nndb-get-remote-expire-response): Ditto.
18903         * nndiary.el (nndiary-parse-schedule-value)
18904         (nndiary-string-to-number, nndiary-request-replace-article)
18905         (nndiary-request-article): Ditto.
18906         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
18907         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
18908         * nneething.el (nneething-make-head): Ditto.
18909         * nnfolder.el (nnfolder-request-article)
18910         (nnfolder-retrieve-headers): Ditto.
18911         * nnheader.el (nnheader-file-to-number): Ditto.
18912         * nnkiboze.el (nnkiboze-request-article): Ditto.
18913         * nnmail.el (nnmail-process-unix-mail-format)
18914         (nnmail-process-babyl-mail-format): Ditto.
18915         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
18916         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
18917         (nnmh-request-create-group, nnmh-request-list-1)
18918         (nnmh-request-group, nnmh-request-article): Ditto.
18919         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
18920         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
18921         * nnsoup.el (nnsoup-make-active): Ditto.
18922         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
18923         * nntp.el (nntp-find-group-and-number)
18924         (nntp-retrieve-headers-with-xover): Ditto.
18925         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
18926         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
18927         (pgg-format-key-identifier): Ditto.
18928         * pop3.el (pop3-last, pop3-stat): Ditto.
18929         * qp.el (quoted-printable-decode-region): Ditto.
18931         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
18932         of concat.
18934 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18936         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
18938         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
18940         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
18942         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
18944         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
18946         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
18948         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
18949         (gnus-carpal-mode): Ditto.
18951         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
18952         (gnus-browse-mode): Ditto.
18954         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
18956         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
18958 2005-05-29  Richard M. Stallman  <rms@gnu.org>
18960         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
18962 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18964         * gnus-util.el (gnus-run-mode-hooks): New function.
18966         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
18968 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
18970         * gnus-agent.el (gnus-agent-make-mode-line-string):
18971         Use mode-line-highlight as mouse-face.
18973 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18975         * canlock.el (canlock): Change the parent group to news.
18977         * deuglify.el (gnus-outlook-deuglify): Add :group.
18979         * dig.el (dig): Add :group.
18981         * dns-mode.el (dns-mode): Add :group.
18983         * encrypt.el (encrypt): Add :group.
18985         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
18986         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
18987         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
18988         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
18989         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
18991         * gnus-diary.el (gnus-diary): Add :group.
18993         * gnus.el (gnus-group-news-1-face): Add :group.
18994         (gnus-group-news-1-empty-face): Ditto.
18995         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
18996         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
18997         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
18998         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
18999         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
19000         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
19001         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
19002         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
19003         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
19004         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
19005         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
19006         (gnus-summary-high-ticked-face): Ditto.
19007         (gnus-summary-low-ticked-face): Ditto.
19008         (gnus-summary-normal-ticked-face): Ditto.
19009         (gnus-summary-high-ancient-face): Ditto.
19010         (gnus-summary-low-ancient-face): Ditto.
19011         (gnus-summary-normal-ancient-face): Ditto.
19012         (gnus-summary-high-undownloaded-face): Ditto.
19013         (gnus-summary-low-undownloaded-face): Ditto.
19014         (gnus-summary-normal-undownloaded-face): Ditto.
19015         (gnus-summary-high-unread-face): Ditto.
19016         (gnus-summary-low-unread-face): Ditto.
19017         (gnus-summary-normal-unread-face): Ditto.
19018         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
19019         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
19021         * hashcash.el (hashcash): New custom group.
19022         (hashcash-default-payment): Add :group.
19023         (hashcash-payment-alist): Ditto.
19024         (hashcash-default-accept-payment): Ditto.
19025         (hashcash-accept-resources): Ditto.
19026         (hashcash-path): Ditto.
19027         (hashcash-extra-generate-parameters): Ditto.
19028         (hashcash-double-spend-database): Ditto.
19029         (hashcash-in-news): Ditto.
19031         * message.el (message-minibuffer-local-map): Add :group.
19033         * netrc.el (netrc): Add :group.
19035         * sieve-manage.el (sieve-manage-log): Add :group.
19036         (sieve-manage-default-user): Diito.
19037         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
19038         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
19039         (sieve-manage-authenticators): Ditto.
19040         (sieve-manage-authenticator-alist): Ditto.
19041         (sieve-manage-default-port): Ditto.
19043         * sieve-mode.el (sieve-control-commands-face): Add :group.
19044         (sieve-action-commands-face): Ditto.
19045         (sieve-test-commands-face): Ditto.
19046         (sieve-tagged-arguments-face): Ditto.
19048         * smime.el (smime): Add :group.
19050         * spam-report.el (spam-report): Add :group.
19052         * spam.el (spam, spam-face): Add :group.
19054 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19056         * nntp.el (nntp-next-result-arrived-p): Some news servers may
19057         return \n.\n.\n at the end of articles.  Protect against that.
19058         (nntp-with-open-group): Allow debugging.
19060         * nnheader.el (mail-header-set-extra): Make into a function
19061         because I just could't understand how to quote the list properly.
19063         * dns.el (query-dns-cached): New function.
19065 2005-05-26  Lute Kamstra  <lute@gnu.org>
19067         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
19069 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19071         * gnus-art.el: Don't autoload mail-extract-address-components.
19073         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
19074         eval-and-compile to evaluate it.
19076         * hashcash.el: Don't autoload executable-find.
19078         * nndb.el: Don't declare the nndb back end two or more times; don't
19079         autoload news-reply-mode, news-setup, cancel-timer and telnet.
19081         * nntp.el: Autoload format-spec instead of format; use
19082         eval-and-compile to evaluate autoload forms.
19084 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
19086         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
19088 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19090         * gnus.el (gnus-version-number): Bump version.
19092 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19094         * gnus.el: No Gnus v0.3 is released.
19096 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19098         * gnus-art.el (gnus-article-edit-part): Disable undo.
19100 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19102         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
19103         gnus-article-date-lapsed-new-header is t if date timer is active;
19104         skip headers in which the original date value is empty.
19105         (gnus-article-save-original-date): Redefine it as a macro.
19106         (gnus-display-mime): Use it.
19108 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19110         * gnus-art.el (article-date-ut): Support converting date in
19111         forwarded parts as well.
19112         (gnus-article-save-original-date): New function.
19113         (gnus-display-mime): Use it.
19115 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
19117         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
19118         enclosure element of <item>.
19120 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
19122         * message.el (message-kill-buffer-query): Rename from
19123         `message-kill-buffer-query-if-modified'.  Add :version.
19125 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19127         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
19128         window layout.
19130 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19132         * mml.el: Autoload dnd when compiling.
19134 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
19136         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
19137         x-dnd-*.
19139 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
19141         * qp.el (quoted-printable-encode-region): Save excursion.
19143 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
19145         * message.el (message-kill-buffer-query-if-modified): Add new variable
19146         so the user can kill a modified message buffer quickly.
19147         (message-kill-buffer): Use it.
19149 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19151         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
19152         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
19154 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19156         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
19157         contained in text because xml.el decodes entities) with LFs.
19159 2005-04-11  Lute Kamstra  <lute@gnu.org>
19161         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
19162         differently.
19164 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19166         * mm-util.el (mm-detect-coding-region): Typo.
19168 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
19170         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
19172 2005-04-06  Deepak Goel  <deego@gnufans.org>
19174         * spam-stat.el (spam-stat-score-buffer): Add a call to a
19175         user-function allow user modifications of the scores.
19176         (spam-stat-score-buffer-user): New function, to allow
19177         user-computed modifications to the score.
19178         (spam-stat-score-buffer-user-functions): List of additional
19179         scoring functions.
19180         (spam-stat-error-holder): Global temporary error holder.
19181         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
19182         variable.
19184 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
19186         * gnus-registry.el (gnus-registry-clean-empty-function)
19187         (gnus-registry-trim, gnus-registry-fetch-groups)
19188         (gnus-registry-delete-group): Groups that match
19189         `gnus-registry-ignored-groups' are removed from the registry
19190         entries, not just ignored for splitting.  This helps clean up the
19191         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
19192         to get all the groups a message ID is in.
19194         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
19195         (spam-stat-split-fancy): Change "threshhold" to "threshold".
19196         (spam-stat-score-buffer-user-functions): Add :number custom type.
19198 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19200         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
19201         argument in XEmacs.
19203         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
19204         (nnrss-request-group): Decode group name first.
19205         (nnrss-request-article): Make a text/plain article if mml-to-mime
19206         failed.
19207         (nnrss-get-encoding): Return a compatible encoding according to
19208         nnrss-compatible-encoding-alist.
19209         (nnrss-find-el): Use consp instead of listp.
19210         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
19212 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19214         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
19215         which Emacs 20 doesn't support.
19216         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
19218 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
19220         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
19221         silence the byte compiler inside the defun.
19223         * gnus-demon.el (parse-time-string): Add autoload.
19225         * gnus-delay.el (parse-time-string): Add autoload.
19227         * gnus-art.el (parse-time-string): Add autoload.
19229         * nnultimate.el (parse-time): Require for `parse-time-string'.
19231 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
19233         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
19235         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
19237         * smime.el (smime-ldap-host-list): Add :version.
19239 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
19241         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
19242         pass it to `gnus-browse-read-group'.
19243         (gnus-browse-read-group): Add NUMBER argument and pass it to
19244         `gnus-group-read-ephemeral-group'.
19246         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
19247         argument and pass it to `gnus-group-read-group'.
19249 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
19251         * mm-util.el (mm-xemacs-find-mime-charset): Only call
19252         mm-xemacs-find-mime-charset-1 if we have the mule feature
19253         available at runtime.
19255 2005-03-25  Werner Lemberg  <wl@gnu.org>
19257         * nnmaildir.el: Replace `illegal' with `invalid'.
19259 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19261         * gnus-start.el (gnus-display-time-event-handler):
19262         Check display-time-timer at runtime rather than only at load time
19263         in case display-time-mode is turned off in the mean time.
19265 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
19267         * nnimap.el (nnimap-open-connection): Print which authinfo file is
19268         used.
19270         * nneething.el (nneething-map-file-directory): Derive from
19271         `gnus-directory'.
19273         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
19274         the To/Cc button.
19276 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
19278         * nnmaildir.el (nnmaildir-request-accept-article):
19279         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
19281 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19283         * gnus-async.el: Require timer-funcs at compile time when in
19284         XEmacs for `run-with-idle-timer'.
19286 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
19288         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
19289         autoloaded function.
19291 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19293         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
19295 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
19297         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
19299 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19301         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
19302         Add gnus-expert-user to default.
19304 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
19306         * nnimap.el (nnimap-open-server): Ditto.
19308         * imap.el (imap-authenticate): Fix typo.
19310 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
19312         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
19313         buffer (since IMAP server might return FETCH response out of
19314         order, and the nntp buffer must be sorted).
19316 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
19318         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
19319         comparison on string.
19321         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
19322         (gnus-agent-score): Rename category keywords to match gnus-cus.
19323         (gnus-agent-summary-fetch-series): Modify to protect against
19324         gnus-agent-summary-fetch-group clearing processable flags.
19325         (gnus-agent-synchronize-group-flags): Update live group buffer as
19326         synchronization may occur due to the user toggle the plugged
19327         status.
19328         (gnus-agent-fetch-group-1): Clear downloadable flag when article
19329         successfully downloaded.
19330         (gnus-agent-expire-group-1): Avoid using markers when the overview
19331         is in ascending order; greatly improves performance.
19332         (gnus-agent-regenerate-group):
19333         Use gnus-agent-synchronize-group-flags to reset read status in both
19334         gnus and server.
19335         (gnus-agent-update-files-total-fetched-for): Fix initial size.
19337 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
19339         * message.el: Don't autoload former message-utils variables.
19340         (message-strip-subject-trailing-was): Change doc string.
19342         * nnweb.el: Fixes for `gnus-group-make-web-group'.
19343         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
19344         (nnweb-google-search): Add "hl=en" here.
19345         (nnweb-google-parse-1, nnweb-google-create-mapping):
19346         Don't hardcode URL.
19348 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
19350         * message.el (message-get-reply-headers, message-followup):
19351         Mention related variables `message-use-followup-to' and
19352         `message-use-mail-followup-to', in the information buffer.
19354         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
19355         of broken groups(-beta).google.com.
19357 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
19359         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
19360         parameter to invoked gnus-request-move-article; remove the
19361         redundant gnus-sum-hint-move-is-internal variable; apply the marks
19362         all at once instead of once per article.
19363         (gnus-summary-remove-process-mark): Accept a list of articles as
19364         well as a single article for processing.
19366         * gnus-int.el (gnus-request-move-article): Add move-is-internal
19367         parameter.
19369         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
19371         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
19373         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
19374         parameter.
19376         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
19377         parameter.
19379         * nnimap.el (nnimap-request-move-article): Add move-is-internal
19380         parameter and remove the gnus-sum-hint-move-is-internal variable.
19382         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
19383         parameter.
19385         * nndraft.el (nndraft-request-move-article): Add move-is-internal
19386         parameter.
19388         * nndiary.el (nndiary-request-move-article): Add move-is-internal
19389         parameter.
19391         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
19393         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
19394         parameter.
19396         * nnagent.el (nnagent-request-move-article): Add move-is-internal
19397         parameter.
19399 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
19401         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
19402         a more conservative way.
19404 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
19406         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
19407         buffer, so it moves the window's cursor.
19409 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
19411         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
19412         `mm-dissect-multipart' and receive the from field as an (optional)
19413         argument from `mm-dissect-multipart'.
19414         (mm-dissect-multipart): Receive the from field as an argument and
19415         pass it on when we call `mm-dissect-buffer' on MIME parts.
19416         Fixes verification/decryption of signed/encrypted MIME parts.
19418 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
19420         * gnus-sum.el (gnus-summary-move-article):
19421         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
19422         whatever it calls (right now, only nnimap-request-move article
19423         respects it).
19425         * nnimap.el (nnimap-request-move-article):
19426         When gnus-sum-hint-move-is-internal is set, don't do the extra
19427         nnimap-request-article.
19429 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19431         * nnheader.el (nnheader-find-file-noselect): Add doc string.
19433         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
19434         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
19436         * gnus-sum.el (gnus-summary-caesar-message):
19437         Apply `gnus-treat-article' after rotation.
19439         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
19440         doc string.
19442 2005-02-22  Simon Josefsson  <jas@extundo.com>
19444         * encrypt.el (encrypt-password-cache-expiry): Remove (use
19445         `password-cache-expiry' instead).  Reported by Arne Jørgensen
19446         <arne@arnested.dk>.
19447         (encrypt): Add password-cache and password-cache-expiry as group
19448         members.
19450 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
19452         * smime.el (smime-ldap-host-list): Doc fix.
19453         (smime-ask-passphrase): Use `password-read-and-add' to read (and
19454         cache) password.
19455         (smime-sign-region): Use it.
19456         (smime-decrypt-region): Use it.
19457         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
19458         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
19459         fails.
19460         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
19461         certificate from DER to PEM format rather than calling openssl.
19463         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
19465         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
19466         for signing/encryption.
19468         * mml.el (mml-parse-1): Use them.
19470 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
19472         * nnrss.el (nnrss-verbose): Remove.
19473         (nnrss-request-group): Use `nnheader-message' instead.
19475 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
19477         * nnrss.el (nnrss-verbose): New variable.
19478         (nnrss-request-group): Make it say nnrss is requesting a group.
19480 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
19482         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
19483         Handle news URL with given port correctly.
19485 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19487         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
19488         containing special characters.
19490         * gnus-sum.el (gnus-summary-edit-article): Ditto.
19492         * mml.el (mime-to-mml): Ditto.
19494         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
19495         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
19496         (rfc2047-decode-region): Quote decoded words containing special
19497         characters when rfc2047-quote-decoded-words-containing-tspecials
19498         is non-nil.
19500 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
19502         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
19504         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
19506 2005-02-15  Simon Josefsson  <jas@extundo.com>
19508         * nnimap.el (nnimap-debug): Doc fix.
19510         * imap.el (imap-debug): Doc fix.
19512 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19514         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
19516 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
19518         * gnus.el (spam-contents): Improve docs for spam-contents
19519         parameter in its variable incarnation.
19521 2005-02-14  Simon Josefsson  <jas@extundo.com>
19523         * smime-ldap.el: Use require instead of load-library for ldap.
19524         (smime-ldap-search): Indent.
19525         (smime-ldap-search-internal): Shorten line.
19527         * smime.el (smime-cert-by-dns): Add doc-string.
19528         (smime-cert-by-ldap-1): Indent.
19530         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
19531         mml-smime-get-dns-ldap.
19532         (mml-smime-encrypt-query): Use new function.  Default to ldap.
19534 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
19536         * smime.el: Require smime-ldap.
19537         (smime-ldap-host-list): New variable.
19538         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
19540         * mml-smime.el (mml-smime-encrypt-query): New function.
19541         (mml-smime-encrypt-query): Use it.
19543         * smime-ldap.el: New file.
19545 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19547         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
19549 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
19551         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
19552         argument in doc string.  Make query for type more clear.
19554 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
19556         * gnus.el (gnus-group-startup-message): Search for gnus images in
19557         etc/images/gnus.
19558         * mm-util.el (mm-image-load-path): Likewise.
19559         * smiley.el (smiley-data-directory): Search for smilies in
19560         etc/images/smilies.
19562 2005-02-09  Kim F. Storm  <storm@cua.dk>
19564         Change Emacs release version from 21.4 to 22.1 throughout.
19565         Change Emacs development version from 21.3.50 to 22.0.50.
19567 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19569         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
19571         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
19572         non-Mule XEmacs as well.
19573         (mm-decompress-buffer): Signal an error intentionally if it does
19574         not decompress compressed data because auto-compression-mode is
19575         disabled.
19577 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
19579         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
19580         an ID in the registry even if it has no groups.
19582 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19584         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
19585         merge it into mm-decompress-buffer.
19586         (gnus-mime-copy-part): Use the MIME part charset, the value which
19587         a user specified or gnus-newsgroup-charset for decoding, like
19588         gnus-mime-inline-part does; set buffer-file-coding-system to tell
19589         save-buffer what was used.  Suggested by Kevin Ryde
19590         <user42@zip.com.au>.
19591         (gnus-mime-inline-part): Allow the name parameter as well as the
19592         filename parameter; force decompressing of compressed data; always
19593         display contents being not decoded as unibyte.
19595         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
19596         as well as the filename parameter.
19598         * mm-util.el (mm-decompress-buffer):
19599         Merge gnus-mime-jka-compr-maybe-uncompress.
19600         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
19601         of compressed data.
19603 2005-02-08  Simon Josefsson  <jas@extundo.com>
19605         * imap.el (imap-log): Doc fix.
19607 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19609         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
19610         the coding cookies; decompress compressed parts.
19612         * mml.el (mml-generate-mime-1): Add the charset parameter according
19613         to the value which a user specified manually or the coding cookie.
19615         * mm-util.el (mm-string-to-multibyte): New function.
19616         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
19617         (mm-coding-system-to-mime-charset): New function.
19618         (mm-decompress-buffer): New function.
19619         (mm-find-buffer-file-coding-system): New function.
19621         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
19622         (mm-display-inline-fontify): Rewrite for decoding and decompressing
19623         parts.
19625 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19627         * mm-view.el (mm-display-inline-fontify): Decode a part according
19628         to the charset parameter.
19630 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19632         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
19633         prefix arg is neither nil nor a number, as info specifies.
19635 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
19637         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
19638         timestamps.
19640 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
19642         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
19643         groups error checking and notify user.
19645 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
19647         * message.el (message-send-mail-function): Check existence of
19648         sendmail-program first before using default value
19649         `message-send-mail-with-sendmail'.  Otherwise use more generic
19650         `smtpmail-send-it'.
19652 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19654         * nntp.el (nntp-request-update-info): Always return nil.
19656 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
19658         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
19660 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
19662         * message.el (message-beginning-of-line): Change the behavior when
19663         invoked between BOL and : so that it first moves backward.
19665 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19667         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
19668         article buffer when editing of the article is discarded.
19669         (gnus-article-prepare): Revert.
19671 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19673         * gnus-art.el (gnus-article-prepare):
19674         Remove message-strip-forbidden-properties from the local hook.
19676 2005-01-27  Simon Josefsson  <jas@extundo.com>
19678         * password.el (password-cache-add): Only start one timer per key.
19679         Reported by Derek Atkins <warlord@MIT.EDU>.
19681 2005-01-26  Steve Youngs  <steve@sxemacs.org>
19683         * run-at-time.el: Remove.  It is no longer needed as
19684         timer-funcs.el in the xemacs-base package has a working version of
19685         `run-at-time'.
19687         * password.el: Require timer-funcs instead of run-at-time in
19688         XEmacs.
19689         Remove `password-run-at-time' macro.
19690         (password-cache-add): Use `run-at-time' instead of
19691         `password-run-at-time'.
19693         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
19694         for `run-with-idle-timer'.
19696         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
19697         for `run-at-time'.
19699         * mm-url.el: Require timer-funcs at compile time when in XEmacs
19700         for `with-timeout'.
19702 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19704         * mml.el (mml-generate-mime-1): Convert string into unibyte when
19705         inserting " *mml*" buffer's contents into a unibyte temp buffer.
19707 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
19709         * mail-source.el (mail-source-fetch-imap): Search for ^From case
19710         sensitively.
19712 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
19714         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
19716 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19718         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
19719         which will be inserted according to the multibyteness of a buffer
19720         rather than the type of contents.  Suggested by ARISAWA Akihiro
19721         <ari@mbf.ocn.ne.jp>.
19723         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
19724         of string which old xml.el may return rather than a string.
19726 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19728         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
19730 2005-01-16  Simon Josefsson  <jas@extundo.com>
19732         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
19733         idn/idna.el isn't available.
19734         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
19735         <michael@waxrat.com>.
19737         * hashcash.el: Remove non-FSF copyright header.
19739         * hashcash.el (hashcash-extra-generate-parameters): New variable.
19740         (hashcash-generate-payment): Use it.
19741         (hashcash-generate-payment-async): Use it.
19743 2005-01-15  Simon Josefsson  <jas@extundo.com>
19745         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
19746         Suggested by Raymond Scholz <ray-2005@zonix.de>.
19748         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
19749         gnus-summary-idna-message.
19750         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
19751         (gnus-summary-idna-message): New function.
19753 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
19755         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
19756         gnus-novice-user.
19758 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19760         * nnrss.el (nnrss-request-delete-group): Delete entries in
19761         nnrss-group-alist as well.
19762         (nnrss-save-server-data): Insert newline.
19764 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
19766         * gnus.el (gnus-user-agent): Use list of symbols instead of
19767         symbols.  Display full version number for (S)XEmacs.
19768         Optionally display (S)XEmacs codename.
19770         * gnus-util.el (gnus-emacs-version): Update for new
19771         `gnus-user-agent'.
19773         * gnus-msg.el (gnus-extended-version): Make it possible to omit
19774         Gnus version.
19776 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19778         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
19779         which is unreadable in some setups.
19781 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19783         * gnus-spec.el (gnus-update-format-specifications): Flush the
19784         group format spec cache if it doesn't support decoded group names.
19786 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
19788         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
19789         Allow to apply decay on score files matching a regexp.
19791 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
19793         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
19794         compatibility in %g and %c.
19796 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
19798         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
19799         name for only %g and %c.
19800         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
19801         of gnus-tmp-group to decoded group name.
19802         (gnus-group-make-rss-group): Exclude `/'s from group names.
19804 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
19806         * nnrss.el (nnrss-get-encoding): Fix regexp.
19808 2004-12-27  Simon Josefsson  <jas@extundo.com>
19810         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
19811         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
19812         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
19814 2004-12-17  Kim F. Storm  <storm@cua.dk>
19816         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
19818         * gnus-sum.el (gnus-summary-mode-map): Likewise.
19820 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19822         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
19824 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19826         * nnrss.el: Require rfc2047 and mml.
19827         (nnrss-file-coding-system): New variable.
19828         (nnrss-format-string): Redefine it as an inline function.
19829         (nnrss-decode-group-name): New function.
19830         (nnrss-string-as-multibyte): Remove.
19831         (nnrss-retrieve-headers): Decode group name; don't use
19832         nnrss-format-string.
19833         (nnrss-request-group): Decode group name.
19834         (nnrss-request-article): Decode group name; allow a Message-ID as
19835         well as an article number; don't use nnrss-format-string; encode a
19836         Message-ID string which may contain non-ASCII characters; use
19837         mml-to-mime to compose a MIME article.
19838         (nnrss-request-expire-articles): Decode group name.
19839         (nnrss-request-delete-group): Decode group name.
19840         (nnrss-fetch): Clarify error message.
19841         (nnrss-read-server-data): Use insert-file-contents instead of load;
19842         bind file-name-coding-system; use multibyte buffer.
19843         (nnrss-save-server-data): Bind coding-system-for-write to the
19844         value of nnrss-file-coding-system; bind file-name-coding-system;
19845         add coding cookie.
19846         (nnrss-read-group-data): Use insert-file-contents instead of load;
19847         bind file-name-coding-system; use multibyte buffer.
19848         (nnrss-save-group-data): Bind coding-system-for-write to the
19849         value of nnrss-file-coding-system; bind file-name-coding-system.
19850         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
19851         make it work with non-ASCII text.
19852         (nnrss-find-el): Make it work with old xml.el as well.
19854 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
19856         * nnrss.el (nnrss-get-encoding): New function.
19857         (nnrss-fetch): Use unibyte buffer initially; bind
19858         coding-system-for-read while performing mm-url-insert; remove ^Ms;
19859         decode contents according to the encoding attribute.
19860         (nnrss-save-group-data): Add coding cookie.
19861         (nnrss-mime-encode-string): New function.
19862         (nnrss-check-group): Use it to encode subject and author.
19864 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
19866         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
19867         imaginary variable.
19869 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19871         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
19872         correctly even if there are wide characters.
19874 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
19876         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
19877         downcased symbol names; make a new cache instead of reusing
19878         bbdb-hashtable.
19880 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19882         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
19883         concatenating segments rather than before concatenating them.
19884         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
19886         * message.el (message-get-reply-headers): Bind `extra'.
19888 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19890         * message.el (message-extra-wide-headers): New variable.
19891         (message-get-reply-headers): Use it.
19893 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19895         * gnus-agent.el (gnus-agent-group-path): Decode group name.
19896         (gnus-agent-group-pathname): Ditto.
19898         * gnus-cache.el (gnus-cache-file-name): Decode group name.
19900         * gnus-group.el (gnus-group-make-group): Decode group name.
19901         (gnus-group-make-rss-group): Register the group data after opening
19902         the nnrss group.
19904 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
19906         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
19907         by expiry now get marked as read.
19909 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19911         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
19913 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
19915         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
19916         unify Latin characters in XEmacs.
19917         (mm-find-mime-charset-region): Use it.
19919 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19921         * gnus-util.el (gnus-delete-directory): New function.
19923         * gnus-agent.el (gnus-agent-delete-group): Use it.
19925         * gnus-cache.el (gnus-cache-delete-group): Use it.
19927 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19929         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
19930         names.
19932 2004-12-16  Simon Josefsson  <jas@extundo.com>
19934         * hashcash.el (hashcash-payment-alist): Fix custom :type.
19936 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19938         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
19940         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
19941         (gnus-group-set-current-level): Decode group name.
19943 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
19945         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
19946         failed.
19948 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19950         * gnus-group.el (gnus-group-delete-group): Decode group name.
19951         (gnus-group-make-rss-group): Encode group name.
19952         (gnus-group-catchup-current): Decode group name.
19953         (gnus-group-kill-group): Decode group name.
19955 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19957         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
19959 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19961         * gnus-group.el (gnus-group-make-rss-group):
19962         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
19964         * gnus-start.el (gnus-setup-news): Honor user's setting to
19965         gnus-message-archive-method.  Suggested by Lute Kamstra
19966         <lute@gnu.org>.
19968 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
19970         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
19971         global counterparts of the buffer-local variables.
19973 2004-11-16  Romain Francoise  <romain@orebokech.com>
19975         * gnus-sum.el (gnus-summary-exit): Don't clear the global
19976         counterparts of the buffer-local variables.
19978 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19980         * message.el (message-forbidden-properties): Fix typo in doc
19981         string.
19983 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
19985         * gnus-util.el (gnus-replace-in-string): Add doc string.
19987         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
19988         to avoid problems when splitting mails with many recipients.
19990 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
19992         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
19993         pop-to-buffer, covered by the subsequent gnus-configure-windows.
19995 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
19997         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
19998         if there is no hashtable in memory or file modification time is
19999         newer than cached timestamp.
20001 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
20003         * gnus-sum.el (gnus-summary-limit-to-recipient):
20004         Implement not-matching option.
20006 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
20008         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
20009         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
20010         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
20011         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
20012         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
20013         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
20015 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20017         * message.el (message-forward-make-body-mml): Remove headers
20018         according to message-forward-ignored-headers if a message is decoded.
20020 2004-12-02  Romain Francoise  <romain@orebokech.com>
20022         * message.el (message-forward-make-body-plain): Always remove
20023         headers according to message-forward-ignored-headers.
20025 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
20027         * spam.el (spam-summary-prepare-exit): Remove the
20028         gnus-summary-limit pop for now, it has problems with ham marks for
20029         me.
20031 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
20033         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
20034         correctly.
20036 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
20038         * format-spec.el (format-spec): Message the char.
20040 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
20042         * gnus-art.el (gnus-split-methods): Reformat comments.
20044         * spam.el (spam-summary-prepare-exit): Remove article limits
20045         before exiting the summary buffer.
20047 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20049         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
20050         order to silence the byte compiler.
20052         * spam.el: Fix the way to silence the byte compiler, which
20053         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
20054         bbdb-search-simple, spam-BBDB-register-routine,
20055         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
20056         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
20057         spam-stat-buffer-is-spam, spam-stat-load,
20058         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
20059         spam-stat-save and spam-stat-split-fancy.
20061 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20063         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
20064         which may confuse users.
20065         (canlock-password-for-verify): Ditto.
20067         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
20069         * gnus-art.el (gnus-emphasis-alist): Ditto.
20071         * gnus-registry.el (gnus-registry-max-entries): Ditto.
20073         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
20075         * gnus-start.el (gnus-save-killed-list): Ditto.
20077         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
20078         (gnus-sum-thread-tree-root): Ditto.
20079         (gnus-sum-thread-tree-false-root): Ditto.
20080         (gnus-sum-thread-tree-single-indent): Ditto.
20082         * message.el (message-courtesy-message): Ditto.
20083         (message-archive-note): Ditto.
20084         (message-subscribed-address-file): Ditto.
20085         (message-user-fqdn): Ditto.
20087         * spam-report.el (spam-report-gmane-regex): Ditto.
20089         * spam.el (spam-blackhole-good-server-regex): Ditto.
20091 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20093         * mml.el (mml-preview): Widen the message buffer before copying
20094         the contents to the preview buffer; sort headers before previewing.
20096         * message.el (message-hidden-headers): Fix the way to avoid a bug
20097         in the `repeat' widget in Emacs 21.3 or earlier.
20099 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20101         * message.el (message-hidden-headers): Default to "^References:".
20102         Improve customization type.  Suggested by Reiner Steib
20103         <Reiner.Steib@gmx.de>.
20105 2004-11-25  Romain Francoise  <romain@orebokech.com>
20107         * message.el (message-strip-forbidden-properties): Remove check for
20108         obsolete `message-hidden' text property, hidden headers are not
20109         accessible in the buffer anymore.
20111 2004-11-22  Romain Francoise  <romain@orebokech.com>
20113         * message.el (message-header-format-alist): Add `From' in list
20114         so that it can be sorted.
20115         (message-fix-before-sending): Widen and sort headers before
20116         sending.
20117         (message-hide-headers): Use narrowing to hide headers by moving
20118         them to the top of the buffer and narrowing to the region
20119         underneath.
20121 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20123         * message.el (message-strip-forbidden-properties):
20124         Bind buffer-read-only (etc) to nil.
20126 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20128         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
20129         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
20131 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
20133         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
20135 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20137         * dns.el (query-dns): Use sit-for to time instead of
20138         accept-process-output, since that doesn't seem to work on udp
20139         sockets.
20141 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20143         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
20145 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
20147         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
20148         doc string.  Improve doc string.
20150 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20152         * nntp.el (nntp-request-update-info): Return nil if
20153         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
20154         may not call gnus-activate-group which uselessly issues the GROUP
20155         commands for all nntp groups and wastes time.  Reported by Romain
20156         Francoise <romain@orebokech.com>.
20158         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
20160 2004-11-15  Simon Josefsson  <jas@extundo.com>
20162         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
20163         headers separately.
20164         (gnus-button-openpgp): New function, inspired by Jochen Küpper
20165         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
20167 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
20169         * gnus-start.el (gnus-convert-old-newsrc):
20170         Assign legacy-gnus-agent to 5.10.7.
20172 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20174         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
20175         start of the lines.
20177 2004-11-14  Magnus Henoch  <mange@freemail.hu>
20179         * hashcash.el (hashcash-default-payment): Change default to 20.
20180         (hashcash-default-accept-payment): Change default to 20.
20181         (hashcash-process-alist): New variable.
20182         (hashcash-generate-payment-async): Add.
20183         (hashcash-already-paid-p): Add.
20184         (hashcash-insert-payment): Don't generate payments twice.
20185         (hashcash-insert-payment-async): Add.
20186         (hashcash-insert-payment-async-2): Add.
20187         (hashcash-cancel-async): Add.
20188         (hashcash-wait-async): Add.
20189         (hashcash-processes-running-p): Add.
20190         (hashcash-wait-or-cancel): Add.
20191         (mail-add-payment): New optional argument.  Conditionally start
20192         asynchronous calculation.
20193         (mail-add-payment-async): Add.
20195         * message.el (message-send-mail): Wait for asynchronous hashcash
20196         results.  Don't clobber existing X-Hashcash headers.
20197         (message-setup-1): Call mail-add-payment-async when
20198         message-generate-hashcash is non-nil.
20200 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
20202         * message.el (message-use-alternative-email-as-from): Examine the
20203         From header as well; use message-make-from in order to include a
20204         user's full name.
20206 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
20208         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
20209         default; improve customization type.
20210         (gnus-emphasis-custom-with-format): New macro.
20211         (gnus-emphasis-custom-value-to-external): New function.
20212         (gnus-emphasis-custom-value-to-internal): New function.
20214 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20216         * dns.el (query-dns): Resolve reverse addresses.
20218 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20220         * gnus-group.el (gnus-group-get-new-news): Use it.
20222         * gnus-start.el (gnus-check-reasonable-setup): New function.
20224 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20226         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
20227         "Args out of range" error.  Reported by Arnaud Giersch
20228         <arnaud.giersch@free.fr>.
20230 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
20232         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
20234 2004-11-04  Richard M. Stallman  <rms@gnu.org>
20236         * spam.el (spam group): Add :version.
20238         * pgg-def.el (pgg group): Add :version.
20240 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20242         * gnus-art.el (gnus-article-edit-article): Don't associate the
20243         article buffer with a draft file.  This is a temporary measure
20244         against the 2004-08-22 change to gnus-article-edit-mode.
20246 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
20248         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
20249         (html2text-format-tags): Remove unused variable `attr'.
20251 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
20253         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
20255         * spam-stat.el (spam-stat): Add :version.
20257         * sieve.el (sieve): Add :version.
20259         * sha1.el (sha1): Add :version.
20260         (sha1-use-external): Remove redundant version.
20262         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
20263         (nnmail-cache-ignore-groups, nnmail-spool-hook)
20264         (nnmail-split-fancy-match-partial-words)
20265         (nnmail-split-lowercase-expanded): Add :version.
20267         * nndiary.el (nndiary): Add :version.
20269         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
20271         * mml-sec.el (mml-default-sign-method)
20272         (mml-default-encrypt-method, mml-signencrypt-style-alist):
20273         Add :version.
20275         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
20277         * mm-url.el (mm-url-use-external, mm-url-program)
20278         (mm-url-arguments): Add :version.
20280         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
20281         (mm-attachment-file-modes, mm-decrypt-option)
20282         (mm-w3m-safe-url-regexp): Add :version.
20284         * message.el (message-cite-prefix-regexp)
20285         (message-sendmail-envelope-from, message-minibuffer-local-map)
20286         (message-user-fqdn, message-completion-alist): Add :version.
20288         * gnus-win.el (gnus-configure-windows-hook)
20289         (gnus-use-frames-on-any-display): Add :version.
20291         * gnus-art.el (gnus-article-address-banner-alist)
20292         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
20293         (gnus-treat-from-picon, gnus-treat-mail-picon)
20294         (gnus-treat-x-pgp-sig): Add :version.
20296         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
20297         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
20298         (gnus-summary-article-delete-hook)
20299         (gnus-summary-display-while-building): Add :version.
20301         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
20302         (gnus-get-top-new-news-hook): Add :version.
20304         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
20305         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
20307         * gnus-registry.el (gnus-registry): Add :version.
20309         * gnus-spec.el (gnus-use-correct-string-widths)
20310         (gnus-make-format-preserve-properties): Add :version.
20312         * gnus.el (gnus-group-charter-alist)
20313         (gnus-group-fetch-control-use-browse-url)
20314         (gnus-install-group-spam-parameters): Add :version.
20316         * gnus-diary.el (gnus-diary): Add :version.
20318         * gnus-delay.el (gnus-delay): Add :version.
20320         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
20321         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
20322         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
20323         Add :version.
20325         * gnus-agent.el (gnus-agent-max-fetch-size)
20326         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
20327         (gnus-agent-prompt-send-queue): Add :version.
20329         * deuglify.el (gnus-outlook-deuglify): Add :version.
20331         * html2text.el: Beautify code.  Improve doc strings.
20332         Some checkdoc cleanup.
20333         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
20335 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
20337         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
20339 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
20341         * gnus-registry.el (gnus-registry-hashtb): Create the registry
20342         when package is loaded.
20344         * spam.el (spam-summary-score-preferred-header): Add global preference
20345         for people who want to override the default SpamAssassin over
20346         Bogofilter preference (when both are set).
20347         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
20348         (spam-user-format-function-S):
20349         Check spam-summary-score-preferred-header.
20350         (spam-extra-header-to-number): Add X-Bogosity header parsing.
20351         (spam-user-format-function-S): Format the score correctly.
20353 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
20355         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
20356         signature file.  Suggested by Manoj Srivastava
20357         <srivasta@golden-gryphon.com>.
20359         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
20360         iso-2022-jp even in the Japanese language environment.
20361         Suggested by Jason Rumney <jasonr@gnu.org>.
20363 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
20365         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
20366         use the same characters as the dummy marks; make it free from
20367         getting affected by the language environment.
20368         (gnus-summary-read-group-1): Update mark positions only when the
20369         format spec is updated.
20371         * gnus-spec.el (gnus-update-format-specifications): Return a list
20372         of updated types.
20374 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20376         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
20377         of boundp to check if display-warning is available.
20379 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
20381         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
20383 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20385         * nnspool.el (nnspool-spool-directory): Use news-path if the
20386         news-directory variable is not bound.
20388         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
20389         function instead of display-warning if it is not available.
20391 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
20393         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
20394         v5-10: Use `point-at-bol'.
20396 2004-10-26  Simon Josefsson  <jas@extundo.com>
20398         * hashcash.el: Fix URL in comment, reported by Cheng Gao
20399         <chenggao@gmail.com>.
20401 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
20403         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
20404         instead.
20406 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
20408         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
20409         to remove a server from the nnimap-server-buffer-alist.
20410         (nnimap-open-connection, nnimap-close-server): Use it.
20412         * gnus-encrypt.el: Remove file in favor of encrypt.el.
20414 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20416         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
20417         running the major-mode function.
20419 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20421         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
20422         dummy marks in the right way.
20424 2004-10-18  David Edmondson  <dme@dme.org>
20426         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
20427         excessively.
20429 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
20431         * gnus-util.el (gnus-split-references): Accept a nil references
20432         string and go on blissfully.
20434         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
20435         cases where the references string is non-nil but has no references.
20437         * encrypt.el: Add autoload tags.
20439         * spam.el (spam-resolve-registrations-routine): Remove article
20440         from unregistration list too.  Reported by David Hanak
20441         <dhanak@isis.vanderbilt.edu>
20443 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
20445         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
20446         nil.  Change custom type.
20448 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
20450         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
20452         * gnus-sum.el (gnus-summary-move-article): Use it.
20454 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
20456         * encrypt.el: Add autoload cookies.
20458         * spam.el (spam-backend-article-list-property)
20459         (spam-backend-get-article-todo-list)
20460         (spam-backend-put-article-todo-list)
20461         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
20462         Resolve registrations separately.
20463         (spam-register-routine): Format comments.
20464         (spam-unregister-routine, spam-register-routine): Always call with
20465         specific-articles, no default list.
20466         (spam-summary-prepare-exit): Use the spam-classifications function.
20468         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
20469         gnus-encrypt.el.
20471         * encrypt.el: Copied from gnus-encrypt.el.
20473         * gnus-encrypt.el: Commented that it's obsolete.
20475 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20477         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
20478         (gnus-score-save): Use it.
20480         * message.el (message-bury): Use `window-dedicated-p'.
20482 2004-10-15  Simon Josefsson  <jas@extundo.com>
20484         * pop3.el (top-level): Don't require nnheader.
20485         (pop3-read-timeout): Add.
20486         (pop3-accept-process-output): Add.
20487         (pop3-read-response, pop3-retr): Use it.
20489 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
20491         * spam.el (spam-register-routine): Move comment.
20492         (spam-verify-bogofilter): Use 'unknown for the initial
20493         spam-bogofilter-valid state, not 'never.
20495         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
20496         for netrc-machine.
20498         * nnimap.el (nnimap-open-connection):
20499         Use netrc-machine-user-or-password.
20501 2004-10-17  Richard M. Stallman  <rms@gnu.org>
20503         * gnus-registry.el (gnus-registry-unload-hook):
20504         Set as a variable with add-hook.
20506         * nnspool.el (nnspool-spool-directory): Use news-directory instead
20507         of news-path.
20509         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
20511         * spam.el: Delete duplicate `provide'.
20512         (spam-unload-hook): Set as a variable with add-hook.
20514 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
20516         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
20517         in the doc string.
20519         * message.el (message-ignored-news-headers)
20520         (message-ignored-supersedes-headers)
20521         (message-ignored-resent-headers)
20522         (message-forward-ignored-headers): Improve custom type.
20524 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20526         * message.el (message-tokenize-header): Fix 2004-09-06 change
20527         which used point-min in the wrong place.
20529 2004-10-12  Simon Josefsson  <jas@extundo.com>
20531         * tls.el (tls-certtool-program): New variable.
20532         (tls-certificate-information): New function, based on
20533         ssl-certificate-information.
20535 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20537         * compface.el: Move the version of ELisp-based uncompface program
20538         to the contrib directory because of the copyright problem.
20540 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
20542         * message.el (message-kill-buffer): Raise the current frame.
20544 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
20546         * gnus-sum.el: Mention that multibyte characters don't work as marks.
20548         * gnus.el (message-y-or-n-p): Autoload.
20550         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
20551         (pop3-password-required, pop3-authentication-scheme)
20552         (pop3-leave-mail-on-server): Make customizable.
20553         (pop3): New custom group.
20554         (pop3-retr): Remove `sleep-for' statements.
20555         Suggested by Dave Love <fx@gnu.org>.
20557         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
20558         Windows/DOS.
20560         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20561         (imap-parse-body): Fix incorrect use of `assert'.
20562         Suggested by Dave Love <fx@gnu.org>.
20564         * mml.el (mml-minibuffer-read-disposition): Require match.
20565         Suggested by Dave Love <fx@gnu.org>.
20567 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
20569         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
20570         doc string.
20572 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20574         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
20576 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
20578         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
20579         instead of calling `mm-insert-inline', to decode text/* parts
20580         before displaying them.
20582 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20584         * mm-uu.el (mm-uu-text-plain-type): New variable.
20585         (mm-uu-pgp-signed-extract-1): Use it.
20586         (mm-uu-pgp-encrypted-extract-1): Use it.
20587         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
20588         bind mm-uu-text-plain-type with that value.
20589         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
20590         mm-uu-dissect.
20592 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20594         * gnus-group.el (gnus-update-group-mark-positions):
20595         * gnus-sum.el (gnus-update-summary-mark-positions):
20596         * message.el (message-check-news-body-syntax):
20597         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
20598         of string-as-multibyte.
20600 2004-10-05  Juri Linkov  <juri@jurta.org>
20602         * gnus-group.el (gnus-update-group-mark-positions):
20603         * gnus-sum.el (gnus-update-summary-mark-positions):
20604         * message.el (message-check-news-body-syntax):
20605         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
20606         8-bit unibyte values to a multibyte string for search functions.
20608 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20610         * mm-uu.el (mm-uu-dissect): Allow optional arg.
20611         (mm-uu-dissect-text-parts): New function.
20613         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
20614         dissect text parts.
20616         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
20617         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
20619         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
20621         * gnus-topic.el (gnus-topic-hierarchical-parameters):
20622         Use gnus-current-topics instead of gnus-current-topic.
20624 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
20626         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
20628 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
20630         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
20631         where appropriate.
20633         * nnml.el (nnml-generate-active-info): do.
20635         * nndiary.el (nndiary-generate-active-info): do.
20637         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
20638         (gnus-topic-move): do.
20640         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
20641         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
20643         * gnus-srvr.el (gnus-server-prepare)
20644         (gnus-server-open-all-servers): do.
20646         * gnus-msg.el (gnus-summary-cancel-article)
20647         (gnus-summary-resend-message)
20648         (gnus-summary-mail-crosspost-complaint): do.
20650         * gnus-move.el (gnus-change-server): do.
20652         * gnus-group.el (gnus-group-unmark-all-groups)
20653         (gnus-group-set-current-level): do.
20655 2004-10-04  Simon Josefsson  <jas@extundo.com>
20657         * message.el (message-generate-hashcash): Doc fix.
20659 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
20661         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
20662         avoid infinite recursion via gnus-get-function.
20664 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
20666         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
20668         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
20670         * nnmail.el (nnmail-split-history): do.
20672         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
20673         (nnml-request-delete-group): do.
20675         * nnslashdot.el (nnslashdot-read-groups): do.
20677         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
20678         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
20680         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
20681         (nnspool-sift-nov-with-sed): Use last.
20682         (nnspool-retrieve-headers-with-nov): Use mapc.
20683         (nnspool-request-newgroups): Use dolist.
20684         (nnspool-request-group): Use last.
20686         * nntp.el (nntp-read-server-type): Use dolist.
20688         * nnvirtual.el (nnvirtual-create-mapping)
20689         (nnvirtual-update-read-and-marked): Use dolist.
20690         (nnvirtual-convert-headers): Simplify.
20692 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20694         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20695         Add support for sync'ing tick marks.
20697 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20699         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
20700         there's no visible header.
20702 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
20704         * gnus-agent.el (gnus-agent-synchronize-group-flags):
20705         When necessary, pass full group name to gnus-request-set-marks.
20707 2004-10-01  Simon Josefsson  <jas@extundo.com>
20709         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
20710         acroread.
20712 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20714         * spam-report.el (spam-report-gmane): Fix interactive.
20716         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
20718         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
20719         when writing file.
20720         (gnus-agent-synchronize-flags): Don't default to being
20721         interactive.
20723 2004-09-30  Simon Josefsson  <jas@extundo.com>
20725         * message.el (message-generate-hashcash): Add.
20726         (message-send-mail): Use it, call mail-add-payment.
20728 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
20730         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
20732 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
20734         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
20735         gnus-request-update-info with explicit code to sync the in-memory
20736         info read flags with the marks being sync'd to the backend.
20738         * gnus-util.el (gnus-pp): Add optional stream to match pp API.
20740 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20742         * spam.el (spam-verify-bogofilter): Add new function.
20743         (spam-check-bogofilter)
20744         (spam-bogofilter-register-with-bogofilter): Use it.
20745         (spam-verify-bogofilter): Add small fixes.
20747 2004-09-28  Simon Josefsson  <jas@extundo.com>
20749         * hashcash.el (hashcash-generate-payment): Revert.
20751 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
20753         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20754         Use gnus-extract-references instead of gnus-split-references.
20756         * gnus-util.el (gnus-extract-references): Add new function, analogous
20757         to gnus-split-references but extracts only the message-ID without
20758         anything extra.
20760         * hashcash.el (hashcash-generate-payment)
20761         (hashcash-check-payment): Do the right thing if hashcash-path is
20762         nil (because the hashcash program could not be found).
20764         * spam.el (spam-use-hashcash): Remove comment.
20766 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
20768         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
20769         (gnus-cache-enter-article, gnus-cache-remove-article)
20770         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
20772         * gnus-async.el (gnus-async-prefetch-remove-group): do.
20774         * gnus-art.el (article-hide-boring-headers)
20775         (article-translate-strings, article-display-face)
20776         (gnus-article-mime-match-handle-first)
20777         (gnus-article-highlight-headers)
20778         (gnus-article-add-buttons-to-head): do.
20780 2004-09-27  Simon Josefsson  <jas@extundo.com>
20782         * hashcash.el: New version, from
20783         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
20784         ../contrib/.
20786 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20788         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
20790 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
20792         * gnus-dup.el (gnus-dup-open): Use mapc.
20793         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
20795         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
20796         Reported by Stefan Wiens <s.wi@gmx.net>.
20798         * gnus.el (gnus-shutdown): Use dolist.
20800         * gnus-undo.el (gnus-undo): Use mapc.
20802         * nnrss.el (nnrss-generate-active): do.
20804         * message.el (message-cite-original-without-signature)
20805         (message-cite-original): Use mapc.
20806         (message-do-actions, message-make-forward-subject): Use dolist.
20808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20810         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
20811         deletion to remove entire duplicate line.  Fixes merged article
20812         number bug.
20814 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
20816         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
20817         servers that are offline.  Avoids having gnus-agent-toggle-plugged
20818         first ask if you want to open a server and then, even when you
20819         responded with no, asking if you want to synchronize the server's
20820         flags.
20821         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
20822         multi-line expressions.
20823         (gnus-agent-synchronize-group-flags): New internal function.
20824         Updates marks in memory (in the info structure) AND in the
20825         backend.
20827         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
20829         * nnagent.el (nnagent-request-set-mark):
20830         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
20831         method, to ensure that synchronization updates marks in the
20832         backend and in the info (in memory) structure.
20834 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20836         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
20837         convention fully; don't miss the root article of a thread; make
20838         the X-Draft-From header with correct article numbers.
20840 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
20842         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
20843         unless plugged.  Disable the agent so that an open failure causes
20844         an error.
20846         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
20847         Revert 2004-09-21 change.  The backend must be opened while
20848         synchronizing flags even when the backend stores the flags
20849         locally.
20851 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
20853         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
20854         in `header' match.  Reported by Svend Tollak Munkejord.
20856         * message.el (message-cite-original): Fix use of
20857         `message-cite-articles-with-x-no-archive'.
20859 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
20861         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
20862         (gnus-window-to-buffer): Ditto.
20864         * mml.el (mml-preview-buffer): New variable.
20865         (mml-preview): Manage window layout with gnus-buffer-configuration.
20867         * gnus-msg.el (gnus-setup-message): Put article numbers into the
20868         X-Draft-From header even if those articles aren't quoted.
20870 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
20872         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
20873         (gnus-request-set-mark, gnus-request-update-mark): Use new
20874         g-s-t-u-l-m to decide to use backend even when unplugged.
20876 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
20878         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
20879         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
20881 2004-09-20  Simon Josefsson  <jas@extundo.com>
20883         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
20884         "utf-16-le".
20886 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20888         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
20890 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
20892         * uudecode.el (uudecode-use-external): Add :version.
20894         * smime.el (smime-CA-file, smime-encrypt-cipher)
20895         (smime-dns-server): Add :version.
20897         * smiley.el (gnus-smiley-file-types): Add :version.
20899         * sha1.el (sha1-use-external): Add :version.
20901         * pgg-def.el (pgg-query-keyserver): Add :version.
20903         * nnmail.el (nnmail-fancy-expiry-targets)
20904         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
20905         Add :version.
20907         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
20908         (nnimap-retrieve-groups-asynchronous): Add :version.
20909         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
20911         * mml.el (mml-content-disposition-parameters)
20912         (mml-insert-mime-headers-always): Add :version.
20914         * mm-util.el (mm-coding-system-priorities): Add :version.
20916         * mm-decode.el (mm-inline-text-html-with-images)
20917         (mm-keep-viewer-alive-types, mm-external-terminal-program)
20918         (mm-verify-option): Add :version.
20919         (mm-text-html-renderer): Change :version.
20921         * message.el (message-fcc-externalize-attachments)
20922         (message-required-headers, message-draft-headers)
20923         (message-subject-trailing-was-query)
20924         (message-subject-trailing-was-ask-regexp)
20925         (message-subject-trailing-was-regexp, message-mark-insert-begin)
20926         (message-mark-insert-end, message-archive-header)
20927         (message-archive-note, message-cross-post-default)
20928         (message-cross-post-note, message-followup-to-note)
20929         (message-cross-post-note-function, message-use-mail-followup-to)
20930         (message-subscribed-address-functions)
20931         (message-subscribed-address-file, message-subscribed-addresses)
20932         (message-subscribed-regexps, message-allow-no-recipients)
20933         (message-yank-cited-prefix, message-signature-insert-empty-line)
20934         (message-hidden-headers, message-hierarchical-addresses)
20935         (message-mail-user-agent, message-use-idna)
20936         (message-valid-fqdn-regexp)
20937         (message-strip-special-text-properties, message-header-synonyms)
20938         (message-beginning-of-line, message-tab-body-function): Add :version.
20939         (message-insert-canlock, message-wide-reply-confirm-recipients):
20940         Change :version.
20942         * mail-source.el (mail-source-ignore-errors): Add :group, :type
20943         and :version.
20944         (mail-source-delete-old-incoming-confirm)
20945         (mail-source-movemail-program): Add :version.
20947         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
20948         (gnus-agent-cache, gnus-agent): Change :version.
20950         * gnus-util.el (gnus-use-byte-compile): Change :version.
20952         * gnus-sum.el (gnus-summary-make-false-root-always)
20953         (gnus-summary-default-high-score)
20954         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
20955         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
20956         (gnus-read-all-available-headers, gnus-article-emulate-mime)
20957         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
20958         (gnus-sum-thread-tree-single-indent)
20959         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
20960         (gnus-sum-thread-tree-leaf-with-other)
20961         (gnus-sum-thread-tree-single-leaf): Add :version.
20962         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
20963         (gnus-article-loose-mime): Change :version.
20965         * gnus-start.el (gnus-backup-startup-file)
20966         (gnus-save-startup-file-via-temp-buffer): Add :version.
20968         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
20969         (gnus-server-offline-face): Add :version.
20971         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
20973         * gnus-msg.el (gnus-gcc-externalize-attachments)
20974         (gnus-debug-files, gnus-debug-exclude-variables)
20975         (gnus-discouraged-post-methods): Change :version.
20976         (gnus-confirm-mail-reply-to-news)
20977         (gnus-confirm-treat-mail-like-news): Add :version.
20979         * gnus-int.el (gnus-server-unopen-status): Add :version.
20981         * gnus-group.el (gnus-group-jump-to-group-prompt)
20982         (gnus-large-ephemeral-newsgroup)
20983         (gnus-fetch-old-ephemeral-headers): Add :version.
20985         * gnus-fun.el (gnus-x-face-directory)
20986         (gnus-convert-pbm-to-x-face-command)
20987         (gnus-convert-image-to-x-face-command)
20988         (gnus-convert-image-to-face-command): Add :version.
20990         * gnus-delay.el (gnus-delay-default-hour): Add :version.
20992         * gnus-cite.el (gnus-cite-blank-line-after-header)
20993         (gnus-article-boring-faces): Add :version.
20995         * gnus-art.el (gnus-buttonized-mime-types)
20996         (gnus-inhibit-mime-unbuttonizing)
20997         (gnus-treat-display-face)
20998         (gnus-treat-body-boundary): Change :version.
20999         (gnus-body-boundary-delimiter, gnus-picon-databases)
21000         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
21001         (gnus-treat-date-english, gnus-treat-fold-headers)
21002         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
21003         (gnus-treat-mail-picon, gnus-treat-wash-html)
21004         (gnus-article-encrypt-protocol)
21005         (gnus-use-idna, gnus-article-over-scroll)
21006         (gnus-mime-display-multipart-alternative-as-mixed)
21007         (gnus-mime-display-multipart-related-as-mixed)
21008         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
21009         (gnus-ctan-url, gnus-button-ctan-handler)
21010         (gnus-button-handle-ctan-bogus-regexp)
21011         (gnus-button-ctan-directory-regexp)
21012         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
21013         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
21014         (gnus-button-man-level, gnus-button-emacs-level)
21015         (gnus-button-message-level, gnus-button-browse-level): Add :version.
21017         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
21018         (gnus-agent-go-online): Change :version.
21019         (gnus-agent-expire-unagentized-dirs)
21020         (gnus-agent-auto-agentize-methods): Add :version.
21022         * flow-fill.el (fill-flowed-display-column)
21023         (fill-flowed-encode-column): Add :version.
21025         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
21026         (gnus-outlook-deuglify-unwrap-max)
21027         (gnus-outlook-deuglify-cite-marks)
21028         (gnus-outlook-deuglify-unwrap-stop-chars)
21029         (gnus-outlook-deuglify-no-wrap-chars)
21030         (gnus-outlook-deuglify-attrib-cut-regexp)
21031         (gnus-outlook-deuglify-attrib-verb-regexp)
21032         (gnus-outlook-deuglify-attrib-end-regexp)
21033         (gnus-outlook-display-hook): Add :version.
21035         * binhex.el (binhex-use-external): Add :version.
21037 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
21039         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
21040         and `invisible'.
21042 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
21044         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
21045         in gnus-registry-trim.
21047 2004-09-13  Simon Josefsson  <jas@extundo.com>
21049         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
21051         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
21053         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
21054         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21055         <yamaoka@jpl.org>.
21056         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
21057         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
21058         <yamaoka@jpl.org>.
21060         * sieve.el (sieve-manage-mode): Ditto.
21062 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
21064         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
21066 2004-09-11  Simon Josefsson  <jas@extundo.com>
21068         * dns-mode.el: Add.
21070         * mm-view.el (mm-display-dns-inline): Add.
21072         * mm-decode.el (mm-inline-media-tests): Add text/dns.
21073         (mm-automatic-display): Ditto.
21075         * mailcap.el (mailcap-mime-data): Add text/dns.
21076         (mailcap-mime-extensions): Map .soa to text/dns.
21078 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
21080         * gnus-art.el (article-decode-mime-words, article-babel)
21081         (gnus-article-highlight-signature, gnus-article-add-buttons)
21082         (gnus-signature-toggle): Remove unnecessary bindings of
21083         `inhibit-read-only' inherited from v5.10 merge.
21085 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
21087         * nntp.el (nntp): New customization group.
21088         (nntp-authinfo-file): Add customization group.
21090         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
21092         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
21094         * gnus.el (to-address, to-list, subscribed)
21095         (large-newsgroup-initial): Ditto.
21097         * flow-fill.el (fill-flowed-display-column)
21098         (fill-flowed-encode-column): Ditto.
21100 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
21102         * message.el (message-tokenize-header, message-send-mail-with-qmail):
21103         Use point-min rather than 1.
21104         (message-send-mail): Use buffer-size rather than point-max.
21106         * gnus-sum.el (gnus-summary-search-article-forward):
21107         Signal a specific `search-failed' rather than a generic `error'.
21109         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
21110         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
21111         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
21113 2004-09-10  Simon Josefsson  <jas@extundo.com>
21115         * nndb.el (require): Remove tcp and duplicate cl.
21117 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21119         * gnus-agent.el (directory-files-and-attributes): Move forward.
21121 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21123         * gnus-agent.el (directory-files-and-attributes):
21124         Optionally defined to support XEmacs.
21126 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
21128         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
21129         to avoid run-time CL dependencies.
21130         (gnus-agent-unfetch-articles): New function.
21131         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
21132         article numbers even when local .overview file is missing.
21133         (gnus-agent-read-article-number): New function.  Only accepts
21134         27-bit article numbers.
21135         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
21136         Use gnus-agent-read-article-number.
21137         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
21138         from backend while recognizing that article numbers in .overview
21139         must be valid.
21140         (gnus-agent-update-files-total-fetched-for):
21141         Use directory-files-and-attributes to improve performance.
21142         * gnus-int.el (gnus-request-move-article):
21143         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
21144         improve performance.
21146         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
21147         some users confused by references to .newsrc when they only have a
21148         .newsrc.eld file.
21149         (gnus-convert-mark-converter-prompt)
21150         (gnus-convert-converter-needs-prompt): Fix use of property list.
21151         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
21152         New function.  Used internally to only display 'gnus converting
21153         files' message when actually necessary.
21155         * gnus-sum.el (): Remove (require 'gnus-agent) as required
21156         methods now autoloaded.
21158 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
21160         * gnus-sum.el (gnus-summary-insert-subject): Remove list
21161         identifiers.
21163 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
21165         * gnus-picon.el: Fix indentation and closing parenthesis.
21167 2004-09-01  Simon Josefsson  <jas@extundo.com>
21169         * message.el (message-canlock-generate): Require sha1, not
21170         sha1-el.  (Can we get rid of this require altogether?  It is ugly
21171         to require within a function.  Sadly, if sha1.el isn't loaded, the
21172         let binding in m-c-g will hide the defcustom definition, which is
21173         bad.)
21175         * canlock.el: Require sha1, not sha1-el.
21177         * message.el: Don't autoload sha1 (there is a autoload cookie in
21178         sha1.el).
21180         * sha1-el.el: Rename to sha1.el.
21182 2004-08-30  Juanma Barranquero  <lektu@terra.es>
21184         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
21186 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
21188         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
21190 2004-08-30  Kim F. Storm  <storm@cua.dk>
21192         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
21194         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
21195         Add :group 'nnimap.
21197 2004-08-30  Andreas Schwab  <schwab@suse.de>
21199         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
21200         ?* and ?\;.
21202         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
21203         and ?\' to symbol instead of whitespace.
21205 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
21207         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
21209         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
21210         instead of re-search-forward.
21212         * gnus-uu.el (gnus-uu-save-article): Ditto.
21213         (gnus-uu-post-encode-uuencode): Ditto.
21215         * html2text.el (html2text-clean-list-items): Ditto.
21216         (html2text-clean-dtdd): Ditto.
21217         (html2text-format-tags): Ditto.
21219         * message.el (message-send-mail-with-sendmail): Fix regexp.
21220         (message-fill-field-general): Use search-forward instead of
21221         re-search-forward.
21222         (unbold-region): Ditto.
21224         * nnrss.el (nnrss-request-article): Ditto.
21226         * nnslashdot.el (nnslashdot-request-article): Ditto.
21228         * nnweb.el (nnweb-gmane-wash-article): Ditto.
21230         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
21231         "Unrecognized menu descriptor" error in XEmacs.
21233 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
21235         * gnus-sum.el (gnus-read-header): Don't remove a header for the
21236         parent article of a sparse article in the thread hashtb.
21238 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
21240         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
21241         (nnmail-expand-newtext): Lowercase expanded entries if
21242         nnmail-split-lowercase-expanded is non-nil.
21244 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21246         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
21248         * gnus-group.el (gnus-group-line-format-alist): Convert the value
21249         of gnus-tmp-news-method into string under XEmacs.  It will be
21250         passed to gnus-correct-length which takes only a string argument.
21252 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21254         * gnus-util.el (gnus-bind-print-variables): New macro.
21255         (gnus-prin1): Use it.
21256         (gnus-prin1-to-string): Use it.
21257         (gnus-pp): New function.
21258         (gnus-pp-to-string): New function.
21260         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
21261         Replace pp-to-string with gnus-pp-to-string.
21262         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
21263         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
21264         * gnus-msg.el (gnus-debug): Ditto.
21265         * gnus-score.el (gnus-score-save): Ditto.
21266         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
21267         gnus-pp-to-string.
21268         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
21269         with gnus-pp.
21270         * score-mode.el (gnus-score-pretty-print): Ditto.
21271         * webmail.el (webmail-debug): Ditto.
21273 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21275         * gnus-art.el (article-display-face, article-display-x-face):
21276         Use buffer-read-only.
21278 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21280         * gnus-art.el (article-hide-list-identifiers):
21281         Bind inhibit-read-only as t.
21283 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
21285         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
21287 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
21289         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
21290         (gnus-narrow-to-page): Don't assume point-min == 1.
21291         (gnus-article-edit-mode): Derive from message-mode.
21293         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
21294         point-min == 1.
21296         * imap.el (imap-parse-address-list, imap-parse-body-ext):
21297         Disable incorrect use of `assert'.
21299         * message.el (message-mode): Set comment-start-skip.
21301 2004-08-22  Sam Steingold  <sds@gnu.org>
21303         * pop3.el (pop3-leave-mail-on-server): New user variable.
21304         (pop3-movemail): Delete mail only when it is nil.
21306 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
21308         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
21310         * mml.el (mml-preview): Use `pop-to-buffer'.
21312         * message.el (message-goto-mail-followup-to): Insert after "To".
21313         (message-carefully-insert-headers): Add comment.
21315         * gnus.el: Remove unused variable `gnus-article-check-size'.
21317         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
21319         * gnus-art.el (gnus-button-alist):
21320         Improve `gnus-button-handle-library' entry.
21322 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
21324         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
21325         Use downcase, since XEmacs capitalizes error messages differently.
21327 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
21329         * nntp.el: Add (require 'gnus) due to reference to
21330         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
21332 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
21334         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
21335         Bind `mm-fill-flowed'.
21337         * mm-decode.el (mm-dissect-singlepart): Check it.
21339 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
21341         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
21342         'imap' for netrc parsing.
21344 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
21346         * mailcap.el (mailcap-mime-data): Mark as risky.
21348 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21350         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
21351         may be included in the encoded word.
21352         (rfc2047-encode): Don't append a space if the encoded word
21353         includes close parenthesis.
21355 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21357         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
21358         of text within parentheses.
21360 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
21362         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
21363         (gnus-encrypt-write-file-contents): Make the password key the file
21364         name PLUS the cipher, not just the cipher.  Also remove failed
21365         passwords from the cache.
21367 2004-08-06  Simon Josefsson  <jas@extundo.com>
21369         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
21370         Doc fix.
21372 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21374         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
21375         LWSP.
21377 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
21379         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
21380         Try to append in-reply-to: data to the references: header.
21382         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
21383         (netrc-parse): Use gnus-encrypt.el functions.
21385         * gnus-encrypt.el: Add new file for encryption support; currently
21386         does only a few GPG ciphers and an internal XOR cipher.
21388         * password.el: Add comments on using password-read-and-add.
21389         (password-read-and-add): Add function to read and add the
21390         password to the cache at once.
21392 2004-07-28  Simon Josefsson  <jas@extundo.com>
21394         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
21395         parameter (but don't use it, for now).
21397         * imap.el (imap-ssl-open): Use imap-process-connection-type,
21398         instead of hard coding to nil.
21400 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21402         * mm-view.el (mm-inline-image-emacs): Open lines under an image
21403         as mm-inline-image-xemacs does.
21405 2004-07-26  Simon Josefsson  <jas@extundo.com>
21407         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
21408         Revert part of 2004-07-17 change below.
21410 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
21412         * rfc2047.el (rfc2047-encode-region): Don't infloop.
21413         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
21415 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21417         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
21418         quotes that actually start with ">" at the beginning of the
21419         lines.
21421 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21423         * rfc2047.el (rfc2047-encode-region): Fix last change.
21424         (rfc2047-encode-parameter): Remove useless concat.
21426 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
21428         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
21429         encode special characters; fix some kind of misconfigured headers;
21430         signal a real error if debug-on-quit or debug-on-error is non-nil.
21431         (rfc2047-encode-max-chars): New variable.
21432         (rfc2047-encode-1): Use it.
21433         (rfc2047-encode-parameter): New function.
21435         * mml.el (mml-insert-parameter): Remove an excessive space.
21437 2004-07-17  Simon Josefsson  <jas@extundo.com>
21439         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
21440         Kai Grossjohann <kai@emptydomain.de>.
21441         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
21442         (gnus-group-make-menu-bar): Ditto.
21444         * gnus-util.el (gnus-group-server): Add.
21446 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
21448         * message.el (message-clone-locals): Clone sendmail and smtp
21449         variables.
21451 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21453         * rfc2047.el (rfc2047-encode-region): Fix last change.
21455 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
21457         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
21458         characters as non-special.
21460 2004-07-09  Simon Josefsson  <jas@extundo.com>
21462         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
21463         Users will lose all flag changes made while unplugged with
21464         e.g. nntp unless flag synchronization happens, thus `nil' is not a
21465         good default.  See numerous reports on ding mailing list.
21467 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21469         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
21470         add generate-head-function and generate-article-function to the
21471         rfc822-forward entry.
21472         (nndoc-rfc822-forward-generate-article): New function.
21473         (nndoc-rfc822-forward-generate-head): New function.
21475         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
21477 2004-07-06  Dan Christensen  <jdc@uwo.ca>
21479         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
21480         respect display group parameter and gnus-summary-expunge-below.
21481         (gnus-articles-to-read): Remove unused reference to display group
21482         parameter.
21484 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21486         * nnheader.el (nnheader-uniquify-message-id): New experimental
21487         variable.
21488         (nnheader-nov-read-message-id): Use it.
21490         * spam-report.el (spam-report-gmane): Add interactive.
21492 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
21494         * mm-encode.el (mm-content-transfer-encoding-defaults):
21495         Use qp-or-base64 for the application/* types.
21497 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
21499         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
21501 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
21503         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
21504         trim value.
21506 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
21508         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
21509         New macro and function.
21510         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
21512 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21514         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
21515         after-load-alist.
21517 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21519         * gnus-group.el (gnus-group-get-new-news-this-group):
21520         Don't update info that isn't there.
21522 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
21524         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
21525         entry.
21527 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
21529         * mm-view.el (mm-inline-render-with-function): Use multibyte
21530         buffer; decode html source by charset.
21532         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
21534         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
21535         Mule-UCS is loaded under XEmacs.
21536         (mm-mime-mule-charset-alist): Avoid duplicated entries.
21538 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
21540         * nnheader.el (nnheader-max-head-length): Increase to 8192.
21542 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21544         * mm-util.el (mm-coding-system-p): Return a coding-system.
21545         (mm-mime-mule-charset-alist): Use shift_jis instead of
21546         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
21547         entries for the mime charsets iso-2022-jp-3 and shift_jis.
21548         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
21549         instead of japanese-shift-jis and iso-latin-1 respectively in
21550         order to share the default value with both Emacs and XEmacs-mule.
21551         (mm-mule-charset-to-mime-charset):
21552         Make mm-coding-system-priorities effective.
21553         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
21554         while predicating of candidates upon the priorities.
21556 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
21558         * gnus-sum.el (gnus-summary-make-menu-bar):
21559         Add gnus-uu-invert-processable.
21561         * gnus.el: Autoload gnus-uu-invert-processable.
21563 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
21565         * mm-util.el (mm-with-multibyte-buffer): New macro.
21567         * rfc2047.el (rfc2047-encode-string): Use it.
21568         (rfc2047-encode-region): Move point to the end of the region after
21569         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
21571 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21573         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
21574         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
21576 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21578         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
21579         (gnus-cite-parse): Ignore quoted envelope From_.
21580         Suggested by Karl Chen <quarl@nospam.quarl.org>.
21582 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
21584         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
21585         invalid addresses.
21587 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
21589         * spam.el: Change section markers, revise TODO list.
21590         (spam-backends): Make new master list of all installed backends.
21591         (spam-summary-exit-behavior): Add new variable to determine how
21592         messages moves are done at summary exit.
21593         (spam-move-spam-nonspam-groups-only)
21594         (spam-process-ham-in-nonham-groups)
21595         (spam-process-ham-in-spam-groups): Remove variables, the
21596         spam-summary-exit-behavior variable should be used to manage this
21597         behavior.
21598         (spam-old-ham-articles, spam-old-spam-articles): Remove.
21599         (spam-old-articles): Add variable, replacing spam-old-ham-articles
21600         and spam-old-spam-articles.
21601         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
21602         Add empty variables, placeholders for the backends they represent.
21603         (spam-set-difference): Move, unchanged.
21604         (spam-list-of-processors): Declare OBSOLETE, not used anymore
21605         unless the user has a processor variable.
21606         (spam-classifications, spam-classification-valid-p)
21607         (spam-backend-properties, spam-backend-property-valid-p)
21608         (spam-backend-function-type-valid-p)
21609         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
21610         (spam-report-articles-gmane, spam-report-articles-resend):
21611         Remove functions, they are not needed.
21612         (spam-install-backend-super, spam-backend-list)
21613         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
21614         (spam-backend-function, spam-backend-ham-registration-function)
21615         (spam-backend-spam-registration-function)
21616         (spam-backend-ham-unregistration-function)
21617         (spam-backend-spam-unregistration-function)
21618         (spam-backend-statistical-p, spam-backend-mover-p)
21619         (spam-install-backend-alias, spam-install-checkonly-backend)
21620         (spam-install-mover-backend, spam-install-nocheck-backend)
21621         (spam-install-backend, spam-install-statistical-backend)
21622         (spam-install-statistical-checkonly-backend): Add backend installation
21623         support.
21624         (spam-summary-prepare-exit): Rewrite to use the new backend code.
21625         (spam-group-processor-p): Use the new backend code and respect the
21626         summary exit behavior.
21627         (spam-mark-spam-as-expired-and-move-routine): Remove.
21628         (spam-summary-prepare): Change to use the new spam-old-articles
21629         variable.
21630         (spam-copy-or-move-routine, spam-copy-spam-routine)
21631         (spam-move-spam-routine, spam-copy-ham-routine)
21632         (spam-move-ham-routine): Add code to copy/move ham or spam.
21633         (spam-fetch-field-fast): Improve doc and code, plus allow the
21634         'number request.
21635         (spam-list-of-checks, spam-list-of-statistical-checks):
21636         Remove variables.
21637         (spam-split, spam-find-spam): Use the new backend code.
21638         (spam-registration-functions): Remove variable.
21639         (spam-unregister-routine): Add convenience wrapper.
21640         (spam-log-undo-registration, spam-register-routine)
21641         (spam-log-processing-to-registry)
21642         (spam-log-unregistration-needed-p): Rename "check" to "backend"
21643         where possible.
21644         (spam-check-gmane-xref, spam-check-regex-headers)
21645         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
21646         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
21647         (spam-check-bogofilter-headers, spam-check-spamoracle)
21648         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
21649         (spam-check-crm114-headers): Use the spam-split-group that
21650         spam-split prepares, no need to determine it every time.
21652         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
21653         to the nnheader-parse-naked-head call.
21655         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
21657         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
21658         the nnheader-nov-read-message-id call.
21660 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21662         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
21663         gnus-activate-group twice.  Suggested by Markus Peter
21664         <warp@spin.de>.
21666 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
21668         * gnus-art.el (gnus-article-time-format): Exchange the order of
21669         day and month in the default value; fix customization type.
21670         (article-date-ut): Use add-text-properties.
21671         (article-make-date-line): Use message-make-date instead of
21672         current-time-string.
21674         * message.el (message-fetch-field): Don't use set-text-properties.
21675         (message-make-date): Simplify.
21677 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
21679         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
21680         (rfc2047-encode-region): Treat text within parentheses as special;
21681         show the original text when error has occurred.
21683         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
21684         already-computed method to gnus-activate-group.
21686         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
21687         same select-methods identical Lisp objects.
21689         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
21690         object when modifying the info.
21692 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
21694         * gnus-srvr.el (gnus-server-set-info): Remove the server from
21695         gnus-opened-servers since it has never been opened with the new
21696         configuration yet.
21698 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21700         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
21701         arg to nnheader-generate-fake-message-id.
21703 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
21705         * nnheader.el (nnheader-generate-fake-message-id): Accept a
21706         number and build a fake message ID localized to a group and
21707         article number (so it's repeatable from that point on).
21708         (nnheader-fake-message-id-p): Change regex to accommodate new fake
21709         ID format.
21711         * gnus-sum.el (gnus-get-newsgroup-headers):
21712         Call nnheader-generate-fake-message-id with the article number.
21714 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
21716         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
21717         end-of-buffer.
21719 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21721         * message.el (message-ignored-supersedes-headers): Add Approved.
21723 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
21725         * rfc2047.el (rfc2047-encode-message-header): Remove useless
21726         goto-char.
21727         (rfc2047-encode): Fold the line before encoding.
21729 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21731         * rfc2047.el (rfc2047-encode-message-header): Disabled header
21732         folding -- not all headers can be folded, and this should be done
21733         by the message composition mode.  Probably.  I think.
21735 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
21737         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
21738         fast.
21740         * gnus-ems.el (gnus-remove-image): Don't use
21741         message-text-with-property; remove only the image found first.
21743 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
21745         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
21747 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
21749         * message.el (message-text-with-property): Make it fast and accept
21750         optional arguments.
21751         (message-strip-forbidden-properties): Use it.
21752         (message-fix-before-sending): Follow the m-t-w-p change.
21754         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
21756 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
21758         * gnus-art.el (article-hide-headers): Don't change the buffer
21759         mistakenly when performing mml-preview even if
21760         gnus-single-article-buffer is nil.
21762 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
21764         * message.el (message-expand-name-databases): New user option.
21765         (message-expand-name): Use it.
21767 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
21769         * spam.el (spam-report-articles-resend)
21770         (spam-report-resend-register-routine): Allow ham reporting.
21771         (spam-report-resend-register-ham-routine): Add wrapper.
21772         (spam-registration-functions): Add ham resending functions.
21773         (spam-list-of-processors): Add ham resend processor.
21775         * gnus.el (ham-resend-to): Add new group parameter.
21776         (spam-process): Add ham resend option.
21778         * spam-report.el (spam-report-resend): Allow reporting ham.
21779         (spam-report-resend-ham): Add wrapper.
21781 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21783         * message.el (message-cite-articles-with-x-no-archive):
21784         New variable.
21785         (message-cite-original): Use it.
21787 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21789         * message.el (message-cite-original): Respect X-No-Archive.
21791 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
21793         * gnus-art.el (article-hide-headers): Refer to the values for
21794         gnus-ignored-headers and gnus-visible-headers in the summary
21795         buffer since a user may have set them as group parameters.
21797 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
21799         * assistant.el (assistant-node-name): Add convenience function.
21800         (assistant-render-text, assistant-render-node): Add error handling,
21801         plus handle multiple next nodes.
21802         (assistant-find-next-node): Comment out for now.
21803         (assistant-find-next-nodes): Add function, returns list of next
21804         nodes.
21806 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
21808         * mail-source.el (mail-source-directory): Fix doc-string.
21810 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
21812         * assistant.el (assistant-render-text, assistant-eval): Add :set
21813         widget type, which is different because it takes and returns a
21814         list.  Much hilarity ensues.
21816 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
21818         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
21820         * gnus-group.el (gnus-group-get-new-news-this-group):
21821         Add doc-string.
21823         * gnus-start.el (gnus-activate-group): Add doc-string.
21825 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
21827         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
21829 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
21831         * assistant.el (assistant-render-text): Try to add a :set
21832         widget, more to come.
21834         * spam.el (spam-group-spam-contents-p): Handle empty groupname
21835         strings.
21836         (spam-report-articles-resend)
21837         (spam-register-routine): Do registration iff any articles warrant
21838         it.
21839         (spam-summary-prepare-exit): Change log message for nil group
21840         destinations.
21842 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
21844         * spam.el (spam-report-resend-register-routine):
21845         Allow spam-report-resend-to to be a group parameter or a global value.
21847 2004-05-26  Simon Josefsson  <jas@extundo.com>
21849         * starttls.el: Merge with my GnuTLS based starttls.el.
21850         (starttls-gnutls-program, starttls-use-gnutls)
21851         (starttls-extra-arguments, starttls-process-connection-type)
21852         (starttls-connect, starttls-failure, starttls-success):
21853         New variables.
21854         (starttls-program, starttls-extra-args): Doc fix.
21855         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
21856         New functions.
21857         (starttls-negotiate, starttls-open-stream):
21858         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
21859         function if it is set.
21861 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
21863         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
21864         structured fields.
21866 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21868         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
21870 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
21872         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
21873         Add variable.
21874         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
21875         assigning the spam-mark to new messages.
21877 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
21879         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
21881 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
21883         * rfc2047.el (rfc2047-encodable-p): Don't move point.
21884         (rfc2047-decode): Treat the ascii coding-system as raw-text by
21885         default.
21887 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
21889         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
21890         correct data.
21892 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
21894         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
21895         (spam-group-processor-p): Fix function.
21896         (spam-group-processor-multiple-p)
21897         (spam-group-spam-processor-report-gmane-p)
21898         (spam-group-spam-processor-report-resend-p)
21899         (spam-group-spam-processor-bogofilter-p)
21900         (spam-group-spam-processor-blacklist-p)
21901         (spam-group-spam-processor-ifile-p)
21902         (spam-group-ham-processor-ifile-p)
21903         (spam-group-spam-processor-spamoracle-p)
21904         (spam-group-spam-processor-crm114-p)
21905         (spam-group-ham-processor-bogofilter-p)
21906         (spam-group-spam-processor-stat-p)
21907         (spam-group-ham-processor-stat-p)
21908         (spam-group-ham-processor-whitelist-p)
21909         (spam-group-ham-processor-BBDB-p)
21910         (spam-group-ham-processor-spamoracle-p)
21911         (spam-group-ham-processor-copy-p): Remove functions with some
21912         prejudice against unneeded code.
21913         (spam-report-articles-resend)
21914         (spam-report-resend-register-routine): Allow the group/topic
21915         spam-resend-to value to override spam-report-resend-to.
21916         (spam-summary-prepare-exit): Invoke spam-group-processor-p
21917         properly now.
21919         * gnus.el (spam-resend-to): Add group/topic parameter.
21920         (spam-process): Move the OBSOLETE processors to the end of the
21921         choices.
21923 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
21925         * spam-report.el (spam-report-resend-to, spam-report-resend):
21926         Start with resend-to set to nil, and then ask the user if necessary.
21927         (spam-report-resend): spam-report-resend takes a list of articles, not
21928         separate article numbers.
21930 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
21932         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
21933         addition to emacs-w3m.
21935 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21937         * assistant.el (assistant-authinfo-data): New function.
21938         (assistant-eval): Eval for entire assistant.
21940         * netrc.el (netrc-services-file): New variable.
21941         (netrc-parse-services): New function.
21942         (netrc-find-service-name): New function.
21943         (netrc-find-service-number): New function.
21944         (netrc-port-equal): New function.
21945         (netrc-machine): Use it.
21947         * nnimap.el (nnimap-open-connection): Use netrc.
21949         * gnus-util.el (gnus-netrc-get): Remove aliases.
21951         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
21953         * assistant.el (wid-edit): Fix compilation.
21955         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
21957 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
21959         * gnus-util.el (gnus-set-file-modes): New function.  (small
21960         patch).
21962 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21964         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
21966         * assistant.el (assistant-render-node): Fix up rendering and
21967         read-only text.
21968         (assistant-render-node): Reset.
21969         (assistant-make-read-only): Not sticky.
21971 2004-05-20  Danny Siu  <dsiu@adobe.com>
21973         * gnus-sum.el (gnus-summary-recenter): Summary buffer was not auto
21974         centered even when gnus-auto-center-summary is t.
21976 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21978         * dns.el (dns-get-txt-answer): New function.
21979         (dns-read-txt): Ditto.
21980         (query-dns): Use it.
21982 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
21984         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
21985         active for foreign groups even if the group level is higher than
21986         the specified value.
21988 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21990         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
21991         non-active groups.
21993         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
21995 2004-05-20  Magnus Henoch  <mange@freemail.hu>
21997         * dns.el (dns-read-type): Add support for SVR.  (small patch)
21999 2004-05-20  Adam Sjøgren  <asjo@koldfront.dk>
22001         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
22002         (spam-crm114-header, spam-crm114-spam-switch)
22003         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
22004         (spam-crm114-positive-spam-header)
22005         (spam-crm114-database-directory, spam-list-of-processors)
22006         (spam-group-spam-processor-crm114-p)
22007         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
22008         (spam-generic-score, spam-list-of-checks)
22009         (spam-list-of-statistical-checks, spam-registration-functions)
22010         (spam-check-crm114-headers, spam-crm114-score)
22011         (spam-check-crm114, spam-crm114-register-with-crm114)
22012         (spam-crm114-register-spam-routine)
22013         (spam-crm114-unregister-spam-routine)
22014         (spam-crm114-register-ham-routine)
22015         (spam-crm114-unregister-ham-routine): Add CRM114 support.
22017 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
22019         * gnus.el: Add spam-use-crm114.
22021         * spam.el (spam-list-of-processors, spam-registration-functions):
22022         Add spam-use-resend.
22023         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
22024         (spam-report-articles-gmane): Add doc fix.
22025         (spam-report-articles-resend, spam-report-resend-register-routine):
22026         Add wrappers around spam-report-resend-to.
22028         * spam-report.el (spam-report-resend-to, spam-report-resend):
22029         Add support for resending spam.
22030         (spam-report-gmane): Fix line length >80.
22032         * gnus.el (spam-process): Add spam-use-resend.
22034 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22036         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
22037         number of processed spam messages.
22038         (spam-ham-copy-or-move-routine): Return the number of processed
22039         ham messages.
22040         (spam-summary-prepare-exit): Use the above values to decide
22041         whether status messages shouled be displayed.
22043 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
22045         * rfc2047.el (rfc2047-encode-function-alist): Rename from
22046         `rfc2047-encoding-function-alist' in order to avoid conflicting
22047         with the old version.
22048         (rfc2047-encode-region): Concatenate words containing non-ASCII
22049         characters in structured fields; don't encode space-delimited
22050         ASCII words even in unstructured fields; don't break words at
22051         char-category boundaries.
22052         (rfc2047-encode-1): New function.
22053         (rfc2047-encode): Use it; encode text so that it occupies the
22054         maximum width within 76-column; work correctly on Q encoding for
22055         iso-2022-* charsets.
22056         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
22057         sure not to break a line just after the header name.
22058         (rfc2047-b-encode-region): Remove.
22059         (rfc2047-b-encode-string): New function.
22060         (rfc2047-q-encode-region): Remove.
22061         (rfc2047-q-encode-string): New function.
22063         * mm-util.el (mm-replace-in-string): New function.
22065 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22067         * gnus-msg.el (gnus-inews-make-draft-meta-information):
22068         Really get it right.
22069         (gnus-inews-make-draft): Really.
22071 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
22073         * nnmh.el (nnmh-request-list-1): Don't check the link count
22074         before descending.  (small patch)
22076 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22078         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
22079         stuff.
22081         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
22082         Match on real group name.
22084         * gnus-art.el (gnus-signature-limit): Doc fix.
22086         * gnus-msg.el (gnus-inews-make-draft): Quote list.
22088 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22090         * gnus-draft.el (gnus-draft-send):
22091         Bind rfc2047-encode-encoded-words.
22093         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
22094         (rfc2047-encodable-p): Say that =? needs encoding.
22095         (rfc2047-encode-encoded-words): New variable.
22097         * gnus-group.el (gnus-group-select-group): Doc fix.
22099         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
22101         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
22102         to nil.
22104         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
22106         * nnheader.el (nnheader-get-lines-and-char): New function.
22108 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
22110         * gnus-msg.el (gnus-summary-followup-with-original):
22111         Document yanking of region when active.
22113 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22115         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
22116         groups if the group level is higher than the specified value.
22118 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22120         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
22121         (gnus-group-jump-to-group): Add prefix argument using
22122         `gnus-group-jump-to-group-prompt'.  Query before jumping to
22123         non-active group.
22125         * compface.el (uncompface): Be verbose when changing
22126         `uncompface-use-external'.
22128         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
22129         handle manual section.
22131 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22133         * gnus-art.el (gnus-button-alist): Revert previous change.
22135 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22137         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
22139 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22141         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
22142         whether backend can accept message.
22144         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
22146 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
22148         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22149         Avoid creating directory when nntp-marks-is-evil is true.
22150         Reported by Reiner Steib.
22152 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
22154         * gnus-picon.el (gnus-picon-insert-glyph):
22155         Add optional `nostring' argument.
22157 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22159         * gnus-picon.el (gnus-picon-style): New variable.
22160         (gnus-picon-transform-address): Support `gnus-picon-style'.
22162 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22164         * message.el (message-fill-field): Return point.
22165         (message-generate-headers): Go to end of field.
22167         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
22168         stuff for non-living groups.
22170 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
22172         * gnus-art.el (gnus-article-followup-with-original)
22173         (gnus-article-reply-with-original): gnus-mark-active-p ->
22174         gnus-region-active-p.
22176 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
22178         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
22179         only when there is spam or ham to be processed.
22181 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22183         * mail-source.el (mail-source-delete-crash-box): Refactor.
22184         (mail-source-fetch): Use it.
22185         (mail-source-fetch-file): Ditto.
22186         (mail-source-fetch-directory): Run PostScript in loop.
22187         (mail-source-fetch-pop): Delete.
22188         (mail-source-fetch-maildir): Ditto.
22189         (mail-source-fetch-imap): Ditto.
22191         * imap.el (imap-authenticators): Comment out sasl.
22193         * message.el (message-skip-to-next-address): New function.
22194         (message-fill-header-address): Refactor.
22195         (message-fill-address): Use it.
22196         (message-delete-address): Use it.
22197         (message-fill-header-general): Refactor.
22198         (message-fill-field-address): Rename.
22199         (message-narrow-to-field): Find the start of the header.
22200         (message-header-format-alist): Don't pre-fill.
22201         (message-fill-header): Remove.
22202         (message-insert-header): New function.
22203         (message-shorten-references): Use it.
22205         * rfc2047.el (rfc2047-field-value): Strip props.
22207         * mail-parse.el (mail-header-make-address): New alias.
22209         * ietf-drums.el (ietf-drums-make-address): New function.
22211         * imap.el: Add compiler directives.
22213         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
22215         * gnus-art.el (article-decode-idna-rhs): Don't use
22216         message-idna-inside-rhs-p.
22218 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22220         * message.el (message-idna-inside-rhs-p): Remove.
22221         (message-idna-to-ascii-rhs-1): Use proper address parsing.
22223         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
22224         false positives.
22226 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
22228         * imap.el (imap-sasl-make-mechanisms): Use sasl.
22230 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22232         * nneething.el (nneething-file-name): Don't create spurious
22233         files.
22235         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
22236         (gnus-inews-do-gcc): Remove sleep.
22238         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
22239         part under point.
22241         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
22242         (gnus-agent-regenerate-group): Using nil messages aren't valid.
22244 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
22246         * spam.el (spam-summary-prepare-exit): Fix (length).
22248 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
22250         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
22251         as expired without moving it" message when there are spam
22252         messages left.
22254 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
22256         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
22257         header is not nil.
22259 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
22261         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
22262         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
22263         (nntp-marks-changed-p): New arg SERVER.
22264         (nntp-request-update-info): Adjust caller.
22266 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
22268         * nntp.el (nntp-save-marks): Pass missing arg.
22270 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
22272         * nntp.el: Support marks.
22273         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
22274         (nntp-marks-modtime, nntp-marks-directory): New variables.
22275         (nntp-request-set-mark, nntp-request-update-info)
22276         (nntp-possibly-create-directory, nntp-marks-changed-p)
22277         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
22278         New functions.
22280 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
22282         * gnus-score.el (gnus-score-insert-help):
22283         Use gnus-select-lowest-window.
22285         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
22286         appt-select-lowest-window and rename to gnus-select-lowest-window.
22288         * gnus.el: do.
22290 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22292         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
22293         encodings of MIME-encoded words, in order to improve
22294         interoperability with several broken MUAs.
22296 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22298         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
22299         tags, only when charsets are not specified in headers.
22300         (mm-inline-text-html-render-with-w3m): Ditto.
22302 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22304         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
22305         instead of MIME-decoded from fields when checking
22306         `gnus-article-address-banner-alist'.
22308 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
22310         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
22311         description rather than subject.
22313 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22315         * gnus.el (gnus-version-number): Bump.
22317 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
22319         * gnus.el: No Gnus v0.2 is released.
22321 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
22323         * gnus-agent.el (gnus-agent-read-agentview):
22324         Inline gnus-uncompress-range.
22326 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22328         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
22329         `exec-installed-p'.
22331 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
22333         * gnus.el (spam-process, spam-autodetect-methods):
22334         Add bsfilter and bsfilter-headers.
22336         * spam.el (spam-bsfilter): New customize group.
22337         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
22338         (spam-bsfilter-header, spam-bsfilter-probability-header)
22339         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
22340         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
22341         (spam-bsfilter-database-directory): New options.
22342         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
22343         (spam-list-of-statistical-checks, spam-registration-functions):
22344         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
22345         (spam-bsfilter-score): New command.
22346         (spam-check-bsfilter-headers, spam-check-bsfilter)
22347         (spam-bsfilter-register-with-bsfilter)
22348         (spam-bsfilter-register-spam-routine)
22349         (spam-bsfilter-unregister-spam-routine)
22350         (spam-bsfilter-register-ham-routine)
22351         (spam-bsfilter-unregister-ham-routine): New functions.
22352         (spam-generic-score): Support bsfilter; Accept an optional argument
22353         to recalcurate spam score even if scoring header has already been
22354         added.
22355         (spam-bogofilter-score, spam-spamassassin-score): Accept an
22356         optional argument to recalcurate spam score even if scoring header
22357         has already been added.
22359 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
22361         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
22362         strings!  Reported by David D. Smith <davidsmith@acm.org>.
22363         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
22364         link is missing.
22366 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
22368         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
22369         (html2text-get-attr): Rewrite.
22371         * message.el (message-setup-1): Remove redundant put-text-property
22372         on mail-header-separator.
22374 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
22376         * gnus-registry.el (gnus-registry-cache-whitespace)
22377         (gnus-registry-action, gnus-registry-spool-action)
22378         (gnus-registry-split-fancy-with-parent): Change message levels
22379         from 5 to 3 or 7, as needed.
22381         * spam.el (spam-summary-prepare-exit)
22382         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
22383         (spam-split, spam-find-spam, spam-log-undo-registration)
22384         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
22385         level from 5 to 6.
22387 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22389         * gnus-ems.el: Autoload appt-select-lowest-window (revert
22390         2004-03-04 change).
22392 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
22394         * sieve-manage.el (sieve-manage-open):
22395         * nnweb.el (nnweb-insert-html):
22396         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
22397         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
22398         * nnspool.el (nnspool-request-group):
22399         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
22400         * nnml.el (nnml-request-update-info):
22401         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
22402         (nnmh-request-create-group, nnmh-update-gnus-unreads):
22403         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
22404         (nnimap-request-set-mark):
22405         * nnfolder.el (nnfolder-request-update-info):
22406         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
22407         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
22408         * gnus-uu.el (gnus-uu-find-articles-matching):
22409         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
22410         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
22411         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
22412         * gnus-nocem.el (gnus-nocem-scan-groups):
22413         * gnus-int.el (gnus-start-news-server):
22414         * gnus-group.el (gnus-group-make-kiboze-group)
22415         (gnus-group-browse-foreign-server):
22416         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
22417         Use mapc when appropriate.
22419 2004-04-22  Dan Christensen  <jdc@uwo.ca>
22420             Adam Sjøgren  <asjo@koldfront.dk>
22421             Wes Hardaker  <wes@hardakers.net>
22422             Michael Shields  <shields@msrl.com>
22424         * spam.el (spam-necessary-extra-headers): Get the extra headers we
22425         may need for spam sorting and scoring.
22426         (spam-user-format-function-S): Add user format function suitable for
22427         general use.
22428         (spam-article-sort-by-spam-status): Add sorting function for summary
22429         sorting.
22430         (spam-extra-header-to-number): Add function to get a score from a
22431         header.
22432         (spam-summary-score): Add function to get a numeric score from the
22433         headers.
22434         (spam-generic-score): Fix function doc, was in wrong place.
22435         (spam-initialize): Take symbols when it's run, and install the
22436         extra headers that spam-necessary-extra-headers thinks we need.
22438 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
22440         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
22441         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
22443 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
22445         * gnus-sum.el (gnus-set-global-variables)
22446         (gnus-build-all-threads, gnus-get-newsgroup-headers)
22447         (gnus-article-get-xrefs, gnus-summary-best-group)
22448         (gnus-summary-next-article, gnus-summary-enter-digest-group)
22449         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
22450         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
22451         Use with-current-buffer.
22453 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
22455         * spam.el (spam-summary-prepare-exit): Simplify logic.
22456         (spam-fetch-article-header): Read the article header if it's not
22457         available.
22458         (spam-list-articles): Simplify logic.
22459         (spam-filelist-register-routine): Fix bug with unregister-list.
22461         * gnus-registry.el: Fix comments at beginning.
22463 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
22465         * message.el (message-cater-to-broken-inn): Remove.
22466         (message-shorten-references): Make sure the total folded length of
22467         References is shorter than 998 characters to cater to a bug in INN
22468         2.3.  Also, don't pretend that references aren't folded -- this
22469         hasn't worked for a while.
22471 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22473         * gnus-agent.el (gnus-agentize):
22474         gnus-agent-send-mail-real-function no longer set to current value
22475         of message-send-mail-function but rather a lambda that calls
22476         message-send-mail-function.  The change makes the agent real-time
22477         responsive to user changes to message-send-mail-function.
22479 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22481         * legacy-gnus-agent.el
22482         (gnus-agent-convert-to-compressed-agentview): Fix typos with
22483         help from Florian Weimer <fw@deneb.enyo.de>
22485 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22487         * nnmail.el (nnmail-cache-insert): Revert last change.
22489 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
22491         * nnmail.el (nnmail-cache-insert): Always check whether
22492         nnmail-cache-ignore-groups matches a group name.
22494 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
22496         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
22497         (spam-find-spam, spam-log-processing-to-registry)
22498         (spam-log-registered-p, spam-log-unregistration-needed-p)
22499         (spam-log-undo-registration): Use gnus-message instead of
22500         gnus-error, none of these errors are fatal.
22502         * gnus-registry.el (gnus-registry-clean-empty-function)
22503         (gnus-registry-clean-empty): Remove only empty entries without
22504         extra data.
22506 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
22508         * spam-stat.el (spam-stat-buffer-change-to-spam)
22509         (spam-stat-buffer-change-to-non-spam): Change (error) to
22510         (gnus-message 8) invocation.
22512 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22514         * nntp.el (nntp-via-netcat-command): New variable.
22515         (nntp-via-netcat-switches): New variable.
22516         (nntp-open-via-rlogin-and-netcat): New function.
22517         (nntp-open-connection-function): Doc fix.
22518         (nntp-telnet-command): Doc fix.
22519         (nntp-end-of-line): Doc fix.
22520         (nntp-via-rlogin-command): Doc fix.
22521         (nntp-via-user-name): Doc fix.
22522         (nntp-via-address): Doc fix.
22524 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22526         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
22527         error in Emacs 21.1.
22529 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
22531         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
22533 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22535         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
22536         (gnus-agent-with-refreshed-group): New macro.
22537         (gnus-agent-rename-group): New function.
22538         (gnus-agent-delete-group): New function.
22539         (gnus-agent-save-group-info): Use gnus-command-method when
22540         `method' parameter is nil.  Don't write nil entries into the
22541         active file.
22542         (gnus-agent-get-group-info): New function.
22543         (gnus-agent-fetch-articles):
22544         Use gnus-agent-update-files-total-fetched-for to increment disk space
22545         used.
22546         (gnus-agent-fetch-headers, gnus-agent-save-alist):
22547         Use gnus-agent-update-view-total-fetched-for to increment disk space
22548         used.
22549         (gnus-agent-get-local): Add optional parameters to avoid calling
22550         gnus-group-real-name and gnus-find-method-for-group.
22551         (gnus-agent-set-local): Delete stored entry if either min, or max,
22552         are nil.
22553         (gnus-agent-fetch-session): Reworded error/quit messages.
22554         On quit, use gnus-agent-regenerate-group to record existence of any
22555         articles fetched to disk before the quit occurred.
22556         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
22557         gnus-agent-update-view-total-fetched-for, and
22558         gnus-agent-update-files-total-fetched-for to decrement disk space
22559         used.
22560         (gnus-agent-retrieve-headers):
22561         Use gnus-agent-update-view-total-fetched-for to increment disk space
22562         used.
22563         (gnus-agent-regenerate-group): Replace gnus-group-update-group
22564         with gnus-agent-update-files-total-fetched-for to decrement disk
22565         space and fresh group buffer.
22566         (gnus-agent-inhibit-update-total-fetched-for): New variable.
22567         (gnus-agent-need-update-total-fetched-for): New variable.
22568         (gnus-agent-update-files-total-fetched-for): New function.
22569         (gnus-agent-update-view-total-fetched-for): New function.
22570         (gnus-agent-total-fetched-for): New function.
22572         * gnus-cache.el (gnus-cache-save-buffers):
22573         Use gnus-cache-update-overview-total-fetched-for to change disk space
22574         used by this group.
22575         (gnus-cache-possibly-enter-article):
22576         Use gnus-cache-update-file-total-fetched-for to increment disk space
22577         used by this group.
22578         (gnus-cache-possibly-remove-article):
22579         Use gnus-cache-update-file-total-fetched-for to decrement disk space
22580         used by this group.
22581         (gnus-cache-generate-nov-databases): Purge total fetched cache.
22582         (gnus-cache-rename-group): New function.
22583         (gnus-cache-delete-group): New function.
22584         (gnus-cache-inhibit-update-total-fetched-for): New variable.
22585         (gnus-cache-need-update-total-fetched-for): New variable.
22586         (gnus-cache-with-refreshed-group): New macro.
22587         (gnus-cache-update-file-total-fetched-for): New function.
22588         (gnus-cache-update-overview-total-fetched-for): New function.
22589         (gnus-cache-rename-group-total-fetched-for): New function.
22590         (gnus-cache-delete-group-total-fetched-for): New function.
22591         (gnus-cache-total-fetched-for): New function.
22593         * gnus-group.el: Require gnus-sum and autoload functions to
22594         resolve warnings when gnus-group.el compiled alone.
22595         (gnus-group-line-format): Documented new %F.
22596         (size of Fetched data) group line format; identifies disk space
22597         used by agent and cache.
22598         (gnus-group-line-format-alist): Defined new F format.
22599         (gnus-total-fetched-for): New function.
22600         (gnus-group-delete-group): No longer update
22601         gnus-cache-active-altered as gnus-request-delete-group now keeps
22602         the cache in sync.
22603         (gnus-group-list-active): Let the agent store a server's active
22604         list if currently plugged.
22606         * gnus-int.el (gnus-request-delete-group):
22607         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
22608         local disk in sync with the server.
22609         (gnus-request-rename-group):
22610         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
22611         local disk in sync with the server.
22613         * gnus-start.el (gnus-get-unread-articles):
22614         Cosmetic simplification to logic.
22616         * gnus-util.el (gnus-rename-file): New function.
22618 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
22620         * mm-util.el (mm-image-load-path): Handle nil in load-path.
22622 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
22624         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
22625         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
22627 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
22629         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
22630         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
22632 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
22634         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
22636 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
22638         * spam.el (spam-set-difference): Add function to replace
22639         gnus-set-difference in spam.el.
22640         (spam-summary-prepare-exit): Use spam-set-difference.
22642 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
22644         * gnus-registry.el (gnus-registry-cache-file): Update to use
22645         gnus-dribble-directory OR gnus-home-directory OR ~.
22646         (gnus-registry-split-fancy-with-parent): Fix doc.
22648 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22650         * message.el (message-exchange-point-and-mark):
22651         Use message-mark-active-p.  Suggested by Jesper Harder
22652         <harder@ifa.au.dk>.
22654 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
22656         * message.el (message-exchange-point-and-mark): Don't activate
22657         region if it was inactive.  Suggested by Hiroshi Fujishima
22658         <pooh@nature.tsukuba.ac.jp>.
22660 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22662         * gnus-art.el (article-display-face): Display Faces in the same
22663         order as X-Faces.
22665 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
22667         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
22669 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
22671         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
22672         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
22673         (gnus-article-mime-hierarchy): Remove.
22674         (gnus-article-mime-hierarchy-next): Remove.
22675         (gnus-article-mode): Revert 2004-03-19 change.
22676         (gnus-article-setup-buffer): Revert 2004-03-19 change.
22677         (gnus-insert-mime-button): Revert 2004-03-19 change.
22678         (gnus-mime-accumulate-hierarchy): Remove.
22679         (gnus-mime-enter-multipart): Remove.
22680         (gnus-mime-leave-multipart): Remove.
22681         (gnus-mime-display-part): Revert 2004-03-19 change.
22682         (gnus-mime-display-alternative): Revert 2004-03-19 change.
22684         * mml.el (mml-preview): Revert 2004-03-19 change.
22686 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
22688         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
22690 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
22692         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
22693         t while entering a file name using the mm-with-multibyte macro.
22694         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
22696         * mm-util.el (mm-with-multibyte): New macro.
22698 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
22700         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
22701         New user option.
22702         (gnus-mime-multipart-functions): Doc and customization fix.
22703         (gnus-article-mime-hierarchy): New variable.
22704         (gnus-article-mime-hierarchy-next): New variable.
22705         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
22706         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
22707         gnus-article-mime-hierarchy-next to nil.
22708         (gnus-insert-mime-button): Show hierarchy numbers.
22709         (gnus-mime-accumulate-hierarchy): New function.
22710         (gnus-mime-enter-multipart): New function.
22711         (gnus-mime-leave-multipart): New function.
22712         (gnus-mime-display-part): Recompute hierarchical MIME structure.
22713         (gnus-mime-display-alternative): Show hierarchy numbers.
22715         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
22716         gnus-article-mime-hierarchy-next to nil.
22718 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
22720         * dns.el: Don't require gnus-xmas.
22722 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
22724         * mml.el (mml-generate-mime-1): Don't use format=flowed with
22725         inline PGP.
22726         (mml-menu): Disable mml-quote-region if mark is inactive.
22728 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
22730         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
22731         when the group's active is not available.
22733 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
22735         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
22736         error.
22738 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
22740         * imap.el (imap-store-password): New variable.
22741         (imap-interactive-login): Use it.
22742         Suggested by Mark Plaksin <happy@mcplaksin.org>.
22744 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
22746         * gnus-art.el (gnus-article-read-summary-keys): Restore new
22747         window-start and hscroll to summary window.
22749 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22751         * gnus-start.el (gnus-convert-old-newsrc): Only write the
22752         conversion message to newsrc-dribble when an actual conversion is
22753         performed.
22755 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
22757         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
22759 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
22761         * mm-decode.el (mm-complicated-handles): New function reviving
22762         former definition of mm-multiple-handles.
22764         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
22765         (gnus-mime-delete-part): Use it.
22767 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22769         * gnus-agent.el (gnus-agent-read-local):
22770         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
22771         avoid the implicit assumption that they will always be equal.
22772         (gnus-agent-save-local): Bind buffer-file-coding-system, not
22773         coding-system-for-write, as the with-temp-file macro first prints
22774         to a buffer then saves the buffer.
22776 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
22778         * gnus-art.el (gnus-article-edit-part): New function.
22779         (gnus-mime-save-part-and-strip): Use it; do query instead of
22780         signaling an error; don't use mm-multiple-handles.
22781         (gnus-mime-delete-part): Ditto.
22783 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22785         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
22786         old file versions.
22787         (gnus-group-prepare-hook): Remove function that converted list
22788         form of gnus-agent-expire-days to group properties.
22790         * gnus-int.el: Autoload gnus-agent-regenerate-group.
22791         (gnus-request-accept-article): Re-indented.
22793         * gnus-start.el (gnus-convert-old-newsrc): Registered new
22794         converters to handle old agent file formats.  Add logic for a
22795         "backup before upgrading warning".
22796         (gnus-convert-mark-converter-prompt): Developers can mark
22797         functions as needing (default), or not needing,
22798         gnus-convert-old-newsrc's "backup before upgrading warning".
22799         (gnus-convert-converter-needs-prompt): Tests whether the user
22800         should be protected from potentially irreversable changes by the
22801         function.
22803         * legacy-gnus-agent.el: New.  Provides converters that are only
22804         loaded when gnus-convert-old-newsrc needs to call them.
22806 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
22808         * mail-source.el (mail-source-touch-pop): Doc fix.
22810         * message.el (message-smtpmail-send-it): Doc fix.
22812 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
22814         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
22816         * nnmail.el (nnmail-split-fancy): do.
22818         * gnus-kill.el (gnus-kill, gnus-execute): do.
22820 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
22822         * gnus-sum.el (gnus-widget-reversible-match)
22823         (gnus-widget-reversible-to-internal)
22824         (gnus-widget-reversible-to-external): New functions.
22825         (gnus-widget-reversible): New widget.
22826         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
22828 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
22830         * gnus-sum.el (gnus-thread-sort-functions)
22831         (gnus-article-sort-functions): Document `(not F)' items.
22833 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
22835         * spam.el (spam-use-gmane-xref): Add new backend.
22836         (spam-gmane-xref-spam-group): Add variable to control the name of the
22837         Gmane spam group.
22838         (spam-blackhole-servers, spam-blackhole-good-server-regex)
22839         (spam-regex-headers-spam, spam-regex-headers-ham)
22840         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
22841         (spam-list-of-checks): Add spam-use-gmane-xref to list of
22842         backends and checks.
22843         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
22845         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
22846         an autodetect method.
22848 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22850         * gnus-int.el (gnus-request-accept-article): Inform the agent that
22851         articles are being added to a group.
22852         (gnus-request-replace-article): Inform the agent that articles
22853         need to be uncached as the cached contents are no longer valid.
22855 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22857         * binhex.el: Don't autoload executable-find.
22859         * canlock.el: Don't autoload mail-fetch-field.
22861         * gnus-ems.el: Don't autoload appt-select-lowest-window.
22863         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
22864         rmail-dont-reply-to and rmail-output.
22866         * gnus-score.el: Don't autoload ffap-string-at-point.
22868         * gnus-setup.el: Don't autoload sc-cite-original.
22870         * imap.el: Don't autoload base64-decode-string,
22871         base64-encode-string and md5.
22873         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
22874         and rmail-msg-restore-non-pruned-header.
22876         * mm-decode.el: Don't autoload executable-find.
22878         * mm-url.el: Don't autoload executable-find.
22880         * mm-view.el: Don't autoload diff-mode.
22882         * nndb.el: Don't autoload news-reply-mode, news-setup,
22883         cancel-timer and telnet.
22885         * password.el: Don't autoload run-at-time for Emacs.
22887         * sha1-el.el: Don't autoload executable-find.
22889         * sieve-mode.el: Don't autoload c-mode.
22891         * uudecode.el: Don't autoload executable-find.
22893 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22895         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
22896         (gnus-agent-possibly-alter-active): Avoid null in numeric
22897         comparison.
22898         (gnus-agent-set-local): Refuse to save null in local object table.
22899         (gnus-agent-regenerate-group): The REREAD parameter can now be a
22900         list of articles that will be marked as unread.
22902 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
22904         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
22906 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
22908         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
22909         language tags.
22911 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
22913         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
22914         Don't bind "obarray".
22916         * gnus-sum.el (gnus-thread-sort-functions):
22917         Add `gnus-thread-sort-by-most-recent-number' and
22918         `gnus-thread-sort-by-most-recent-date'.
22919         Reported by Kai Grossjohann <kai@emptydomain.de>.
22921 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
22923         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
22925 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
22927         * gnus-cus.el (gnus-agent-customize-category):
22928         Remove ignore-errors macro reference that required cl to be loaded at
22929         run-time.
22931         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
22932         single-interval range of the form (min . max).  Previously the
22933         range had to look like ((min . max)).  Likewise, return
22934         (min . max) rather than ((min . max)).
22935         (gnus-range-map): Use gnus-range-normalize to accept
22936         single-interval range.
22938         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
22939         the cache, but not the agent, now appear with their usual face.
22941 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
22943         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
22944         w3m-safe-url-regexp variable buffer-local.
22946         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22948 2004-02-27  Simon Josefsson  <jas@extundo.com>
22950         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
22951         gnus-group-real-prefix.
22952         (gnus-summary-move-article): Use it, instead of
22953         gnus-group-real-prefix.
22955 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
22957         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
22958         w3m-safe-url-regexp variable buffer-local and set it as the value
22959         of mm-w3m-safe-url-regexp.
22961         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
22963         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
22964         parsing gnus-posting-styles when the message is not for replying.
22966         * nnrss.el (nnrss-opml-export):
22967         Use mm-set-buffer-file-coding-system instead of
22968         set-buffer-file-coding-system.
22970 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
22972         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
22973         of checkdoc.el).
22974         * nnrss.el: do.
22975         * gnus-mlspl.el: do.
22976         * gnus-ml.el: do.
22977         * gnus-srvr.el: do.
22979         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
22981 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
22983         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
22984         Corrections to custom-manual links.
22986         * gnus-art.el (gnus-article): Ditto.
22988         * mm-decode.el (mime-display, mime-security): Ditto.
22990 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
22992         * flow-fill.el: Typo.
22994 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
22996         * spam-wash.el: New file.
22998 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
23000         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
23002 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
23004         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
23005         to be run with new-articles as LIST1, not LIST2.
23006         (spam-registration-functions): Add spam-use-ham-copy as a nil
23007         registration backend.
23009 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
23011         * spam-stat.el (spam-stat-washing-hook): New option.
23012         (spam-stat-buffer-words): Use it.
23013         (spam-stat-process-directory, spam-stat-test-directory):
23014         Use insert-file-contents-literally.
23015         (spam-stat-coding-system): New variable.
23016         (spam-stat-load, spam-stat-save): Use it.
23018 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
23020         * spam-report.el (spam-report-plug-agent):
23021         Quote spam-report-url-to-file and spam-report-url-ping-plain.
23023 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
23025         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
23026         Allow / in mailto URLs.
23028 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
23030         * spam-report.el (spam-report-process-queue): Fix interactive use.
23031         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
23032         (spam-report-unplug-agent): Doc fixes.
23033         (spam-report-url-ping-mm-url, spam-report-url-to-file)
23034         (spam-report-agentize, spam-report-deagentize):
23035         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
23037         * message.el (message-setup-fill-variables): Add mml tags to
23038         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
23039         <ajk@iu.edu>.
23040         (message-mode): Don't modify paragraph-separate there.
23042 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
23044         * compface.el (uncompface-use-external): Default to undecided.
23045         (uncompface-use-external-threshold): New variable.
23046         (uncompface-float-time): New macro.
23047         (uncompface): Determine whether to use the external decoder if
23048         uncompface-use-external is undecided.
23050 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23052         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
23053         after images.
23055         * gnus-art.el (gnus-mime-display-single): Remove dead code.
23057 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
23059         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
23061         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
23063         * gnus-sum.el (gnus-summary-limit-to-age)
23064         (gnus-summary-limit-children): do.
23066         * gnus-int.el (gnus-request-scan): do.
23068         * gnus-group.el (gnus-group-suspend): do.
23070         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
23072         * gnus-cite.el (gnus-cite-parse-attributions): do.
23074         * gnus-agent.el (gnus-summary-set-agent-mark)
23075         (gnus-agent-regenerate-group): do.
23077         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
23079         * binhex.el (binhex-decode-region-internal): do.
23081 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
23083         * gnus-fun.el (gnus-face-properties-alist): New user option.
23084         (gnus-display-x-face-in-from): Use it.
23086         * gnus-art.el (article-display-face): Ditto.
23088         * compface.el (uncompface-use-external): Default to nil.
23090 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
23092         * nntp.el (nntp-erase-buffer): New function.
23093         (nntp-retrieve-data, nntp-send-command)
23094         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
23095         (nntp-possibly-change-group): Use it.
23097         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
23098         Use with-current-buffer.
23100 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
23102         * compface.el: Merge the ELisp-based uncompface program.
23103         (compface): New customization group.
23104         (uncompface-use-external): New user option.
23105         (uncompface): Call uncompface-internal if uncompface-use-external
23106         is nil.
23107         (uncompface-internal): New function.  Note that there are also
23108         some other functions and variables added for this function.
23110 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
23112         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
23113         if necessary.
23115 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
23117         * spam-report.el (spam-report-unplug-agent)
23118         (spam-report-plug-agent, spam-report-deagentize)
23119         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
23120         Add support for the Agent in spam-report: when unplugged, report to a
23121         file; when plugged, submit all the requests.
23123         * spam.el (spam-register-routine): Fix message about
23124         registration.
23126 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
23128         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
23129         dependencies.
23130         (rfc2047-encode): Use it.
23132         * gnus-art.el (gnus-button-marker-list): Move before first
23133         reference.
23135         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
23136         (imap-parse-body): Fix format string mismatch.
23138         * gnus-score.el (gnus-summary-increase-score): do.
23140         * nnrss.el (nnrss-close): New function.
23142 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
23144         * nnrss.el (nnrss-make-filename): New function.
23145         (nnrss-request-delete-group, nnrss-read-server-data)
23146         (nnrss-save-server-data, nnrss-read-group-data)
23147         (nnrss-save-group-data): Use it.
23148         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
23149         (nnrss-read-server-data, nnrss-read-group-data): Use load.
23150         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
23152 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
23154         * mml.el (mml-compute-boundary-1): Don't uncompress files.
23156 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
23158         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
23159         files.
23161         * message.el (message-generate-headers-first): Don't quote nil
23162         and t in docstrings.
23164         * imap.el (imap-id): do.
23166         * gnus-agent.el (gnus-agent-consider-all-articles)
23167         (gnus-agent-queue-mail): do.
23169 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
23171         * spam-report.el (spam-report-process-queue): New function.
23172         Process requests from `spam-report-requests-file'.
23173         (spam-report-process-queue): Doc fix.
23175 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
23177         * spam.el (spam-register-routine)
23178         (spam-log-processing-to-registry, spam-log-registered-p)
23179         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23180         Change "check" to "spam-check" for semi-clarity.
23182 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
23184         * pop3.el: Require nnheader.
23186         * mml-smime.el: Require cl.  Autoload message-fetch-field.
23188         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
23190         * gnus-picon.el: Require cl.
23192         * gnus-fun.el: Require gnus-ems and gnus-util.
23194         * gnus.el (gnus-method-to-server): Move defsubst before first use.
23196         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr.
23198         * gnus-art.el (gnus-article-edit-mode): Define before first
23199         reference.
23201 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
23203         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
23204         (gnus-uu-post-encoded): Use point-at-bol.
23206         * gnus-topic.el (gnus-group-active-topic-p): do.
23208         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
23210         * gnus-group.el (gnus-group-kill-region): do.
23212         * gnus-art.el (article-date-ut): do.
23214         * message.el (message-fetch-field): Remove redundant
23215         case-fold-search binding.
23216         (message-narrow-to-field): Simplify.
23218 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
23220         * spam.el (spam-directory): Derive from `gnus-directory'.
23222         * spam-report.el (spam-report-url-to-file)
23223         (spam-report-requests-file): New function and variable for offline
23224         reporting.
23225         (spam-report-url-ping-function): Add `spam-report-url-to-file'
23226         and user defined function.
23227         (spam-report-url-ping-mm-url): Remove doubled slash.
23229 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
23231         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
23233 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
23235         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
23236         Fix format string mismatch.
23238         * sieve.el (sieve-deactivate-all): do.
23240         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
23242         * nnlistserv.el (nnlistserv-kk-wash-article): do.
23244         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
23246         * mm-bodies.el (mm-7bit-chars): Don't include \r.
23248 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
23250         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
23251         the list of checks.
23253 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
23255         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
23256         padding.
23258 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
23260         * mm-view.el (mm-fill-flowed): New variable.
23261         (mm-inline-text): Use it.
23263 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
23265         * spam.el (spam-spamassassin-register-ham-routine)
23266         (spam-spamassassin-register-spam-routine): Fix function names.
23268 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
23270         * gnus.el (gnus-tmp-grouplens): Remove.
23271         (gnus-summary-line-format): Remove grouplens.
23273         * gnus-group.el (gnus-group-line-format): Ditto.
23275         * gnus-spec.el (gnus-format-specs): Ditto.
23276         (gnus-update-format-specifications): Flush the group format spec
23277         cache if there's the grouplens stuff.
23278         (gnus-parse-simple-format): Replace %l with the empty string.
23280 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
23282         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
23283         omission.
23285 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
23287         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
23288         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
23290 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
23292         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
23293         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
23294         New macros and functions.
23295         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
23296         Handle > NLINK_MAX messages.
23297         * nnmaildir.el (nnmaildir-request-set-mark):
23298         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
23300 2004-01-25  Alex Schroeder  <alex@gnu.org>
23302         * spam-stat.el (spam-stat-process-directory-age): New option.
23303         (spam-stat-process-directory): Use it.
23305 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
23307         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
23308         (spam-stat-save): Accept prefix argument.
23310 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
23312         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
23313         links" error.
23315 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23317         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
23318         compatibility with old .newsrc.eld files.
23320         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
23322         * gnus-start.el (gnus-1): do.
23324         * gnus-group.el (gnus-group-line-format-alist): do.
23326         * gnus.el (gnus-use-grouplens, gnus-visual): do.
23328         * gnus-gl.el: Remove.
23330 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23332         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
23333         marks consisting of a single range {for example, (3 . 5)} rather
23334         than a list of a single range { ((3 . 5)) }.
23336 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
23338         * spam-stat.el (spam-stat-store-gnus-article-buffer):
23339         Use with-current-buffer.
23340         (spam-stat-store-current-buffer): Use insert-buffer-substring to
23341         avoid consing a string.
23343         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
23344         Remove obsolete entries for big5 and gb2312.
23346 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23348         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
23349         uncompressed list.
23351 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
23353         * spam-stat.el (spam-stat-strip-xref): New function.
23354         (spam-stat-process-directory): Use it.
23356         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
23357         here -- it's done in message-fetch-field.
23359 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
23361         * gnus-agent.el (gnus-agent-queue-mail)
23362         (gnus-agent-prompt-send-queue): New variables.
23363         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
23364         * gnus-draft.el (gnus-group-send-queue): Pass the group name
23365         "nndraft:queue" along to gnus-draft-send.
23366         Use gnus-agent-prompt-send-queue.
23367         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
23368         is "nndraft:queue".  Suggested by Gaute Strokkenes
23369         <gs234@srcf.ucam.org>
23371         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
23372         (agent-enable-undownloaded-faces): Add.
23373         (gnus-agent-cat-groups): Use eval-and-compile, not
23374         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
23375         method of gnus-agent-cat-groups even when the buffer has been
23376         evalled.
23377         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
23378         delete gnus-agent-save-active-1.
23379         (gnus-agent-save-groups): Delete.  Identical to
23380         gnus-agent-save-active.
23381         (gnus-agent-write-active): No longer adjust agent's copy of active
23382         file as agent's adjustments are now stored in their own
23383         file.  Remove optional parameter.
23384         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
23385         servers.  Add use of min/max range limits from server's local
23386         file.
23387         (gnus-agent-save-alist): Remove unused optional argument.
23388         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
23389         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
23390         (gnus-agent-set-local): A per-server file that keeps min/max range
23391         limits for articles known to the agent.  Provides a fast mechanism
23392         for altering many active ranges.
23393         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
23394         active file (local makes it unnecessary).
23395         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
23397         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
23398         (agent-enable-undownloaded-faces): Add.
23400         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
23401         disable it when sending to "nndraft:queue".
23402         (gnus-group-send-queue): Add safety check to avoid sending queue
23403         when unplugged.
23405         * gnus-group.el (gnus-group-catchup): Use new
23406         gnus-sequence-of-unread-articles, not
23407         gnus-list-of-unread-articles, to avoid exhausting memory with huge
23408         numbers of articles.  Use gnus-range-map to avoid having to
23409         uncompress the unread list.
23410         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
23411         Fix invalid ange-ftp reference.
23413         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
23414         (gnus-sorted-range-intersection): Intersection of two ranges
23415         without requiring that they first be uncompressed.
23417         * gnus-start.el (gnus-activate-group): Unless blocked by the
23418         caller, possibly expand the active range to include both cached
23419         and agentized articles.
23420         (gnus-convert-old-newsrc): Rewrote in anticipation of having
23421         multiple version-dependent converters.
23422         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
23423         gnus-agent-save-active.
23424         (gnus-save-newsrc-file): Save dirty agent range limits.
23426         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
23427         gnus-agent-possibly-alter-active.
23428         (gnus-adjust-marked-articles): Faster handling of simple lists.
23430 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
23432         * spam-stat.el (spam-stat-test-directory): New optional argument
23433         displays a list of files detected.  Suggested by Andrew Cohen
23434         <cohen@andy.bu.edu>.
23435         (spam-stat-buffer-words-with-scores): Don't narrow and change
23436         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
23438 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
23440         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
23441         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
23442         (spam-spamassassin-arguments)
23443         (spam-spamassassin-spam-flag-header)
23444         (spam-spamassassin-positive-spam-flag-header)
23445         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
23446         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
23447         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
23448         (spam-list-of-processors, spam-list-of-checks)
23449         (spam-list-of-statistical-checks, spam-registration-functions)
23450         (spam-check-spamassassin-headers, spam-check-spamassassin)
23451         (spam-spamassassin-score)
23452         (spam-spamassassin-register-with-sa-learn)
23453         (spam-spamassassin-register-spam-routine)
23454         (spam-spamassassin-register-ham-routine)
23455         (spam-assassin-register-spam-routine)
23456         (spam-assassin-register-ham-routine): Add SpamAssassin support.
23457         (spam-bogofilter-score): Fix to show article before scoring.
23459 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
23461         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
23462         default scoring function.
23463         (spam-generic-score): Call spam-spamassassin-score if
23464         spam-use-spamassassin or spam-use-spamassassin-headers is on;
23465         spam-bogofilter-score otherwise.
23467         * gnus.el (spam-process, spam-autodetect-methods):
23468         Add spamassassin and spamassassin-headers.
23470 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
23472         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
23473         Suppress unnecessary messages.
23475 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
23477         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
23478         make-hash-table.
23480 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
23482         * canlock.el (base64-encode-string): Don't autoload it.
23484 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
23486         * run-at-time.el: Remove useless (require 'itimer),
23487         eval-and-compile and (featurep 'xemacs).
23489 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
23491         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
23492         GROUP is a virtual group.
23494 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
23496         * gnus.el: Autoload `message-y-or-n-p'.
23498 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
23500         * pgg-parse.el: Remove unnecessary (require 'custom).
23502         * pgg-def.el: do.
23504         * nnmail.el: do.
23506         * gnus-undo.el: do.
23508         * gnus-picon.el: do.
23510         * gnus-util.el: do.
23512 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
23514         * gnus-sum.el (gnus-pick-line-number): Add autoload.
23516 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
23518         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
23519         handle, as well as a list.
23521         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
23522         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
23523         (mm-w3m-cid-retrieve): Simplify.
23525 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
23527         * message.el (message-kill-to-signature): Allow prefix arg to
23528         specify number of lines to keep before signature.
23530 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
23532         * message.el (message-kill-to-signature): Change docstring.
23534 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
23536         * canlock.el: Always require sha1-el.
23537         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
23539         * message.el: Autoload sha1 only when compiling.
23541 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
23543         * message.el (message-canlock-generate): Require sha1-el.
23545 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
23547         * message.el (message-expand-name): Silence the byte compiler.
23549 2004-01-13  Simon Josefsson  <jas@extundo.com>
23551         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
23552         Invoke gnus-score-mode.
23553         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
23555         * gnus-range.el (gnus-compress-sequence): Doc fix.
23556         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
23558 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23560         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
23562 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
23564         * spam.el (spam-get-article-as-string): Update to use
23565         gnus-request-article-this-buffer, much simpler.
23566         (spam-get-article-as-buffer): Remove.
23568 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
23570         * message.el (message-expand-name): Use EUDC if the user uses that.
23572 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
23574         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
23575         character for the encoding to avoid consing a string.
23577         * rfc2047.el (rfc2047-decode-string): Don't cons a string
23578         unnecessarily.
23580         * mm-util.el (mm-replace-chars-in-string): Remove.
23582         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
23583         of mm-replace-chars-in-string.
23585 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
23587         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
23589         * mm-util.el (mm-subst-char-in-string): Support inplace.
23591         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
23592         a new string in every iteration.  Use shy groups.
23594 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
23596         * gnus-srvr.el (gnus-browse-unsubscribe-group):
23597         * gnus-soup.el (gnus-soup-group-brew):
23598         * gnus-msg.el (gnus-put-message):
23599         * gnus-move.el (gnus-group-move-group-to-server):
23600         * gnus-kill.el (gnus-batch-score):
23601         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
23602         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
23603         (gnus-group-update-group, gnus-group-read-group)
23604         (gnus-group-make-group, gnus-group-make-help-group)
23605         (gnus-group-make-archive-group, gnus-group-make-directory-group)
23606         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
23607         (gnus-group-sort-by-unread, gnus-group-catchup)
23608         (gnus-group-unsubscribe-group, gnus-group-kill-group)
23609         (gnus-group-yank-group, gnus-group-set-info)
23610         (gnus-group-list-groups):
23611         * gnus.el (gnus-generate-new-group-name):
23612         * gnus-delay.el (gnus-delay-send-queue):
23613         * nnvirtual.el (nnvirtual-catchup-group):
23614         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
23615         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
23616         (gnus-group-prepare-topics, gnus-topic-check-topology):
23617         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
23618         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
23619         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
23620         (gnus-group-make-articles-read):
23621         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
23622         (gnus-group-change-level, gnus-kill-newsgroup)
23623         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
23624         (gnus-get-unread-articles, gnus-make-articles-unread)
23625         (gnus-make-ascending-articles-unread): Use accessor
23626         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
23627         to get group information for improved readability.
23629 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23631         * gnus-art.el (article-decode-mime-words, article-babel)
23632         (gnus-article-highlight-signature, gnus-article-add-buttons)
23633         (gnus-signature-toggle): Use gnus-with-article-buffer.
23635         * gnus-art.el (gnus-article-highlight-headers)
23636         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
23638         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
23639         (gnus-article-set-globals, gnus-request-article-this-buffer)
23640         (gnus-button-message-id, gnus-article-maybe-hide-headers)
23641         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
23642         (gnus-mime-display-alternative): Use with-current-buffer.
23644 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23646         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
23647         also under 80 char limit, and call gnus-error if needed.
23648         (spam-fetch-article-header): Fix - it was a
23649         buffer-local variable (gnus-newsgroup-data).
23650         (spam-find-spam): Use spam-generate-fake-headers, forget about
23651         spam-insert-fake-headers.
23652         (spam-insert-fake-headers): Remove.
23654 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23656         * deuglify.el (gnus-article-outlook-unwrap-lines)
23657         (gnus-outlook-rearrange-article)
23658         (gnus-outlook-repair-attribution-outlook)
23659         (gnus-outlook-repair-attribution-block)
23660         (gnus-outlook-repair-attribution-other): Remove redundant
23661         save-excursion.
23663 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
23665         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
23666         (spam-fetch-field-subject-fast)
23667         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
23668         (spam-fetch-article-header): Add functions to deal with Gnus
23669         internals for fast retrieval of article header data.
23670         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
23672 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
23674         * pop3.el (pop3-md5): Remove.
23675         (pop3-apop): Replace pop3-md5 with md5.
23677         * mm-bodies.el: base64 is always built-in.
23679         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
23680         Use with-current-buffer.
23682 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
23684         * canlock.el (canlock-insert-header): Remove excessive grouping in
23685         regexp.
23687         * gnus-sum.el (gnus-summary-read-document): Ditto.
23689         * gnus-uu.el (gnus-uu-part-number): Ditto.
23691         * html2text.el (html2text-remove-tags): Ditto.
23692         (html2text-format-tags): Ditto.
23693         (html2text-format-single-elements): Ditto.
23695         * mml.el (mml-parse-1): Ditto.
23697 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23699         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
23701         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
23703         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
23705         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
23707 2003-11-15  Simon Josefsson  <jas@extundo.com>
23709         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
23710         (pgg-gpg-lookup-key): Use regexp match instead of
23711         split-string (split-string is different between emacs 21.2 and
23712         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
23714 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
23716         * gnus-art.el (gnus-mime-view-all-parts)
23717         (gnus-article-part-wrapper, gnus-article-view-part):
23718         Use with-current-buffer.
23720 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23722         * spam.el (spam-disable-spam-split-during-ham-respool)
23723         (spam-spamoracle-database, spam-cache-lookups)
23724         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
23725         (spam-group-ham-mark-p, spam-group-spam-mark-p)
23726         (spam-group-ham-marks, spam-group-spam-marks)
23727         (spam-group-spam-contents-p, spam-group-ham-contents-p)
23728         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
23729         also add spam-use-blackholes to the statistical checks.
23730         (spam-fetch-field-fast): Add interface to fetching fields, may
23731         become a macro.
23732         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
23733         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
23734         (spam-insert-fake-headers): Fake an article when needed.
23735         (spam-find-spam): Fake article when possible.
23736         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
23737         (spam-check-bogofilter-headers): Use message-fetch-field instead
23738         of nnmail-fetch-field.
23740 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
23742         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
23744 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
23746         * spam.el (spam-split): Do not require spam-use-CHECK to be
23747         enabled if that check is passed to spam-split explicitly; also
23748         fix so 'spam doesn't get converted to spam-split-group when
23749         spam-split-symbolic-return is t.
23750         (spam-find-spam): Find registrations of the article and use those
23751         instead of re-running spam-split to find the spam/ham
23752         classification of the article.
23753         (spam-log-processing-to-registry, spam-log-registered-p)
23754         (spam-log-unregistration-needed-p, spam-log-undo-registration):
23755         Use gnus-error instead of gnus-message.
23756         (spam-log-registration-type): Add function to determine the
23757         classification of a message based on registry entries; will
23758         return nil if both 'spam and 'ham are found.
23759         (spam-check-BBDB): Expand all the BBDB macros here so we can have
23760         a reasonably fast local cache without the loading errors.
23761         (spam-cache-lookups): Set to t by default.
23762         (spam-find-spam): Don't try to guess spam-cache-lookups.
23763         (spam-enter-whitelist, spam-enter-blacklist): Clear the
23764         spam-caches entry.
23765         (spam-filelist-build-cache, spam-filelist-check-cache):
23766         Fix caching of whitelist/blacklist entries.
23767         (spam-check-whitelist, spam-check-blacklist):
23768         Invoke spam-from-listed-p with a type, not a cache variable.
23769         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
23771 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23773         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
23775         * nnmail.el (nnmail-split-fancy): do.
23777         * mml.el (mml-parse): do.
23779         * gnus-score.el (gnus-enter-score-words-into-hashtb)
23780         (gnus-score-adaptive): do.
23782 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23784         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
23785         (gnus-mime-button-map): Don't set keymap parent.
23786         (gnus-button-ctan-directory-regexp): Use shy grouping.
23787         (gnus-prev-page-map): Don't set keymap parent.
23788         (gnus-prev-page-map): Remove duplicated one.
23789         (gnus-next-page-map): Don't set keymap parent.
23790         (gnus-mime-security-button-map): Ditto.
23792         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
23793         version number.
23795         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
23797 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23799         * canlock.el (canlock-sha1-function): Remove.
23800         (canlock-sha1-function-for-verify): Remove.
23801         (canlock-openssl-program): Remove.
23802         (canlock-openssl-args): Remove.
23803         (canlock-ignore-errors): Remove.
23804         (canlock-sha1-with-openssl): Remove.
23805         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
23806         (canlock-verify): Don't use canlock-ignore-errors.
23808         * sha1-el.el (sha1-string-external): Make it can return a string
23809         in binary form.
23810         (sha1-region-external): Ditto.
23811         (sha1-string-internal): Ditto.
23812         (sha1-region-internal): Ditto.
23813         (sha1-region): Ditto.
23814         (sha1-string): Ditto.
23815         (sha1): Ditto.
23817 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23819         * spam.el (spam-report-articles-gmane): New command.
23821 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
23823         * gnus.el: Don't make unnecessary *Group* buffer when loading.
23825         * run-at-time.el (run-at-time-saved): Remove.
23826         (run-at-time): Doc fix.
23828 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
23830         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
23831         (gnus-summary-limit-map): Add it.
23832         (gnus-summary-make-menu-bar): do.
23834 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
23836         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
23837         Make attempt at some caching support (done for BBDB only now).
23838         (spam-find-spam): Set spam-cache-lookups if there are more than 2
23839         addresses to be checked.
23840         (spam-clear-cache-BBDB): Add function, to be invoked by
23841         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
23842         (spam-check-BBDB): Check and use the caches, if
23843         spam-cache-lookups is on, remove superfluous (provide).
23845 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
23847         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
23849 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
23851         * run-at-time.el (run-at-time-saved): Move to after the definition
23852         of `run-at-time'.
23854 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
23856         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
23857         mm-w3m-local-map-property.
23859         * mm-view.el (mm-w3m-mode-map): Remove.
23860         (mm-w3m-local-map-property): Remove.
23861         (mm-inline-text-html-render-with-w3m): Don't use
23862         mm-w3m-local-map-property.
23864 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
23866         * run-at-time.el: New file.
23868         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
23869         of gnus-set-text-properties.
23871         * gnus-uu.el (gnus-uu-save-article): Ditto.
23873         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
23875         * gnus-cite.el (gnus-cite-parse): Ditto.
23877         * gnus-art.el (gnus-button-push): Use set-text-properties instead
23878         of gnus-.
23880         * gnus.el: Change calls to nnheader-run-at-time and
23881         password-run-at-time throughout to use run-at-time directly.
23883         * password.el: Remove definition of run-at-time.
23885 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
23887         * mml.el (mml-minibuffer-read-disposition): Show attachment type
23888         in prompt.
23890 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23892         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalize on
23893         XEmacs version.
23895         * dns.el (dns-make-network-process): Use `open-network-stream'
23896         instead of `gnus-xmas-open-network-stream'.
23898         * .cvsignore: Add auto-autoloads.el, custom-load.el.
23900 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23902         * gnus-art.el (gnus-mime-display-alternative)
23903         (gnus-insert-mime-button, gnus-insert-mime-security-button)
23904         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
23905         Don't use gnus-local-map-property.
23907         * gnus-util.el (gnus-local-map-property): Remove.
23909         * mm-view.el (mm-view-pkcs7-decrypt):
23910         Replace gnus-completing-read-maybe-default with completing-read.
23912         * gnus-util.el (gnus-completing-read): do.
23913         (gnus-completing-read-maybe-default): Remove.
23915 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
23917         * password.el: Only autoload `run-at-time' if not XEmacs.
23918         Only autoload the itimer functions if XEmacs.
23920 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
23922         * gnus-art.el (gnus-read-string): Remove.
23923         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
23924         read-string.
23926 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
23928         * netrc.el: Autoload password-read.
23929         (netrc): Add configuration group.
23930         (netrc-encoding-method, netrc-openssl-path):
23931         Add variables for encoding and decoding of files with symmetric
23932         ciphers.
23933         (netrc-encode): Add assistant function to encode a file with
23934         netrc-encoding-method.
23935         (netrc-parse): Add interactive parameter, added optional
23936         decoding if netrc-encoding-method is non-nil but otherwise
23937         behavior is standard.
23938         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
23939         Do s/encode/encrypt/ everywhere.
23941         * spam.el: Remove executable-find autoload.
23943 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23945         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
23947         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
23949 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
23951         * gnus-art.el (gnus-treat-ansi-sequences)
23952         (article-treat-ansi-sequences): New variable and function.
23953         Suggested by Dan Jacobson <jidanni@jidanni.org>.
23955         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
23956         Use it.
23958 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
23960         * mm-util.el (mm-quote-arg): Remove.
23962         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
23963         shell-quote-argument.
23965         * gnus-uu.el (gnus-uu-command): do.
23967         * gnus-sum.el (gnus-summary-insert-pseudos): do.
23969         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
23970         with make-char.
23972         * mm-util.el (mm-make-char): Remove.
23974         * mml.el (mml-mode): Replace gnus-add-minor-mode with
23975         add-minor-mode.
23977         * gnus-undo.el (gnus-undo-mode): do.
23979         * gnus-topic.el (gnus-topic-mode): do.
23981         * gnus-sum.el (gnus-dead-summary-mode): do.
23983         * gnus-start.el (gnus-slave-mode): do.
23985         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
23987         * gnus-ml.el (gnus-mailing-list-mode): do.
23989         * gnus-gl.el (gnus-grouplens-mode): do.
23991         * gnus-draft.el (gnus-draft-mode): do.
23993         * gnus-dired.el (gnus-dired-mode): do.
23995         * gnus-ems.el (gnus-add-minor-mode): Remove.
23997         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
23998         Replace gnus-char-width with char-width.
24000         * gnus-ems.el (gnus-char-width): Remove.
24002         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
24003         Replace gnus-char-width with char-width.
24005         * gnus-ems.el (gnus-char-width): Remove.
24007         * spam-stat.el (with-syntax-table): Remove with-syntax-table
24008         definition.
24009         Remove Emacs 20 hash table compatibility code.
24011         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
24012         20 compatibility code.
24014         * spam.el (spam-point-at-eol): Replace with point-at-eol.
24016         * smime.el (smime-point-at-eol): Replace with point-at-eol.
24018         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
24019         Replace with point-at-{eol,bol}.
24021         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
24023         * imap.el (imap-point-at-eol): Replace with point-at-eol.
24025         * flow-fill.el (fill-flowed-point-at-bol)
24026         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
24028         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
24029         Replace with point-at-{eol,bol} throughout all files.
24031 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
24033         * ntlm.el (ntlm-string-as-unibyte): New macro.
24034         (ntlm-build-auth-response): Use it.
24036         Remove Emacs 20 stuff:
24037         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
24038         of delq and copy-sequence.
24039         * gnus-art.el (popup-menu): Remove the compiler macro.
24040         * nnmail.el (nnmail-split-fancy): Don't support customizing with
24041         Emacs 20.
24043 2004-01-05  Simon Josefsson  <jas@extundo.com>
24045         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
24046         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
24047         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
24048         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
24049         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
24050         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
24051         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
24052         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
24053         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
24054         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
24055         ntlm-string-permute, string-lshift into ntlm-string-lshift,
24056         string-xor into ntlm-string-xor.
24057         Suggested by Jesper Harder <harder@myrealbox.com>.
24059         * ntlm.el: Don't include poem.
24061         * md4.el (print-int32, print-string-hexa): Remove.
24062         Suggested by Jesper Harder <harder@myrealbox.com>.
24064         * sasl-ntlm.el, ntlm.el, md4.el: New files.
24066         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
24067         probably breaks emacs with DL patch, but do we care? Is anyone
24068         still using the DL stuff?)
24070         * sieve-manage.el: Use the password package.
24071         (sieve-manage-read-passwd): Remove.
24072         (sieve-manage-interactive-login): Use password.  Re-add
24073         condition-case around loop.
24075         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
24076         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
24077         Use the password package.
24079 2003-02-19  Simon Josefsson  <jas@extundo.com>
24081         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
24082         token.
24084 2002-08-07  Simon Josefsson  <jas@extundo.com>
24086         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
24087         (sieve-manage-authenticators):
24088         (sieve-manage-authenticator-alist): Add some SASL mechs.
24089         (sieve-sasl-auth): New function.
24090         (sieve-manage-cram-md5-auth):
24091         (sieve-manage-plain-auth): Rewrite using SASL library.
24092         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
24093         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
24094         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
24095         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
24097 2004-01-05  Simon Josefsson  <jas@extundo.com>
24099         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
24100         New files.
24102 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24104         * gnus-group.el (gnus-no-groups-message): Update.
24106         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
24108 2003-11-09  Simon Josefsson  <jas@extundo.com>
24110         * imap.el: Support for ID IMAP extension (RFC 2971).
24111         (imap-local-variables): Add imap-id.
24112         (imap-id): New variable.
24113         (imap-id): New function.
24114         (imap-parse-response): Parse untagged ID response.
24115         * nnimap.el (nnimap-id): New variable.
24116         (nnimap-open-connection): Use it.
24118 2003-12-28  Simon Josefsson  <jas@extundo.com>
24120         * gnus-score.el (gnus-score-edit-all-score): New.
24121         * gnus-group.el (gnus-group-score-map): Bind it to W e.
24123 2004-01-04  Simon Josefsson  <jas@extundo.com>
24125         * password.el: Add.
24127 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
24129         * dns.el (dns-query-types): Fix typo.
24130         (dns-query-types): New function.
24131         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
24132         PTR and SOA replies, see RFC 1035.
24134 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24136         * gnus.el (gnus-logo-color-style): Change colors to `no'.
24138         * Move to Changelog.2.
24140 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24142         * gnus.el (gnus-version-number): Bump version.
24144 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24146         * gnus.el: No Gnus v0.1 is released.
24148 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
24150         * gnus.el: No Gnus v0.0 is released.
24152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24154         * gnus.el (gnus-version-number): Bump.
24155         (gnus-version): No.
24157 See ChangeLog.2 for earlier changes.
24159   Copyright (C) 2004-2013 Free Software Foundation, Inc.
24161   This file is part of GNU Emacs.
24163   GNU Emacs is free software: you can redistribute it and/or modify
24164   it under the terms of the GNU General Public License as published by
24165   the Free Software Foundation, either version 3 of the License, or
24166   (at your option) any later version.
24168   GNU Emacs is distributed in the hope that it will be useful,
24169   but WITHOUT ANY WARRANTY; without even the implied warranty of
24170   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24171   GNU General Public License for more details.
24173   You should have received a copy of the GNU General Public License
24174   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
24176 ;; Local Variables:
24177 ;; coding: utf-8
24178 ;; fill-column: 79
24179 ;; add-log-time-zone-rule: t
24180 ;; End: